.section1 {
    padding-top: 40px;
    padding-bottom: 50px;
}

.title {
    position: relative;
    line-height: 40px;
}

.title::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 5px;
    right: 105px;
    left: 235px;
    background: url(../images/tit-xx.png) no-repeat center right;
    background-size: cover;
}

.title h2 {
    float: left;
}

.title h2 span {
    display: inline-block;
    font-size: 32px;
    color: #99181B;
    vertical-align: middle;
}

.title h2 i {
    display: inline-block;
    padding-left: 5px;
    font-size: 20px;
    color: #9E9E9E;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: normal;
}

.title .more {
    position: relative;
    float: right;
}

.title .more::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #BB1A1A;
    background: linear-gradient(180deg, #BB1A1A 0%, rgba(216, 216, 216, 0) 100%);
    opacity: .3;
}

.title .more a {
    position: relative;
    display: block;
    padding-right: 10px;
    font-size: 16px;
    color: #3D3D3D;
    z-index: 6;
}

.title .more a:hover {
    color: #99181B;
}

.sect1-l {
    position: relative;
    float: left;
    width: 61%;
}

.sect1-r {
    float: right;
    width: 34.46%;
}

.s1l-top {
    position: relative;
    margin-top: 50px;
}

.s1l-top a {
    display: block;
    background: #a20308 url(../images/sect1-txt-bg.jpg) no-repeat right bottom;
    overflow: hidden;
}

.s1l-top a .tpp {
    float: left;
    width: 431px;
}

.s1l-top a .tpp .pic {
    padding-top: 65.95%;
}

.s1l-top a .text {
    float: right;
    width: calc(100% - 431px);
    padding: 45px 25px;
}

.s1l-top a .text h2 {
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
}

.s1l-top a:hover .text h2 {
    text-decoration: underline;
}

.s1l-top a .text p {
    margin-top: 15px;
    font-size: 14px;
    color: #FDFDFD;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.s1l-down {
    border: 1px solid #C8C8C8;
    border-top: 0;
}

.s1l-down ul {
    padding: 35px 30px 45px 30px;
    margin-top: -15px;
}

.s1l-down ul li {
    float: left;
    width: 30%;
    margin-left: 5%;
    transition: all .3s;
}

.s1l-down ul li:nth-child(3n-2) {
    margin-left: 0;
}

.s1l-down ul li a {
    display: block;
}

.s1l-down ul li a>span {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    color: #1D1D1D;
    padding-bottom: 10px;
    border-bottom: 3px solid #99181B;
}

.s1l-down ul li a h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #050505;
    line-height: 20px;
    height: 40px;
    font-weight: normal;
    overflow: hidden;
}

.s1l-down ul li:hover a h2 {
    font-weight: bold;
    color: #99181B;
}

.s1l-down ul li a p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #868686;
    overflow: hidden;
}

.s1l-down ul li a .more {
    position: relative;
    left: 0;
    margin-top: 20px;
    transition: all .3s;
}

.s1l-down ul li:hover a .more {
    left: 5px;
}

.s1l-down ul li a .more span {
    padding-right: 35px;
    font-size: 14px;
    color: #636363;
    line-height: 24px;
    background: url(../images/s1-more.png) no-repeat right center;
}

.s1l-down ul li:hover a .more span {
    color: #99181B;
}

.s1l-top .slick-dots {
    position: relative;
    bottom: 60px;
    right: 40px;
    left: auto;
    text-align: right;
}

.s1l-top .slick-dots li {
    position: static;
    margin: 0 6px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .8);
    transition: all .3s;
    vertical-align: middle;
}

.s1l-top .slick-dots li .dot-page {
    position: absolute;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    right: 33%;
    bottom: -7px;
    opacity: 0;
    z-index: -1;
}

.s1l-top .slick-dots li.slick-active .dot-page {
    opacity: 1;
    z-index: 1;
}

.s1l-top .slick-dots li.slick-active {
    width: 13px;
    height: 13px;
    background: rgba(255, 255, 255, 1);
}

.sect1-r ul {
    margin-top: 50px;
    border: 1px solid #C8C8C8;
    padding: 30px 40px;
}

