@charset "utf-8";
.section1 {
    padding: 40px 0;
}

.title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title h2 {
    font-weight: normal;
    font-size: 0;
}

.title p {
    font-size: 36px;
    color: #ae0a29;
    line-height: 1;
}

.more a {
    display: block;
    padding-right: 40px;
    background: url(../images/more.png) no-repeat right center;
    font-size: 16px;
    line-height: 30px;
    color: #ae0a29;
    transition: all .6s;
}

.more a:hover {
    font-size: 20px;
}

.more a span {
    position: relative;
    padding-left: 45px;
}

.more a span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 38px;
    height: 1px;
    background: #ae0a29;
    transition: all .6s;
}

.more a:hover span::after {
    width: 30px;
}

.news {
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.sect1-l {
    width: 690px;
    /* margin-right: 50px; */
}

.sect1-r {
    flex: 1;
    min-width: 0;
}

.dt a {
    position: relative;
    display: block;
}

.dt .pic {
    padding-top: 59.42%;
}

.dt .text {
    position: relative;
    margin: 0 65px;
    margin-top: -45px;
    background: #94070a;
    padding: 15px 25px;
    z-index: 6;
}

.dt .text h2 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
}

.time {
    padding-left: 30px;
    font-size: 16px;
}

.dt .text .time {
    background: url(../images/time-other.png) no-repeat left center;
    color: #fff;
}

.dt .slick-prev {
    width: 30px;
    height: 75px;
    background: url(../images/s1-l.png) no-repeat center center;
}

.dt .slick-next {
    width: 30px;
    height: 75px;
    background: url(../images/s1-r.png) no-repeat center center;
}


/* .dt .slick-dots {
    width: auto;
    right: auto;
    left: 50px;
    bottom: 160px;
}

.dt .slick-dots li {
    width: 10px;
    height: 10px;
    background: #DEDEDE;
    border-radius: 50%;
    margin: 0 7px;
}

.dt .slick-dots li.slick-active {
    background: #BA2A17;
} */

.sect1-r {
    border-top: 5px solid #ae0a29;
    background: #fff;
    padding: 0 30px;
    padding-top: 0;
}

.sect1-r ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sect1-r>ul>li {
    width: 48%;
    cursor: pointer;
}

.sect1-r>ul>li a {
    padding: 30px 0;
    display: block;
    border-bottom: 1px solid #eeeeee;
    transition: all .3s;
}

