
html {
    background: rgba(245, 247, 250, 1);
}
.label-result {
    /* margin-bottom: 80px; */
}
.label-result.mb80 {
    margin-bottom: 80px;
}
.label-result .news-box{
    float: left;
    width: 758px;
    margin-top: 0;
    padding-left: 88px;
    padding-right: 50px;
    padding-bottom: 40px;
    
	background-color: #ffffff;
	border-radius: 4px;
}
.new-strategy.hot,
.new-strategy.news {
    margin-top: 8px;
}
.label-result .right-infos {
    width: 288px;
    float: right;
    position: -webkit-sticky;
    position: sticky;
    top: 74px;
}
.label-result .new-strategy{
    background-color: #ffffff;
}
.label-result .new-strategy-tl {
    position: relative;
    height: 40px;
    padding: 0 16px;
    font-size: 16px;
	line-height: 40px;
	color: #191a24;
    font-weight: bold;
    border-bottom: 1px solid #edf1f5;
}
.label-result .new-strategy-tl  i {
    position: absolute;
    bottom: 0;
    left: 16px;
    z-index: 9;
    display: block;
    width: 29px;
	height: 2px;
	background-color: #ff2626;
}
.strategy-list {
    padding: 5px 16px;
}
.strategy-item {
    margin: 8px 0;
}
.strategy-item h6 {
	font-size: 14px;
	/* font-weight: bold; */
	font-stretch: normal;
	letter-spacing: 0px;
	color: #191a24;
}
.strategy-item .time {
    font-size: 12px;
	color: #a2aab9;
}
.strategy-item:hover h6{
    color: #ff2626;
}
.strategy-item:hover  a{
    opacity: 1;
}
.new-strategy.hot {
    margin-top: 8px;
}
.small-news-list a{
    display: block;
}
.small-news-list .new-img{
    float: left;
    width: 98px;
	height: 72px;
	background-color: #f5f7fa;
	border-radius: 4px;
	border: solid 1px #e2e8f2;
    text-align: center;
    line-height: 72px;
}
.small-news-list .new-img img{
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}
.small-news-list .infosdata {
    margin-left: 110px;
}
.small-news-list .infosdata .dec{
    font-size: 12px;
	line-height: 16px;
	color: #676e80;
}
.small-news-list .strategy-item {
    padding: 6px 0;
}
@media (max-width: 840px) {
    .label-result {
        margin-bottom: 0;
    }
    .label-result .news-box {
        float: inherit;
        width: 100%;
        margin-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
        box-sizing: border-box;
    }
    .label-result .right-infos {
        margin-top: 12px;
        width: 100%;
        float: initial;
        position: inherit;
    }
}


.label-result .news-detail{
    float: left;
    width: 819px;
    margin-top: 0;
    padding: 40px 40px 40px 40px; 
	background-color: #ffffff;
	border-radius: 4px;
}

.news-detail-dec {
    padding:  17px 0;
    margin-top: 26px;
    border-bottom: 1px dashed #d7dce2;
    font-size: 12px;
	color: #a2aab9;
}
.news-detail-dec i{
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -2px;
}
.news-detail h2 {
    font-size: 26px;
	font-weight: bold;
	color: #191a24;
    text-align: center;
}
.news-detail-dec  .right-section {
    float: right;
}
.news-detail-dec .time-icon{
    background: url(../images/icon_sj.png);
    background-size: 100% 100%;
}
.news-detail-dec .auther-icon{
    background: url(../images/icon_browse.png);
    background-size: 100% 100%;
}
.news-detail-dec .vp-icon{
    background: url(../images/icon_browsedd.png);
    background-size: 100% 100%;
}
.news-detail-dec .vp {
    margin-left: 36px;
}
.news-detail .news-content {
    padding: 24px 0;
    min-height: 670px;
    line-height: 32px;
    font-size: 16px;
    color: #404040;
}
/* 设置a标签样式 */
.news-content a {
    color: var(--wp--preset--color--vivid-cyan-blue);
}
.news-content a:hover {
    color: var(--wp--preset--color--vivid-cyan-blue);
    text-decoration: underline;
}
.news-detail .news-content img {
    max-width: 100%;
    display: block;
    margin: 18px auto;
}
.news-detail .back-btn {
    clear: both;
    display: block;
    height: 48px;
    margin-top: 20px;
	background-color: #f5f7fa;
    line-height: 48px;
    font-size: 14px;
	color: #a2aab9;
    text-align: center;
}

