.container {
    width: 1200px;
    margin: 0 auto;
    padding-top: 8px;
    overflow: hidden;
}

.container .list_left {
    float: left;
    width: 800px;
}

.container::after,
.news-item::after {
    content: "";
    display: block;
    clear: both;
}

/*# sourceMappingURL=index.css.map */
/* 资讯详情 */
.container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.container::after,
.header-crumb-box::after {
    content: "";
    display: block;
    clear: both;
}

.header-crumb-box {
    padding: 16px 0;
}

.content_left {
    width: 800px;
    float: left;
    margin-top: 20px;
}

.content_left .news_detail .header {
    margin-bottom: 20px;
}

.content_left .news_detail .header .title {
    font-size: 32px;
    font-weight: 600;
    color: #121212;
    line-height: 48px;
}

.content_left .news_detail .header .info-box {
    width: 100%;
    height: 72px;
    line-height: 72px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.content_left .news_detail .header .info-box .info {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    line-height: 16px;
}

.content_left .news_detail .header .info-box .info span {
    margin-right: 20px;
}

.content_left .news_detail .header .info-box .share {
    float: right;
}

.content_left .news_detail .header .info-box .share span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #757575;
    line-height: 16px;
    margin-right: 10px;
}

.content_left .news_detail .header .info-box .share i.icon {
    font-size: 28px;
    color: #06C763;
    vertical-align: middle;
    padding-right: 15px;
}

.content_left .news_detail .content {
    background: #fff;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #121212;
}

.content_left .news_detail .detail_footer {
    margin-bottom: 60px;
}

.content_left .news_detail .detail_footer .news_tag a {
    margin-top: 13px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    padding: 7px 12px;
    background: rgba(61, 86, 136, 0.07);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    color: #3d5688;
    line-height: 18px;
    margin-right: 8px;
    white-space: nowrap;
}

.content_left .news_detail .detail_footer .news_share {
    margin-top: 60px;
    text-align: center;
}

.content_left .news_detail .detail_footer .news_share p,
.content_left .news_detail .detail_footer .news_share div {
    display: inline-block;
    margin: 0 auto;
}

.content_left .news_detail .detail_footer .news_share div a>span {
    vertical-align: top;
}

.content_left .news_detail .detail_footer .news_share p a,
.content_left .news_detail .detail_footer .news_share div a {
    display: inline-block;
    cursor: pointer;
    /* width: 160px; */
    height: 48px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    border: 1px solid #eee;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 46px;
    text-align: center;
}
.content_left .news_detail .detail_footer .news_share div a{
    min-width:160px;
}

.content_left .news_detail .detail_footer .news_share p a i.icon,
.content_left .news_detail .detail_footer .news_share div a i.icon {
    font-size: 28px;
    margin-right: 8px;
    color: #06C763;
}

.content_left .news_detail .detail_footer .news_share p a i.icon-weixin1,
.content_left .news_detail .detail_footer .news_share div a i.icon-weixin1 {
    position: relative;
    top: 2px;
}

.content_left .news_detail .detail_footer .news_share p a i.icon-dianzan,
.content_left .news_detail .detail_footer .news_share div a i.icon-dianzan {
    font-size: 22px;
    color: #FB6236;
}

.content_left .news_detail .detail_footer .news_share div a i.nodianzan {
    color: #999 !important;
}

.content_left .news_detail .detail_footer .news_share div a i.icon-dianzan+span {
    vertical-align: -1px;
}

.content_left .news_detail .detail_footer .news_share p a:first-child,
.content_left .news_detail .detail_footer .news_share div a:first-child {
    margin-right: 15px;
}

.content_left .news_detail .detail_footer .news_share .report {
    float: right;
    font-size: 13px;
    font-weight: 400;
    color: #757575;
    line-height: 46px;
}

.content_left .news_detail .detail_footer .news_share .report i.icon {
    font-size: 14px;
    padding-right: 5px;
}

.content_left .news_detail .relevant {
    margin-bottom: 60px;
}

.content_left .news_detail .relevant .title {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 24px;
}

.content_left .news_detail .relevant .rel_list {
    padding-top: 8px;
    overflow: hidden;
}

.content_left .news_detail .relevant .rel_list .rel_item {
    float: left;
    width: 50%;
    padding: 16px 16px 0 0;
}

.content_left .news_detail .relevant .rel_list .rel_item a {
    display: block;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.75;
    white-space: nowrap;
}

.content_left .news_detail .recommend {
    margin-bottom: 60px;
    overflow: hidden;
}

.content_left .news_detail .recommend div.title {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 24px;
}

.content_left .news_detail .recommend .list_left {
    overflow: hidden;
}

.content_left .news_detail .recommend .list_left .news-item:last-child {
    border: none;
}

