@charset "utf-8";

/* 头条 */

.toutiao {
    height: 150px;
    margin: 50px auto;
}

.toutiao_con {
    width: 1136px;
    height: 150px;
    float: right;
    border: 1px solid #ffb67d;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
}

.toutiao_l {
    width: 133px;
    height: 90px;
    position: absolute;
    left: -60px;
    top: 28px;
}

.toutiao_r {
    width: 980px;
    height: 90px;
    position: absolute;
    top: 32px;
    right: 40px;
    overflow: hidden;
}

.toutiao_r h3 {
    height: 40px;
    line-height: 40px;
}

.toutiao_r h3 a {
    display: inline-block;
    max-width: 95%;
    height: 40px;
    font-size: 40px;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.toutiao_r h3 a:hover {
    color: #c10001;
}

.toutiao_r p {
    height: 30px;
    max-width: 100%;
    line-height: 16px;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 20px;
}

.spzb {
    background: url(./spzbbj.png) top center no-repeat;
    min-height: 200px;
    overflow: hidden;
}

.index_spzb {
    margin-top: 50px;
}

.index_spzb_con>ul {
    margin-top: 30px;
}

.index_spzb_con ul li {
    width: 380px;
    height: 290px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.index_spzb_con ul li:nth-child(3n) {
    margin-right: 0;
}

.index_spzb_con ul li .img {
    width: 380px;
    height: 215px;
    overflow: hidden;
}

.index_spzb_con ul li .img img {
    width: 100%;
    height: 100%;
}

.index_spzb_con ul li p {
    height: 80px;
    margin-top: -1px;
    padding-left: 10px;
    padding-right: 20px;
    line-height: 60px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    font-size: 18px;
    overflow: hidden;
}

.index_spzb_con ul li p a {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    padding-left: 45px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    overflow: hidden;
    background: url(../zgywfile/spbttb.png) left center no-repeat;
}

.index_spzb_con ul li:hover p a {
    color: #c10001;
}

.xcbd {
    margin-top: 20px;
    margin-bottom: 50px;
}

.xcbd ul {
    margin-top: 0;
}

.xcbd_con {
    margin-bottom: 50px;
}

.xcbd_con ul li {
    width: 580px;
    height: 90px;
    float: left;
    margin-top: 30px;
}

.xcbd_con ul li:nth-child(2n) {
    float: right;
}

.xcbd_con ul li .date {
    width: 100px;
    height: 90px;
    float: left;
    text-align: center;
    border-right: 1px solid #eaeaea;
}

.xcbd_con ul li .date p {
    height: 30px;
    line-height: 30px;
    color: #666666;
}

.xcbd_con ul li .date p i {
    font-size: 30px;
    color: #000000;
}

.xcbd_con ul li .date span {
    display: inline-block;
    width: 54px;
    height: 20px;
    color: #fff;
    line-height: 20px;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 15px;
    background: #c10001;
}

.xcbd_con ul li .cont {
    width: 460px;
    height: 90px;
    float: right;
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
}

.xcbd_con ul li .cont a {
    max-width: 100%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.xcbd_con ul li .cont a:hover {
    color: #c10001;
}

.xcbd_con ul li .cont p {
    height: 30px;
    line-height: 30px;
    max-width: 100%;
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.xcbdclist {
    margin-top: 50px;
    margin-bottom: 0;
}

.xcbdclist .xcbd_con {
    margin-bottom: 0;
}

.xcbdclist .title::after {
    left: 153px;
    max-width: 100%;
}

.spxclist .title::after {
    left: 153px;
    max-width: 100%;
}

.main {
    min-height: 1080px;
    background: url(../zgywfile/main-bg.png) no-repeat top center #f2f8ff;
    position: relative;
    padding-bottom: 50px;
}

.breadcrumb-nav {
    padding-top: 30px;
    font-size: 16px;
    color: #0d2e8b;
}

.breadcrumb-nav a {
    color: #0d2e8b;
}

.breadcrumb-nav a:hover {
    color: #d30000;
}

.breadcrumb-nav .icon img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 4px;
}


/* --详情细览页-- */

.details-cont {
    background-color: #fff;
    border: 1px solid #dce8f6;
    margin-top: 50px;
    position: relative;
    box-sizing: border-box;
}

.details-page {
    width: 898px;
    position: relative;
    padding: 60px 0 60px 60px;
    margin-left: 0;
    box-sizing: border-box;
}


/* 文章标题 */

.details-page .details-header {
    padding-bottom: 24px;
    background: url("../zgywfile/kx-title-bg.png") center bottom repeat-x;
    margin-right: 60px;
}

.details-page .details-title {
    font-size: 28px;
    text-align: center;
    width: 740px;
    line-height: 36px;
    margin: 0 auto;
    font-weight: bold;
}

.details-page .details-info {
    font-size: 16px;
    padding-top: 42px;
    color: #999999;
    margin: 0 auto;
    text-align: center;
}

.details-page .details-info .time,
.details-page .details-info .click {
    margin-right: 30px;
    display: inline-block;
}

.details-page .details-info .source {
    display: inline-block;
}


/* 文章内容 */

.details-page .details-body {
    min-height: 600px;
    border-right: 1px solid #dce8f6;
    padding-right: 60px;
    padding-top: 30px;
    box-sizing: border-box;
}

.details-page .details-body p {
    text-indent: 2em;
    line-height: 36px;
}

.details-page .details-body * {
    line-height: 36px;
}

.details-page .details-body img {
    max-width: 90%;
}


/* 分享功能 */

.social-share a {
    position: relative;
    text-decoration: none;
    margin: 4px;
    display: inline-block;
    outline: none
}

.fontSize14 * {
    font-size: 14px !important;
}

.fontSize16 {
    font-size: 16px;
}

.fontSize18 * {
    font-size: 18px !important;
}

.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 3px;
    line-height: 32px;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s
}

.social-share .social-share-icon:hover {
    background: #666;
    color: #fff
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0
}

.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block
}

.details-right {
    position: absolute;
    top: 166px;
    right: 61px;
    background-color: #ffffff;
    width: 240px;
    font-size: 14px;
    color: #999;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-left: 1px solid #dce8f6;
}

.details-right .box {
    width: 100%;
}

.details-right .block1 a {
    text-align: center;
    padding-top: 30px;
    display: block;
    font-size: 14px;
    color: #999999;
    margin-bottom: 25px;
    position: relative;
}

.details-right .block1 .a1 {
    background: url(../zgywfile/tyxl_xin_img1.png) no-repeat center top;
}

.details-right .block1 .a2 {
    background: url(../zgywfile/tyxl_xin_img2.png) no-repeat center top;
}

.details-right .block1 .a3 {
    background: url(../zgywfile/tyxl_xin_img3.png) no-repeat center top;
}

.details-right .block1 .a4 {
    background: url(../zgywfile/tyxl_xin_img9.png) no-repeat center top;
}

.details-right .block1 a:hover {
    color: #0d2e8b;
}

.details-right .block1 .a1:hover {
    background: url(../zgywfile/tyxl_xin_img1_1.png) no-repeat center top;
}

.details-right .block1 .a2:hover {
    background: url(../zgywfile/tyxl_xin_img2_1.png) no-repeat center top;
}

.details-right .block1 .a3:hover {
    background: url(../zgywfile/tyxl_xin_img3_1.png) no-repeat center top;
}

.details-right .block1 .a4.on,
.details-right .block1 .a4:hover {
    background: url(../zgywfile/tyxl_xin_img10.png) no-repeat center top;
}

.details-right .block2:before {
    content: '';
    display: block;
    width: 90px;
    height: 1px;
    margin: 0 auto;
    background-color: #e6e6e6;
    margin-bottom: 30px;
}

.details-right .block2 span {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #999999;
    background: url(../zgywfile/tyxl_xin_img4.png) no-repeat center center;
    margin-bottom: 25px;
}

.details-right .bshare-custom {
    display: block;
}

.details-right .bshare-custom a {
    display: block;
    padding: 0;
    width: 44px;
    height: 45px;
    margin: 0 auto 20px;
}

.details-right .bshare-custom a.bshare-weixin {
    background: url(../zgywfile/tyxl_xin_img5.png) no-repeat center;
}

.details-right .bshare-custom a.bshare-sinaminiblog {
    background: url(../zgywfile/tyxl_xin_img6.png) no-repeat center;
}

.details-right .bshare-custom a.bshare-qzone {
    background: url(../zgywfile/tyxl_xin_img7.png) no-repeat center;
}

.details-right .block3 a {
    display: block;
    margin: 0 auto;
    width: 44px;
    height: 45px;
}


/* --细览页end-- */