@charset "UTF-8";

body {
    overflow-x: hidden;
}





/* 中心部分 */
.index {
    position: relative;
    padding-bottom: 1.25rem;
    z-index: 6;
}

.title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .2rem 0;
    border-bottom: 1px solid #b1b1b1;
}

.title:after {
    content: "";
    position: absolute;
    left: 0;
    width: 1.2rem;
    height: 1px;
    background: #ad1e29;
    bottom: -1px;
}

.tit_c {}

.tit_c .p {
    position: absolute;
    left: 0;
    bottom: .3rem;
    z-index: 2;
    font-size: .32rem;
    color: #222222;
    opacity: .1;
    text-transform: uppercase;
    line-height: .32rem;
}

.tit_c .p1 {
    font-family: "dp-light";
}

.tit_c .p2 {
    font-family: "dp-bold";
}

.tit_c .h3 {
    position: relative;
    font-size: .24rem;
    color: #ad1e29;
    font-weight: bold;
    z-index: 6;
}




.title .more {

    position: absolute;

    right: 0;

    bottom: .3rem;

    transition: all .6s;
}

.title .more a {

    padding-right: .2rem;
    font-size: .14rem;
    color: #222;
    background: url(../images/more.png) no-repeat right center/.12rem auto;

    transition: all .6s;
}

.title .more a:hover {
    color: #a70a25;
}

.title .more a span {

    font-size: .16rem;

    color: #666;

    padding-right: .25rem;

    background: url(../images/more1.png) no-repeat right center/.16rem auto;

    transition: all .6s;
}

.section1 {
    padding: 1.2rem 0 1rem;
    background: url(../images/section1_bg.jpg) no-repeat center bottom/100% auto;
}

.s1 {

    align-items: flex-start;
}

.s1 .left {
    width: 50%;
}

.news a {
    display: block;
}

.news a .pic {
    padding-top: 67.5%;
}

.news a .cont {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    padding: .25rem 0;
    z-index: 2;
    padding-right: 3.2rem;
    overflow: hidden;
    padding-left: .25rem;
}

.news a .cont:after {
    content: "";
    position: absolute;
    left: 0;
    width: .05rem;
    height: .6rem;
    background: #ad1e29;
    top: 50%;
    transform: translateY(-50%);
}


.news a .cont h2 {

    font-size: .2rem;
    font-weight: bold;
    line-height: .32rem;
    color: #a70a25;
    height: .64rem;
}

.news .slick-dots {
    width: auto;
    right: .15rem;
    bottom: .48rem;
    padding-right: .8rem;
}

.news .slick-dots li {
    width: .12rem;
    height: .12rem;
    margin: 0 .13rem;
    background: #dea3a7;
    border-radius: 50%;
    vertical-align: middle;
}

.news .slick-dots li.slick-active {

    width: .32rem;

    height: .26rem;

    background: url(../images/s1-dots.png) no-repeat center center/.32rem auto;
}

.s1 .left {
    position: relative;
}

.s1 .left .custom-dots {
    position: absolute;
    right: .15rem;
    bottom: .4rem;
    padding-left: .45rem;
}

.s1 .left .custom-dots:after {
    content: "";
    position: absolute;
    left: 0.05rem;
    width: .36rem;
    height: 1px;
    background: #ad1e29;
    top: 50%;
}

.s1 .left .custom-dots span {
    font-size: 0;
}

.s1 .left .custom-dots span.active {
    font-size: .34rem;
    font-weight: bold;
    color: #ad1e29;
}

.s1 .left .slick-prev {
    width: .5rem;
    height: .5rem;
    left: auto;
    top: auto;
    transform: none;
    bottom: 1.14rem;
    right: .5rem;
    background: rgba(255, 255, 255, .8) url(../images/ban-l.png) no-repeat center center;
    transition: all .6s;
}

.s1 .left .slick-prev:hover {
    background: #ad1e29 url(../images/ban-l.png) no-repeat center center;
}

.s1 .left .slick-next {
    width: .5rem;
    height: .5rem;
    left: auto;
    top: auto;
    transform: none;
    bottom: 1.14rem;
    right: 0;
    background: rgba(255, 255, 255, .8) url(../images/ban-r.png) no-repeat center center;
    transition: all .6s;
}

.s1 .left .slick-next:hover {
    background: #ad1e29 url(../images/ban-r.png) no-repeat center center;
}

.s1 .right {
    width: 50%;
    background: url(../images/s1r_bg.png) no-repeat center top/cover;
    padding: .5rem .4rem .27rem .4rem;
}


.s1-list li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: .2rem 0;
    border-bottom: 1px dashed #b1b1b1;
}

.s1-list li a .date {
    width: .6rem;
    height: .6rem;
    text-align: center;
    margin-right: .1rem;
    color: #999999;
}

.s1-list li a .date p {
    font-size: .24rem;

    font-weight: bold;
}

.s1-list li a .date span {
    font-size: .12rem;

}

.s1-list li a .cont {
    flex: 1;
    min-width: 0;
    padding: .15rem .2rem;
    border-left: 1px solid #b1b1b1;
}

.s1-list li a .cont p {
    line-height: .3rem;
    font-size: .18rem;
    color: #222;
}

@media screen and (min-width: 1025px) {
    .s1-list li:hover a .date {
        border: 1px solid #ad1e29;
        background: #f3f3f3;
        color: #ad1e29;
    }

    .s1-list li:hover a .cont {
        border-left: 1px solid transparent;
    }

    .s1-list li:hover a .cont p {
        font-weight: bold;
        color: #ad1e29;
    }
}