.sect1-r>ul>li a p {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.sect1-r>ul>li:hover a p {
    color: #ae0a29;
}

.sect1-r>ul>li a .time {
    background: url(../images/time.png) no-repeat left center;
    color: #999999;
}

.box1,
.box2,
.box3 {
    position: relative;
    width: 210px;
    height: 280px;
    overflow: hidden;
    z-index: 99;
}

.box1::after,
.box2::after,
.box3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(183, 5, 0, .9);
    overflow: hidden;
    transform: rotate(120deg);
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.s2-r ul li.on .box1::after,
.s2-r ul li.on .box2::after,
.s2-r ul li.on .box3::after {
    opacity: 1;
    z-index: 6;
}

.box1 {
    transform: rotate(120deg);
    margin-left: 10px;
}

.box2 {
    transform: rotate(-60deg);
}

.box3 {
    transform: rotate(-60deg);
}

.box3 img {
    position: absolute;
    left: 0;
    width: 120%;
    height: 100%;
    object-fit: cover;
    transform: rotate(-90deg);
}

.s2 {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s2-l {
    width: 44%;
    padding-bottom: 105px;
}

.s2-l ul {
    position: relative;
}

.s2-l ul li {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.s2-l ul li.on {
    position: relative;
    opacity: 1;
    z-index: 9;
}

.s2-l ul li .name span {
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.s2-l ul li .name p {
    margin-top: 10px;
    font-size: 18px;
    font-variation-settings: #333333;
}

.s2-l ul li .nr h2 {
    margin: 25px 0;
    font-size: 24px;
    color: #ab0408;
    font-weight: bold;
}

.s2-l ul li .nr p {
    line-height: 29px;
    font-size: 16px;
    color: #3e3e3e;
}

.s2-r {
    position: relative;
    width: 56%;
}

.s2-r ul li {
    position: absolute;
    overflow: hidden;
    transform: rotate(90deg);
}

.s2-r ul li .photobox {
    position: relative;
    z-index: 2;
}

.s2-r ul li:nth-child(1) {
    position: absolute;
    left: 0;
    bottom: 0;
}

.s2-r ul li:nth-child(2) {
    position: absolute;
    left: 48%;
    bottom: 0;
}

.s2-r ul li:nth-child(3) {
    position: absolute;
    /* right: 0; */
    left: 24%;
    bottom: 30%;
}

.s2-r ul li:nth-child(4) {
    position: absolute;
    bottom: 62%;
    right: 24%;
}

.s2-r ul li:nth-child(5) {
    position: absolute;
    right: 0;
    bottom: 30%;
}

.s2-r ul li .txt {
    position: absolute;
    right: 0;
    top: 55px;
    bottom: 0;
    text-align: center;
    color: #fff;
    z-index: 9;
    transform: translatey(-30px) rotate(-90deg);
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.s2-r ul li.on .txt {
    opacity: 1;
    z-index: 9;
}

.s2-r ul li .txt h2 {
    padding-top: 60px;
    font-size: 24px;
    color: #fff;
}

.s2-r ul li .txt p {
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
}

.section2 {
    padding-top: 60px;
    padding-bottom: 50px;
    background: url(../images/sect2-bg.jpg) no-repeat center center;
    background-size: cover;
}

.section3 {
    padding: 45px 0;
}

.s3 {
    margin-top: 45px;
}

.s3 ul {
    margin: 0 -15px;
}

.s3 ul li {
    margin: 0 15px;
}

.s3 ul li a {
    position: relative;
    display: block;
    padding: 10px 20px;
}

.s3 ul li a .pic {
    padding-top: 66.428%;
    z-index: 9;
}

.s3 ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 273px;
    background: #f6f2e8;
    transition: all .6s;
}

.s3 ul li:hover a::after {
    background-color: #ab0408;
}

.s3 ul li a .text {
    position: relative;
    z-index: 9;
    margin-top: 20px;
}

.s3 ul li a .text span {
    font-size: 16px;
    color: #ab0408;
}

.s3 ul li:hover a .text span {
    color: #fff;
}

.s3 ul li a .text p {
    margin-top: 10px;
    line-height: 26px;
    font-size: 16px;
    color: #333;
    height: 78px;
}

.s3 ul li:hover a .text p {
    color: #fff;
}

.s3 .slick-prev {
    width: 60px;
    height: 100px;
    background: url(../images/s3-l.png) no-repeat center center;
    left: -45px;
}

.s3 .slick-next {
    width: 60px;
    height: 100px;
    background: url(../images/s3-r.png) no-repeat center center;
    right: -45px;
}

.section4 {
    padding-top: 10px;
    padding-bottom: 60px;
}


/* 校园风光 */

.group-img {
    position: relative;
    margin-top: 40px;
}

.group-big li a {
    position: relative;
    display: block;
}

.group-big li a .pic {
    padding-top: 51.47%;
}

.group-big li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 170px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.group-big li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 197px;
    background: url(../images/s4-tc.png) no-repeat center bottom;
    background-size: 100% 100%;
}

.group-big .slick-prev,
.group-big .slick-next {
    width: 55px;
    height: 55px;
}

.group-sml {
    position: absolute;
    width: 58.3%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}

.group-sml .slick-prev {
    width: 20px;
    height: 37px;
    background: url(../images/group-l.png) no-repeat;
    background-size: 100% 100%;
    left: -30px;
}

.group-sml .slick-next {
    width: 20px;
    height: 37px;
    background: url(../images/group-r.png) no-repeat;
    background-size: 100% 100%;
    right: -30px;
}

.group-sml li.slick-current.slick-active a {
    border: 5px solid #ab0408;
}

.group-sml li {
    margin: 0 10px;
}

.group-sml li a {
    display: block;
    border: 5px solid transparent;
}

.group-sml li a .pic {
    padding-top: 66.48%;
    display: block;
    position: relative;
    overflow: hidden;
}

.section5 {
    padding-top: 55px;
    padding-bottom: 90px;
    background: url(../images/sect5-bg.jpg) no-repeat center center;
    background-size: cover;
}

.s5 {
    margin-top: 30px;
}

.s5 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s5 ul li {
    width: 32%;
    transition: all .6s;
}

.s5 ul li a {
    position: relative;
    display: flex;
    background-color: #fff;
    border: 1px solid #b8b6b2;
    transition: all .6s;
    box-shadow: 0px 8px 22.14px 4.86px rgba(0, 0, 0, 0.13);
    transition: all .6s;
}

.s5 ul li:hover a {
    background: #94070a;
}

.s5 ul li a .date {
    width: 100px;
    text-align: center;
    margin-top: 40px;
}

.s5 ul li a .date p {
    font-size: 28px;
    color: #94070a;
    font-family: "sisong";
}

.s5 ul li:hover a .date p {
    color: #fff;
}

.s5 ul li a .date span {
    font-size: 14px;
    color: #cd8b8d;
}

.s5 ul li a .text {
    width: calc(100% - 100px);
    padding-right: 30px;
    padding-bottom: 50px;
    margin-top: 40px;
    font-weight: normal;
}

.s5 ul li a .text h2 {
    line-height: 30px;
    font-size: 18px;
    color: #373737;
    margin-bottom: 20px;min-height:60px;
}

.s5 ul li:hover a .text h2 {
    color: #fff;
}

.s5 ul li a .text p {
    line-height: 22px;
    font-size: 14px;
    color: #919090;min-height:67px;
}

.s5 ul li:hover a .text p {
    color: #fff;
}

.s5 ul li a .text .more {
    display: inline-block;
    margin-top: 30px;
    font-size: 14px;
    color: #919090;
    padding-right: 30px;
    background: url(../images/s5-more.png) no-repeat right center;
}

.s5 ul li:hover a .text .more {
    color: #fff;
    background: url(../images/s5-more-other.png) no-repeat right center;
}

.s5 ul li.img a {
    position: relative;
    display: block;
}

.s5 ul li.img a .nr {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
}

.s5 ul li.img a .nr::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background: #94070a;
    transition: all .6s;
}

.s5 ul li.img a:hover .nr::after {
    width: 100%;
}

.s5 ul li.img a .nr span {
    position: relative;
    z-index: 9;
    font-size: 18px;
    color: #fff;
}

.s5 ul li.img a .nr p {
    position: relative;
    z-index: 9;
    font-size: 14px;
    color: #fff;
}

.s5 ul li a .pic {
    padding-top: 64%;
}

.s5 ul li a .bf {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background: url() no-repeat center center;
    background-size: 100% 100%;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.section6 {
    position: relative;
    padding-top: 40px;
    padding-bottom: 110px;
}

.s6 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.s6 a {
    position: relative;
    display: block;
}

.s6-l {
    width: 50.7%;
}

.s6-l .pic {
    padding-top: 54.558%;
}

.s6-r {
    margin-top: -20px;
    width: 48%;
}

.s6-r ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s6-r ul li {
    width: 48.5%;
    margin-top: 20px;
}

.s6-r ul li .pic {
    padding-top: 56.329%;
}
