.hs {
    border-bottom: 8px solid #b31501;
    padding: 0 85px;
    padding-top: 42px;
    padding-bottom: 49px;
    box-shadow: 0 0 15px #ecc3c3;
}

.hs a {
    display: block;
    overflow: hidden;
}

.hs a .date {
    float: left;
    width: 135px;
    height: 98px;
    background-color: #f2f0f0;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.hs a .date>span {
    display: block;
    line-height: 29px;
    font-size: 16px;
    color: #fff;
    background-color: #b31501;
}

.hs a .date p {
    line-height: 69px;
    font-size: 44px;
    font-weight: bold;
    color: #b31501;
}

.hs a .date p span {
    font-size: 14px;
    font-weight: normal;
}

.hs a .text {
    overflow: hidden;
    padding-left: 60px;
    padding-top: 15px;
    text-align: center;
}

.hs a .text h2 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.hs a .text p {
    font-size: 18px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hs .slick-dots {
    text-align: center;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

.hs .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    bottom: 20px;
    margin: 0 8px;
    background-color: #cdcdcd;
}

.hs .slick-dots li.slick-active {
    background-color: #b31501;
}

.sect1 {
    margin-top: 60px;
    margin-bottom: 80px;
}

.ss a {
    display: block;
}

.ss img {
    display: block;
    width: 100%;
}

.s2-l {
    width: 677px;
}

.fl {
    float: left;
}

.s2-l ul li a {
    display: block;
    position: relative;
}

.s2-l ul li .pic {
    padding-top: 61.29%;
}

.s2-l ul li a .date {
    position: absolute;
    left: 20px;
    top: 0;
    width: 95px;
    height: 92px;
    text-align: center;
    padding-top: 15px;
    color: #fff;
    background: url(../images/s2-date1.png) no-repeat center center;
}

.s2-l ul li a .date p {
    font-size: 36px;
    line-height: 36px;
}

.s2-l ul li a .date span {
    font-size: 14px;
}

.s2-l .s1-linfo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/s2-tc.png) no-repeat center bottom;
    background-size: 100% auto;
    padding: 15px 0;
    padding-top: 40px;
}

