@charset "utf-8";
/*关于我们*/
.tab_position {
    background-color: #f6f6f6;
    padding: 0;
	border-bottom:1px solid #f6f6f6;
	height:1px;
	margin-bottom:10px;
}
.tab_position .tab_position_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.w1024 {
    width: 1200px;
    margin: 0 auto;
}
.containWrap_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.containWrap_l {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
}
.tab_position .containWrap_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.containWrap_r {
    padding-left: 20px;
}
.tab_position .tab_position_text {
    padding-left: 14px;
}

.tab {
    position: relative;
    z-index: 1;
    background-color: #f6f6f6;
}
.tab_box {
    width: 100%;
    height: auto;
    padding: 0 0 0 60px;
    min-height: 800px;
}
.tab_box > div {
    width: 100%;
    height: auto;
}
.subTitle {
    font-size: 24px;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
}
.about_us {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.sub_contain {
    width: 100%;
    margin-bottom: 100px;
}
.about_us > * {
    padding-bottom: 20px;
}
.contain_tab {
    background-color: #fe8d17;
    color: #fff;
    padding: 30px 0;
    text-indent: 2em;
    font-size: 16Px;
    font-weight: normal;
    /*margin-top: -130px;*/
}
.contain_tab h2::after {
    position: absolute;
    content: '';
    width: 60px;
    left: 30px;
    top: 30px;
    height: 3px;
    background-color: #fff;
}
.contain_tab h2 {
    position: relative;
    padding-bottom: 20px;
}

/*china*/
.artlist ul li {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    padding: 20px 20px;
    margin: 0 -20px;
    overflow: hidden;
    border-bottom: 1px solid #f5f5f5
}

.artlist ul li:hover {
    background: #f9fafb
}

.artlist ul li.opened .relate {
    display: block;
    padding-top: 10px
}

.artlist ul li .sign {
    line-height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #828a92;
    background: #eee;
    position: absolute;
    right: 20px;
    top: 24px;
    padding: 2px 4px;
    border-radius: 2px
}

.artlist ul li.media-banner__flow {
    padding: 10px 20px
}

.artlist ul li.opened,
.artlist ul li:opened {
    background: #f9fafb
}

.artlist .info {
    -webkit-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    max-width: 860px
}

.artlist .info .info-limit {
    max-height: 84px;
    height: 84px;
    overflow: hidden
}

.artlist .info h3.favorite {
    padding-right: 30px
}

.artlist .info h3 {
    width: 100%;
    height: 19px;
    line-height: 18px;
    margin-top: 4px;
    margin-bottom: 9px;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: PingFangSC-Medium, arial, sans-serif;
    -webkit-font-smoothing: antialiased
}

.artlist .info h3 a.topic-tag {
    display: inline-block;
    padding: 0 8px;
    background: #f9f9f9;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 700;
    vertical-align: top;
    color: #e04a1c;
    display: none
}

.artlist .info h3 a.topic-tag i {
    margin-right: 5px;
    font-weight: 400
}

.artlist .info h3 a.day-topic {
    display: inline-block;
    padding: 0 8px;
    background: #f9f9f9;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 700;
    vertical-align: top;
    color: #e04a1c
}

.artlist .info h3 a.day-topic i {
    margin-right: 5px;
    font-weight: 400
}

.artlist .info h3 a {
    color: #2c2e3b;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    width: 90%
}

.artlist .info h3 a:hover {
    color: #06c
}

.artlist .info .desc {
    height: 54px;
    padding-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
    font-size: 13px;
    font-weight: 400;
    color: #828a92
}

.artlist .thumb {
    border-radius: 4px;
    cursor: pointer;
    margin-right: 20px;
    width: 150px;
    height: 115px;
    display: block;
    position: relative
}

.artlist .thumb span.top-mark {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    font-size: 12px;
    padding: 0 5px;
    color: #333;
    background: #ffc800
}

.artlist .thumb .module-tag {
    position: absolute;
    right: 8px;
    bottom: 8px;
    padding: 0 6px;
    border-radius: 10px;
    background: #000;
    background: rgba(0, 0, 0, .7);
    line-height: 20px;
    font-style: normal
}

.artlist .thumb .module-tag span {
    line-height: 20px;
    font-size: 12px;
    color: #fff
}

.artlist .thumb img {
    width: 150px;
    height: 115px
}

.artlist .thumb a {
    width: 150px;
    height: 115px;
    overflow: hidden;
    min-width: 150px;
    max-width: 115px;
    display: block;
    position: relative
}
.artlist .info h3 a {
    color: #2c2e3b;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    width: 90%;
}
.artlist .info h3 i.iconfont{margin-right:3px;}
.artlist .info h3 a span.recommend {
    display: inline-block;
    width: 24px;
    height: 23px;
    border-radius: 4px;
    border: 1px solid #e72f26;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #e72f26;
    line-height: 22px;
    margin-right: 4px;
}
/*cont*/

.article-header {
    border-bottom: 1px solid #eee;
}
.article-header {
    margin-bottom: 20px;
}
.article-wrapper h1.title {
    font-size: 26px;
    font-weight: 700;
    color: #141414;
    line-height: 1.5em!important;
}
.article-wrapper .article-header .meta {
    padding: 15px 0 12px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    line-height: 18px;
}
.article-wrapper .meta span {
    font-size: 14px;
    color: #a4a4a4;
    display: inline-block;
    vertical-align: middle;
}
.article-wrapper .meta .split-line {
    padding: 0 8px;
    font-weight: 700;
}
.pcontent {
    position: relative;
    overflow: hidden;
}
.pcontent blockquote {
    position: relative;
    color: #999;
    font-weight: 400;
    border: 0;
    margin: 0;
    padding: 10px 20px;
    display: block;
    background: #f7f7f7;
    border-radius: 2px;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
}
.pcontent blockquote:before {
    content: "";
    display: block;
    width: 65px;
    height: 42px;
    position: absolute;
    background: url(images/big-left.png) 0 0 no-repeat;
    top: 0;
    left: 0;
    background-size: 100%;
    z-index: -1;
}
.pcontent blockquote:after {
    content: "";
    display: block;
    width: 22px;
    height: 17px;
    position: absolute;
    background: url(images/small-right.png) 0 0 no-repeat;
    right: 15px;
    bottom: 5px;
    background-size: 100%;
    z-index: -1;
}
.pcontent p {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 24px;
    text-align: justify;
    color: #3b3b3b;
    font-weight: 400;
    word-break: break-word;
    font-family: "PingFang SC",Microsoft YaHei,Helvetica,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
}
.pcontent p {
    letter-spacing: .5px;
    line-height: 32px;
    margin-bottom: 28px;
}
.pcontent strong {
    color: #141414;
    white-space: pre-wrap;
    border-width: .25em 0;
    display: inline;
    background: #f9fafb;
}