.news-detail .back-btn:hover {
    background-color:#ff2626;
    color: #ffffff;
    opacity: 1;
}

.detail-labels{
    color:#a2aab9;
}
.detail-labels span{
    float: left;
}
.detail-labels .a-content{
    margin-left: 76px;
}
.detail-labels .a-content a{
    margin-right: 16px;
    color:#a2aab9;
}
.detail-labels .a-content a:hover {
    color: #ff2626;
    opacity: 1;
}
.detail-labels .label-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url(../images/icon_BQ.png);
    background-size: 100% 100%;
    margin-right: 3px
}

@media (max-width: 840px) {
    .label-result .news-detail {
        float: inherit;
        width: 100%;
        margin-top: 0;
        padding: 20px;
        box-sizing: border-box;
    }
    .news-detail h2 {
        font-size: 15px;
    }
    .news-detail-dec {
        padding: 9px 0;
        margin-top: 10px;
    }
    .news-detail-dec .right-section {
        float: inherit;
        margin-top: 5px;
    }

    .news-detail .news-content {
        padding: 16px 0;
        min-height: 0;
    }
    .news-detail .back-btn {
        clear: both;
        height: 36px;
        margin-top: 10px;
        line-height: 36px;
        font-size: 14px;
    }
}


.relations-news {
    
    margin-top: 16px;
    margin-bottom: 80px;
    background-color: #ffffff;
}
.relations-new-center {
    padding: 32px;
}
.relations-news  .tl{
    font-size: 28px;
	font-weight: bold;
	color: #141821;
}
.relations-news  .tl i{
   display: inline-block;
   width: 6px;
   height: 31px;
   background-color: #cd1b1c;
   vertical-align: middle;
   margin-right: 10px;
   margin-top: -2px;
}
.relations-news-content {
    margin-top: 16px;
}
.relations-news-content ul {
    float: left;
    width: 50%;
}
.relations-news-content ul li{
    margin: 10px 0;
    margin-right: 70px;
    color: #707580;
    font-size: 16px;
}
.relations-news-content ul a{
    display: block;
    background-color: #f5f7fa;
    height: 48px;
    line-height: 48px;
    padding: 0 12px;
}

.relations-news-content ul a:hover{
    background-color: #fff6f6;
    font-weight: bold;
    color: #db0e0e;
}


.relations-news-content .relations-news-right li{
    margin-left: 70px;
    margin-right: 0;
}
.relations-news-left {
    position: relative;
}
.relations-news-left::after{
    content: '';
    display: block;
    border-right: 1px dashed #ebedf0;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
}
.relations-news-content ul li a:hover{
    color: #ff2626;
    opacity: 1;
}

@media (max-width: 840px) {
    .relations-news {
        margin-top: 16px;
        margin-bottom: 20px;
    }
    .relations-news .tl {
        font-size: 20px;
    }
    .relations-news-content {
        margin-top: 16px;
    }
    .relations-new-center {
        padding: 15px 0;
    }
    .relations-news-content ul {
        float: inherit;
        width: 100%;
    }
    .relations-news-content ul a {
        height: 36px;
        line-height: 36px;
    }
    .relations-news-content ul li {
        margin: 10px 0;
        padding-right: 0;
        font-size: 13px;
    }
    .relations-news .tl i {
        width: 4px;
        height: 24px;
    }
    .relations-news-content .relations-news-right li {
        padding-left:0;
        padding-right: 0;
        margin-left: 0
    }
    .relations-news-left::after {
        display: none;
    }
}