* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0 auto;
    font-family: '微软雅黑', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #3d4145;
    background: #ebebeb;
}

body.white {
    background: #fff;
}

img {
    border: 0;
}

a {
    color: inherit;
    text-decoration: none;
    outline: none;
}

li {
    list-style: none;
}

hr {
    margin: 15px 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #dbdbdb;
    border: none;
}







/*--------------------------------------------------------------------*/




/******************************
  底部附加广告 + 活动列表  <ul class="list">
*******************************/

.hd-list {}

.hd-list li a {
    display: block;
    padding: 10px 15px;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.hd-list li:last-child a {
    border-bottom: 1px solid #dbdbdb;
}

.hd-list li a .cover-container {
    overflow: hidden;
    float: left;
    position: relative;
    margin-right: 10px;
    width: 100px;
    height: 56px;
}

.hd-list li a .cover-container img {
    display: block;
    width: 100px;
    height: auto;
}

.hd-list li a .cover-container .flag {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 5px;
    display: block;
    max-width: 100px;
    overflow: hidden;
    font-size: 10px;
    line-height: 18px;
    height: 18px;
    color: #fff;
    background: #ff931e;
}

.hd-list li a .info {
    margin-left: 110px;
    min-height: 56px;
}

.hd-list li a .info h5 {
    margin-bottom: 3px;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hd-list li a .info p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/******************************
  标题头部样式
*******************************/

.tb1,
.tb2 {
    padding: 0 15px;
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    color: #666;
    font-weight: bold;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.tb2 {
    background: #f2f2f2;
}


/******************************
  文章列表 > article_list.html
*******************************/

.art-list {
    padding: 0 15px;
    background: #fff;
}

.art-list li a {
    display: block;
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #eee;
}

.art-list li:last-child a {
    border-bottom: none;
}

.art-list li h4 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #3d4145;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.art-list li p {
    font-size: 12px;
    line-height: 14px;
    color: #999;
}


/*样式1*/

.art-list li.style1 a .cover1 {
    margin-bottom: 5px;
    width: 100%;
}

.art-list li.style1 a .cover1 img {
    display: block;
    width: 100%;
    height: auto;
}


/*样式2*/

.art-list li.style2 a .cover2 {
    float: right;
    overflow: hidden;
    width: 90px;
    height: 56px;
}

.art-list li.style2 a .cover2 img {
    display: block;
    width: 100%;
    height: auto;
}

.art-list li.style2 a .list-content {
    padding-right: 100px;
    width: 100%;
    min-height: 56px;
}


/*样式3*/


/*样式4*/

.art-list li.style4 .img-container {
    margin-bottom: 5px;
    width: 100%;
    font-size: 0;
    line-height: 0;
}

.art-list li.style4 .img-container .cover3 {
    display: inline-block;
    width: 33.33%;
    padding-right: 5px;
}

.art-list li.style4 .img-container .cover3 img {
    display: block;
    width: 100%;
    height: auto;
}


/*样式5*/

.art-list li.style5 a {
    position: relative;
}

.art-list li.style5 a .cover4 img {
    display: block;
    width: 100%;
    height: auto;
}

.art-list li.style5 a .list-content {
    position: absolute;
    bottom: 10px;
    padding: 5px;
    width: 100%;
    background: rgba(255, 255, 255, .9);
}


/******************************
  活动列表页  > marketing_list.html
*******************************/

.mar-list li a {
    margin-bottom: 15px;
    padding: 10px 15px;
    display: block;
    background: #fff;
}

.mar-list li:last-child a {
    margin-bottom: 0;
}

.mar-list li a img {
    margin-bottom: 5px;
    display: block;
    width: 100%;
    height: auto;
}

.mar-list li a h4 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #3d4145;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mar-list li a .list-content .profiles {
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/******************************
  文章样式  > article.html marketing.html
*******************************/

.article {
    margin-bottom: 15px;
    width: 100%;
}

.article .article-header {
    padding: 10px 15px;
    background: #fff;
}

.article .article-header h1 {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.article .article-header dl {
    margin-bottom: 5px;
}

.article .article-header hr {
    margin: 0;
}

.article .mar-header .headlogo {
    padding: 5px 10px;
    width: 100%;
    background-color: #1e1d22
}

.article .mar-header .headlogo div {
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
    -wbkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
}

.article .mar-header .headlogo img {
    display: block;
    width: 24px;
    height: 24px;
}

.article .mar-header .headlogo p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.article .mar-header .headlogo a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    line-height: 34px;
    color: #999;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 999;
    visibility: visible;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    opacity: 1;
    background-color: rgba(0, 0, 0, .9);
}

.popup .closed {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    overflow: hidden;
    background-color: #333;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.popup .closed:before,
.popup .closed:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 60%;
    top: 50%;
    left: 20%;
    margin-top: -1px;
    -webkit-border-radius: 1px/1px;
    border-radius: 1px/1px;
    background: #ccc;
}

.popup .closed:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup .closed:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup .cocntent {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -151px;
    padding: 0 20px;
    width: 100%;
    font-size: 15px;
    line-height: 16px;
    text-align: center;
    color: #ccc;
}

.popup .cocntent hr {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #333;
}

.popup .cocntent img {
    margin: 0 auto;
    display: block;
    width: 200px;
    height: 200px;
}

.popup .mask {}

.article .mar-header {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 10px;
    background: #fff;
}

.article .mar-header .cover-img {
    margin-bottom: 5px;
    display: block;
    width: 100%;
    height: auto;
}

.article .mar-header .content {
    padding: 0 15px;
}

.article .mar-header .content h1 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
}

.article .mar-header .content .jiage {
    font-size: 16px;
    line-height: 18px;
}

.article .mar-header .content hr {
    margin: 10px 0;
}

.article .mar-add {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}

.article .mar-add .com {
    position: relative;
    padding-left: 38px;
    padding-bottom: 6px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    border-bottom: 1px solid #f8f8f8;
}

.article .mar-add .com:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 15px;
    display: inline-block;
    width: 18px;
    height: 16px;
    background: url(../images/ma_icon@2x.png) no-repeat -13px 0;
    background-size: 31px 16px;
    vertical-align: middle;
}

.article .mar-add div {
    position: relative;
    margin-left: 15px;
    padding-left: 18px;
    display: inline-block;
}

.article .mar-add div:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/ma_icon@2x.png) no-repeat 0 0;
    background-size: 31px 16px;
    vertical-align: middle;
}

.article .mar-add span {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

.article .mar-avar {
    margin-bottom: 5px;
    padding: 10px 15px;
    background: #fff;
}

.article .article-content {
    padding: 15px;
    font-family: '微软雅黑';
    font-size: 16px;
    line-height: 24px;
    color: #3d4145;
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
}

.article .article-content p {
    margin-bottom: 15px;
}

.article .article-content img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    background: #ccc;
}

.article footer {
    padding: 10px 15px;
    background: #fff;
}

