/*主体*/
section {
    position: relative;
    /*min-height: calc(100vh - 82px);*/
}

.title {
    margin-bottom: 30px;
    text-align: center;
    background: url(../images/title-bg.png) no-repeat center bottom 10px;
}

.title h1 {
    height: 80px;
    font-size: 77px;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #C0D5F1, transparent);
    -webkit-background-clip: text;
    color: transparent;
}

.title h2 {
    font-size: 34px;
    margin-top: -0.75em;
}

.title h2 a {
    color: var(--blueeColor);
}

/*湘思资讯*/
.news {
    padding: 200px 0 40px;
    margin-top: -220px;
    background: url(../images/xszx-bg.jpg) no-repeat center top;
    background-size: cover;
}

.news .title {
    text-align: right;
    background-image: url(../images/title-xszx.png);
    background-position-x: left;
}
.news .title:nth-of-type(3) {
    text-align: left;
    background-position-x: right;
}

.news-box{
    position: relative;
}
.news-btn .swiper-button-prev{
    left: -50px;
}
.news-btn .swiper-button-next{
    right: -50px;
}

.news-img {
    height: 507px;
}

.news-img .img {
    float: left;
    width: 49%;
    height: 453px;
    margin-top: 27px;
    overflow: hidden;
}

.news-img .text {
    margin-left: 46%;
    width: 54%;
    height: 100%;
    padding: 4% 6%;
    box-sizing: border-box;
    background: #fff url(../images/yh.png) no-repeat right 12% bottom 12%;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15), 0 10px 81px 9px rgba(0, 26, 120, 0.08);
}

.news-img .text span {
    color: #999;
}

.news-img .text h3 {
    height: 3em;
    line-height: 1.5em;
    font-size: 28px;
    font-weight: normal;
    position: relative;
    margin: 10px 0 20px;
    padding-bottom: 10px;
    box-sizing: content-box;
}

.news-img .text h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2em;
    height: 4px;
    background: var(--blueeColor);
}

.news-img .text p {
    color: #666;
    font-size: 18px;
    line-height: 1.75em;
    margin-bottom: 2.5em;
}

.news-img .text > a {
    color: #fff;
    font-size: 15px;
    text-align: center;
    background: var(--blueeColor);
    display: inline-block;
    width: 133px;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
}

#notice {
    padding-bottom: 40px;
}

#notice .swiper-slide .date {
    float: left;
    width: 84px;
    height: 102px;
    margin-top: 23px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: url(../images/date-bg.png) no-repeat;
}

#notice .swiper-slide .date h3 {
    font-size: 24px;
    padding-top: 20px;
}

#notice .swiper-slide .text {
    height: 148px;
    margin-left: 30px;
    padding: 7% 6% 7% 18%;
    background: #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
}

#notice .swiper-slide .text p {
    font-size: 20px;
}

#notice .swiper-pagination {
    bottom: 0;
}

#notice .swiper-pagination-bullet {
    width: 43px;
    height: 4px;
    background: #FFFFFF;
    border-radius: 0;
    opacity: 1;
}

#notice .swiper-pagination-bullet-active {
    background: var(--blueeColor);
}

/*湘思育人*/
.educate {
    padding: 60px 0;
    background: #004AAD;
}

.educate .title,
.achievement .title {
    background-image: url(../images/title-white.png);
}

.educate .title h2 a,
.achievement .title h2 a {
    color: #fff;
}

.thumbs .swiper-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.thumbs .swiper-slide {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 192px;
    height: 47px;
    color: #fff;
    font-size: 18px;
    margin: 0 10px;
    border: 1px solid #C9DEFA;
    opacity: 0.39;
    cursor: pointer;
}

.thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper_edu .more {
    text-align: center;
}

.swiper_edu .more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 50px;
    background: #BFD2EE;
    font-size: 18px;
    color: var(--blueeColor);
    opacity: 0.7;
}

.swiper_edu .more a:hover {
    opacity: 1;
}

/*湘思风采*/
.demeanour {
    padding: 60px 0;
    background: rgba(0, 74, 173, 0.07);
}

.thumbs_dem .swiper-slide,
.thumbs_mat .swiper-slide {
    color: var(--blueeColor);
    border: 1px solid var(--blueeColor);
    opacity: 1;
}

.thumbs_dem .swiper-slide-thumb-active,
.thumbs_mat .swiper-slide-thumb-active {
    color: #fff;
    background: var(--blueeColor);
}

.swiper_dem .swiper-slide {
    display: flex;
    height: 668px;
}

.swiper_dem .img_dem {
    width: 500px;
    min-width: 500px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.08);
}

.swiper_dem .img_dem .img {
    display: block;
    height: 372px;
    overflow: hidden;
}

.swiper_dem .img_dem .text {
    position: relative;
    padding: 40px 30px;
    border-top: 4px solid var(--blueeColor);
}

.swiper_dem .img_dem .date {
    width: 83px;
    height: 87px;
    color: #fff;
    text-align: center;
    background: var(--blueeColor);
    position: absolute;
    top: -70px;
    left: 30px;
    z-index: 2;
}

.swiper_dem .img_dem .date p {
    font-size: 30px;
    padding-top: 10px;
}

.swiper_dem .img_dem .text h3 {
    font-size: 24px;
    font-weight: normal;
}

