@charset "utf-8";

.index {}

.itit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.itit h3 {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.4rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #232323;
}

.itit>div {
    display: flex;
    align-items: center;
}

.itit .more {}

.itit .more a {
    display: block;
    padding-top: .14rem;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #bc0905;
    position: relative;
}

.itit .more a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: .09rem;
    transform: translateX(-50%);
    background: url(../images/more-bg.png) no-repeat;
    height: .36rem;
    width: .66rem;
    background-position: center bottom;
    background-size: 100% 100%;
}


.s1 {}

.s1-c {
    display: flex;
    align-items: flex-end;
}

.s1-l {
    flex: 1;
    min-width: 0;
}

.s1-l .s1-arr {
    display: flex;
    align-items: center;
    margin-left: .6rem;
    cursor: pointer;
}

.s1-l .s1-arr div.drag {
    border-radius: 50%;
    border: 1px dashed #ab0b10;
    width: 0.54rem;
    height: 0.54rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ab0b10;
    font-size: .12rem;
    margin: 0 .2rem;
}

.s1-l .s1-arr div img {
    display: block;
    height: 0.24rem;
}

.s1-l .slick {
    margin-top: .35rem;
}

.s1-l .slick ul {
    margin: 0 -.16rem;
}

.s1-l .slick ul li a {
    display: block;
    margin: 0 .16rem;
}

.s1-l .slick ul li a .pic {
    padding-top: 65.45%;
    border-radius: 0.08rem;
}

.s1-l .slick ul li a .info {
    padding-top: .23rem;
}

.s1-l .slick ul li a .info h3 {
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #242424;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.56rem;
}

.s1-l .slick ul li a .info span {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #ab0b10;
    margin-top: .2rem;
    display: block;
}

.s1-r {
    width: 49.8%;
    margin-left: .3rem;
}

.s1-r .slick ul {}

.s1-r ul li a {
    display: block;
    position: relative;
    padding-bottom: .47rem;
}

.s1-r ul li a .pics {
    margin-right: .44rem;
}

.s1-r ul li a .pic {
    padding-top: 57.8%;
    border-radius: 0.08rem;
}

.s1-r ul li a .info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 1.33rem;
    background: url(../images/s1-rinfobg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: .1rem;
    padding: .25rem .4rem .3rem .4rem;
    z-index: 9;
}

.s1-r ul li a .info h3 {
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .72rem;
}

.s1-r ul li a .info h3 i {
    background-image: linear-gradient(#fff, #fff);
}

.s1-r ul li a .info span {
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #f2c162;
    margin-top: .32rem;
}

.s2 {
    margin-top: .6rem;
}

.s2-c {
    background-color: rgba(255, 255, 255, .4);
    border-radius: 0.16rem;
    border: solid 0.01rem #bc0905;
    padding: .75rem 0;
    margin-top: .3rem;
}

.filter-tit{
 font-size: .2rem;
    line-height: .3rem;
    font-weight: 600;
    color: #bc191e;
    padding: 0 .3rem;
    margin-bottom: .3rem;
}
.filter-box {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 .3rem;
}

.filter-item {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
}

.filter-item+.filter-item {
    margin-left: .24rem;
}

.filter-item h3 {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #232323;
}

.filter-item p {
    flex: 1;
    min-width: 0;
    background-color: #ffffff;
    border-radius: 0.19rem;
    border: solid 0.01rem #d8d8d8;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.37rem;
    color: #232323;
    padding: 0 .2rem;
    position: relative;
    cursor: pointer;
    margin-left: 0.05rem;
}


.filter-item p input {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.37rem;
    color: #232323;
    height：.37rem;
    display: block;
    width: calc(100% - .2rem);
}
.filter-item p input::placeholder{color: #232323;}
.filter-item p::after {
    content: "";
    position: absolute;
    top: 0;
    right: .15rem;
    width: 0.2rem;
    bottom: 0;
    background: url(../images/filter-down.png) no-repeat;
    background-position: center center;
    background-size: .08rem auto;
    pointer-events: none;
}


.filter-item ul.on {
    transform: scaleY(1);
    pointer-events: auto;
    z-index: 9;
}

.filter-item>ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0.4rem;
    height: 3.32rem;
    max-height: 3.32rem;
    background-color: #ffffff;
    box-shadow: 0rem 0.04rem 0.4rem 0rem rgba(0, 0, 0, 0.1);
    padding: .28rem .2rem .25rem .2rem;
    overflow-y: auto;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    border-radius: .1rem;
    z-index: 9;
    transform: scaleY(0);
    pointer-events: none;
    z-index: -9;
    transition: all .5s;
    transform-origin: center top;
}

.filter-item ul li {
    float: left;
    width: 16.666%;
    padding: 0 .1rem;
}

.filter-item ul li a {
    display: flex;
    height: .36rem;
    align-items: flex-start;
    font-size: 0.14rem;
    line-height: .18rem;
    font-weight: normal;
    color: #666666;
    margin-bottom: .04rem;
}

.filter-item ul li a:hover {
    color: #ab0b10;
}

.filter-yearitem ul {
    padding-left: .3rem;
    padding-right: .3rem;
}

.filter-yearitem ul li {
    width: 18%;
    padding: 0;
    margin-left: 2.5%;
    margin-bottom: .3rem;
}

.filter-yearitem ul li:nth-child(5n+1) {
    margin-left: 0;
}

.filter-yearitem ul li div {
    height: 0.39rem;
    background-color: #ffffff;
    border-radius: 0.19rem;
    border: solid 0.01rem #d8d8d8;
    display: flex;
    align-items: center;
    position: relative;
    padding-right: .2rem;
    cursor: pointer;
    transition: all .5s;
}

.filter-yearitem ul li div.on {
    background-color: #ab0709;
}

.filter-yearitem ul li div.on h5 {
    color: #fff;
}

.filter-yearitem ul li div.on h5 b {
    background: #fff;
}

.filter-yearitem ul li div.on span {
    background: url(../images/filter-down2.png) no-repeat;
    background-position: center center;
    background-size: .08rem auto;
}

.filter-yearitem ul li div::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%) translateY(.02rem);
    border-width: 0 .1rem .15rem .1rem;
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    z-index: 10;
    opacity: 0;
    transition: all .5s;
}