.content_left .news_detail .recommend .look_more {
    display: block;
    border: 1px solid #eee;
    font-weight: 700;
    color: #3d5688;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
}

.content_left .news_detail .rec_list {
    float: none;
}

/* 资讯列表通用样式 */
.list_left .news-item {
    /* overflow: hidden; */
    position: relative;
    padding: 32px 0;
    border-bottom: 1px solid #eee;
}

.list_left .news-item:hover {
    background-color: #f8f8f8;
}

.list_left .news-img {
    float: left;
    width: 200px;
    height: 150px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden;
    margin-right: 32px;
}

.list_left .news-img img {
    height: 100%;
}

.list_left .news-syn {
    float: left;
    width: 568px;
}

.list_left .news-syn .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1667;
}

.list_left .news-syn .title a:visited {
    color: #999;
}

.list_left .news-syn .syn {
    font-size: 16px;
    color: #757575;
    line-height: 1.75;
    margin-top: 20px;
}

.list_left .news-syn .other {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-top: 16px;
}

.list_left .news-syn .other span {
    font-size: 12px;
    float: left;
    color: #999;
    line-height: 1.333;
    margin-right: 24px;
}

.list_left .news-syn .other i.icon {
    float: right;
    font-size: 20px;
    color: #999;
}

/* 列表样式结束 */
/* 资讯 24小时热门文章通用样式 */
.container .hot_right {
    float: right;
    width: 334px;
    padding-top: 32px;
    background: #fff;
}

.hot_right {
    width: 334px;
    padding-top: 32px;
}

.hot_right .new-news {
    margin-bottom: 60px;
}

.hot_right .new-news .new-item {
    padding-top: 16px;
}

.hot_right .new-news .new-item a {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
}