.sect1-r ul li {
    transition: all .3s;
}

.sect1-r ul li a {
    display: block;
}

.sect1-r ul li a .date {
    position: relative;
    display: inline-block;
    padding-left: 30px;
}

.sect1-r ul li a .date::before {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    border-top: 1px solid #CFA972;
    top: 50%;
    background: #CFA972;
}

.sect1-r ul li:hover a .date::before {
    border-top: 1px solid #AE030A;
    background: #AE030A;
}

.sect1-r ul li a .date::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #CFA972;
}

.sect1-r ul li:hover a .date::after {
    background: #AE030A;
}

.sect1-r ul li a .date span {
    display: inline-block;
    width: 112px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #CFA972;
    font-size: 16px;
    color: #fff;
}

.sect1-r ul li:hover a .date span {
    background: #AE030A;
}

.sect1-r ul li a p {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    color: #3D3D3D;
    overflow: hidden;
}

.sect1-r ul li:hover a p {
    color: #AE030A;
}

.section2 {
    padding: 45px 0;
    background: url(../images/sect2-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect2 .title::after {
    left: 270px;
}

.s2-l {
    float: left;
    width: 47.37%;
}

.s2-r {
    float: right;
    width: 47.446%;
}

.s2l-top {
    margin-top: 40px;
}

.s2l-top a {
    display: block;
    background: #fff;
    overflow: hidden;
}

.s2l-top a .tpp {
    float: left;
    width: 313px;
}

.s2l-top a .tpp .pic {
    padding-top: 66.45%;
}

.s2l-top a .text {
    position: relative;
    float: right;
    width: calc(100% - 313px);
    padding: 18px 30px;
}

.s2l-top a .text:after {
    content: "";
    position: absolute;
    top: 88px;
    left: 30px;
    width: 40px;
    height: 1px;
    background: #AE030A;
}

.s2l-top a .text h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #AE030A;
    height: 60px;
    overflow: hidden;
}

.s2l-top a .text p {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    height: 60px;
    overflow: hidden;
    margin-top: 23px;
}

.s2l-top a .text .date {
    text-align: right;
}

.s2l-top a .text .date span {
    font-size: 22px;
    color: #1D1D1D;
}

.s2l-down ul li {
    margin-top: 10px;
}

.s2l-down ul li a {
    position: relative;
    display: block;
    padding: 10px 20px;
}

.s2l-down ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #AE030A;
}

.s2l-down ul li a p {
    font-size: 18px;
    color: #323232;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2l-down ul li a span {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #9F9F9F;
}

.s2l-down ul li:hover a {
    background: #AE030A;
}

.s2l-down ul li:hover a p {
    color: #fff;
}

.s2l-down ul li:hover a span {
    color: #fff;
}

.date-list {
    margin-top: 40px;
    border-top: 3px solid #9F3120;
    background: #fff;
    box-shadow: 0px 3px 10px 0px #CBB9BA;
    padding: 0 30px;
}

.date-list>li a {
    position: relative;
    display: block;
    padding: 24px 0;
    border-bottom: 1px solid #D8D8D8;
    overflow: hidden;
    transition: all .3s;
}

.date-list>li:last-child a {
    border-bottom: none;
}

.date-list>li a .date {
    float: left;
    padding-right: 15px;
    width: 70px;
    border-right: 1px solid #DEDEDE;
}

.date-list>li a .date p {
    font-size: 18px;
    color: #323232;
}

.date-list>li:hover a .date p {
    color: #AE030A;
    font-weight: bold;
}

.date-list>li a .date span {
    display: block;
    font-size: 14px;
    color: #BBBBBB;
    margin-top: 8px;
}

.date-list>li:hover a .date span {
    color: #AE030A
}

.date-list>li a .text {
    overflow: hidden;
    padding-left: 15px;
}

