@charset "utf-8";

@font-face {
    font-family: "sysong";
    src: url(../fonts/CQSxIeOAKtwk.woff) format("woff"),
    url(../fonts/CQSxIeOAKtwk.woff) format("woff");
}

.index {
    overflow: hidden;
}

.section1 {
    margin-top: .3rem;
}

.s1-c {
    display: flex;
    justify-content: space-between;
}

.s1-l {
    width: 52%;
    margin-left: -.49rem;
    margin-right: .7rem;
}

.s1-l>ul li a {
    display: block;
    position: relative;
}

.s1-l>ul li a .pic {
    padding-top: 67%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.s1-l>ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #a2252b 0%, #a2252b 100%);
    padding: 0 .2rem 0 .2rem;
    display: flex;
    align-items: center;
    height: 0.7rem;
}

.s1-l>ul li a .info p {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.28rem;
    letter-spacing: 0em;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.s1-l>ul li a .info p i {
    background-image: linear-gradient(#fff, #fff)
}


.s1-l .slick-prev {
    position: absolute;
    top: auto;
    transform: translateY(0);
    bottom: 43%;
    right: 0;
    left: 0;
    width: 0.3rem;
    height: 0.6rem;
    transition: background 0.3s ease;
    background-size: cover;
}

.s1-l:hover .slick-prev {
    background: url(../../images/prev2.png) no-repeat center center rgb(128 128 128 / 70%) !important;!i;!;
    background-size: cover;
}

.s1-l .slick-next {
    position: absolute;
    top: auto;
    bottom: 43%;
    left: auto;
    transform: translateY(0);
    right: 0;
    width: 0.3rem;
    height: 0.6rem;
    transition: background 0.3s ease;
    background-size: cover;
}

.s1-l:hover .slick-next {
    background: url(../../images/next2.png) no-repeat center center rgb(128 128 128 / 70%) !important;!i;!;
    background-size: cover;
}

.tit {
    display: flex;
    position: relative;
}

.tit h2 {
    font-family: "sysong";
}

.tit a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-right: .5rem;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #2F2F2F;
}

.tit a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #A2252B;
    width: 0.23rem;
    height: 0.03rem;
}

.tit a::after {
    content: "";
    position: absolute;
    right: .27rem;
    top: 50%;
    transform: translateY(-50%);
    background: #F1BB8D;
    width: 0.13rem;
    height: 0.03rem;
}

.s1-r {
    margin-left: -.2rem;
    width: 50%;
    flex: 1;
    line-height: .5rem;
    min-width: 0;
    margin-right: -0.4rem;
}

.s1-r ul {
    margin-top: .1rem;
}

.s1-r ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .2rem 0;
    border-bottom: 1px dashed #D0D0D0;
}

.s1-r ul li a p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #2F2F2F;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-r ul li a span {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #2F2F2F;
    min-width: 1.2rem;
    text-align: right;
}

.s1-r ul li a:hover {
    border-bottom: 1px dashed #A2252B;
}

.s1-r ul li a:hover p {
    color: #A2252B;
}

.s1-r ul li a:hover span {
    color: #A2252B;
}

.section2 {
    margin-top: .3rem;
    background: #FFF8F7;
    padding: .3rem 0;
}

.s2-c {
    display: flex;
    justify-content: space-between;
}

.s2-l {
    width: 50%;
    margin-left: -.5rem;
}

.s2-l ul li a {
    display: flex;
    align-items: center;
    margin-right: -.2rem;
    height: .73rem;
    margin-top: .2rem;
}


.s2-l ul li a .date {
    width: 0.8rem;
    height: 0.74rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: .1rem;
    transition: all 0.5s;
}

.s2-l ul li a .date b {
    font-family: Bebas;
    font-size: .26rem;
    font-weight: 600;
    line-height: 0.34rem;
    text-align: center;
    color: #A40000;
    transition: all 0.5s;
}

.s2-l ul li a .date span {
    font-family: Bebas;
    font-size: 0.14rem;
    line-height: .18rem;
    transition: all 0.5s;
    padding: 0 0 .05rem 0;
    color: #A40000;
}

