@charset "utf-8";
.section1 {
    padding-top: 80px;
    padding-bottom: 60px;
}

.title {
    align-items: center;
}

.title h2 span {
    font-size: 30px;
    color: #222222;
    font-family: "sisong";
}

.title h2 i {
    position: relative;
    font-size: 50px;
    color: #B41515;
    font-family: "hlb";
}

.title h2 i::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #EE9E9D;
    background: linear-gradient(180deg, #EE9E9D 0%, rgba(216, 216, 216, 0) 100%);
    z-index: -1;
}

.title a {
    font-size: 16px;
    color: #666;
}

.s1 {
    margin-top: 45px;
}

.s1-l {
    width: 770px;
}

.s1-r {
    width: calc(100% - 840px);
}

.s1-l a {
    display: block;
}

.s1-l a .pic {
    padding-top: 62.337%;
}

.s1-l a .text {
    padding-top: 25px;
    padding-bottom: 50px;
    padding-right: 170px;
    border-bottom: 2px solid #B41515;
}

.s1-l a .text p {
    font-size: 24px;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-l .slick-dots {
    bottom: 58px;
    width: auto;
    left: auto;
    right: 0;
    z-index: 99;
}

.s1-l .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #D5DCE1;
    margin-left: 15px;
    margin-right: 0;
    transition: all .3s;
}

.s1-l .slick-dots li.slick-active {
    background: #ab0529;
}

.s1-r>ul {
    margin-top: -15px;
}

.s1-r>ul>li {
    position: relative;
    border-left: 10px solid transparent;
    padding-right: 88px;
    border-bottom: 1px solid #D8D8D8;
    background-position: 15px center;
    transition: all .3s;
}

.s1-r>ul>li:hover {
    border-left: 10px solid #B01313;
    background: url(../images/s1-r-bg.jpg) no-repeat 15px center;
    background-size: cover;
}

.s1-r>ul>li span {
    position: absolute;
    right: 0;
    top: 23px;
    font-size: 20px;
    color: #666666;
    font-family: "Constantia";
}

.s1-r>ul>li:hover span {
    right: 15px;
    color: #fff;
}

.s1-r>ul>li a {
    display: block;
    padding: 23px 0;
    padding-left: 10px;
    transition: all .3s;
}

.s1-r>ul>li:hover a {
    padding-left: 50px;
}

.s1-r>ul>li a h2 {
    position: relative;
    font-size: 18px;
    color: #222222;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-r>ul>li:hover a h2 {
    color: #fff;
    font-weight: bold;
}

.s1-r>ul>li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 29px;
    width: 5px;
    height: 16px;
    background: #ab0529;
    border-radius: 10px;
}

.s1-r>ul>li:hover a::after {
    left: 30px;
    background: #E7A83B;
}

.s1-r>ul>li a p {
    margin-top: 10px;
    font-size: 14px;
    color: #B4B4B4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-r>ul>li:hover a p {
    color: #EAC8C8
}

.section2 {
    padding-top: 60px;
    padding-bottom: 55px;
    background: url(../images/sect2-bg.png) no-repeat center center;
    background-size: cover;
}

.sect2-l {
    width: 49%;
}

.list {
    position: relative;
    margin-top: 25px;
}

.list::after {
    content: "";
    position: absolute;
    left: 11px;
    top: 20px;
    bottom: 35px;
    width: 1px;
    background: #E7DFDF;
}

.list li {
    position: relative;
    padding-left: 140px;
    z-index: 6;
}

.list li .date {
    position: absolute;
    left: 0;
    top: 18px;
    padding-left: 35px;
    font-size: 20px;
    color: #E28484;
    font-family: "Constantia";
}

.list li:hover .date {
    color: #B72020;
}

.list li .date span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #E7DFDF url(../images/date.png) no-repeat center center;
}

.list li:hover .date span {
    background: #B41515 url(../images/date-other.png) no-repeat center center;
}

.list li a {
    display: block;
    padding-top: 18px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D3D3D3;
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list li:hover a {
    color: #B72020;
    border-bottom: 1px solid #B72020;
}

.sect2-r {
    width: 47.6%;
}

.s2-r-tw {
    margin-top: 25px;
}

.s2-tpp {
    width: 345px;
}

.s2-tpp a {
    display: block;
}

.s2-tpp a .pic {
    padding-top: 70.11%;
}

.s2-tpp a .text {
    padding-top: 25px;
}

.s2-tpp a .text p {
    line-height: 24px;
    font-size: 20px;
    color: #B72020;
    height: 48px;
    overflow: hidden;
    margin-bottom: 30px;
}

.s2-tpp a .text span {
    display: inline-block;
    width: 130px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border-radius: 10px 0px 10px 0px;
    background: #B72020;
    font-size: 20px;
    color: #fff;
    font-family: "Constantia";
}

.s2-txt {
    width: calc(100% - 400px);
}

.s2-txt ul li {
    border-bottom: 1px solid #E5E5E5;
}

.s2-txt ul li:hover {
    border-bottom: 1px solid #B72020;
}

.s2-txt ul li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
}