.s2-l .s1-linfo h3 {
    padding-right: 160px;
    padding-left: 20px;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.s2-l .slick-dots {
    bottom: 0;
    left: auto;
    right: 15px;
    width: auto;
}

.s2-l .slick-dots li {
    overflow: hidden;
    width: 35px;
    height: 60px;
    line-height: 60px;
    margin: 0;
    color: #ffffff;
    text-align: center;
    transition: all .3s;
}

.s2-l .slick-dots li button {
    display: block;
    font-size: 18px;
    width: 35px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    padding: 0;
    margin: 0;
}

.s2-l .slick-dots li.slick-active {
    background: url(../images/s2-lb.png) no-repeat center center;
}

.s2-r {
    float: right;
    width: calc(100% - 720px);
    position: relative;
    box-shadow: 0 0 15px #ecc3c3;
}

.tabBox .hd {
    height: 55px;
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

.tabBox .hd ul {
    top: 0;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    float: left;
    max-width: 100%;
    padding-right: 20px;
}

.tabBox .hd ul li {
    display: inline-block;
    color: #111;
    position: relative;
    padding: 0 20px;
    font-size: 20px;
    color: #b31501;
    font-weight: bold;
    line-height: 55px;
}

.tabBox .hd ul li::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    border-left: 20px solid #b31501;
    border-bottom: 55px solid transparent;
    display: none;
}

.tabBox .hd ul li.on::after {
    display: block;
}

.tabBox .hd ul li a {
    display: block;
    color: #b31501;
    font-weight: bold;
}

.tabBox .hd ul li.on {
    background-color: #b31501;
}

.tabBox .hd ul li.on a {
    color: #fff;
}

.tabBox .hd ul .on a {
    display: block;
    /* 修复Android 4.0.x 默认浏览器当前样色无效果bug */
}

.tabBox .hd dl {
    position: absolute;
    right: 40px;
    top: 15px;
}

.tabBox .hd dl dd.on {
    display: block;
    font-size: 14px;
    color: #111;
}

.tabBox .hd dl dd {
    display: none;
}

.tabBox .hd dl dd a {
    display: block;
    color: #999999;
}

.tabBox .hd dl dd a:hover {
    color: #c80b0d;
}

.tabBox .bd {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.tabBox .bd ul {
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 45px;
}

.tabBox .bd li {
    line-height: 33px;
}

.tabBox .bd li a {
    color: #666;
}

.tabBox .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.public-list dd {
    font-size: 16px;
    line-height: 48px;
}

.public-list dd:first-child {
    border-top: none;
}

.public-list dd span {
    float: right;
    padding-left: 15px;
    font-size: 16px;
    color: #666666;
}

.public-list dd a {
    display: block;
    background: url(../images/icon-hsj.png) no-repeat left center;
    padding-left: 15px;
    font-size: 18px;
    color: #666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.public-list dd a:hover {
    color: #c80b0d;
    font-weight: bold;
}

.public-list-lh40 dd {
    line-height: 40px;
}

.public-list-lh42 dd {
    line-height: 42px;
}

.public-list-nospan dd span {
    display: none;
}

.public-list-icon2 dd a {
    display: block;
 
    padding-left: 20px;
}

.sect3 {
    margin-top: 55px;
    margin-bottom: 30px;
}

.sect5 {
    margin-top: 70px;
    margin-bottom: 90px;
    position: relative;
}

.sect5-l {
    float: left;
    width: 29.5%;
    padding-right: 20px;
    background-image: -webkit-linear-gradient(to right, #fff, #f8fbfd);
    background-image: linear-gradient(to right, #fff, #f8fbfd);
    background-image: #f8fbfd;
    border-bottom: 1px solid #eff0f1;
}

.sect5-m {
    float: left;
    width: 48%;
    background-color: #f9f9f9;
    padding: 30px;
    box-shadow: 0 0 15px #ecc3c3;
}

.sect5-r {
    float: right;
    width: 22.5%;
    padding-left: 10px;
    border-bottom: 1px solid #eff0f1;
}

.title {
    padding-bottom: 30px;
    overflow: hidden;
    border-bottom: 1px solid #eff0f1;
}

.title h2 {
    float: left;
    padding-left: 10px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    border-left: 4px solid #b31501;
}

.title a {
    float: right;
}

.sect5 .public-list dd {
    line-height: 38px;
}

.s5l-top .public-list dd a {
    background: url(../images/s5t-icon.png) no-repeat left center;
    font-size: 16px;
    color: #333;
}

.s5l-top .public-list dd:first-child a {
    background: url(../images/list-x.png) no-repeat left center;
    padding-left: 40px;
}

.s5l-down .public-list dd a {
    background: url(../images/s5d-icon.png) no-repeat left center;
    font-size: 16px;
    color: #333;
}

.s5l-down .public-list dd a {
    padding-left: 30px;
}

.s5l-down {
    margin-top: 30px;
}

.s5t {
    overflow: hidden;
}

.s5t-l {
    float: left;
    width: 280px;
}

.s5t-l a {
    display: block;
    padding-bottom: 20px;
}

.s5t-l .slick-dots {
    bottom: 0;
}

.s5t-l .slick-dots li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #e2e2e2;
    margin: 0 4px;
}

.s5t-l .slick-dots li.slick-active {
    width: 20px;
    height: 7px;
    border-radius: 5px;
    background-color: #b31501;
}

.s5t-l a .pic {
    padding-top: 69.64%;
}

.s5t-r {
    overflow: hidden;
    padding-left: 15px;
}

.s5t-r .s5t-tr-t {
    padding-bottom: 10px;
    border-bottom: 1px solid #edeeef;
}

.s5t-r .s5t-tr-t span {
    display: inline-block;
    font-size: 14px;
    color: #a9a9a9;
    padding-right: 40px;
    background: url(../images/list-x.png) no-repeat right center;
    margin-bottom: 5px;
}

.sect5-m .title {
    border-bottom: none;
    padding-bottom: 20px;
}

.s5t-r .s5t-tr-t p {
    font-size: 16px;
    color: #333;
}

.s5t-r .s5t-tr-d .public-list dd a {
    background: url(../images/s5t-icon.png) no-repeat left center;
}

.s5m-down {
    margin-top: 35px;
}

.s5m-down .tabBox .hd ul li {
    position: relative;
    width: 25%;
    line-height: 38px;
    padding-bottom: 8px;
    background: none;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.s5m-down .tabBox .hd ul li::after {
    content: "";
    position: absolute;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -13px;
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-top: 8px solid #b31501;
}

.s5m-down .tabBox .hd ul li a {
    font-size: 16px;
    color: #333;
    background-color: #ebebeb;
    font-weight: normal;
}

.s5m-down .tabBox .hd ul li.on::after {
    display: none;
}

.s5m-down .tabBox .hd ul {
    padding-right: 0;
    float: none;
}

.s5m-down .tabBox .hd ul li.on:after {
    display: block;
}

.s5m-down .tabBox .hd ul li.on a {
    background-color: #b31501;
    color: #fff;
}

.s5m-down .tabBox .hd {
    margin-bottom: 0;
}

.s5m-down .tabBox .bd ul {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.s5m-down .public-list dd a {
    color: #333;
    background: url(../images/s5t-icon.png) no-repeat left center;
}

.s5m-down .public-list dd span {
    color: #999;
}

.sect5-r .title {
    border-bottom: none;
}

.s5r-top ul li {
    position: relative;
    margin-bottom: 20px;
}

.s5r-top ul li a {
    display: block;
}

.s5r-top ul li a .icon {
    position: absolute;
    left: 0;
    top: -5px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: #fcf5eb;
    float: left;
}

.s5r-top ul li a .icon img {
    display: inline-block;
    vertical-align: middle;
}

.s5r-top ul li a .text {
    line-height: 60px;
    margin-left: 55px;
    background-image: -webkit-linear-gradient(to right, #f7f1f1, #fff);
    background-image: linear-gradient(to right, #f7f1f1, #fff);
    background-image: #f7f1f1;
    text-align: center;
}

.s5r-top ul li a .text p {
    font-size: 22px;
    color: #333;
}

.s5r-top ul li:hover a .text p {
    color: #b31501;
}

.s5r-down {
    padding-bottom: 15px;
    margin-top: 30px;
}

.s5r-down ul li {
    float: left;
    width: 49%;
    height: 100px;
    margin-bottom: 8px;
    margin-left: 2%;
    background-color: #dedbde;
}

.s5r-down ul li:nth-child(2n-1) {
    margin-left: 0;
}

.s5r-down ul li a {
    display: block;
    padding: 15px;
}

.s5r-down ul li a p {
    font-size: 16px;
    color: #b31501;
}

.s5r-down ul li a .icon {
    text-align: right;
    margin-top: 15px;
}

.s5r-down ul li a .icon .jl-other {
    display: none;
}

.s5r-down ul li:hover {
    background-color: #b31501;
}

.s5r-down ul li:hover a p {
    color: #fff;
}

.s5r-down ul li:hover a .icon .jl {
    display: none;
}

.s5r-down ul li:hover a .icon .jl-other {
    display: inline-block;
}

.sect6 {
    overflow: hidden;
}

.sect6 ul li {
    position: relative;
    float: left;
    border: 1px solid #d8ba8a;
    border-radius: 10px;
    width: 14%;
    height: 145px;
    margin-left: 3%;
    transition: all .3s;
}

.sect6 ul li:first-child {
    margin-left: 0;
}

.sect6 ul li.on {
    width: 49%;
}

.sect6 ul li .xglj {
    display: none;
}

.sect6 ul li .xgbt {
    text-align: center;
}

.sect6 ul li .xgbt .icon {
    margin-top: 25px;
}

.sect6 ul li .xgbt p {
    margin-top: 10px;
    font-size: 24px;
    color: #000000;
}

.sect6 ul li.on .xgbt {
    float: left;
    width: 200px;
}

.sect6 ul li.on .xglj {
    padding-top: 10px;
    display: block;
    overflow: hidden;
    font-size: 0;
}

.sect6 ul li.on .xglj a {
    display: inline-block;
    width: 50%;
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-top: 30px;
}

.sect6 ul li.on .xglj a span {
    display: inline-block;
    padding-left: 18px;
    background: url(../images/icon-hsj.png) no-repeat left center;
}

.sect6 ul li.on .xglj a:hover {
    color: #b31501;
}

.sect7 {
    margin-top: 50px;
    margin-bottom: 75px;
}

.wz-link ul li {
    margin: 30px 0;
}

.wz-link ul li a {
    display: block;
    border: 1px solid #cccccc;
}

.wz-link ul li a .pic {
    padding-top: 27.3%;
}

@media screen and (max-width:1400px) {
    .hs {
        padding: 30px 15px;
    }
    .sect1,
    .sect3 {
        margin: 15px 0;
    }
    .s2-l {
        width: 500px;
    }
    .s2-r {
        width: calc(100% - 510px);
    }
    .tabBox .bd ul {
        padding: 15px;
        padding-top: 0;
    }
    .public-list dd {
        line-height: 35px;
    }
    .tabBox .hd dl {
        right: 5px;
    }
    .sect5-m {
        float: none;
        width: 100%;
        margin-top: 15px;
        overflow: hidden;
    }
    .sect5-l {
        width: 68%;
        margin-bottom: 10px;
    }
    .sect5-r {
        width: 32%;
    }
    .sect5 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .s5l-down {
        margin-top: 20px;
    }
    .sect7 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:1000px) {
    .s2-l {
        width: 400px;
    }
    .s2-r {
        width: calc(100% - 410px);
    }
    .tabBox .hd ul li {
        padding: 0 10px;
        font-size: 14px;
        line-height: 35px;
    }
    .tabBox .hd ul li::after {
        right: -10px;
        border-left: 15px solid #b31501;
    }
    .tabBox .hd dl {
        top: 8px;
    }
    .tabBox .hd {
        height: 35px;
        margin-bottom: 10px;
    }
    .public-list dd a {
        font-size: 14px;
    }
    .public-list dd {
        line-height: 30px;
    }
    .sect6 ul li.on .xgbt {
        width: 120px;
    }
    .sect6 ul li .xgbt p {
        font-size: 20px;
    }
    .sect6 ul li.on .xglj a {
        font-size: 16px;
    }
}

@media screen and (max-width:700px) {
    .hs a .date {
        width: 90px;
        height: 70px;
    }
    .hs a .date p {
        font-size: 24px;
        line-height: 36px;
    }
    .hs a .text {
        padding-left: 15px;
        padding-top: 0;
    }
    .hs a .text h2 {
        font-size: 20px;
    }
    .s2-l {
        width: auto;
    }
    .fl {
        float: none;
    }
    .s2-l ul li a .date {
        width: 60px;
        height: 60px;
        padding-top: 10px;
    }
    .s2-l ul li a .date p {
        font-size: 20px;
        line-height: 20px;
    }
    .s2-l .s1-linfo h3 {
        font-size: 14px;
    }
    .s2-r {
        float: none;
        width: auto;
        margin-top: 15px;
    }
    .sect5-l {
        float: none;
        width: auto;
        padding-right: 0;
    }
    .title {
        padding-bottom: 15px;
    }
    .title h2 {
        font-size: 18px;
    }
    .sect5-r {
        float: none;
        width: auto;
        padding-left: 0;
    }
    .s5t-l {
        float: none;
        width: auto;
    }
    .sect5-m {
        padding: 15px 5px;
    }
    .s5m-down .tabBox .hd ul li a {
        font-size: 12px;
    }
    .sect6 ul li {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
    .sect6 ul li .xglj {
        display: block!important;
    }
    .sect6 ul li.on {
        width: 100%;
    }
.sect6 ul li.on .xgbt{width:90px;}
    .sect6 ul li .xgbt {
        float: left;
        width: 90px;
    }
    .sect6 ul li .xglj {
        padding-top: 10px;
        display: block;
        overflow: hidden;
        font-size: 0;
    }
    .sect6 ul li .xglj a {
        display: inline-block;
        width: 50%;
        font-size: 16px;
        color: #333;
        text-align: center;
        margin-top: 30px;
    }
    .sect6 ul li .xglj a span {
        display: inline-block;
        padding-left: 18px;
        background: url(../images/icon-hsj.png) no-repeat left center;
    }
    .sect6 ul li .xgbt p {
        font-size: 18px;
    }
    .wz-link ul li {
        margin: 10px 0;
    }
    .tabBox .hd {
        height: auto;
    }
    .tabBox .hd ul {
    
    }
.sect6 ul li.on .xglj a,.sect6 ul li .xglj a{font-size:13px;}
    .s5m-down .tabBox .hd ul li {
        width: 100%;
    }
}