@-moz-keyframes three-quarters-loader {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes three-quarters-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes three-quarters-loader {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading_animation {
    -moz-animation: three-quarters-loader 850ms infinite linear;
    -webkit-animation: three-quarters-loader 850ms infinite linear;
    animation: three-quarters-loader 850ms infinite linear;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    vertical-align: middle
}


@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@CHARSET "utf-8";

* {
    padding: 0;
    margin: 0;
}

.pagebox {
    width: 100%;
}

.pagebox,
#-remove--flag {
    width: 100%;
    margin: 0px auto 0px 0px;
}

body,
#-remove--flag {}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@-moz-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@media only screen and (max-width: 1024px) and (min-width: 769px) {}

@keyframes widthA {
    0% {
        width: 0%;
    }

    50% {
        width: 55%;
    }

    100% {
        width: 0%;
    }
}

.newsUpdates_box:hover .swiper-button {
    display: block;
}

.mediaAttention_box:hover .swiper-button {
    display: block;
}

.swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 3rem;
    z-index: 999;
    cursor: pointer;
    display: none;
}

.banner-right {
    right: 0px;
}

.banner_pic {
    position: relative;
    transform: translate(0);
    top: 0px;
    left: 0px;
    width: 100%;
}

.achievementDisplay {
    background: url('../static/image/yw3.png');
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.studentStyle {
    padding: 30px 0;
    background: #f7f7f7;
}

.scroll_box {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
}

.scroll_box .proList {
    position: relative;
    top: 0px;
    float: left;
    overflow: hidden;
    padding: 0rem;
    transition: all .5s ease;
}

#studentStyle .scroll_box .proList {
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    height: 300px;
}

#studentStyle .proList .imgBox {
    height: 126px;
    width: 100px;
    margin: auto;
    padding-top: 6px;
    display: flex;
}

.scroll_box .news-title {
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
}

.scroll_box .news-title strong {
    padding: 10px;
}

.scroll_box .news-title strong {
    display: inline-block;
    font-size: 18px;
    border-radius: 20px;
    color: #fff;
    background: var(--line-color);
    padding: 10px;
}

.scroll_box .news-title>a::before {
    content: "";
    border-bottom: 4px solid var(--line-color);
    width: 5%;
    height: 2px;
    margin-bottom: 4px;
    display: inline-block;
}

.scroll_box .news-title>a::after {
    content: "";
    border-bottom: 4px solid var(--title-color);
    width: 5%;
    height: 2px;
    margin-bottom: 4px;
    display: inline-block;
}

.scroll_box .imgBox {
    text-align:center;
    height: 160px;
    width: 100%;
}

.scroll_box .imgBox img {
    height: 100%;
    border-radius: 4px;
    object-fit: cover;
}

#studentStyle .scroll_box .imgBox img {
    height: auto;
    border-radius: 50%;
    margin: 10px auto;
    object-fit: cover;
    width: 100%;
}

.scroll_box .title {
    width: 100%;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #333;
    padding: 5px 0;
}

.studentStyle_box {
    height: 100%;
}

.studentStyle_box .info {
    height: 174px;
    text-align: center;
    padding: 0 20px;
}

.studentStyle_box .title {
    padding-bottom: 10px;
    font-size: 18px;
    color: #333;
}
.studentStyle_box .content {
    font-size: 14px;
    color: #9a9a9a;   
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    line-height: 1.8;
}

.scroll_box .proList:hover {
    top: -10px !important;
    box-shadow: rgba(4, 95, 165, 0.2) 0px 3px 18px 2px !important;
}

#main-header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    margin-top: 10px;
    /* margin-bottom: 20px; */
}

#imgAndTextList {
    height: 352px;
    margin-bottom: 20px;
    border-radius: 4px;
}

#imgAndTextList .leftBox {
    display: flex;
    background: #fff;
    overflow: hidden;
}

#imgAndTextList .leftBox .newsUpdates_box {
    overflow: hidden;
    flex: 1;
}

#imgAndTextList .leftBox img {
    width: 100%;
    object-fit: cover;
    height: 100%;

}

#imgAndTextList .leftBox .textCell {
    width: 60%;
    overflow: hidden;
    padding-left: 15px;
}

@media (max-width: 768px) {
    #imgAndTextList .leftBox {
        display: block !important;
    }

    #imgAndTextList .leftBox .textCell {
        width: 100% !important;
        padding: 0 !important;
    }

    footer {
        background-size: auto !important;
    }
}

.news-title {
    color: var(--title-color);
    padding: 15px 0 0 5px;
    font-size: 22px;
}

.new-list {
    border-bottom: 1px dashed #ccc;
}

.new-list:hover {
    background: #f7f7f7;
}

.new-list>a {
    padding: 15px 5px;
    white-space: nowrap;
    display: flex;
}

.new-list>a>div {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #575656;
    font-size: 14px;
    padding-right: 5px;
}

.new-list>a>.time {
    margin-left: auto;
    color: var(--time-color);
}

#imgAndTextList .rightBox {
    margin-left: 20px;
    overflow: hidden;
    padding-top: 30px;
    border-bottom: 1px dashed #ccc;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#imgAndTextList .rightBox a {
    display: block;
    margin-left: 1px;
}

#imgAndTextList .rightBox a:first-child {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#imgAndTextList .rightBox a>img {
    border-radius: 8px;
}

.news-title>i {
    margin-right: 4px;
}

#imgAndTextList .img-box {
    height: 100%;
}

#imgAndTextList .img-box>img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
}

.articlesList>.box {
    overflow: hidden;
}

.articlesList>.box:nth-child(3) {
    margin-left: 20px;
}

#articlesList>.box .new-list {
    border: none;
    position: relative;
    padding-left: 20px;
}

#articlesList>.box .new-list a:before {
    font-family: "iconfont";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    /* color: #f94c3f; */
    color: #A2A2A2;
    color: var(--title-color);
    font-size: 28px;
    content: "\e629";
    position: absolute;
    left: 0;
    top: 5px;
}

.articlesList>.box {
    min-height: 346px;
}

.articlesList>.box:nth-child(1) {
    background: #f8f9f8;
    border-radius: 4px 0 0 4px;
    padding-right: 10px;
}

.articlesList>.box:nth-child(2) {
    background: #f8f9f8;
    border-radius: 0 4px 4px 0;
    padding-left: 10px;
}

.articlesList>.box:nth-child(3) {
    background: #f8f9f8;
    border-radius: 4px;
}


@media only screen and (max-width: 1000px) {
    .articlesList>.box {
        padding: 0 !important;
        margin: 10px 0 !important;
    }

    #imgAndTextList .rightBox a>img {
        width: 100%;
    }
}