.s2-txt ul li a span {
    font-size: 20px;
    color: #666666;
    font-family: "Constantia";
}

.s2-txt ul li:hover a span {
    color: #B72020;
}

.s2-txt ul li a p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    height: 50px;
    overflow: hidden;
}

.s2-txt ul li:hover a p {
    color: #B72020;
}

.section3 {
    padding-top: 50px;
    padding-bottom: 60px;
}

.sect3-l {
    width: 47.5%;
}

.sect3-r {
    width: 47.5%;
}

.s3-l-top {
    margin-top: 30px;
}

.s3-l-top a .tpp {
    width: 343px;
}

.s3-l-top a .tpp .pic {
    padding-top: 65.11%;
}

.s3-l-top a .text {
    width: calc(100% - 343px);
    padding: 40px 25px;
    background: #B72020;
    background: linear-gradient(127deg, #B72020 22%, #E28484 115%);
}

.s3-l-top a .text p {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    height: 48px;
    overflow: hidden;
}

.s3-l-top a .text span {
    display: block;
    position: relative;
    margin-top: 20px;
    padding-top: 40px;
    font-size: 20px;
    color: #FFFFFF;
    font-family: "Constantia";
}

.s3-l-top a .text span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 1px;
    background: #fff;
}

.s3-down .list::after {
    top: 0px;
    bottom: -20px;
}

.s3-r-top {
    margin-top: 30px;
}

.s3-r-top a {
    position: relative;
    padding: 20px 35px;
    padding-bottom: 35px;
    display: block;
    background: #B72020;
    background: linear-gradient(127deg, #B72020 22%, #E28484 115%);
}

.s3-r-top a span {
    font-size: 20px;
    color: #fff;
    font-family: "Constantia";
}

.s3-r-top a h2 {
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    border-bottom: 1px solid #fff;
}

.s3-r-top a p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
    color: #F7F7F7;
    height: 78px;
    overflow: hidden;
}

.s3-r-top a .more {
    position: absolute;
    right: 30px;
    bottom: 20px;
    background: url(../images/s3-r-more.png) no-repeat center center;
    width: 50px;
    height: 16px;
}

.section4 {
    position: relative;
    padding-bottom: 90px;
}

.section4::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 49px;
    height: 410px;
    background: #F7F7F7;
}

.sect4 {
    position: relative;
    z-index: 2;
}

.sect4 .title {
    position: absolute;
    right: 0;
    top: 90px;
    width: 45%;
    z-index: 9;
}

.sect4-top a {
    display: block;
}

.sect4-top a .tpp {
    position: relative;
    float: left;
    width: 810px;
}

.sect4-top a .tpp::after {
    content: "";
    position: absolute;
    right: -30px;
    top: 0;
    border-top: 49px solid transparent;
    border-left: 30px solid #DFDFDF;
}

.sect4-top a .tpp .pic {
    padding-top: 62.51%;
}

.sect4-top a .text {
    margin-top: 185px;
    float: right;
    position: relative;
    width: calc(100% - 740px);
    margin-left: -70px;
    z-index: 2;
    background: #fff;
    padding: 40px 50px 75px 50px;
}

.date-list .date {
    width: 64px;
    height: 64px;
    background: #BC0F20;
    text-align: center;
    color: #fff;
    font-family: "Constantia";
}

.date-list .date p {
    line-height: 36px;
    font-size: 20px;
    border-bottom: 1px solid rgba(253, 203, 202, .15);
}

.date-list .date span {
    display: block;
    line-height: 20px;
    font-size: 20px;
}

.date-list .txt {
    width: calc(100% - 82px);
}

.date-list .txt p {
    line-height: 30px;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 22px;
    color: #3D3D3D;
}

.sect4-top a .text .jj {
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #B2B2B2;
}

.sect4-down {
    position: relative;
    padding: 27px;
    background: #fff;
    margin-left: 320px;
    margin-top: -70px;
    z-index: 3;
    box-shadow: 0px 10px 15px 1px rgba(0, 0, 0, 0.1);
}

.sect4-down ul {
    margin: 0 -11px;
}

.sect4-down ul li {
    margin: 0 11px;
}

.sect4-down ul li a {
    display: block;
}

.sect4-down ul li a .pic {
    padding-top: 61.71%;
}

.sect4-down .slick-prev {
    left: -200px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #BC0F20;
    background: url(../images/s4-l.png) no-repeat center center;
    transition: all .3s;
}

.sect4-down .slick-next {
    right: auto;
    top: 80%;
    left: -200px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #BC0F20;
    background: url(../images/s4-r.png) no-repeat center center;
    transition: all .3s;
}

.sect4-down .slick-prev:hover {
    background: #BC0F20 url(../images/s4-l-other.png) no-repeat center center;
}

.sect4-down .slick-next:hover {
    background: #BC0F20 url(../images/s4-r-other.png) no-repeat center center;
}