.swiper_dem .img_dem .text > p {
    color: #999;
    font-size: 16px;
    text-align: justify;
    line-height: 1.75em;
    margin: 1em 0 2em;
}

.swiper_dem .img_dem .text > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 94px;
    height: 32px;
    color: var(--blueeColor);
    border: 1px solid var(--blueeColor);
    border-radius: 3px;
}

.swiper_dem .img_dem .text > a:hover {
    color: #fff;
    border-radius: 16px;
    background: var(--blueeColor);
}

.swiper_dem ul {
    flex-grow: 1;
    margin-left: 30px;
    height: 100%;
}

.swiper_dem ul li {
    display: flex;
    align-items: center;
    height: 20%;
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.08);
    transition: .5s;
}

.swiper_dem ul li:hover {
    background: #fff;
}

.swiper_dem ul li .date {
    width: 101px;
    min-width: 101px;
    font-size: 18px;
    text-align: center;
    color: #666;
    border-right: 1px solid rgba(153, 153, 153, 0.47);
}

.swiper_dem ul li:hover .date {
    color: var(--blueeColor);
}

.swiper_dem ul li .date h2 {
    font-size: 36px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
}

.swiper_dem ul li .date i {
    font-size: 30px;
    line-height: 10px;
    opacity: 0.49;
    display: inline-flex;
    transform: rotate(50deg);
}

.swiper_dem ul li .date p {
    height: 20px;
}

.swiper_dem ul li .text {
    flex-grow: 1;
    max-width: 100%;
    padding: 0 60px 0 30px;
    box-sizing: border-box;
}

.swiper_dem ul li .text h3 {
    font-size: 20px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.swiper_dem ul li .text p {
    color: #999;
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 12px;
}

/*湘思成果*/
.achievement {
    padding: 60px 0;
    background: url(../images/xscg-bg.jpg) no-repeat center center;
    background-size: cover;
}
.ach-box{
    color: #fff;
    overflow: hidden;
    margin: 15px 0 30px;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.ach-text{
    width: 64%;
    font-size: 16px;
}
.ach-text h2 a{
    color: #fff;
    font-size: 26px;
    font-weight: normal;
}
.ach-text p{
    margin: 30px 0;
    height: 7em;
    line-height: 1.75em;
    text-align: justify;
}
.ach-text h2 a:hover{
    color: orangered;
}

.ach-list{
    width: 32%;
}
.ach-list li{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid rgba(255,255,255,.3);
}
.ach-list li:last-of-type{
    border-bottom: none;
}
.ach-list li a{
    color: #fff;
    font-size: 18px;
    position: relative;
    padding-left: 20px;
}
.ach-list li a:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    background: #fff;
    transform: translate(5px, -50%);
}
.ach-list li a:hover{
    color: orangered;
}
.ach-list li a:hover:before{
    background: orangered;
}

.ach-img .swiper-slide .img{
    height: 278px;
    overflow: hidden;
}
.ach-img .swiper-slide p{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    padding: 0 1em;
    background: rgba(0,0,0,.3);
}
.ach-img .swiper-slide p a{
    color: #fff;
}
.ach-img .swiper-slide p a:hover{
    color: orangered;
}

/*“一站式”学生社区*/
.matrix {
    padding: 60px 0;
}
.community{
    width: 74%;
}
.community .title{
    text-align: left;
    background-image: url(../images/title-sq.png);
    background-position-x: right;
}
.community ul{
    margin: -8px;
    overflow: hidden;
}
.community ul li{
    float: left;
    width: 33.33%;
    height: 244px;
    padding: 8px;
}
.community ul li a{
    display: block;
    height: 228px;
    position: relative;
    overflow: hidden;
}
.community ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}
.community ul li p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    padding: 0 20px;
    background: linear-gradient(to top, rgba(0,0,0,.8), rgba(0,0,0,0));
}
.community ul li a:hover img{
    transform: scale(1.1);
}
.community ul li a:hover p{
    color: orangered;
}
.community ul li:nth-of-type(3) a{
    height: 472px;
}

.system {
    width: 24%;
    height: 472px;
    text-align: center;
    margin-top: 133px;
    background: url(../images/hn-bg.jpg) no-repeat center center;
    background-size: cover;
}
.system .hn{
    margin: -110px 0 60px;
}
.system .hn img{
    width: 140px;
    animation: myUp 2s infinite;
}
.system a{
    display: block;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
.system a img{
    height: 100px;
}

.ztw{
    position: fixed;
    top: 65%;
    right: 20px;
    z-index: 999;
}

@-webkit-keyframes myUp {
    from {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes myUp {
    from {
        transform: translateY(0);
    }
    50% {
        transform: translateY(20px);
    }
    to {
        transform: translateY(0);
    }
}


@media screen and (max-width: 1366px) {

    .container {
        width: 1200px;
    }


}

/*.social-share .social-share-icon{*/
/*    width: 36px;*/
/*    height: 36px;*/
/*    line-height: 36px;*/
/*    border: none;*/
/*}*/
/*.social-share .social-share-icon:before{*/
/*    display: none;*/
/*}*/
/*.social-share .icon-wechat{*/
/*    background: url(../images/icon_wx.svg) no-repeat !important;*/
/*    background-size: cover !important;*/
/*}*/
/*.social-share .icon-weibo{*/
/*    background: url(../images/icon_weibo.svg) no-repeat !important;*/
/*    background-size: cover !important;*/
/*}*/