﻿
.new-banner { padding-top: 70px; height: 319px;     background: linear-gradient(27deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.88) 100%) 0% 0% / cover, url(../images/new-banner.jpg);  background-size: cover; }
.new-banner-title { line-height: 60px; text-align: center; background-position: -660px -780px; margin-bottom: 52px; background-image: none; color: #fff; font-size: 34px; font-weight: bold; text-align: center; margin-top: 55px; }

.body-container { background: #fff; }
.news-nav-box ul.layui-tab-title { padding-bottom: 0px; line-height: 60px; height: 60px; }
.news-nav-box ul.layui-tab-title li { font-size: 18px; line-height: 60px; height: 60px; }
.news-nav-box ul li.layui-this:after { border-bottom: 2px solid #4370f5 !important; line-height: 60px; height: 61px; }

.article-banner { padding-bottom: 25px; }
.article-banner img { max-width: 100%; }
.article-banner .banner-first { position: relative; }
.article-banner p.title a { color: #fff; line-height: 1.6; color: #fff; position: absolute; bottom: 15px; left: 20px; right: 20px; font-weight: 700; font-size: 20px; }
.article-banner a:hover { text-decoration: none; }
.article-banner .banner-item { position: relative; padding-left: 50%; height: 151px; background: #fff; margin-top: 15px; }
.article-banner .banner-item:first-child { margin-top: 0; }
.article-banner .banner-item img { width: 48%; position: absolute; left: 0; top: 0; }
.article-banner .banner-box { position: relative; height: 100%; padding-top: 10px; }
.article-banner .banner-box h4 { line-height: 1.6; font-size: 18px; font-weight: 700; color: rgba(0, 0, 0, 0.84); }
.article-banner .banner-box p { position: absolute; bottom: 10px; left: 0; color: rgba(0,0,0,.5); }

.article-list { }
.article-item { background: #fff; margin-top: 20px; border-radius: 6px; display: flex; margin-bottom: 15px; box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%); min-height: 173px; }
.article-item .article-pic { width: 236px; height: 143px; flex: 0 0 auto; padding: 15px; position: relative; }
.article-item .article-pic img { max-width: 100%; height: 143px; width: 236px; }
.article-item .article-pic a { display: block; overflow: hidden; }
.article-item .article-pic .post-cat { position: absolute; background-color: #303842; color: #fff; border-radius: 3px; padding: 1px 10px; top: 25px; left: 25px; font-size: 12px; z-index: 6; }
.article-item .article-pic .post-cat a { color: #fff; }
.article-item .article-pic .post-cat.it { background-color: #dda23c; }
.article-item .article-pic .post-cat.pd { background-color: #34415d; }

.article-item .article-box { flex: 1 1 auto; position: relative; padding: 15px 15px 15px 15px; display: flex; flex-direction: column; }
.article-item .article-box h3 { font-size: 20px; line-height: 1.4; font-weight: 500; margin: 0 0 5px; transition: .5s; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.article-item .article-box h3 a:hover { color: #4370f5; }
.article-item .article-box p { font-size: 14px; color: rgba(0,0,0,.6); text-align: justify; margin: 0; margin-top: 5px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; }
.article-item .article-box .bottom { position: absolute; bottom: 10px; width: 100%; color: rgba(0,0,0,.5); display: flex; }
.article-item .article-box .bottom span { margin-top: auto; display: flex; font-size: 12px; color: rgba(0,0,0,.5); align-items: center; line-height: 1.6; }
.article-item .article-box .bottom em { margin-left: auto; display: flex; margin-right: 30px; font-size: 12px; color: rgba(0,0,0,.5); align-items: center; line-height: 1.6; }

.article-detail { margin-top: 20px; -webkit-border-radius: 3px; border-radius: 3px; background: #fff; color: #333; padding: 38px 60px; margin-bottom: 20px; }
.article-detail .title { font-size: 28px; line-height: 2.8rem; }

.article-author { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-top: 30px; height: 42px \9; }
.article-author .portrait { width: 40px; height: 40px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; -webkit-border-radius: 50%; border-radius: 50%; overflow: hidden; position: relative; border: 1px solid #e8e8e8; float: left; }

.article-author .introduce { margin-left: 13px; width: 100%; float: left; }
.article-author .introduce .introduce-main { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.article-author .introduce .introduce-content { margin-top: 5px; font-size: 12px; color: #999; }
.article-author .date { font-size: 12px; color: #999; width: 180px; text-align: right; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
.article-summary { background: #f3f4f4; -webkit-border-radius: 5px; border-radius: 5px; margin-top: 30px; padding: 26px 30px 26px 66px; font-size: 18px; color: #999; position: relative; line-height: 30px; }


.article-content { margin-top: 30px; color: #333; font-size: 16px; }
.article-content p, .article-content div { margin-bottom: 30px; color: #333; line-height: 28px; }
.article-content img { width: auto; margin: 0 auto; max-width: 100%; height: auto; }

.relevant-tag { display: -ms-flexbox; display: flex; margin-top: 45px; }
.relevant-tag .tag-title { font-size: 14px; color: #b2b2b2; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; margin-top: 4px; }
.relevant-tag .tag-items { margin-top: -10px; }
.relevant-tag .tag-items .tag-item { margin: 10px 8px 0; padding: 0 15px; height: 30px; line-height: 30px; -webkit-border-radius: 15px; border-radius: 15px; background: #f0f0f0; color: #999; display: inline-block; }
.relevant-tag .tag-items .tag-item:hover { color: #fff; background-color: #1a79ff; transition: all .3s; }

.cif-handle { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-top: 70px; }
.cif-handle .cif-share { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; font-size: 14px; color: #999; }
.cif-handle .cif-like { cursor: pointer; display: inline-block; padding: 0 20px; height: 34px; line-height: 34px; background: #f0f0f0; color: #999; -webkit-border-radius: 17px; border-radius: 17px; font-size: 14px; }
.cif-handle .cif-like-on { background: #fe6d00; color: #fff; }


.relation-artlice { border-radius: 3px; padding: 0 24px 24px 24px; margin-left: 50px; margin-bottom: 20px; background-color: #fff; border: 1px solid #f2f2f2; box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%); }
.relation-title { border-bottom: 1px solid #f2f2f2; align-items: center; font-size: 18px; height: 66px; line-height: 66px; display: flex; line-height: 1; position: relative; }
.relation-title span { align-items: center; font-size: 18px; display: flex; line-height: 1; padding-bottom: 8px; transform: translate3d(0,3px,0); }
.relation-title a { position: absolute; right: 5px; top: 2px; }

.hots-post-list { width: 100%; padding-top: 24px; }

.hots-post-list .hot-item { display: flex; margin-bottom: 20px; cursor: pointer; height: 44px; align-items: center; }
.hots-post-list .hot-item .num { min-width: 34px; width: 34px; height: 34px; box-sizing: border-box; color: #666; background-color: #f3f3f3; border-radius: 3px; text-align: center; font-size: 18px; line-height: 34px; font-weight: bold; }

.hots-post-list .hot-item:nth-child(-n+3) .num{color: #fa6400; background-color: rgba(250, 100, 0, 0.08); }
.hots-post-list .hot-item .title { display: -webkit-box; max-height: 44px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; white-space: normal; font-size: 14px; color: #222; line-height: 20px; margin-left: 16px; }
.hots-post-list .hot-item .title a { color: #000; }

.widget-post-list { counter-reset: c; list-style: none; padding: 10px 0 0; margin: 0; }
.widget-post-list li { list-style: none; padding: 0; display: flex; counter-increment: c; padding: 5px 0; }
.widget-post-list li .pic { flex: 0 0 auto; margin-right: 10px; position: relative; overflow: hidden; border-radius: 3px; }
.widget-post-list li .pic i { position: absolute; left: 0; top: 0; background-color: #ff5c00; font-size: 12px; padding: 2px 6px; color: #fff; border-radius: 0 0 3px 0; }
.widget-post-list li .pic a { display: block; }
.widget-post-list li img { border-radius: 3px; display: block; transition: .5s; width: 105px; height: 63px; }
.widget-post-list li .box { flex: 1 1 auto; display: flex; justify-content: space-between; flex-direction: column; }
.widget-post-list li .box h3 { line-height: 1.3; font-size: 14px; font-weight: 600; transition: .5s; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.widget-post-list li .box p { font-size: 12px; color: rgba(0,0,0,.65); }

.relation-ask { border-radius: 4px; padding: 15px; margin-bottom: 20px; background-color: #fff; box-shadow: 0 1px 1px 0 rgb(0 0 0 / 5%); }
.ask-inner .ask-hot-qlist { }
.ask-inner .ask-hot-qlist .ask--item { font-size: 14px; padding: 12px 0; border-bottom: 1px dashed #eee; }
.ask-inner .ask-hot-qlist .ask--item .title { line-height: 1.4; margin-bottom: 6px; }
.ask-inner .ask-hot-qlist .ask--item .meta { color: rgba(0,0,0,.55); line-height: 1; }



.cif-module { margin-top: 20px; -webkit-border-radius: 3px; border-radius: 3px; background: #fff; color: #333; margin-bottom: 20px; }
.cif-module:first-child { margin-top: 0; }
.cif-module .cif-module-title-tabs { font-size: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; border-bottom: 1px solid #EBECED; }
.cif-module .cif-module-title-tabs span { padding-top: 25px; line-height: 15px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; display: inline-block; cursor: pointer; -webkit-user-select: none; padding-bottom: 20px; font-weight: normal; margin-left: 30px; }
.cif-module .cif-module-title-tabs span:first-child { margin-left: 0; }
.cif-module .cif-module-title-tabs .on { color: #666; font-weight: bold; position: relative; }
.cif-module .cif-module-title-tabs .on:before { content: ''; display: inline-block; width: 60%; height: 2px; background: #FE6D00; position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.cif-module-sub { -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15); }
.cif-module-sub .cif-module-title { color: #666; }

.cif-module-title { padding: 0 20px; font-size: 16px; line-height: 56px; font-weight: bold; border-bottom: 1px solid #E8E8E8; position: relative; top: -1px; }
.cif-module-title .title-more { color: #FE6D00; float: right; font-size: 14px; font-weight: normal; }

.cif-module-content { padding: 20px; }

.module-comment { padding: 30px; font-size: 14px; }
.module-comment .cue-login { background: #F5F6F6; color: #666; display: block; padding: 15px; height: 70px; border: 0; background: #F5F6F6; -webkit-border-radius: 5px; border-radius: 5px; }
.module-comment .comment-box-wrap { display: none; }
.module-comment .comment-input textarea { width: -webkit-calc(100% - 30px); width: calc(100% - 30px); padding: 9px 15px; height: 30px; border: 0; background: #F5F6F6; -webkit-border-radius: 5px; border-radius: 5px; resize: none; outline: none; color: #666; }
.module-comment .comment-input textarea.comment-box { height: 80px; }
.module-comment .reply-collect .comment-input textarea { height: 70px; }
.module-comment .user-comment-btn { margin-top: 10px; text-align: right; display: none; }
.module-comment .reply-collect .user-comment-btn { display: block; }
.module-comment .content { margin-top: 18px; padding-left: 56px; line-height: 22px; }
.module-comment .comment-type-box { display: none; margin-top: 10px; }
.module-comment .comment-type-box + .comment-type-box { margin-bottom: 0; }
.module-comment .comment-type-box .type-title { position: relative; font-weight: bold; color: #000; padding-left: 15px; font-size: 16px; }
.module-comment .comment-type-box .type-title:before { content: ''; display: inline-block; width: 5px; height: 18px; background: #FE6D00; -webkit-border-radius: 5px; border-radius: 5px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; }
.module-comment .comment-type-box .comment-item { margin-top: 40px; }
.module-comment .comment-type-box .comment-item:first-child { margin-top: 34px; }
.module-comment .comment-type-box .comment-item .comment-text { margin-top: 20px; padding-left: 56px; }
.module-comment .comment-type-box .comment-item .comment-text .cancel { color: #999; margin-right: 20px; }
.module-comment .comment-type-box .comment-items .info { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.module-comment .comment-type-box .comment-items .info .portrait { width: 40px; height: 40px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
.module-comment .comment-type-box .comment-items .info .portrait img { height: 40px; width: 40px; -webkit-border-radius: 50%; border-radius: 50%; }
.module-comment .comment-type-box .comment-items .info .user-box { margin-left: 14px; width: 100%; }
.module-comment .comment-type-box .comment-items .info .user-name { font-weight: bold; color: #333; }
.module-comment .comment-type-box .comment-items .info .user-name .user-tag { margin-left: 10px; font-weight: normal; font-size: 12px; }
.module-comment .comment-type-box .comment-items .info .operate { font-size: 14px; color: #999; cursor: pointer; display: none; width: 40px; height: 40px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
.module-comment .comment-type-box .comment-items .info .handle-date { font-size: 12px; color: #aaa; margin-top: 5px; }
.module-comment .comment-type-box .comment-items .info .handle { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; color: #666; }
.module-comment .comment-type-box .comment-items .info .handle a { color: #666; }
.module-comment .comment-type-box .comment-items .info .handle .cif-like { margin-right: 20px; }
.module-comment .comment-type-box .comment-items .info .handle .cif-like-on { color: #FE6D00; }
.module-comment .comment-type-box .item-answer { font-size: 14px; color: #666; line-height: 22px; margin-top: 10px; padding-bottom: 10px; }
.module-comment .comment-type-box .item-answer-other-box { margin-top: 20px; padding-top: 20px; border-top: 1px solid #E8E8E8; }
.module-comment .comment-type-box .item-answer-other-box .item-answer-other { margin-top: 20px; }
.module-comment .comment-type-box .item-answer-other-box .item-answer-other:first-child { margin-top: 0; }
.module-comment .comment-type-box .item-answer-other-box .reply-page { height: auto; }
.module-comment .comment-type-box .store-content { background: #FFFCEF; border: 1px solid #FFCC99; padding: 30px; position: relative; margin-top: 10px; }
.module-comment .comment-type-box .store-content .angle { content: ''; position: absolute; left: -1px; top: -12px; width: 33px; height: 12px; border-left: 1px solid #ffcc99; overflow: hidden; background: #FFFCEF; }
.module-comment .comment-type-box .store-content .angle:after { content: ''; position: absolute; width: 46px; height: 24px; top: -13px; left: 0; -webkit-border-radius: 24px; border-radius: 24px; background: #fff; border-left: 1px solid #FFCC99; border-bottom: 1px solid #FFCC99; }
.module-comment .comment-new { padding-bottom: 10px; }
.module-comment .comment-new .comment-item { margin-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #E8E8E8; }
.module-comment .comment-new .comment-item:last-child { border-bottom: 0; padding-bottom: 0; }
.module-comment .comment-new .item-answer { padding-bottom: 0; border: 0; }
.module-comment .comment-new .item-answer-other-box { -webkit-border-radius: 5px; border-radius: 5px; padding: 20px; padding-top: 5px; background: #F5F6F6; border-top: 0; }
.module-comment .comment-new .item-answer-other-box .user-box { line-height: normal; }


.cif-module { margin-top: 20px; -webkit-border-radius: 3px; border-radius: 3px; background: #fff; color: #333; }
.cif-module:first-child { margin-top: 0; }
.cif-module .cif-module-title-tabs { font-size: 16px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; border-bottom: 1px solid #EBECED; }
.cif-module .cif-module-title-tabs span { padding-top: 25px; line-height: 15px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; display: inline-block; cursor: pointer; -webkit-user-select: none; padding-bottom: 20px; font-weight: normal; margin-left: 30px; }
.cif-module .cif-module-title-tabs span:first-child { margin-left: 0; }
.cif-module .cif-module-title-tabs .on { color: #666; font-weight: bold; position: relative; }
.cif-module .cif-module-title-tabs .on:before { content: ''; display: inline-block; width: 60%; height: 2px; background: #FE6D00; position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.cif-module-sub { -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15); }
.cif-module-sub .cif-module-title { color: #666; }

.cif-module-title { padding: 0 20px; font-size: 16px; line-height: 56px; font-weight: bold; border-bottom: 1px solid #E8E8E8; position: relative; top: -1px; }
.cif-module-title .title-more { color: #FE6D00; float: right; font-size: 14px; font-weight: normal; }

.cif-module-content { padding: 20px; }

.cif-module .themeBtn { color: rgb(254, 109, 0); text-align: center; line-height: 28px; font-size: 14px; display: inline-block; cursor: pointer; border-width: 1px; border-style: solid; border-color: rgb(254, 109, 0); border-image: initial; padding: 0px 12px; border-radius: 4px; transition: all 0.2s ease 0s; }
.cif-module .themeBtn:hover { background: #fe6d00; color: #fff; }

.comment-type-box .comment-null { text-align: center; font-size: 14px; color: #999; padding-top: 30px; padding-bottom: 60px; border-bottom: 0.5px solid #F2F2F2; margin-left: -30px; margin-bottom: 30px; }
.load-more { height: 60px; line-height: 60px; text-align: center; font-size: 16px; color: #406080; background-color: #F2F2F2; }


/*首页*/
.top_infos { padding-left: 10px; padding-right: 10px; }
.top_infos .temp { margin-bottom: 20px; height: 82px; }
.top_infos .temp a:hover { text-decoration: none; }
.top_infos .temp h3 { font-size: 24px; font-weight: normal; _width: 410px; line-height: 30px; }
.top_infos .temp p { color: #999999; line-height: 20px; margin-top: 5px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.top_infos .temp:last-child { margin-bottom: 5px; }


.article-home { background: #fff; margin-top: 10px; }

.news-tag-list { padding-bottom: 20px; }
.news-tag-list a { width: 120px; text-align: center; font-size: 16px; color: #666; line-height: 35px; display: inline-block; background: #e8e6e7; -webkit-border-radius: 3px; border-radius: 3px; text-align: center; margin-top: 5px; margin-right: 5px; }


.footer-dark  .body-container { background: none; }


@media screen and (max-width: 480px) {
    .new-banner-title { font-size: 28px; }
}
@media screen and (max-width: 767px) {
    .new-banner { padding-top: 20px; height: 191px; }
    .body-content .layui-fluid { padding: 0; }
    .body-content .layui-col-space20 { padding: 0; margin:0;}
    .body-content .layui-col-md8 { padding: 0; margin: 0; }
    .relation-artlice { margin-left: 0; }

    .article-item .article-box .bottom { display: block;  width:auto;}
    .article-item .article-box .bottom span, .article-item .article-box .bottom em { display: inline-block; position:relative;}
    .article-item .article-box .bottom em { margin-left:30px;}
    .article-item .article-pic { max-width: 35%; width:auto; padding:15px 5px; }
    .article-item .article-pic img { max-width:100%;}

    .article-detail { padding: 18px 10px;margin:0;}
    .article-detail .title { font-size:22px;}
    .article-summary { padding:10px;}
    .article-content p, .article-content div { margin-bottom:15px;}

}