@charset "utf-8";
body {
    overflow-x: hidden;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    bottom: 0.5rem;
}

.banner .slick-dots li {
    width: 0.16rem;
    height: 0.16rem;
    margin: 0 0.1rem;
    border-radius: 50%;
    background: #fff;
    transition: all .6s;
}

.banner .slick-dots li.slick-active {
    width: 0.9rem;
    height: 0.16rem;
    border-radius: 0.1rem;
    background: #fff;
}

.title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: .3rem;
}

.title h2 span {
    padding-left: .45rem;
    background: url(../images/tit-bg.png) no-repeat left center;
    background-size: .45rem auto;
    font-size: 0.3rem;
    font-weight: bold;
    color: #333;
}

.title a {
    position: relative;
    right: 0;
    padding-right: .45rem;
    background: url(../images/more.png) no-repeat right center;
    text-align: center;
    font-size: 0.16rem;
    font-weight: normal;
    color: #1D1D1D;
    transition: all .6s;
}

.title a:hover {
    right: 5px;
    color: #9C0D13;
}

.section1 {
    padding-top: .55rem;
    padding-bottom: 1rem;
    background: url(../images/sect1-bg.png) no-repeat center bottom;
    background-size: cover;
}

.s1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s1-l {
    width: 5.2rem;
}

.s1-l a {
    display: block;
}

.s1-l a .pic {
    padding-top: 66.4%;
}

.s1-l a .pic .date {
    position: absolute;
    left: 0;
    top: 0;
    width: 1rem;
    height: 1rem;
    background: #9C0D13 url(../images/date-xx.png) no-repeat;
    background-position: center 58%;
    text-align: center;
}

.s1-l a .pic .date p {
    font-size: 0.3rem;
    color: #FFFFFF;
    padding: .13rem 0;
}

.s1-l a .pic .date span {
    font-size: 0.2rem;
    color: #FFFFFF;
}

.s1-l a .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    height: 1.6rem;
    padding: .25rem .3rem;
}

.s1-l a .text h2 {
    font-size: 0.2rem;
    font-weight: bold;
    color: #333333;
}

.s1-l a:hover .text h2 {
    color: #9C0D13;
}

.s1-l a .text p {
    margin-top: .15rem;
    font-size: 0.18rem;
    line-height: 0.24rem;
    height: 0.48rem;
    color: #404040;
}

.s1-r {
    width: calc(100% - 5.2rem);
}

.s1-r ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: -.25rem;
}

.s1-r ul li {
    width: 50%;
    padding-left: .24rem;
    margin-top: .25rem;
}

.s1-r ul li a {
    display: flex;
    padding: .28rem 0;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    transition: all .6s;
}

.s1-r ul li:hover a {
    background: #9C0D13;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.s1-r ul li a .date {
    width: 0.9rem;
    text-align: center;
    border-right: 1px solid #AEB5B3;
}

.s1-r ul li a .date p {
    font-size: 0.2rem;
    color: #9C0D13;
    font-weight: bold;
}

.s1-r ul li:hover a .date p {
    color: #fff;
}

.s1-r ul li a .date span {
    font-size: 14px;
    color: #666666;
}

.s1-r ul li:hover a .date span {
    color: #fff;
}

.s1-r ul li a .text {
    flex: 1;
    min-width: 0;
    padding: 0 .25rem;
}

.s1-r ul li a .text>p {
    font-size: 0.18rem;
    line-height: 0.26rem;
    color: #333333;
    height: .52rem;
}

.s1-r ul li:hover a .text>p {
    color: #fff;
    font-weight: bold;
}

.section2 {
    position: relative;
    padding-top: 0.4rem;
    padding-bottom: .4rem;
}

.s2 {
    justify-content: space-between;
    margin-top: .2rem;
}

.s2-l {
    width: 9.15rem;
}

.dt a {
    position: relative;
    display: block;
}

.dt a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.41rem;
    background: url(../images/s1-l-tc.png) no-repeat center bottom;
    background-size: 100% 100%;
}

.dt a .pic {
    padding-top: 61.3785%;
}

.dt a .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.3rem 0.45rem;
    padding-right: 1rem;
    z-index: 9;
}

.s2 .dt span {
    display: block;
    width: 1.35rem;
    height: 0.45rem;
    line-height: 0.45rem;
    text-align: center;
    font-size: 0.18rem;
    color: #fff;
    background: #9C0D13;
    font-family: "sisong";
}

.dt a .text p {
    font-size: 0.2rem;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 0.1rem;
}

.dt .slick-dots {
    width: auto;
    left: auto;
    right: 0;
    padding-right: .35rem;
    bottom: 0.3rem;
}

.dt .slick-dots::after {
    content: "";
    position: absolute;
    right: 0;
    top: 60%;
    width: 0.42rem;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.dt .slick-dots li {
    margin-left: .15rem;
    margin-right: 0;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/s2-slick.png) no-repeat center center;
    background-size: .18rem auto;
}

.dt .slick-dots li.slick-active {
    background: url(../images/s2-slick-active.png) no-repeat center center;
    background-size: .31rem auto;
}

.s2-r {
    width: calc(100% - 9.6rem);
}

.s2-r ul li {
    position: relative;
    margin-top: .19rem;
}

.s2-r ul li:first-child {
    margin-top: 0;
}

.s2-r ul li a {
    display: block;
    position: relative;
    padding-left: 0.94rem;
    line-height: .97rem;
    background: #FDF6F6;
    border-bottom: 2px solid transparent;
    transition: all .6s;
}