.hot_right .new-news .new-item span {
    font: italic 16px Verdana;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.hot_right .new-news .new-item:nth-child(-n+3) span {
    font-weight: bold;
}

.hot_right .new-news .new-item:nth-child(1) span {
    color: #FF5121;
}

.hot_right .new-news .new-item:nth-child(2) span {
    color: #FF7434;
}

.hot_right .new-news .new-item:nth-child(3) span {
    color: #FF9934;
}

.hot_right .title {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    font-size: 18px;
}

.hot_right .hot-item {
    padding-top: 16px;
    overflow: hidden;
}

.hot_right .hot-item a {
    display: block;
    overflow: hidden;
}

.hot_right .hot-item .news-img {
    float: left;
    width: 80px;
    height: 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    margin-right: 16px;
    overflow: hidden;
}

.hot_right .hot-item .news-img img {
    width: 100%;
    height: 100%;
}

.hot_right .hot-item .news-img .number {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 3px 0;
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    color: #757575;
    font-size: 14px;
    width: 18px;
    height: 18px;
    background-color: #f7f7f7;
    text-align: center;
    line-height: 18px;
}
.hot_number {
    /* position: absolute;
    top: 0;
    left: 0; */
    border-radius: 0 0 3px 0;
    -webkit-border-radius: 0 0 3px 0;
    -moz-border-radius: 0 0 3px 0;
    color: #757575;
    font-size: 14px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    float: left;
    background-color: #f7f7f7;
    text-align: center;
}
.hot-item:nth-child(1) .hot_number {
    background-color: #FF5121;
    color: #fff;
}
.hot-item:nth-child(2) .hot_number {
    background-color: #FF7434;
    color: #fff;
}
.hot-item:nth-child(3) .hot_number {
    background-color: #FF9934;
    color: #fff;
}


.hot_right .hot-item .syn {
    float: left;
    width: 310px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 23px;
    /* line-height: 1.714; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.hot-items .syn {
    width: 238px!important;
}

.hot_right .hot-item:nth-child(1) .news-img .number {
    background-color: #FF5121;
    color: #fff;
}

.hot_right .hot-item:nth-child(2) .news-img .number {
    background-color: #FF7434;
    color: #fff;
}

.hot_right .hot-item:nth-child(3) .news-img .number {
    background-color: #FF9934;
    color: #fff;
}

/* 资讯 24小时热门文章通用样式 结束 */
/* 资讯顶部通用样式 */
.header-tab {
    width: 100%;
    background-color: #f8f8f8;
    line-height: 1.5rem;
    border-bottom: 2px solid #ff5121;
}

.header-tab .tab-box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.header-tab .tab-box .tab {
    float: left;
}

.header-tab .tab-box .tab a {
    color: #000;
    font-weight: 700;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
    font-size: 16px;
}

.header-tab .tab-box .tab a:hover {
    background-color: #d43400;
    color: #fff;
}

.header-tab .tab-box .tab a.active {
    background-color: #ff5121;
    color: #fff;
}

/* 资讯顶部通用样式结束 */
/* 聚合页样式 */
.header-tab+.header-crumb-box {
    padding-top: 10px;
    margin: 0 auto;
    width: 1200px;
}

.header-tab+.header-crumb-box a {
    color: #333;
    font-size: 14px;
}

.container .top-box a:hover {
    color: #e8410b;
}

.container .top-tag {
    font-size: 32px;
    font-weight: 700;
    color: #e8410b;
}

.container .top-tag i.icon {
    font-size: 36px;
    padding-right: 20px;
    vertical-align: middle;
}

.container .top-2 {
    padding-top: 30px;
    font-size: 28px;
    font-weight: 700;
}

.container .top-3 {
    display: block;
    padding-top: 17px;
    font-size: 18px;
    line-height: 1.55;
}

.container .keyword {
    padding-top: 22px;
}

.container .keyword .item {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 10px;
    margin-right: 8px;
    background-color: #f2f2f2;
    font-size: 14px;
}

.container .keyword .item:hover {
    background-color: #fce4dc;
    color: #e8410b;
}

.container .keyword .origin {
    color: #666;
    font-size: 14px;
}

.container .more_tag {
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px;
}

.container .mark {
    color: #e8410b !important;
}

.container .tag_list {
    width: 875px;
}

.container .tag_right {
    width: 270px;
}

.container .tag_list .syn {
    font-size: 14px;
}

.container .tag_list .other a {
    float: left;
    max-width: none;
    margin: 0 21px 0 0;
    font-size: 12px;
    color: #999;
}

.container .tag_list .other span {
    float: right;
    position: relative;
    padding-left: 30px;
}

.container .tag_list .other .read_count {
    margin-right: 0;
}

.container .tag_list .other span i.icon {
    position: absolute;
    top: -7px;
    left: 3px;
    float: none;
    padding-right: 5px;
}

.container .tag_list .other span b {
    vertical-align: top;
    font-weight: normal;
}

.container .tag_list .other .from {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100px;
}

.container .tag_hot {
    margin-bottom: 50px;
}

.container .tag_hot .title {
    padding-left: 10px;
    margin-bottom: 14px;
    line-height: 1;
    border-left: solid 4px #ff4640;
    font-size: 20px;
    border-bottom: none;
    padding-bottom: 0;
    font-weight: normal;
}

.container .hot_list a {
    display: block;
    padding: 6px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.container .hot_list .number {
    display: inline-block;
    width: 14px;
    line-height: 14px;
    margin-right: 6px;
    text-align: center;
    color: #fff;
    background: #aaa;
    font-family: arial;
    font-size: 12px;
    vertical-align: 1px;
    border-radius: 1px;
}

.container .hot_list li:nth-child(-n+3) .number {
    border-color: #e8410b;
    background-color: #e8410b;
    color: #fff;
}

.container .tag_right .hot_img {
    margin-bottom: 40px;
}

.container .hot_tag_list a {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 10px;
    background-color: #f2f2f2;
    margin: 0 11px 15px 0;
    font-size: 14px;
}

.fixed-aside {
    position: fixed;
    top: 0;
    background-color: #fff;
}

/*# sourceMappingURL=detail.css.map */
.detail_header {
    width: auto;
    min-width: auto;
}

.hot_right.news_right>div:not(:last-child){
    margin-bottom: 60px;
}

.hot_news .hot-img img {
    border-radius: 4px;
}

.hot_news .title {
    margin-bottom: 18px !important;
}

.news_share>div,
.recommend .news-item .other {
    position: relative;
}

.content_left .news_detail .detail_footer .news_share .code_box,
.load_codebox {
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: absolute;
    top: 55px;
    left: 5px;
    background-color: #fff;
    z-index: 10;
    display: none;
}

.news_share .code_box>p {
    font-size: 16px;
}

.news_share .code_box img {
    margin-top: 10px;
}

.list_left .news-syn .other i.icon {
    font-size: 24px;
}

.load_codebox {
    left: initial;
    right: 0;
    top: 25px;
    /* display: block; */
}

.load_codebox p {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}

.list_left .news-syn .other {
    overflow: visible;
}

.content_left .news_detail .recommend,
.content_left .news_detail .recommend .list_left,
.container .news_right {
    overflow: visible;
}

.sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 16px;
}

.container.dt_container {
    overflow: visible;
}

.hot_right .hot-item {
    padding-top: 0;
    position: relative;
}

.news_share p a {
    width: auto;
    padding: 0 15px;
}

.news_share p a span {
    vertical-align: -1px;
}
.hot_right .hot-24h{
    background: #fff;
    z-index:2;
    
}
.hot_right .hot-24h.fixed_aside{
    position: fixed;
    top:20px;
}

.declares {
    color: #A9B5CB;
    font-size: 14px;
    padding: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    background-color: #FAFAFC;
}
.declares a {
    color: #A9B5CB;
}