@charset "UTF-8";

a {
    display: block;
}
.titline2{overflow: hidden;
    text-overflow: ellipsis;}
.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a {
    display: block;
    position: relative;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-prev {
    width: .29rem;
    height: .39rem;
    background: url(../images/banner-l.png) no-repeat;
    background-size: 100% 100%;
    left: 1.2rem;
}

.banner .slick-next {
    width: .29rem;
    height: .39rem;
    background: url(../images/banner-r.png) no-repeat;
    background-size: 100% 100%;
    right: 1.2rem;
}



/* s1 */

.s1 {
    padding: .5rem 0;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tit {
    position: relative;
    margin-bottom: .32rem;
}

.tit b {
    font-size: .20rem;
    color: #000000;
    font-weight: normal;
}

.tit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

    font-size: .14rem;
    color: #666666;
}

.tit a:hover {
    color: #b3121b;
}

.s1-ban {
    width: 65%;
}


.s1-ban .pic {
    padding-top: 0;
    height: 5.85rem;
}

.s1-ban a {
    position: relative;
}

.s1-ban a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.s1-tx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70%;
    padding: .25rem .35rem;
    z-index: 1;
}

.s1-tx p {
    font-size: .16rem;
    line-height: .24rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-ban .slick-dots {
    text-align: right;
    padding-bottom: .3rem;
    padding-right: .3rem;
}

.s1-ban .slick-dots li {
    width: .09rem;
    height: .09rem;
    background: #ffffff;
    border-radius: 50%;
    opacity: 0.7;
}

.s1-ban .slick-dots li.slick-active {
    opacity: 1;
}

.s1-date {
    text-align: center;
    border: solid 1px #e48782;
    margin-right: .16rem;
    padding: 0 .09rem;
    padding-top: .06rem;
}

.s1-date b {
    display: block;
    font-size: .24rem;
    line-height: 1;
    color: #ffffff;
    opacity: 0.8;
}

.s1-date span {
    display: block;
    font-size: .12rem;
    line-height: .3rem;
    color: #ffffff;
    opacity: 0.8;
}

.s1-txt {
    flex: 1;
    min-width: 0;
}

.s1-txt p {
    font-size: .16rem;
    line-height: .28rem;
    height: .56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #ffffff;
    opacity: 0.8;
}

.s1-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    padding: .14rem 0;
}

.s1-lt ul li:last-child a {
    border-color: transparent;
}

.s1-lt {
    width: 35%;
    padding: .15rem .3rem;
    background-color: #971419;
}

.s1-lt ul li a:hover span,
.s1-lt ul li a:hover b,
.s1-lt ul li a:hover p {
    opacity: 1;
}



/* s2 */
.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-c>div {
    width: 31.4%;
}

.s2-l .tit {
    font-size: 0;
}

.s2-l .tit b {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.s2-l .tit b.on {
    color: #ba3933;
}

.s2-l .tit b:first-child {
    padding-right: .36rem;
}

.s2-l .tit b:first-child::after {
    content: '';
    width: .015rem;
    height: .25rem;
    position: absolute;
    top: 50%;
    right: .18rem;
    background-color: #000000;
    transform: translateY(-50%);
}

.s2-lt ul li a {
    font-size: .2rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .46rem;
    padding-left: .2rem;
    position: relative;
}

.s2-lt ul li a::before {
    content: '';
    width: .08rem;
    height: .08rem;
    border: solid 1px #bfbfbf;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.s2-lt ul {
    border: solid 1px #e5e5e5;
    padding: .2rem;
    border-top: .03rem solid #b3121b;
}

.s2-lt ul li a:hover:before {
    border-color: #b3121b;
}

.s3-lt .pic {
    padding-top: 40%;
}


/* s3 */
.s3 {
    padding-top: .5rem;
    padding-bottom: .7rem;
}

.s3-lt ul li a {
    margin: 0 .28rem;
}

.s3-lt>ul {
    margin-left: -0.28rem;
    margin-right: -0.28rem;
}



/* side */

.side-lk {
    position: fixed;
    top: 50%;
    right: .58rem;
    transform: translateY(-50%);
    border: solid 1px #dcdcdc;
    border-top: none;
    z-index: 9999;
    background: #ffffff;
    display: none;
}

.side-lk .ico {
    height: .3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.side-lk .ico img {
    max-height: 100%;
    transition: all 0.5s;
}

.side-lk p {
    font-size: .16rem;
    color: #333333;
    text-align: center;
    margin-top: .1rem;
}

.side-lk a {
    padding: .15rem;
    border-top: solid 1px #dcdcdc;
}

.side-lk a:hover img {
    transform: rotateY(180deg);
}

.side-lk a:hover p {
    color: #ba3933;
}












@media screen and (max-width:1200px) {
    .side-lk {
        display: none !important;
    }

    .banner .slick-arrow {
        opacity: 0;
    }

    .s1-ban {
        width: 100%;
    }

    .s1-ban .pic {
        padding-top: 60%;
        height: auto;
    }

    .s1-lt {
        flex: auto;
        width: 100%;
    }

    .s2-c>div {
        width: 100%;
    }

    .s2-m {
        margin: .3rem 0;
    }

    .s3,
    .s1 {
        padding: .3rem 0;
    }
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:900px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {}
