.df-none {
    display: none
}

.site_main {
    background: #f7f7f7;
    overflow: hidden;
    padding-bottom: 31px;
}

.news_content {
    width: 1220px;
    margin: 0 auto;
    font-size: 0;
    position: relative;

}

.news_content .warp {
    padding: 0 20px;
    background: white;
    padding-top: 20px;
}

/* nav */
.news_content .nav {
    padding: 22px 0px 17px 21px;
    font-size: 14px;
}

.news_content .nav img {
    margin-right: 10px;
}

.news_content .nav a {
    color: #999999;
}

.news_content .nav a.cur {
    color: #1a56a8;
}

/* nav */

/* floorb */


.news_content .floorb .banner {
    font-size: 16px;
    height: 366px;
    width: 580px;
}

.news_content .floorb .banner .back {
    height: 42px;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 580px;
    bottom: 0;
    behavior: ;
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#4c000000, endcolorstr=#4c000000);
}

.news_content .floorb .banner .back p {
    width: 405px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin: 10px 0 0 20px;
}

.news_content .floorb .swiper-container {
    height: 100%;
    position: relative;
}

.news_content .floorb .swiper-container .swiper-slide img {
    width: 100%
}

.news_content .floorb .swiper-banner>img.prev {
    width: auto;
    position: absolute;
    left: 0;
    top: 40%;
    cursor: pointer;
}

.news_content .floorb .swiper-banner>img.next {
    width: auto;
    position: absolute;
    right: 0;
    top: 40%;
    cursor: pointer;
}

.news_content .floorb .swiper-pagination {
    position: absolute;
    z-index: 20;
    right: 10px;
    bottom: 15px;
}

.news_content .floorb .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin-right: 8px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    border: 1px solid #fff;
    cursor: pointer;
    behavior: ;
}

.news_content .floorb .swiper-active-switch {
    background: #fff;
}

.news_content .floorb .import {
    vertical-align: top;
    width: 580px;
    margin-left: 20px;
}

.news_content .floorb .import .title {
    /* width: 90px; */
    height: 51px;
    font-size: 22px;
    border-bottom: 2px solid #1a56a8;
    font-weight: bold;
    line-height: 51px;
    position: relative;
    margin-top: -5px;
    bottom: -1px;
    display: inline-block;
}
.news_content .floorb .import .title a{
    color: #1a56a8;
}
.news_content .floorb .import .title span {
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 5px solid #1a56a8;
    position: absolute;
    bottom: -5px;
    left: 56px;
}

.news_content .floorb .import .content {
    border-top: 1px solid #ccc;
    padding-top: 12px;
}

.news_content .floorb .import .content i {
    color: #1a56a8;
    font-size: 16px;
    padding-right: 10px;
    font-weight: bold;
    vertical-align: top;
}

.news_content .floorb .import .content li {
    line-height: 34px;
}