.date-list>li a .text p {
    line-height: 20px;
    font-size: 18px;
    color: #323232;
    height: 40px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.date-list>li:hover a .text p {
    color: #AE030A;
}

.date-list>li:hover a {
    border-bottom: 1px solid #AE030A;
}

.date-list>li:last-child a {
    border-bottom: none;
}

.home3 {
    background: url(../images/home3-bg.png) no-repeat center bottom;
    background-size: 100% auto;
}

.section3 {
    padding-top: 50px;
    padding-bottom: 75px;
}

.sect3 {
    background: url(../images/sect3-bg.png) no-repeat center top;
    background-size: 100% 100%;
    padding: 27px 30px 0 30px;
}

.sect3 .title h2 span {
    font-size: 36px;
    color: #282828;
    font-family: "sisong";
}

.sect3 .title::after {
    left: 150px;
    right: 80px;
}

.sect3-l {
    float: left;
    width: 50%;
    background: #fff;
    border-radius: 0px 0px 0px 40px;
    box-shadow: 0px 5px 33px 0px rgba(143, 0, 11, 0.2);
    padding: 62px 15px 59px 59px;
}

.sect3-r {
    float: right;
    width: 50%;
    background: #fff;
    border-radius: 0px 0px 40px 0px;
    box-shadow: 0px 5px 33px 0px rgba(143, 0, 11, 0.2);
    padding: 62px 15px 59px 33px;
}

.sect3 .list {
    margin-top: 15px;
}

.sect3 .list li {
    position: relative;
    padding-left: 115px;
    border-bottom: 1px dashed #D8D8D8;
    transition: all .3s;
}

.sect3 .list li:hover {
    background: #AE030A;
}

.sect3 .list li a {
    display: block;
    font-size: 18px;
    line-height: 72px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect3 .list li span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #333;
    width: 100px;
    line-height: 20px;
    text-align: center;
    border-right: 1px solid rgba(51, 51, 51, .3);
}

.sect3 .list li:hover span {
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.sect3 .list li:hover a {
    color: #fff;
}

.sect3 .title .more::after {
    display: none;
}

.sect3 .title .more a {
    color: #AE030A;
}

.section4 {
    padding-bottom: 60px;
}

.sect4 .title {
    position: relative;
}

.sect4 .title .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.sect4 .title::after {
    left: 63%;
}

.sect4 .title::before {
    content: "";
    position: absolute;
    left: 40px;
    width: 34%;
    height: 5px;
    top: 50%;
    background: url(../images/sect4-tit-xx.png) no-repeat left center;
    background-size: cover;
}

.sect4 .title h2 {
    float: none;
    text-align: center;
}

.s4 ul li {
    margin: 48px 0;
    transition: all .3s;
}

.s4 ul li.slick-center {
    position: relative;
    transform: scale(1.1);
    z-index: 9;
}

.s4 ul li a {
    display: block;
}

.s4 ul li a .pic {
    padding-top: 62.763%;
}

.s4 ul li a .text {
    padding: 24px 35px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.s4 ul li.slick-center a .text {
    background: #AE030A;
}

.s4 ul li a .text h2 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4 ul li.slick-center a .text h2 {
    color: #fff;
    font-weight: bold;
}

.s4 ul li a .text p {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    height: 64px;
    overflow: hidden;
}

.s4 ul li a .text .date {
    text-align: right;
}

.s4 ul li a .text .date span {
    display: inline-block;
    font-size: 22px;
    color: #1D1D1D;
    padding-bottom: 15px;
    border-bottom: 3px solid #99181B;
}

.s4 ul li.slick-center a .text p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}

.s4 ul li.slick-center a .text .date span {
    color: #fff;
    border-bottom: 3px solid #fff;
}

.s4 ul li.slick-center a .text .date span {
    padding-top: 18px;
    padding-bottom: 5px;
    font-weight: bold;
}

.s4 ul li.slick-center a .text .date {
    border-top: 1px solid rgba(255, 255, 255, 0.48);
}

@media screen and (max-width: 1400px) {
    .s1l-top .slick-dots li .dot-page {
        right: 20%;
    }
}

@media screen and (max-width: 1200px) {
    .s1l-top a .tpp {
        width: 300px;
    }
    .s1l-top a .text {
        width: calc(100% - 300px);
        padding: 15px;
    }
    .s1l-top .slick-dots {
        bottom: 30px;
    }
    .sect1-r ul {
        padding: 15px;
    }
    .sect1-r ul li a p {
        margin-top: 5px;
        margin-bottom: 8px;
    }
    .s2l-top a .tpp {
        width: 250px;
    }
    .s2l-top a .text {
        width: calc(100% - 250px);
        padding: 15px;
    }
    .s2l-top a .text p {
        line-height: 20px;
        height: 40px;
        margin-top: 8px;
    }
    .s2l-top a .text:after {
        top: 75px;
        left: 15px;
    }
    .date-list>li a {
        padding: 20px 0;
    }
    .sect4 .title::before {
        width: 30%;
    }
    .sect4 .title::after {
        left: 68%;
    }
}

@media screen and (max-width: 1000px) {
    .sect1-l {
        float: none;
        width: 100%;
    }
    .sect1-r {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .s2-l {
        float: none;
        width: 100%;
    }
    .s2-r {
        float: none;
        width: 100%;
    }
    .sect3-l {
        padding: 15px;
    }
    .sect3-r {
        padding: 15px;
    }
    .sect3 .list li {
        padding-left: 85px;
    }
    .sect3 .list li span {
        width: 70px;
        font-size: 18px;
    }
    .sect3 .list li a {
        line-height: 60px;
    }
    .sect4 .title::before {
        width: 23%;
    }
    .sect4 .title::after {
        left: 72%;
    }
}

@media screen and (max-width: 768px) {
    .s4 ul li {
        margin: 15px 5px;
    }
}

@media screen and (max-width: 700px) {
    .sect {
        padding: 15px 0!important;
    }
    .title h2 span {
        font-size: 20px;
    }
    .title h2 i {
        font-size: 14px;
    }
    .title .more a {
        font-size: 14px;
    }
    .title::after {
        left: 150px;
        right: 88px;
        top: 43%;
    }
    .s1l-top {
        margin-top: 15px;
    }
    .s1l-top a .tpp {
        float: none;
        width: 100%;
    }
    .s1l-top a .text {
        float: none;
        width: 100%;
        padding-bottom: 50px;
    }
    .s1l-top .slick-dots li .dot-page {
        right: auto;
        left: 60px;
    }
    .s1l-down ul {
        padding: 15px;
    }
    .s1l-down ul li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .s1l-down ul li a>span {
        font-size: 16px;
    }
    .s1l-down ul li a h2 {
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .s1l-down ul li a .more {
        margin-top: 10px;
    }
    .sect1-r ul {
        margin-top: 15px;
    }
    .s2l-top {
        margin-top: 15px;
    }
    .s2l-top a .tpp {
        float: none;
        width: 100%;
    }
    .s2l-top a .text {
        float: none;
        width: 100%;
    }
    .s2l-top a .text .date span {
        font-size: 18px;
    }
    .s2l-down ul li {
        margin-top: 0;
    }
    .date-list {
        margin-top: 15px;
        padding: 0 15px;
    }
    .date-list>li a .date {
        width: 65px;
        padding-right: 5px;
    }
    .date-list>li a {
        padding: 15px 0;
    }
    .date-list>li a .text p {
        font-size: 15px;
    }
    .sect3-l,
    .sect3-r {
        float: none;
        width: 100%;
        border-radius: 0;
    }
    .sect3-r {
        margin-top: 15px;
    }
    .sect3 .title h2 span {
        font-size: 22px;
    }
    .sect3 {
        background: none;
        padding: 0;
    }
    .sect3 .list li a {
        line-height: 40px;
        font-size: 15px;
    }
    .sect3 .list li span {
        font-size: 14px;
    }
    .sect3 .list {
        margin-top: 0;
    }
    .sect3 .title::after {
        left: 105px;
    }
    .sect4 .title h2 {
        text-align: left;
    }
    .sect4 .title::before {
        display: none;
    }
    .sect4 .title::after {
        left: 60%;
    }
    .s4 ul li a .text {
        padding: 15px;
    }
    .s4 ul li a .text p {
        margin: 5px 0;
    }
}


@media screen and (max-width: 340px) {

.sect4 .title::after {
     display: none;
}

}




