@charset "utf-8";

.section1 {
    padding: 55px 0 65px;
}

.sect1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.title .h3 h3 {
    display: flex;
    align-items: center;
    background: url(../images/titbg.png) no-repeat left bottom;
}

.title .h3 h3 img {
    margin-right: 25px;
    margin-left: 10px;
}

.title .h3 h3 p {
    font-size: 32px;
    color: #000000;
    font-weight: bold;
    font-family: "sisong";
}

.title .h3 h3 span {
    line-height: 1;
    margin-left: 10px;
    font-size: 18px;
    color: #C1B2B2;
    font-weight: 290;
    padding-left: 10px;
    border-left: 1px solid #C1B2B2;
}

.title .more a {
    font-size: 16px;
    color: #6c3d84;
    font-weight: bold;
}

.title .more a:hover {
    color: #6C3D85;
}

.sect1_l {
    position: relative;
    width: 700px;
}

.sect1_l::after {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    border-left: 136px solid #E0C5EE;
    border-bottom: 125px solid transparent;
}

.news {
    position: relative;
    z-index: 9;
}

.news a {
    position: relative;
    display: block;
}

.news a .pic {
    padding-top: 66.2%;
}

.news a .date {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 73px;
    height: 60px;
    text-align: center;
}

.news a .date p {
    line-height: 37px;
    background: #6C3D85;
    font-size: 30px;
    color: #fff;
}

.news a .date span {
    display: block;
    line-height: 22px;
    background: #fff;
    font-size: 16px;
    color: #8C8C8C;
}

.news a>p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 34px;
    padding-right: 100px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 9;
}

.news a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 107px;
    opacity: .5;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.news .slick-dots {
    position: absolute;
    width: auto;
    left: auto;
    right: 15px;
    bottom: 20px;
}

.news .slick-dots li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5);
    margin: 0 8px;
}

.news .slick-dots li.slick-active {
    background: #fff;
}

.sect1_r {
    flex: 1;
    min-width: 0;
    margin-left: 50px;
}

.sect1_r ul li a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 17px 0;
    border-bottom: 1px solid #E5E5E5;
}

.sect1_r ul li a::before {
    content: "";
    position: absolute;
    left: -20px;
    right: 0;
    top: -2px;
    bottom: -2px;
    background: url(../images/s1r-txtbg.png) no-repeat center center/100% 100%;
    opacity: 0;
    z-index: -1;
}

.sect1_r ul li.on a::before {
    opacity: 1;
    z-index: 3;
}

.sect1_r ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 35px;
    height: 3px;
    background: #6C3D85;
}

.sect1_r ul li a .date {
    position: relative;
    width: 75px;
    text-align: left;
    z-index: 9;
}

.sect1_r ul li a .date p {
    font-size: 30px;
    color: #6C3D85;
}

.sect1_r ul li.on a .date p {
    color: #fff;
}

.sect1_r ul li a .date span {
    font-size: 16px;
    color: #8C8C8C;
}

.sect1_r ul li.on a .date span {
    color: #fff;
}

.sect1_r ul li a .txt {
    position: relative;
    flex: 1;
    min-width: 0;
    z-index: 9;
    padding-left: 15px;
    padding-right: 20px;
}

.sect1_r ul li a .txt h2 {
    font-size: 20px;
    color: #333333;
    font-weight: normal;
}

.sect1_r ul li.on a .txt h2 {
    display: block;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect1_r ul li a .txt p {
    font-size: 16px;
    color: #fff;
    display: none;
}

.sect1_r ul li.on a .txt p {
    color: #fff;
    display: block;
    margin-top: 10px;
}

@media screen and (max-width: 1024px) {
    .section1 {
        padding: 20px 0;
    }

    .sect1_l {
        width: 100%;
    }

    .sect1_r {
        margin-left: 20px;
    }
}

@media screen and (max-width: 768px) {
    .title .h3 h3 p {
        font-size: 20px;
    }

    .title .h3 h3 span {
        display: none;
    }

    .title .h3 h3 img {
        margin-right: 10px;
    }

    .news a>p {
        padding-right: 75px;
        padding-left: 15px;
        font-size: 17px;
    }

    .sect1_r ul li a .date p {
        font-size: 24px;
    }

    .sect1_r ul li a .date {
        width: 60px;
    }

    .sect1_r ul li a .txt h2 {
        font-size: 16px;
    }

    .sect1_r ul li a {
        padding: 10px 0;
    }

    .sect1_r ul li a .date span {
        font-size: 14px;
    }
}

.section2 {
    padding: 60px 0 70px;
    background: url(../images/sect2-bg.jpg) no-repeat center top/cover;
}

.sect2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-box {
    padding: 40px 24px;
    width: 49%;
    background: rgba(255, 255, 255, .9);
}


.list>li {
    position: relative;
    line-height: 63px;
    padding-left: 15px;
    padding-right: 100px;
    border-bottom: 1px dotted #9E9E9E;
}

.list>li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-left: 4px solid #8C8C8C;
}

.list>li:hover::after {
    border-left: 4px solid #6C3D85;
}

.list>li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #8C8C8C;

}

.list>li a {
    display: block;
    position: relative;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s;
}

.list>li:hover a {
    color: #6C3D85;
}