@media screen and (max-width: 1400px) {
    .s1-list li a .date {
        width: .9rem;
    }

    .list li a span {
        width: 1.6rem;
    }

    .list li a {
        padding-left: 1.6rem;
    }
}

@media screen and (max-width: 1024px) {

    .left {
        width: 100% !important;
    }

    .right {
        width: 100% !important;
        margin-top: .2rem;
    }

    .news .slick-dots {
        bottom: .25rem;
    }

    .s1 .left .custom-dots {
        bottom: .1rem;
        left: 55%;
    }

    .s1 .left .slick-prev {
        left: 0;
        right: auto;
        top: 35%;
        background: #ad1e29 url(../images/ban-l.png) no-repeat center center;
    }


    .s1 .left .slick-next {
        right: 0;
        bottom: .83rem;
        top: 35%;
        background: #ad1e29 url(../images/ban-r.png) no-repeat center center;
    }

    .news a .cont {
        padding-bottom: .6rem;
        padding-right: .2rem;
    }

    .news .slick-dots {
        left: 50%;
        transform: translateX(-50%);
        bottom: .15rem;
    }

    .news a .cont:after {
        top: 41%;
    }
}

@media screen and (max-width: 768px) {
    .section1 {
        padding-top: .2rem;
        padding-bottom: .2rem;
    }

    .news .slick-dots li {
        margin: 0 .04rem;
    }

    .s1 .left .slick-prev,
    .s1 .left .slick-next {
        top: 23%;
    }

    .tit_c .p {
        font-size: .2rem;
        line-height: .24rem;
    }

    .s1 .right {
        padding: .2rem;
    }

    .s1-list li a .date {
        width: .6rem;
    }

    .s1-list li a {
        padding: .1rem 0;
    }
}

.section2 {
    position: relative;
    padding: .4rem 0 .8rem;
    position: relative;
    background: url(../images/sect2_bg.png) no-repeat center top/cover;
    z-index: 3;
}

.section2:after {
    content: "";
    position: absolute;
    left: 0;
    background: url(../images/s2_bg.png) no-repeat center center/100% 100%;
    width: 9.38rem;
    height: 4.8rem;
    top: 32%;
}

.section2 .wp {
    position: relative;
    z-index: 6;
}

.s2 .left,
.s2 .right {
    padding: .4rem .3rem 0 .3rem;
    width: 48.75%;
}

.s2>div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s2_top {
    margin-bottom: .4rem;
}

.s2_top .left,
.s2_down .right {
    background: url(../images/s1r_bg.png) no-repeat center top/100% 100%;
}


.s2_down .left {
    background: #fff;
}

.list li a {
    position: relative;
    display: block;
    padding: .18rem 0;
    border-bottom: 1px dashed #b1b1b1;
    padding-left: 1.35rem;
    line-height: .25rem;
    font-size: .18rem;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s;

}

.list li:last-child a {
    border-bottom: 1px dashed transparent;
}

.list li a span {
    position: absolute;
    left: 0;
    top: .2rem;
    width: 1.2rem;
    height: .24rem;
    line-height: .24rem;
    padding-left: .1rem;
    background: url(../images/s2_datebg.png) no-repeat center center/100% 100%;
    font-size: .16rem;
    color: #ad1e29;
    transition: all .6s;
}

@media screen and (min-width: 1025px) {
    .list li:hover a span {
        background: url(../images/s2_datebg1.png) no-repeat center center/100% 100%;
        color: #fff;
    }

    .list li:hover a {
        font-weight: bold;
        color: #ad1e29;
    }
}

@media screen and (max-width: 1024px) {
    .section2:after {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .s2 .left,
    .s2 .right {
        padding: .2rem;
    }

    .section2 {
        padding: .2rem 0;
    }

    .s2_top {
        margin-bottom: .1rem;
    }
}



.section3 {
    padding: .7rem 0 1.25rem;
    background: url(../images/sect3_bg.png) no-repeat center bottom/100% auto;
}

.section3 .title {
    margin-bottom: .35rem;
    justify-content: center;
}

.section3 .title:after {
    left: 50%;
    transform: translateX(-50%);
}

.section3 .tit_c .p {
    display: flex;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
}

.section3 .title .more {
    position: absolute;
    right: 0;
}

.s3 ul {
    margin: 0 -.2rem;
}

.s3 ul li a {
    display: block;
    margin: 0 .2rem;
}

.s3 ul li a .pic {
    padding-top: 133.33%;
}

.s3 .slick-prev {
    left: -.45rem;
    width: .5rem;
    height: .5rem;
    background: #e6b9b5 url(../images/ban-l.png) no-repeat center center;
    transition: all .6s;
}

.s3 .slick-prev:hover {
    background: #ad1e29 url(../images/ban-l.png) no-repeat center center;
}

.s3 .slick-next {
    right: -.45rem;
    width: .5rem;
    height: .5rem;
    background: #e6b9b5 url(../images/ban-r.png) no-repeat center center;
    transition: all .6s;
}

.s3 .slick-next:hover {
    background: #ad1e29 url(../images/ban-r.png) no-repeat center center;
}

@media screen and (min-width: 1025px) {}

@media screen and (max-width: 1024px) {
    .s3 {
        width: 85%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .s3 ul {
        margin: 0 -.1rem;
    }

    .s3 ul li a {
        margin: 0 .1rem;
    }

    .section3 {
        padding: .2rem 0;
    }

    .section3 .title {
        justify-content: space-between;
        margin-bottom: .15rem;
    }

    .section3 .tit_c .p,
    .section3 .title:after {
        left: 0;
        transform: none;
    }

    .s3 .slick-prev {
        left: -.3rem;
    }

    .s3 .slick-next {
        right: -.3rem;
    }
}

@media screen and (max-width: 480px) {}