.filter-yearitem ul li div.on::after {
    opacity: 1;
}

.filter-yearitem ul li div h5 {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.38rem;
    color: #666666;
    transition: all .5s;
}


.filter-yearitem ul li div h5 b {
    height: 1px;
    background: #666666;
    width: 0.35rem;
    margin: 0 .05rem;
    transition: all .5s;
}

.filter-yearitem ul li div span {
    position: absolute;
    top: 0;
    bottom: 0;
    background: url(../images/filter-down.png) no-repeat;
    background-position: center center;
    background-size: .08rem auto;
    pointer-events: none;
    right: .1rem;
    width: 0.2rem;
    transition: all .5s;
}

.filter-yearitem ul li dl {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    transform: scaleY(0);
    pointer-events: none;
    z-index: -9;
    transition: all .5s;
    transform-origin: center top;
    opacity: 0;
    padding-top: .16rem;
    padding-bottom: .16rem;
    padding-top: .31rem;
}

.filter-yearitem ul li dl::before {
    content: "";
    position: absolute;
    left: 0.3rem;
    top: 0.15rem;
    right: 0.3rem;
    bottom: 0;
    background-color: #ffffff;
    box-shadow: 0rem 0.04rem 0.4rem 0rem rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.filter-yearitem ul li dl.on {
    transform: scaleY(1);
    pointer-events: auto;
    z-index: 9;
    opacity: 1;
}

.filter-yearitem ul li dl dd {
    width: 10%;

}

.filter-yearitem ul li dl dd a {
    display: block;
    text-align: center;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.38rem;
    letter-spacing: 0rem;
    color: #666666;
}

.filter-btn {
    margin-left: .3rem;
}

.filter-btn input {
    display: block;
    width: 1.11rem;
    height: 0.39rem;
    background-color: #bc191e;
    border-radius: 0.19rem;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.39rem;
    color: #ffffff;
    cursor: pointer;
}



.s3 {
    margin-top: .3rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}


.s3::before {
    content: "";
    position: absolute;
    top: 0.9rem;
    right: 0;
    width: 200vw;
    border-top: 2px dashed #ab0b10;
    animation: _xline 200s linear infinite;
}

@keyframes _xline {
    to, from {
        transform: translateX(0);
    }

    50% {
        transform: translateX(50%);
    }
}


.s3-c ul li a {
    display: block;
    text-align: center;
}

.s3-c ul li a h3 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: all .5s;
    padding-left: .1rem;
}