.news_content .floorb .import .content a {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    width: 460px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_content .floorb .import .content span {
    color: #999;
    font-size: 16px;
    float: right;
}

.news_content .floorb .import .content a:hover {
    color: #1a56a8
}

/* floorb */




/* floord */


.news_content .floord .left {
    padding-left: 20px;
    vertical-align: top;
    width: 580px;
    box-sizing: content-box;
    padding-top: 6px;
}

.news_content .floord .left:first-child {
    padding-left: 0;
}

.news_content .floord .left .group {
    width: 100%;
}

.news_content .floord .left .title {
    height: 51px;
    font-size: 22px;
    color: #333;
    border-bottom: none;
    text-align: center;
    line-height: 51px;
    cursor: pointer;
    display: inline-block;
    border-bottom: 2px solid #fff;
    margin-right: 30px;
    position: relative;
    bottom: -1px;
}

.news_content .floord .left .title.cur {
    color: #1a56a8;
    border-bottom: 2px solid #1a56a8;
    font-weight: bold;
}
.news_content .floord .left .title.cur a{
    color: #1a56a8;   
}
.news_content .floord .left .content {
    border-top: 1px solid #ccc;
    padding-top: 12px;
}

.news_content .floord .left .content i {
    color: #1a56a8;
    font-size: 16px;
    padding-right: 10px;
    font-weight: bold;
    vertical-align: top;
    display: inline-block;
}


.news_content .floord .left .content li {
    line-height: 32px;
}

.news_content .floord .left .content a {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    width: 460px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_content .floord .left .content h2 a{
    color: #1a56a8;
    font-size: 20px;
}
.news_content .floord .left .content span {
    color: #999;
    font-size: 16px;
    float: right;
}

.news_content .floord .left .content a:hover {
    color: #1a56a8
}

/* floord */

/* special */
.special {
    padding-bottom: 29px;
}
.news_content .special1 h2,
.news_content .special2 h2 {
    font-size: 20px;
    color: #1a56a8;
    line-height: 1;
    margin: 26px 0px 11px 0px;
}

.news_content .special1 a {
    width: 542px !important;
}

/* special */

/* special2 */
.news_content .special2 {
    border-top: none !important;
}

.news_content .special1 li,
.news_content .special2 li {
    line-height: 32px;
}

.news_content .special2 li {
    margin-bottom: 0 !important;
}

.news_content .special2 a {
    width: 249px !important;
}
.news_icon{
    padding-top: 0px !important;
}
/* special2 */

/* news_video */
.news_video {
    padding-top: 0 !important;
    overflow: hidden;
}
.news_video ul{
    width: 600px;
    margin-left: -10px;
}
.news_content .news_video li {
    position: relative;
    margin: 29px 10px 0px 10px !important;
    width: 280px;
}

.news_content .news_video li a {
    max-width: 280px;
    display: inline-block;
}
.news_content .news_video li a img{
    width: 100%;
}
.news_content .news_video p {
    width: 280px;
    height: 34px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0px;
    left: 0;
    font-size: 14px;
    color: white;
    line-height: 34px;
    text-indent: 10px;
    text-align: left;
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#b2000000, endcolorstr=#b2000000);
    overflow: hidden;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
}

/* news_video */

@media (max-width: 768px) {
    .xs-hide {
        display: none !important;
    }

    .site_main{
        padding-bottom: 10px;
    }
    .news_content .warp {
        padding: 14px;
    }

    .news_content .nav {
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 14px;
        padding-left: 14px;
        background-color: rgba(26, 86, 168, 0.05);
    }

    .news_content .nav img {
        width: 10px;
        height: 14px;
    }

    .news_content {
        width: 100%;
    }

    .news_content .floorb .import {
        width: 100%;
        margin-left: 0px;
    }

    .news_content .floorb .import .content li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 28px;
    }

    .news_content .floorb .import .content a {
        width: auto;
        font-size: 14px;
        white-space: unset;
    }

    .news_content .floorb .import .content span {
        display: none;
    }

    .news_content .floord .left {
        width: 100%;
        padding-left: 0px;
    }

    .news_content .floord .left .group {
        margin-top: 14px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 12px;
    }
    .news_content .floorb .import .content{
        padding-top: 12px;
    }
    .news_content .floorb .import .title,
    .news_content .floord .left .title {
        font-size: 15px;
        line-height: 23px;
        height: 31px;
        /* width: 65px; */
    }

    .news_content .floord .left .content {
        border: none;
        padding-top: 0px;
    }

    .news_content .floord .left .content li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 28px;
        margin: 0px !important;
        width: 100%;
    }

    .news_content .floord .left .content span {
        display: none;
    }

    .news_content .special1,
    .news_content .special2 {
        display: inline-block;
        width: 50%;
    }

    .news_content .special1 li,
    .news_content .special2 li {
        line-height: 24px;
        margin: 0 !important;
        width: 100% !important;
    }

    .special .left {
        width: 100% !important;
    }

    .news_content .special1 h2,
    .news_content .special2 h2 {
        font-size: 14px;
        margin: 0px 0px 12px 0px;
    }

    .special1 h2 img,
    .special2 h2 img {
        width: 10px;
        height: 10px;
        vertical-align: middle;
        margin-right: 5px;
        display: inline-block;
    }

    .news_content .floord .left .content a {
        width: 100% !important;
        font-size: 14px;
        white-space: unset;
    }
    .news_content .floord .left:first-child .content a{
        width: auto!important;
        font-size: 14px;
        white-space: unset;
    }
    .news_content .floord .left .content a img{
        display: none;
    }
    .news_content .news_video li a{
        max-width: 100%;
    }
    .news_content .news_video p{
        display: inline-block;
        cursor: pointer;
        overflow: hidden;
        /* text-overflow: ellipsis; */
        /* white-space: nowrap; */
        background: none;
        width: 100%;
        color: #333333;
        height: auto;
        text-indent: 0px;
        position: relative;
        font-size: 14px;
        line-height: 24px;
        /* line-height: normal; */
    }
    .news_content .floord .left .content i {
        padding-right: 10px;
        vertical-align: top;
    }
    .site_main {
        background: none;
    }
    .special {
        padding-bottom: 0;
    }
    .news_video ul{
        width: 100%;
        margin-left: -0;
    }
}

@media (min-width: 768px) {
    .xs-show {
        display: none !important
    }

}