.s2-r ul li:hover a {
    background: #9C0D13;
    border-bottom: 2px solid #E1AD6A;
}

.s2-r ul li a p {
    padding: 0 .15rem;
    font-size: 0.18rem;
    color: #404040;
}

.s2-r ul li:hover a p {
    color: #fff;
    font-weight: bold;
}

.s2-r ul li span {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    width: .94rem;
    border-right: 1px solid #AEB5B3;
    transform: translateY(-50%);
    line-height: .2rem;
    font-size: .18rem;
    color: #9C0D13;
}

.s2-r ul li:hover span {
    color: #FFFFFF;
    border-right: 1px solid #D3C8B3;
}

.s3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.s3-l {
    width: calc(100% - 8.34rem);
}

.s3-l ul li {
    margin-top: .2rem;
}

.s3-l ul li a {
    display: flex;
    align-items: center;
    background: #FDF6F6;
    padding: 0.3rem 0;
    transition: all .6s;
}

.s3-l ul li:hover a {
    box-shadow: 10px 10px 0px #9C0D13;
}

.s3-l ul li a .date {
    width: 1.15rem;
    text-align: center;
    border-right: 0.01rem solid #9C0D13;
}

.s3-l ul li a .date p {
    font-size: 0.3rem;
    color: #9C0D13;
    font-weight: bold;
}

.s3-l ul li a .date span {
    display: block;
    font-size: 0.16rem;
    color: #5B5A5A;
    line-height: 0.24rem;
}

.s3-l ul li a .text {
    flex: 1;
    min-width: 0;
    padding: 0 .45rem;
}

.s3-l ul li a .text p {
    font-size: 0.2rem;
    line-height: 0.36rem;
    height: 0.72rem;
    color: #333333;
    transition: all .6s;
}

.s3-l ul li:hover a .text p {
    font-weight: bold;
    color: #9C0D13;
}

.s3-r {
    width: 8.34rem;
}

.s3-r ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s3-r ul li {
    width: 50%;
    padding-left: .3rem;
    margin-top: .3rem;
}

.s3-r ul li a {
    display: block;
}

.s3-r ul li a .pic {
    padding-top: 70.82%;
}

.section4 {
    position: relative;
    padding-top: .55rem;
    padding-bottom: 1.25rem;
    background: url(../images/s4-bg.png) no-repeat right bottom;
    z-index: 9;
}

.s4-c {
    display: flex;
    flex-wrap: wrap;
}

.s4-c ul li {
    margin-top: .3rem;
}

.s4-c a {
    position: relative;
    display: block;
}

.s4-c a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1rem;
    background: url(../images/s4-tc.png) no-repeat center bottom;
    background-size: 100% 100%;
}

.s4-c a .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .13rem .15rem;
    z-index: 9;
}

.s4-c a p {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.26rem;
    color: #FFFFFF;
    max-height: .52rem;
}

.s4-c a .pic {
    padding-top: 63.446%;
}

.s4-c ul li a .pic {
    padding-top: 62.5%;
}

.s4t-l {
    width: 24%;
}

.s4t-m {
    width: 48%;
    margin: 0 2%;
    margin-top: .3rem;
}

.s4t-r {
    width: 24%;
}


/* 视频弹窗 */

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
    .more a {
        right: .1rem;
    }
    .index {
        margin: 0;
    }
    .s2 {
        display: block;
    }
    .s2-l {
        width: 100%;
    }
    .s2-r {
        width: 100%;
    }
    .s3 ul {
        margin: 0;
    }
    .s3 ul .slick-slide>div {
        margin: 0 .15rem;
        margin-top: .15rem;
    }
    .s2-r ul li:nth-child(2) {
        order: -1;
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .s1 {
        display: block;
    }
    .s1-l {
        width: 100%;
    }
    .s1-r {
        width: 100%;
        margin-top: .15rem;
    }
    .s1-r ul {
        margin: 0 -.15rem;
    }
    .s1-r ul li {
        padding: 0 0.15rem;
    }
    .s3 {
        display: block;
    }
    .s3-l {
        width: 100%;
    }
    .s3-r {
        width: 100%;
    }
    .s3-r ul li {
        padding: 0 .15rem;
    }
    .s3-r ul {
        margin: 0 -.15rem;
    }
}

@media screen and (max-width: 700px) {
    .banner .slick-dots {
        bottom: .2rem;
    }
    .section1 {
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
    .s1-l a .text {
        padding: .15rem;
    }
    .s1-r ul {
        margin: 0;
    }
    .s1-r ul li {
        width: 100%;
        padding: 0;
        margin-top: .15rem;
    }
    .dt a .text {
        padding: .15rem;
        padding-right: .5rem;
    }
    .dt .slick-dots {
        bottom: .6rem;
    }
    .s3-l ul li a {
        padding: .15rem 0;
    }
    .s3-l ul li a .text {
        padding: 0 .15rem;
    }
    .s3-l ul li a .date {
        width: 1rem;
    }
    .section4 {
        padding-top: .15rem;
        padding-bottom: .15rem;
    }
    .s4t-l {
        width: 100%;
    }
    .s4t-m {
        width: 100%;
        margin: .15rem 0;
        margin-bottom: 0;
    }
    .s4-c ul li {
        margin-top: .15rem;
    }
    .s4t-r {
        width: 100%;
    }
}