@media screen and (max-width: 1500px) {
    .s1-l {
        width: 640px;
    }
    .s1-r {
        width: calc(100% - 660px);
    }
    .s1-r>ul>li a {
        padding: 16.5px 0;
        padding-left: 10px;
    }
    .s2-tpp {
        width: 250px;
    }
    .s2-txt {
        width: calc(100% - 270px);
    }
    .list li a {
        padding-bottom: 20px;
    }
    .s3-l-top a .tpp {
        width: 260px;
    }
    .s3-l-top a .text {
        width: calc(100% - 260px);
        padding: 18px 25px;
    }
    .s3-r-top a {
        padding: 10px 15px;
    }
    .s3-r-top a h2 {
        line-height: 38px;
    }
    .s3-r-top a .more {
        bottom: auto;
        top: 15px;
    }
    .sect4-top a .tpp {
        width: 585px;
    }
    .sect4-top a .text {
        width: calc(100% - 515px);
    }
    .section4::after {
        height: 335px;
    }
    .sect4-down {
        margin-left: 100px;
    }
    .sect4-down .slick-prev {
        left: -90px;
        top: 30%;
    }
    .sect4-down .slick-next {
        left: -90px;
        top: 60%;
    }
    .s1-r>ul>li a::after {
        top: 23px;
    }
}

@media screen and (max-width: 1200px) {
    .s1-l {
        width: 580px;
    }
    .s1-r {
        width: calc(100% - 600px);
    }
    .s1-r>ul>li a {
        padding: 13px 0;
        padding-left: 10px;
    }
    .s1-r>ul>li a::after {
        top: 17px;
    }
    .sect2-l {
        width: 45%;
    }
    .sect2-r {
        width: 52%;
    }
    .s2-txt ul li a {
        padding-bottom: 10px;
    }
    .s3-l-top a .text {
        padding: 18px 15px;
    }
    .sect4-top a .tpp {
        width: 500px;
    }
    .sect4-top a .text {
        width: calc(100% - 435px);
    }
    .sect4-down .slick-next {
        top: 67%;
    }
}

@media screen and (max-width: 1000px) {
    .s1-l {
        width: 100%;
    }
    .s1-r {
        width: 100%;
        margin-top: 15px;
    }
    .sect2-l {
        width: 100%;
    }
    .sect2-r {
        width: 100%;
        margin-top: 15px;
    }
    .sect3-l {
        width: 100%;
    }
    .sect3-r {
        width: 100%;
        margin-top: 15px;
    }
    .sect4-top a .tpp {
        width: 340px;
    }
    .sect4-top a .text {
        margin-top: 0;
        width: 100%;
        padding: 15px;
    }
    .sect4-down .slick-prev {
        top: 10%;
    }
    .sect4-down {
        margin-top: 0;
    }
}

@media screen and (max-width: 700px) {
.title a{
font-size: 14px;
}
.s3-l-top a .text p{
font-size: 16px;
}
.s2-txt ul li a p{
    font-size: 16px;
}

    .sect4 .title {
        position: static;
        width: 100%;
    }
    .sect {
        padding: 15px 0;
    }
    .title h2 span {
        font-size: 20px;
    }
    .title h2 i {
        display: inline-block;
        font-size: 24px;
    }
    .title h2 i::after {
        width: 50px;
        height: 50px;
    }
    .s1 {
        margin-top: 15px;
    }
    .s1-l .slick-dots li {
        margin-left: 5px;
    }
    .s1-l a .text {
        padding-right: 95px;
        padding-top: 10px;
        padding-bottom: 5px;
    }
    .s1-l a .text p {
        font-size: 16px;
    }
    .s1-l .slick-dots {
        bottom: 15px;
    }
    .list {
        margin-top: 0;
    }
    .s2-tpp {
        width: 100%;
    }
    .s2-tpp a .text p {
        margin-bottom: 15px;
    }
    .s2-txt {
        width: 100%;
        margin-top: 15px;
    }
    .s3-l-top a .tpp {
        width: 100%;
    }
    .s3-l-top a .text {
        width: 100%;
    }
    .sect3-r {
        margin-top: 30px;
    }
    .s3-r-top {
        margin-top: 15px;
    }
    .sect4-top a .tpp::after {
        display: none;
    }
    .sect4-top {
        margin-top: 15px;
    }
    .section4::after {
        display: none;
    }
    .date-list .txt p {
        font-size: 16px;
    }
    .sect4-down {
        padding: 5px;
        margin-left: 50px;
    }
    .sect4-down .slick-prev,
    .sect4-down .slick-next {
        left: -40px;
        width: 30px;
        height: 30px;
        background-size: 20px auto;
    }
    .sect4-down .slick-next {
        top: 90%;
    }
    .sect4-down .slick-prev:hover,
    .sect4-down .slick-next:hover {
        background-size: 20px auto;
    }
    .sect4-top a .text .jj {
        margin-top: 10px;
    }
    .s1-r>ul>li a h2 {
        font-size: 16px;
    }
    .list li .date {
        font-size: 14px;
        top: 12px;
    }
    .list li {
        padding-left: 110px;
    }
    .list li a {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .s1-r>ul>li span {
        font-size: 16px;
    }
    .s2-tpp a .text {
        padding-top: 15px;
    }
    .s2-tpp a .text p {
        font-size: 16px;
    }
    .s3-l-top a .text span {
        margin-top: 15px;
        padding-top: 10px
    }
}
