.sectionbg {
    background: rgba(227, 234, 243, .28);
    padding-top: 40px;
    padding-bottom: 60px;
}

/* 轮播图 */
.swiper {
    /* --swiper-theme-color: #224c9c; */
    --swiper-theme-color: #fdb23b;
    height: 450px;
    width: 100%;
    overflow: hidden;
    position: relative;
}


.swiper a {
    display: block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.swiper.swiper-1{
    height: 45vw;
}

.swiper.swiper-1 a{
    background-size: 100% 100%;
}

.swiper .swiper-pagination.swiper-pagination-bullets {
    padding-right: 10px;
    text-align: end;
}

.swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    color: #fff;
    border-radius: 8px;
    text-align: center;
}

.swiper .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--swiper-theme-color);
}

.swiper-slide-next.swiper-slide-duplicate-prev,
.swiper-slide-prev.swiper-slide-duplicate-next {
    z-index: 1;
}

.title .title-txt {
    float: left;
    font-size: 20px;
    color: #000;
    font-weight: bold;
    position: relative;
    padding-left: 10px;
}

.title .title-txt::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    width: 3px;
    height: 1em;
    background: var(--primary-color);
}

.title .more {
    float: right;
    line-height: 30px;
    color: #999;
    font-size: 14px;
}

.title.center-title{
    text-align: center;
}

.title.center-title .title-txt {
    padding-left: 0;
    float: none;
    font-size: 24px;
    display: inline-block;
}

.title.center-title .title-txt::before {
    display: none;
}

.title.center-title .title-txt::after {
    content: "";
    position: absolute;
    display: block;
    width: 80%;
    height: 3px;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-color);
}


.my-list li {
    height: 52px;
    box-sizing: border-box;
    line-height: 52px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.my-list li a {
    float: left;
    width: calc(100% - 110px);
    font-size: 16px;
    box-sizing: border-box;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-list li span {
    float: right;
    width: 110px;
    text-align: right;
    font-size: 16px;
    color: #999;
}

.my-list li:hover a,
.my-list li:hover span {
    color: var(--primary-color);
}

/* ********************************************** */


/* ********************************************** */
.picNews {
    background: pink;
    height: 342px;
    position: relative;
    overflow: hidden;
}

.picNews div#u_u2_div+div {
    z-index: 200;
    top: -22px !important;
}

.picNews #u_u2_newstitle {
    BOX-SIZING: border-box;
    FONT-SIZE: 14px;
    OVERFLOW: hidden;
    WIDTH: 380px;
    BACKGROUND: none transparent scroll repeat 0% 0%;
    TEXT-OVERFLOW: ellipsis;
    POSITION: absolute;
    COLOR: #fff;
    TEXT-ALIGN: left;
    PADDING-LEFT: 10px;
    Z-INDEX: 10;
    DISPLAY: block;
    LINE-HEIGHT: 30px;
    BOTTOM: 0px;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
}

.swiper.picNews .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    color: #fff;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
}


/* ********************************************** */


/* ********************************************** */
.date-list li {
    margin-top: 10px;
}

.date-list li .date {
    width: 52px;
    height: 52px;
    background-color: var(--primary-color);
    border-radius: 4px;
    color: #fff;
    padding: 5px 0;
    box-sizing: border-box;
}

.date-list li .date span {
    display: block;
    text-align: center;
}

.date-list li .date .day {
    font-size: 24px;
    line-height: 24px;
}

.date-list li .date .month {
    margin-top: 2px;
    font-size: 12px;
}

.date-list li a {
    width: calc(100% - 60px);
    margin-top: 8px;
    font-size: 14px;
    line-height: 17px;
    color: #000;
}

.date-list li:hover a {
    color: var(--primary-color);
}

/* ********************************************** */



/* ********************************************** */
.operating-list li {
    float: left;
    width: 85px;
    /* margin-left: 30px; */
    margin-left: 55px;
    margin-top: 20px;
}

.operating-list li:first-child,
.operating-list li:nth-child(4) {
    /* margin-left: 0px; */
}

.operating-list li:nth-child(4) {
    /* margin-left: 60px; */
}

