@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../font/iconfont.woff2') format('woff2'),
        url('../font/iconfont.woff') format('woff'),
        url('../font/iconfont.ttf') format('truetype'),
        url('../font/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 13px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 12px;
    /* color: #e7e7e7; */
}

banner {
    width: 100%;
    height: auto;
    overflow: hidden;
}

banner img {
    width: 100%;
}

nav {
    width: 100%;
    height: 57px;
    background-color: #ffffff;
    border-bottom: 1px solid #e8e8e8;
}

.dh_w {
    width: 100%;
    height: 100%;
}

.dh {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.dh span {
    display: block;
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

.dhs>a {
    font-family: SourceHanSansCN-Light;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
}

.dh_img {
    width: 11px;
    height: 13px;
    margin-right: 12px;
}

.dh_img img {
    width: 100%;
}

.dh_j {
    margin: 0 10px;
}

.cp_con_w {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cp_z {
    font-family: SourceHanSansCN-Regular;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
}

.cp_y {
    font-family: SourceHanSansCN-Light;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #666666;
}

.tabs {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.cp_name {
    width: 134px;
    height: auto;
    float: left;
    margin-top: 44px;
}

.tabs-nav {
    width: 391px;
    height: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: right;
    margin-top: 79px;
}

.tabs-nav li.active {
    color: #c7000a;
}

.tabs-nav li {
    font-family: SourceHanSansCN-Light;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    cursor: pointer;
}

.tabs-nav span {
    display: block;
    width: 1px;
    height: 12px;
    background-color: #b5b5b5;
    opacity: 0.62;
}

.tabs-contents {
    clear: both;
}

.news_list {
    width: 100%;
    height: auto;
    border-bottom: solid 1px #f6f6f6;
}

.news_list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 39px;
    padding-top: 40px;
}

.news_img {
    height: auto;
    overflow: hidden;
}

.news_img img {
    width: 100%;
}

.news_right {
    height: auto;
    overflow: hidden;
}

.news_name {
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 19px;
}

.news_time {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 0px;
    color: #999999;
}

.news_text {
    display: block;
    width: 100%;
    height: auto;
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 46px;
}

.li_s {
    font-family: SourceHanSansCN-Light;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #999999;
}

.news_list:hover {
    background-color: #f6f6f6;
}

.news_list:hover .news_name {
    color: #c7000a;
}

.news_list:hover .lj span {
    color: #c7000a;
}

.news_list:hover img {
    transform: scale(1.1);
}

#pageGro {
    width: 503px;
    margin: 0px auto;
    padding-top: 30px;
}

#pageGro div,
#pageGro div ul li {
    font-size: 16px;
    color: #999;
    line-height: 23px;
    float: left;
    margin-left: 5px;
}

#pageGro div ul li {
    width: 43px;
	height: 43px;
    text-align: center;
    border: 1px solid #999;
    cursor: pointer;
    line-height: 43px;
}

#pageGro div ul li.on {
    color: #fff;
    background-color: #c7000a;
    border: 1px solid #c7000a;
}

#pageGro div ul li.on a {
    color: #fff;
    /*background-color: #c7000a;
    border: 1px solid #c7000a;*/
}

#pageGro .fy_prev,
#pageGro .fy_next {
    width: 111px;
    height: 43px;
    line-height: 43px;
    text-indent: 5px;
    text-align: center;
    border: 1px solid #999;
    cursor: pointer;
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .news_name {
        font-size: 20px;
    }

    .news_img {
        width: 300px;
    }

    .news_right {
        width: 634px;
    }

    .news_time {
        margin-bottom: 14px;
    }

    .news_text {
        margin-bottom: 5px;
    }
}

@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
    }

    .news_name {
        font-size: 24px;
    }

    .news_img {
        width: 419px;
    }

    .news_right {
        width: 991px;
    }

    .news_time {
        margin-bottom: 29px;
    }

    .news_text {
        margin-bottom: 46px;
    }
}

@media only screen and (max-width: 992px) {
    .container {
        max-width: 960px;
    }

    .news_name {
        font-size: 20px;
    }

    .news_img {
        width: 300px;
    }

    .news_right {
        width: 634px;
    }

    .news_time {
        margin-bottom: 14px;
    }

    .news_text {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: 750px;
    }

}

@media only screen and (max-width: 576px) {}