@media screen and (max-width: 1024px) {
    .section2 {
        padding: 20px 0;
    }

    .s2-box {
        width: 100%;
        padding: 15px;
    }

    .sect2-l {
        margin-bottom: 15px;
    }

    .title .h3 h3 {
        background-size: 20px auto;
    }



}

@media screen and (max-width:768px) {
    .list>li {
        line-height: 40px;
        padding-right: 75px;
    }

    .list>li span {
        font-size: 12px;
    }
}


.section3 {
    padding: 70px 0 50px;
}

.sect3 {
    position: relative;
}

.sect3 .more {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 9;
}

.sect3 .more a {
    font-size: 16px;
    color: #6c3d84;
    display: none;
    font-weight: bold;
}

.sect3 .more a.on {
    display: block;
}

.sect3 .more a:hover {
    color: #6C3D85;
}

.sect3 .title {
    position: relative;
    display: flex;
    justify-content: center;
}

.sect3 .title .h3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sect3 .title .h3 h3 {
    position: relative;
    padding-bottom: 25px;
    background-position: left 30%;
    margin: 0 30px;
    cursor: pointer;
}

.sect3 .title .h3 h3.on p {
    color: #6C3D85;
}

.sect3 .title .h3 h3::after {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 52px;
    background: #C1B2B2;
}

.sect3 .title .h3 h3:first-child::after {
    display: none;
}

.sect3 .title .h3 h3 span {
    position: absolute;
    left: 0;
    bottom: 0;
    white-space: nowrap;
    margin-left: 0;
    padding-left: 20px;
    border-left: none;
}

.sect3 .title .more {
    position: absolute;
    right: 0;
}

.sect3 .title .more a {
    display: none;
}

.sect3 .title .more a.on {
    display: block;
}

.s3_list ul {
    margin: 0 -15px;
    margin-top: 30px;
}

.s3_list ul li a {
    padding: 20px;
    display: block;
    margin: 15px;
    background: url(../images/s3_listbg.png) no-repeat center center/cover;
    transition: all .6s;
}

.s3_list ul li:hover a {
    background: url(../images/s3-list_bg1.png) no-repeat center center/cover;
}

.s3_list ul li a .date {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #DCDCDC;
}

.s3_list ul li a .date p {
    font-size: 26px;
    color: #6C3D85;
}

.s3_list ul li:hover a .date p {
    color: #fff;
}

.s3_list ul li a .date span {
    font-size: 16px;
    color: #8C8C8C;
}

.s3_list ul li:hover a .date span {
    color: rgba(255, 255, 255, .5);
}

.s3_list ul li a .txt p {
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3_list ul li:hover a .txt p {
    color: #fff;
    font-weight: bold;
}

.s3_list .slick-dots {
    position: relative;
}

.s3_list .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #CBCBCB;
    margin: 0 10px;
}

.s3_list .slick-dots li.slick-active {
    width: 40px;
    border-radius: 15px;
    background: #B675D9;
}

.s3_qh {
    position: relative;
}

.s3_qh .s3_list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.s3_qh .s3_list.on {
    position: relative;
    opacity: 1;
    z-index: 9;
}

@media screen and (max-width: 1280px) {
    .sect3 .more {
        right: 15px;
    }

    .s3_list ul {
        margin: 0;
    }

    .s3_list .slick-dots {
        margin-top: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .section3 {
        padding: 20px 0;
    }

    .sect3 .title {
        margin-bottom: 15px;
    }

    .sect3 .title .h3 p {
        font-size: 20px;
    }

    .sect3 .title {
        justify-content: space-between;
    }

    .s3_list ul li a {
        margin: 10px 5px;
    }

    .sect3 .title .h3 h3::after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .sect3 .more {
        position: static;
        margin: 0 auto;
        text-align: center;
        margin-top: 20px;
    }

    .sect3 .title .h3 h3 {
        margin: 0 5px;
        padding-bottom: 0;
    }

    .sect3 .title .h3 {
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width: 600px) {
    .sect3 .title .h3 {
        flex-wrap: wrap;

    }

    .sect3 .title .h3 h3 {
        margin-bottom: 10px;
    }

    .s3_list ul li a {
        padding: 15px;
    }

    .s3_list ul li a .date p {
        font-size: 20px;
    }

    .s3_list ul li a .txt p {
        margin-top: 10px;
    }
}

.section4 {
    padding-bottom: 80px;
    background: url(../images/sect4-bg.png) no-repeat center bottom/100% auto;
}

.s4 ul {
    display: flex;
    flex-wrap: wrap;
}

.s4 ul {
    margin: 0 -16px;
}

.s4 ul li {
    width: 33.33%;
    margin-top: 30px;
}

.s4 ul li a {
    position: relative;
    display: block;
    margin: 0 16px;
}

.s4 ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: .8;
}

.s4 ul li a .pic {
    padding-top: 56.8%;
}

.s4 ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    padding: 0 25px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    height: 48px\0;
    z-index: 9;
}



@media screen and (max-width: 1280px) {
    .s4 ul {
        margin: 0;
    }
}

@media screen and (max-width: 1024px) {
    .s4 ul li {
        margin-top: 15px;
        width: 50%;
    }

    .s4 ul li a {
        margin: 0 5px;
    }

    .section4 {
        padding-bottom: 20px;
    }
}

@media screen and (max-width:768px) {
    .s4 ul li {
        width: 100%;
    }

    .s4 ul li a p {
        padding: 0 15px;
    }
}