.operating-list li span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 8px;
    text-align: center;
}

.operating-list li a{
    display: block;
    text-align: center;
}

.operating-list li .item-pic {
    height: 65px;
    width: 65px;
    display: inline-block;
    background-image: url("../img/icon01.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #537dc2;
    border-radius: 50%;
}

.operating-list li:hover span {
    color: #000;
}

.operating-list li:nth-child(2) .item-pic {
    background-image: url("../img/icon02.png");
}

.operating-list li:nth-child(3) .item-pic {
    background-image: url("../img/icon03.png");
}

.operating-list li:nth-child(4) .item-pic {
    background-image: url("../img/icon04.png");
}

.operating-list li:nth-child(5) .item-pic {
    background-image: url("../img/icon05.png");
}



/* ********************************************** */
/* 一站式学生社区 */
.news_list {
    margin-top: 20px;
}

.news_list li {
    float: left;
    width: calc(33.33% - 18.66px);
    border-radius: 5px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding-top: 18px;
    padding-left: 18px;
    margin-bottom: 15px;
    border-bottom: 4px solid rgba(127, 42, 52, 0.2);
    margin-left: 28px;
    box-sizing: border-box;

    transition: border-bottom-color 0.3s;
}

.news_list li:nth-child(3n-2) {
    margin-left: 0;
}

.news_list li .pic {
    float: left;
    width: 134px;
    height: 88px;
    border-radius: 2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news_list li .text {
    float: left;
    width: calc(100% - 170px);
    margin-left: 16px;
    padding-top: 8px;
}

.news_list li .text>a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px;
}

.news_list li .text p {
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 23px;
}

.news_list li:hover {
    border-bottom-color: var(--primary-color);
}

.news_list li:hover .text a {
    color: var(--primary-color);
}

.flexslider {
    padding: 0;
    margin: 20px 0 0 0 !important;
    background: #fff;
    border: none !important;
    position: relative;
    zoom: 1;
    border-radius: none !important;
    box-shadow: none !important;
    overflow: hidden;
}

.pic-list li {
    background-color: #f3f5f8;
}

.pic-list li a {
    display: block;
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* ********************************************** */


/* ********************************************** */
.yqlj li {
    float: left;
    margin-right: 20px;
    position: relative;
}

.yqlj li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 80%;
    margin: auto 0;
    background: #ccc;
    right: -10px;
    display: block;
}

.yqlj li:last-child:after {
    display: none;
}

.yqlj li:hover a {
    color: var(--primary-color);
}


.containerimg {
    max-width: 700px;
    /* margin: 0 auto; */
    margin-top: -35px;
}

.slide {
    width: 100%;
    min-height: 180px;
    overflow: hidden;
    position: relative;
}

.slide .img {
    overflow: hidden;
    position: absolute;
    transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
}

.slide .img img {
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    margin: 7px;
}

.slide .img1 {
    width: 40%;
    height: 40%;
    top: 30%;
    left: -50%;
    z-index: 1;
}

.slide .img2 {
    width: 60%;
    height: 60%;
    top: 20%;
    left: -20%;
    z-index: 2;
}

.slide .img3 {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    z-index: 3;
}

.slide .img4 {
    width: 60%;
    height: 60%;
    top: 20%;
    left: 60%;
    z-index: 2;
}

.slide .img5 {
    width: 40%;
    height: 40%;
    top: 30%;
    left: 110%;
    z-index: 1;
}

.slide-bt {
    position: absolute;
    left: 50%;
    bottom: 13%;
    z-index: 10;
}

.slide-bt span {
    width: 24px;
    height: 8px;
    background: #c9caca;
    float: left;
    margin: 5px;
    border-radius: 4px;
}

.slide .slide-bt .on {
    background: #ffd200;
}

.slide-off {
    position: relative;
    z-index: 100;
}

.slide-off span {
    float: left;
    margin: 5px;
    border-radius: 4px;
    display: none;
}

.slide-off .on {
    display: block;
}

.service-area p{
    margin-bottom: 10px;
}

.service-area #project > span.on .X5{
    color: var(--primary-color);
}