.s3-c ul li a h3 b {
    font-size: 0.58rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.6rem;
    font-family: SourceHanSerifCN-Bold;
    color: #a90f13;
    opacity: 0;
    visibility: hidden;
    font-size: 0;
}

.s3-c ul li a h3 span {
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    color: #242424;
}

.s3-c ul li a .dot {
    width: 0.6rem;
    height: 0.6rem;
    position: relative;
    margin: 0 auto;
}

.s3-c ul li a .dot::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s3-dotact.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    opacity: 0;
    animation: _anirotate 20s linear infinite;
    transition: all .5s;
}


@keyframes _anirotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.s3-c ul li a .dot::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.12rem;
    height: 0.12rem;
    background-color: #eae5dd;
    border: solid 0.04rem #a90f13;
    border-radius: 50%;
    transition: all .5s;
}

.s3-c ul li a p {
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    color: #242424;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .13rem;
    opacity: 0;
    transition: all .5s;
}






@media screen and (min-width: 1025px) {
    .filter-yearitem ul li div:hover{
        border-color: #bc0905;
    }
    .filter-yearitem ul li div:hover h5{
        color: #bc0905;
    }
    .s1-l .slick ul li a:hover .info h3 {
        color: #ab0b10;
    }


    .s3-c ul li a.on h3 {
        opacity: 1;
    }

    .s3-c ul li a.on p {
        opacity: 1;
    }

    .s3-c ul li a.on .dot::before {
        opacity: 1;
    }

    .s3-c ul li a.on .dot::after {
        background-color: #a90f13;
    }




}

@media screen and (max-width: 1024px) {

    .itit h3 {
        font-size: .26rem;
        line-height: .3rem;
    }

    .itit .more a {
        font-size: .16rem;
    }

    .s1-l .s1-arr {
        margin-left: .3rem;
    }

    .s1-l .s1-arr div.drag {
        margin: 0 .1rem;
    }

    .s1-c {
        display: block;
    }

    .s1-l {}



    .s1-r {
        width: auto;
        margin-left: 0;
        margin-top: .3rem;
    }

    .s1-l .slick ul {
        margin: 0 -.1rem;
    }

    .s1-l .slick ul li a {
        margin: 0 .1rem;
    }

    .s1-l .slick ul li a .info {
        padding-top: .1rem;
    }

    .s1-l .slick ul li a .info h3 {
        font-size: .16rem;
    }

    .s1-r ul li a .pics {
        margin-right: .25rem;
    }

    .s1-r ul li a .info {
        position: relative;
        margin-left: .15rem;
        margin-top: -.2rem;
        left: 0;
        padding: .15rem;
    }

    .s1-r ul li a .info h3 {
        font-size: .18rem;
        line-height: .3rem;
        height: .6rem;
    }

    .s1-r ul li a .info span {
        margin-top: .2rem;
    }

    .s2-c {
        padding: .25rem 0;
    }
.filter-tit{
    padding:0 0.15rem;
}
    .filter-box {
        display: block;
        padding: 0 .15rem;
    }

    .filter-item {
        display: block;
        position: relative;
    }

    .filter-item+.filter-item {
        margin-left: 0;
        margin-top: .15rem;
    }

    .filter-item p {
        margin-left: 0;
        margin-top: .1rem;
    }

    .filter-item h3 {
        font-size: .18rem;
    }

    .filter-btn {
        margin-left: 0;
        margin-top: .2rem;
    }

    .filter-btn input {
        width: 100%;
    }

    .filter-item ul {
        padding: .15rem;
        top: 100%;
    }

    .filter-item ul li {
        width: 50%;
    }

    .filter-yearitem ul {
        justify-content: space-between;
    }

    .filter-yearitem ul li {
        width: 49%;
        margin-left: 0 !important;
        margin-bottom: .15rem;
    }

    .filter-yearitem ul li dl {
        padding-left: .1rem;
        padding-right: .1rem;
    }

    .filter-yearitem ul li dl dd {
        width: 20%;
    }

    .filter-yearitem ul li dl::before {
        left: 0;
        right: 0;
    }

    .filter-yearitem ul li div h5 b {
        width: 0.2rem;
    }

    .s1-r ul li a {
        padding-bottom: 0;
    }

    .s3-c ul li a h3 b {
        font-size: .3rem;
        line-height: .3rem;
    }

    .s3::before {
        top: .6rem;
    }

    .s2 {
        margin-top: .5rem;
    }
}