.s2-l ul li a .info {
    flex: 1;
    min-width: 0;
}

.s2-l ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #2F2F2F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .56rem;
}

.s2-l ul li a:hover {
    background: #A2252B;
}

.s2-l ul li a:hover .date {}

.s2-l ul li a:hover .date b {
    color: #fff;
}

.s2-l ul li a:hover .date span {
    color: #fff;
}

.s2-l ul li a:hover .info h3 {
    color: #fff;
    font-weight: 600;
}


.s2-r {
    width: 50%;
    margin-right: -.3rem;
}

.s2-r ul li a {
    display: flex;
    align-items: center;
    margin-right: -.2rem;
    height: .73rem;
    margin-top: .2rem;
}


.s2-r ul li a .date {
    width: 0.8rem;
    height: 0.74rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: .1rem;
    transition: all 0.5s;
}

.s2-r ul li a .date b {
    font-family: Bebas;
    font-size: .26rem;
    font-weight: 600;
    line-height: 0.34rem;
    text-align: center;
    color: #A40000;
    transition: all 0.5s;
}

.s2-r ul li a .date span {
    font-family: Bebas;
    font-size: 0.14rem;
    line-height: .18rem;
    transition: all 0.5s;
    padding: 0 0 .05rem 0;
    color: #A40000;
}

.s2-r ul li a .info {
    flex: 1;
    min-width: 0;
}

.s2-r ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #2F2F2F;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .56rem;
}

.s2-r ul li a:hover {
    background: #A2252B;
}

.s2-r ul li a:hover .date {}

.s2-r ul li a:hover .date b {
    color: #fff;
}

.s2-r ul li a:hover .date span {
    color: #fff;
}

.s2-r ul li a:hover .info h3 {
    color: #fff;
    font-weight: 600;
}

.section3 {
    margin-top: .3rem;
}

.section3 .tit {
    justify-content: center;
}

.s3-c {
    margin-top: .4rem;
}

.s3-c ul {
    margin: 0 -.15rem;
}

.s3-c li a {
    display: block;
    margin: 0 .15rem;
}

.s3-c li a .pic {
    padding-top: 71%;
}

.s3-c li a .info {
    padding: .2rem .25rem;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    border-top: none;
    transition: all 0.5s;
}

.s3-c li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .52rem;
}

.s3-c li a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s3-c li a .info p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.48rem;
    margin: .1rem 0 .2rem 0;
}

.s3-c li a .info div {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.s3-c li a .info div b {
    font-size: 0.36rem;
    font-weight: 600;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #b32021;
    display: block;
    font-family: "sysong";
}

.s3-c li a .info div span {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    letter-spacing: 0rem;
    color: #b32021;
    font-family: "sysong";
    margin-left: .05rem;
}

.s3-c li a:hover .info {
    background: #A2252B  no-repeat;
    background-position: center center;
    background-size: cover;
    border-color: #A2252B;
}

.s3-c li a:hover .info h3 {
    color: #fff;
}

.s3-c li a:hover .info p {
    color: rgba(255, 255, 255, 0.6);
}

.s3-c li a:hover .info div b {
    color: #fff;
}

.s3-c li a:hover .info div span {
    color: #fff;
}

@media screen and (min-width: 1025px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
    .s1-c {
        display: block;
    }

    .s1-l {
        width: auto;
        margin-right: 0;
    }

    .s1-r {
        margin-top: .35rem;
    }

    .s2-c {
        display: block;
    }

    .s2-l {
        width: auto;
    }

    .s2-r {
        width: auto;
        margin-top: .35rem;
    }
    .s2-l ul li a{
        margin-right: 0;
    }
    .s3-c li a .info{
        padding: .15rem;
    }
    .s3-c li a{
        margin: 0 .05rem;
    }
    .s3-c ul {
        margin: 0 -.05rem;
    }
    .s3-c li a .info div b{
        font-size: .26rem;
        line-height: .3rem;
    }
    .s3-c li a .info div span{
        font-size: .16rem;
    }
    .s2-rt,.s3-c{
        margin-top: .25rem;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}