@font-face {
    font-family: 'heiti';
    src: url('../fonts/SOURCEHANSANSCN-BOLD.OTF') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'heiti';
    src: url('../fonts/SOURCEHANSANSCN-REGULAR.OTF') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.3;
}
:root {
    --pc-header-height-top: 100px;
    --pc-header-height-bottom: 54px;
    --header-h5-height: 65px;
    --theme-color: #014EB8;
    --theme-color-light: #3388FF;
}
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
html,body {
    font-size: 16px;
    color: #333333;
    font-family: heiti, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "WenQuanYi Micro Hei", sans-serif;
    scroll-behavior: smooth;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main {
    background-color: #f5f7fa;
    flex: 1;
    overflow: hidden;
}
.animate-section {
    opacity: 0;
    transition: all 0.8s ease;
}
.button {
    cursor: pointer;
}
button {
    outline: none;
    border: none;
    background: none;
}
input {
    height: 40px;
    background: #FFFFFF;
    border-radius: 10px;
    outline: none;
    border: none;
    padding: 0 10px;
}
.breadcrumb {
    width: 100%;
    height: 103px;
    display: flex;
    align-items: center;
    background-color: #F5F5F5;
}
.breadcrumb .text {
    max-width: 1420px;
    padding: 0 10px;
    flex: 1;
    margin: 0 auto;
    color: #888888;
}

/* 分享 */
.share-box {
    position: relative;
}
.share-box:hover .img-hover {
    display: block;
}
.share-box .img-hover {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

/* 头部 */
.side-nav {
    display: none;
}
.header-h5 {
    display: none;
}
.pages-header-top,
.header-h5 {
    background-color: #FFFFFF;
}
.pages-header-top .header-main {
    max-width: 1420px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: var(--pc-header-height-top);
}
.pages-header-top .header-main .header-main-l {
    display: flex;
    align-items: center;
}
.pages-header-top .header-main .header-main-l .logo {
    height: 65px;
}
.pages-header-top .header-main .header-main-r {
    display: flex;
    align-items: center;
    gap: 50px;
}
.pages-header-top .header-main .header-main-r .link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #666666;
}
.pages-header-top .header-main .header-main-r .input-box {
    max-width: 240px;
    height: 40px;
    background: #F0F5FB;
    border-radius: 20px;
    border: 1px solid #D9E5F4;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.pages-header-top .header-main .header-main-r .input-box input {
    flex: 1;
    padding-left: 20px;
    background-color: transparent;
}
.pages-header-top .header-main .header-main-r .input-box input::placeholder {
    color: #999;
    font-size: 14px;
}
.pages-header-top .header-main .header-main-r .input-box button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pages-header-top .header-main .header-main-r .input-box img {
    margin-right: 20px;
    cursor: pointer;
}
.pages-header-bottom {
    height: var(--pc-header-height-bottom);
    background: var(--theme-color);
    /* position: sticky; */
    top: 0;
    z-index: 999;
}
.pages-header-bottom .header-main {
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    max-width: 1420px;
    padding: 0 10px;
}
.pages-header-bottom .header-main > a {
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #FFFFFF;
    transition: .3s;
    white-space: nowrap;
    flex: 1 1 auto;
    min-width: 0;
}
.pages-header-bottom .header-main > a img {
    width: 100px;
    height: 32px;
}
.pages-header-bottom .header-main > a:hover,
.pages-header-bottom .header-main > a.active {
    background-color: var(--theme-color-light);
}
/* 底部 */
footer {
    background-color: var(--theme-color);
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}
footer .footer-top {
    display: flex;
    max-width: 1420px;
    align-items: center;
    padding: 68px 10px;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 30px;
    gap: 30px;
}
footer .footer-top > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
footer .footer-top .lists {
    display: flex;
    column-gap: 40px;
    row-gap: 10px;
    flex-wrap: wrap;
}
footer .footer-bottom {
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .footer-bottom > a {
    text-align: center;
}
table, th, td {
  /*border: 1px solid black;*/
}
/* 公共banner */
.public-banner {
    height: 400px;
}
.public-banner .img-box {
    height: 100%;
}
.public-banner .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
/* 公共主体 */
.public-main {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 10px;
    margin-top: 30px;
    margin-bottom: 60px;
    position: relative;
}
.public-main .public-main-l {
    width: 300px;
    flex-shrink: 0;
}
.public-main .public-main-r {
    flex: 1;
    background-color: #FFFFFF;
}
.public-main .public-main-l .nav-title {
    height: 66px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
}
.public-main .public-main-l .nav-title::before {
    content: '';
    width: 7px;
    height: 24px;
    background: var(--theme-color);
    margin-right: 24px;
}
.public-main .public-main-l .nav-list {
    display: flex;
    flex-direction: column;
}
.public-main .public-main-l .nav-list .item {
    height: 54px;
    background: #FFFFFF;
    border-top: solid 1px #eeeeee;
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-size: 18px;
    transition: .3s;
}
.public-main .public-main-l .nav-list .nav-item-dropdown .dropdown-item {
    height: 54px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-top: solid 1px #eeeeee;
    font-size: 16px;
    padding: 0 30px;
    color: #666666;
}
.public-main .public-main-l .nav-list .nav-item-dropdown .dropdown-menu {
    display: grid;
    grid-template-rows: 0fr;
    transition: .3s;
    overflow: hidden;
}
.public-main .public-main-l .nav-list .nav-item-dropdown.is-open  .dropdown-menu {
    grid-template-rows: 1fr;
}
.public-main .public-main-l .nav-list .nav-item-dropdown .dropdown-wrapper {
    min-height: 0;
}
.public-main .public-main-l .nav-list .nav-item-dropdown .dropdown-toggle {
    position: relative;
}
.public-main .public-main-l .nav-list .nav-item-dropdown .dropdown-toggle::before {
    content: '';
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #999;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: .3s;
    transform-origin: center top;
}
.public-main .public-main-l .nav-list .item:hover {
    color: var(--theme-color-light);
}
.public-main .public-main-l .nav-list .dropdown-item.active,
.public-main .public-main-l .nav-list .dropdown-item:hover {
    color: var(--theme-color-light);
}
.public-main .public-main-l .nav-list .nav-item-dropdown.is-open .dropdown-toggle::before {
    transform: rotate(90deg) translateY(-50%); 
}
/* .public-main .public-main-l .nav-list .dropdown-toggle:hover::before, */
.public-main .public-main-l .nav-list .nav-item-dropdown.is-open .dropdown-toggle::before {
    border-left-color: #FFFFFF;
}
.public-main .public-main-l .nav-list .item.active,
.public-main .public-main-l .nav-list .nav-item-dropdown.is-open .dropdown-toggle {
    background-color: var(--theme-color);
    color: #FFFFFF;
}

.public-main .public-main-r .block-title {
    padding: 17px 40px;
    border-bottom: solid 2px var(--theme-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.public-main .public-main-r .block-title__left {
    font-weight: bold;
    font-size: 20px;
    color: var(--theme-color);
}
.public-main .public-main-r .block-title__right {
    color: #aaa;
    font-size: 14px;
}
.public-main .public-main-r .block-title__right span {
    color: var(--theme-color-light);
}
.public-main .public-main-r .block-main {
    padding: 0 40px 40px;
    overflow: hidden;
}

/* 分页 */
.paging-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
}
.paging-list .count {
    color: #666666;
}
#pages {
    display: flex;
    list-style: none;
    gap: 10px;
    padding: 10px;
    margin: 0 30px;
}
#pages li {
    display: flex;
    align-items: center;
    justify-content: center;
}
#pages li > * {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
}
#pages li:first-child > *,
#pages li:last-child > *
{
    font-size: 0;
    position: relative;
}
#pages li:first-child > *::before{
    content: '';
    width: 25%;
    height: 25%;
    border-left: 1px solid #646464;
    border-bottom: 1px solid #646464;
    transform: rotate(45deg);
    margin-left: 6px;
    position: absolute;
}
#pages li:last-child > *::before{
    content: '';
    width: 25%;
    height: 25%;
    border-left: 1px solid #646464;
    border-bottom: 1px solid #646464;
    transform: rotate(-135deg);
    margin-right: 6px;
    position: absolute;
}
#pages a, #pages span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    text-decoration: none;
    color: #2c3e50;
    transition: all 0.3s ease;
    font-size: 14px;
}
#pages li a:hover {
    color: var(--theme-color);
}
#pages .active span {
    background-color: var(--theme-color);
    border: solid 1px var(--theme-color);
    color: white;
    cursor: default;
}
#pages .disabled span {
    color: #bdc3c7;
    cursor: not-allowed;
    background-color: #f5f6fa;
}
/* 首页start */
.index-pages {
    background-color: #FFFFFF;
}
.index-pages .banner {
    height: 700px;
}
.index-pages .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.index-pages .banner .swiper-button-prev,
.index-pages .banner .swiper-button-next {
    width: 3.12rem;
    height: 3.12rem;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.index-pages .banner .swiper-button-prev {
    left: 11%;
}
.index-pages .banner .swiper-button-next {
    right: 11%;
}
.index-pages .banner .swiper-button-prev:hover,
.index-pages .banner .swiper-button-next:hover {
    background-color: var(--theme-color);
}
.index-pages .banner .swiper-button-prev::after,
.index-pages .banner .swiper-button-next::after,
.index-pages .banner .swiper-button-prev svg,
.index-pages .banner .swiper-button-next svg {
    content: none;
    display: none;
}
.index-pages .banner .swiper-button-prev::before,
.index-pages .banner .swiper-button-next::before {
    content: '';
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
.index-pages .banner .swiper-button-prev::before {
    transform: rotate(-135deg);
    margin-left: 0.25rem;
}
.index-pages .banner .swiper-button-next::before {
    transform: rotate(45deg);
    margin-right: 0.25rem;
}
.index-pages .banner .swiper-pagination {
    bottom: 30px;
}
.index-pages .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    background: #FFFFFF;
    opacity: 0.4;
    margin: 0 6px;
    border-radius: 0;
}
.index-pages .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFFFFF;
    opacity: 1;
}
.index-pages .block1 {
    margin: 100px auto;
    max-width: 1420px;
    padding: 0 10px;
}
.index-pages .block1 .block-title {
    display: flex;
    justify-content: space-between;
}
.index-pages .block1 .block-title .title {
    display: flex;
}
.index-pages .block1 .block-title .title-l {
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    margin-right: 20px;
}
.index-pages .block1 .block-title .title-r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.index-pages .block1 .block-title .title-r .text {
    color: #999999;
}
.index-pages .block1 .block-title .title-r .line1 {
    width: 30px;
    height: 4px;
    background: var(--theme-color-light);
}
.index-pages .block1 .block-title .title-r .line2 {
    width: 110px;
    height: 1px;
    background: #000000;
    opacity: 0.2;
}
.index-pages .block1 .block-title .button {
    width: 160px;
    height: 46px;
    background: rgba(1,78,184,0.08);
    border-radius: 23px;
    border: 1px solid var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color);
}
.index-pages .block1 .block-title .button img {
    margin-left: 15px;
}
.index-pages .block1 .block-main {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    gap: 50px;
}
.index-pages .block1 .block-main .left {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
    max-width: 750px;
    flex: 1;
}
.index-pages .block1 .block-main .left .swiper {
    width: 100%;
    height: 100%;
}
.index-pages .block1 .block-main .left .swiper-slide > a {
    display: flex;
    flex-direction: column;
    background-color: #FFFFFF;
    height: 100%;
}
.index-pages .block1 .block-main .left .img-box {
    height: 450px;
}
.index-pages .block1 .block-main .left .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-pages .block1 .block-main .left .text-box {
    flex: 1;
    padding: 30px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #FFFFFF;
}
.index-pages .block1 .block-main .left .text-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--theme-color);
}
.index-pages .block1 .block-main .left .text-box .date {
    width: 100px;
    height: 100px;
    background-color: var(--theme-color);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 30px;
}
.index-pages .block1 .block-main .left .text-box .date .text1 {
    font-size: 36px;
    font-weight: bold;
}
.index-pages .block1 .block-main .left .text-box .text-n {
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index-pages .block1 .block-main .left .swiper-pagination {
    top: auto;
    bottom: 180px;
}
.index-pages .block1 .block-main .right {
    flex: 1;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
    padding: 20px 40px;
}
.index-pages .block1 .block-main .right .item {
    height: calc(613px / 6 - 6.66px);
    border-bottom: 1px solid #EDEDED;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.index-pages .block1 .block-main .right .item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--theme-color);
    transition: width 0.3s ease-in-out;
}
.index-pages .block1 .block-main .right .item:hover::before {
    width: 100%;
}
.index-pages .block1 .block-main .right .item .top-text {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.index-pages .block1 .block-main .right .item .top-text .text1 {
    margin-right: 20px;
    color: var(--theme-color-light);
}
.index-pages .block1 .block-main .right .item .top-text .text2 {
    color: #999999;
}
.index-pages .block1 .block-main .right .item .bottom-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    color: #666666;
    font-size: 18px;
}
.index-pages .block1 .block-main .right .item:hover .bottom-text {
    color: var(--theme-color);
}
.index-pages .block1 .block-main .right .item:last-child {
    border-bottom: none;
}

.index-pages .block2 {
    background-color: #f5f7fa;
    position: relative;
}
.index-pages .block2 .block-title {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.index-pages .block2 .block-title .title {
    display: flex;
    flex-direction: column;
    color: #fff;
}
.index-pages .block2 .block-title .title-l {
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    margin-right: 20px;
}
.index-pages .block2 .block-title .title-r {
    margin-top: 29px;
}
.index-pages .block2 .block-title .title-r .line1 {
    width: 30px;
    height: 4px;
    background: #FFFFFF;
    margin-top: 15px;
}
.index-pages .block2 .block-title .title-r .line2 {
    width: 110px;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.2;
}
.index-pages .block2 .left-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.index-pages .block2 .left-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-pages .block2 .block-wrapper {
    /* max-width: 1420px; */
    margin: 0 auto;
    /* padding: 100px 10px; */
    gap: 110px;
    height: 637px;
    display: flex;
}
.index-pages .block2 .left {
    max-width: 580px;
    flex: 1;
    position: relative;
    padding-left: 260px;
    padding-top: 100px;
}
.index-pages .block2 .left .button {
    width: 160px;
    height: 46px;
    background: #FFFFFF;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color);
    margin-top: 80px;
    position: relative;
    z-index: 2;
}
.index-pages .block2 .left .button img {
    margin-left: 15px;
}
.index-pages .block2 .right {
    flex: 1;
    max-width: 50%;
    height: 100%;
    padding: 100px 10px 0 0;
}
.index-pages .block2 .right .tabs-label {
    display: flex;
    align-items: center;
    gap: 40px;
}
.index-pages .block2 .right .tabs-label .cell {
    width: 136px;
    height: 46px;
    background: #FFFFFF;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .5s;
}
.index-pages .block2 .right .tabs-label .cell:hover,
.index-pages .block2 .right .tabs-label .cell.active {
    color: #FFFFFF;
    background-color: var(--theme-color);
}
.index-pages .block2 .right .tabs-content {
    margin-top: 40px;
}
.index-pages .block2 .right .tabs-content .item {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    position: relative;
}
.index-pages .block2 .right .tabs-content .item:first-of-type {
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
.index-pages .block2 .right .tabs-content .item .item-l {
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #666666;
    font-size: 18px;
}
.index-pages .block2 .right .tabs-content .item .item-r {
    color: #999999;
    font-size: 14px;
}
.index-pages .block2 .right .tabs-content .item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: var(--theme-color);
    bottom: -1px;
    left: 0;
    transition: .5s;
}
.index-pages .block2 .right .tabs-content .item:hover::after {
    width: 100%;
}
.index-pages .block2 .right .tabs-content .item:hover * {
    color: var(--theme-color) !important;
}
/* 首页end */

/* 新闻动态 start */
.news-pages .public-main .block-main .lists .item {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    border-bottom: 1px rgba(0, 0, 0, 0.2) dashed;
    position: relative;
}
.news-pages .public-main .block-main .lists .item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background-color: var(--theme-color);
    bottom: -1px;
    left: 0;
    transition: .5s;
}
.news-pages .public-main .block-main .lists .item:hover::after {
    width: 100%;
}
.news-pages .public-main .block-main .lists .item .left {
    color: #666666;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 850px;
    
}
.news-pages .public-main .block-main .lists .item .right {
    color: #999999;
    font-size: 14px;
}
.news-pages .public-main .block-main .lists .item:hover * {
    color: var(--theme-color) !important;
}
/* 新闻动态 end */

/* 新闻详情 start */
.news-details-pages .public-main .public-main-r .block-title__left {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 800px;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 400;
}
.news-details-pages .public-main .public-main-r .block-title__left span {
    color: var(--theme-color-light);
}
.news-details-pages .public-main .public-main-r .block-title__right {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: 20px;
}
.news-details-pages .public-main .public-main-r .block-title__right span {
    white-space: nowrap;
}
.news-details-pages .public-main .public-main-r .block-main .title {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    margin-top: 35px;
    text-align: center;
}
.news-details-pages .public-main .public-main-r .block-main .info {
    display: flex;
    gap: 20px;
    justify-content: center;
    color: #aaaaaa;
    font-size: 14px;
    margin-top: 20px;
}
.news-details-pages .public-main .public-main-r .block-main .content {
    margin-top: 45px;
    color: #666666;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-details-pages .public-main .public-main-r .block-main .content p {
    line-height: 1.5;
}
.news-details-pages .public-main .public-main-r .block-main .content img {
    max-width: 100%;
    margin: 20px auto;
    /*display: block;*/
}
.news-details-pages .public-main .public-main-r .block-main .page {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
    font-size: 14px;
    color: #666666;
}
/* 新闻详情 end */
/* 学院简介 start */
.introduction-pages .public-main .public-main-r .block-main {
    padding: 40px;
}
.introduction-pages .public-main .public-main-r .block-main .img-box {
    max-width: 100%;
}
.introduction-pages .public-main .public-main-r .block-main .img-box img {
    width: 100%;
}
.introduction-pages .public-main .public-main-r .block-main .content {
    color: #666666;
    font-size: 14px;
    margin-top: 30px;
}
.introduction-pages .public-main .public-main-r .block-main .content * {
    line-height: 1.5;
    max-width: 100%;
}
/* 学院简介 end */
/* 学院领导 start */
.leader-pages .public-main .public-main-r .block-main {
    padding-top: 40px;
}
.leader-pages .public-main .public-main-r .block-main .lists {
    padding-bottom: 30px;
    border-bottom: 1px rgba(0, 0, 0, 0.2) dashed;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.leader-pages .public-main .public-main-r .block-main .lists .item {
    height: 340px;
    display: flex;
    align-items: center;
    background-color: #F5F7FA;
    transition: .5s;
}
.leader-pages .public-main .public-main-r .block-main .lists .item:nth-of-type(2n) {
    flex-direction: row-reverse;
}
.leader-pages .public-main .public-main-r .block-main .lists .item:hover {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
}
.leader-pages .public-main .public-main-r .block-main .lists .item:hover .name {
    color: var(--theme-color);
}
.leader-pages .public-main .public-main-r .block-main .lists .item .left {
    width: 280px;
    height: 100%;
    overflow: hidden;
}
.leader-pages .public-main .public-main-r .block-main .lists .item .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.leader-pages .public-main .public-main-r .block-main .lists .right {
    padding: 0 40px;
    flex: 1;
}
.leader-pages .public-main .public-main-r .block-main .lists .right .name {
    font-weight: bold;
    font-size: 24px;
    transition: .5s;
}
.leader-pages .public-main .public-main-r .block-main .lists .right .info {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    color: #666666;
}
.leader-pages .public-main .public-main-r .block-main .lists .right .info > * {
    line-height: 2;
    word-break: break-all;
}
.leader-pages .public-main .public-main-r .block-main .lists .right .info > div {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* 学院领导 end */
/* 机构设置 start */
.institution-pages .public-main .public-main-r .block-main {
    padding-top: 40px;
}
.institution-pages .public-main .public-main-r .block-main .lists {
    padding-bottom: 30px;
    border-bottom: 1px rgba(0, 0, 0, 0.2) dashed;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.institution-pages .public-main .public-main-r .block-main .lists .item {
    height: 340px;
    display: flex;
    align-items: center;
    background-color: #F5F7FA;
    transition: .5s;
}
.institution-pages .public-main .public-main-r .block-main .lists .item:hover {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
}
.institution-pages .public-main .public-main-r .block-main .lists .item:hover .name {
    color: var(--theme-color);
}
.institution-pages .public-main .public-main-r .block-main .lists .item .left {
    width: 280px;
    height: 100%;
    overflow: hidden;
}
.institution-pages .public-main .public-main-r .block-main .lists .item .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.institution-pages .public-main .public-main-r .block-main .lists .right {
    padding: 0 40px;
    flex: 1;
}
.institution-pages .public-main .public-main-r .block-main .lists .right .name {
    font-weight: bold;
    font-size: 24px;
    transition: .5s;
}
.institution-pages .public-main .public-main-r .block-main .lists .right .info {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    color: #666666;
}
.institution-pages .public-main .public-main-r .block-main .lists .right .info > * {
    line-height: 2;
}
.institution-pages .public-main .public-main-r .block-main .lists .right .info > div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* 机构设置 end */
/* 师资名录 start */
.teacher-pages .public-main-r .block-main .lists {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    column-gap: 75px;
    row-gap: 30px;
}
.teacher-pages .public-main-r .block-main .lists .item {
    text-align: center;
    padding-bottom: 25px;
    position: relative;
}
.teacher-pages .public-main-r .block-main .lists .item::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: calc(300% + 150px);
    height: 1px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    display: none;
}
.teacher-pages .public-main-r .block-main .lists .item:nth-child(3n+1)::after {
    display: block;
}
.teacher-pages .public-main-r .block-main .lists .item .img-box {
    border: 2px solid transparent;
    overflow: hidden;
    width: 100%;
    height: 370px;
}
.teacher-pages .public-main-r .block-main .lists .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    display: block;
}
.teacher-pages .public-main-r .block-main .lists .item a:hover .img-box {
    border: 2px solid var(--theme-color-light);
}
.teacher-pages .public-main-r .block-main .lists .item a:hover .text1 {
    color: var(--theme-color-light);
}
.teacher-pages .public-main-r .block-main .lists .item .text1 {
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
}
.teacher-pages .public-main-r .block-main .lists .item .text2 {
    color: #999999;
    margin-top: 5px;
}
/* 师资名录 end */
/* 教师详情 start */
.teacher-details-pages .breadcrumb-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    width: 98%;
    margin: 0 auto;
    height: 70px;
    border-bottom: solid 2px var(--theme-color);
    gap: 10px;
}
.teacher-details-pages .breadcrumb-block .left {
    font-size: 14px;
    color: #aaaaaa;
}
.teacher-details-pages .breadcrumb-block .left span {
    color: var(--theme-color-light);
}
.teacher-details-pages .breadcrumb-block .right {
    font-weight: bold;
    font-size: 18px;
    color: var(--theme-color);
}
.teacher-details-pages .public-main {
    margin-top: 40px;
    gap: 40px;
}
.teacher-details-pages .public-main .main-left {
    max-width: 280px;
    text-align: center;
}
.teacher-details-pages .public-main .main-left .img-box {
    width: 100%;
}
.teacher-details-pages .public-main .main-left .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.teacher-details-pages .public-main .main-left .text-box {
    padding: 30px 10px;
    background-color: #FFFFFF;
}
.teacher-details-pages .public-main .main-left .name {
    font-weight: bold;
    font-size: 24px;
    color: var(--theme-color);
}
.teacher-details-pages .public-main .main-left .info {
    margin-top: 15px;
    font-size: 14px;
}
.teacher-details-pages .public-main .main-left .info > * {
    line-height: 1.8;
}
.teacher-details-pages .public-main .public-main-r .block-main {
    padding: 0;
}
.teacher-details-pages .public-main .public-main-r .block-main .nav-box {
    display: flex;
    height: 46px;
}
.teacher-details-pages .public-main .public-main-r .block-main .nav-box .cell {
    flex: 1;
    background-color: #EBEBEB;
    transition: .3s;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.teacher-details-pages .public-main .public-main-r .block-main .nav-box .cell:hover {
    background-color: var(--theme-color-light);
    color: #FFFFFF;
}
.teacher-details-pages .public-main .public-main-r .block-main .content-box {
    padding: 0 40px;
}
.teacher-details-pages .public-main .public-main-r .block-main .content-box .item {
    padding: 40px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.teacher-details-pages .public-main .public-main-r .block-main .content-box .item .text-t {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
}
.teacher-details-pages .public-main .public-main-r .block-main .content-box .item .text-t::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--theme-color-light);
    margin-right: 10px;
}
.teacher-details-pages .public-main .public-main-r .block-main .content-box .item .content {
    margin-top: 20px;
    color: #666666;
    line-height: 1.8;
}
.teacher-details-pages .public-main .public-main-r .block-main .content-box .item:last-of-type {
    border-bottom: none;
}
/* 教师详情 end */

/* 科研服务 start */
.research-pages .public-main-r .block-main .lists {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    column-gap: 45px;
    row-gap: 30px;
    overflow: hidden;
}
.research-pages .public-main-r .block-main .lists .item {
    text-align: center;
    padding-bottom: 25px;
    position: relative;
}
.research-pages .public-main-r .block-main .lists .item::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: calc(300% + 150px);
    height: 1px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    display: none;
}
.research-pages .public-main-r .block-main .lists .item:nth-child(3n+1)::after {
    display: block;
}
.research-pages .public-main-r .block-main .lists .item .img-box {
    border: 2px solid transparent;
    overflow: hidden;
    width: 100%;
}
.research-pages .public-main-r .block-main .lists .item img {
    width: 100%;
    object-fit: cover;
    transition: .5s;
    display: block;
}
.research-pages .public-main-r .block-main .lists .item a:hover .img-box {
    border: 2px solid var(--theme-color-light);
}
.research-pages .public-main-r .block-main .lists .item .text1 {
    margin-top: 20px;
    color: #666666;
}
.research-pages .public-main-r .block-main .lists .item a:hover .text1 {
    color: var(--theme-color-light);
}
/* 科研服务 end */
/* 科研服务详情 start */
.research-details-pages .public-main-r .block-main {
    padding: 40px;
}
.research-details-pages .public-main-r .block-main .content {
    margin-top: 30px;
    color: #666666;
    padding-bottom: 40px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.research-details-pages .public-main-r .block-main .content > * {
    line-height: 1.8;
}
.research-details-pages .public-main-r .block-main__footer {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}
.research-details-pages .public-main-r .block-main__footer .button {
    width: 160px;
    height: 46px;
    background: rgba(1,78,184,0.08);
    border-radius: 23px;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 科研服务详情 end */

/* 学生工作 start */
.student-pages .public-main-r .block-main .lists {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    column-gap: 45px;
    row-gap: 30px;
    overflow: hidden;
}
.student-pages .public-main-r .block-main .lists .item {
    text-align: center;
    padding-bottom: 25px;
    position: relative;
}
.student-pages .public-main-r .block-main .lists .item::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: calc(300% + 150px);
    height: 1px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    display: none;
}
.student-pages .public-main-r .block-main .lists .item:nth-child(3n+1)::after {
    display: block;
}
.student-pages .public-main-r .block-main .lists .item .img-box {
    border: 2px solid transparent;
    overflow: hidden;
    width: 100%;
    height: 220px;
}
.student-pages .public-main-r .block-main .lists .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    display: block;
}
.student-pages .public-main-r .block-main .lists .item a:hover .img-box {
    border: 2px solid var(--theme-color-light);
}
.student-pages .public-main-r .block-main .lists .item .text1 {
    margin-top: 15px;
    margin-bottom: 5px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
}
.student-pages .public-main-r .block-main .lists .item .text2,
.student-pages .public-main-r .block-main .lists .item .text3 {
    color: #999999;
}
.student-pages .public-main-r .block-main .lists .item a:hover .text1 {
    color: var(--theme-color-light);
}
/* 学生工作 end */

/* 学生工作详情 start */
.student-details-pages .public-main-r .block-main {
    padding-top: 40px;
}
.student-details-pages .public-main-r .block-main .info {
    display: flex;
    gap: 50px;
    padding-bottom: 30px;
    color: #666666;
}
.student-details-pages .public-main-r .block-main .info .img-box {
    width: 300px;
    height: 200px;
    flex-shrink: 0;
}
.student-details-pages .public-main-r .block-main .info .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.student-details-pages .public-main-r .block-main .info .right-top {
    display: flex;
    align-items: flex-end;
    gap: 30px;
}
.student-details-pages .public-main-r .block-main .info .name {
    font-weight: bold;
    font-size: 24px;
    color: var(--theme-color);
    line-height: 1;
}
.student-details-pages .public-main-r .block-main .info .right-bottom {
    color: #666666;
    margin-top: 25px;
    line-height: 1.8;
}
.student-details-pages .public-main-r .block-main .lists {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
.student-details-pages .public-main-r .block-main .lists .item {
    padding: 30px 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.2);
}
.student-details-pages .public-main-r .block-main .lists .item .title {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
}
.student-details-pages .public-main-r .block-main .lists .item .title::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--theme-color-light);
    margin-right: 10px;
}
.student-details-pages .public-main-r .block-main .lists .item .content {
    margin-top: 20px;
    color: #666666;
    line-height: 1.8;
}
.student-details-pages .public-main-r .block-main__footer {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}
.student-details-pages .public-main-r .block-main__footer .button {
    width: 160px;
    height: 46px;
    background: rgba(1,78,184,0.08);
    border-radius: 23px;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 学生工作详情 end */

/* 下载中心 start */
.download-pages .public-main-r .block-main .lists .item {
    display: flex;
    gap: 40px;
    justify-content: space-between;
    height: 70px;
    align-items: center;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    position: relative;
}
.download-pages .public-main-r .block-main .lists .item::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--theme-color);
    transition: .5s;
}
.download-pages .public-main-r .block-main .lists .item .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: .5s;
    font-size: 18px;
    color: #666666;
}
.download-pages .public-main-r .block-main .lists .item .button {
    width: 100px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 18px;
    border: 1px solid var(--theme-color-light);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme-color-light);
    transition: .5s;
    flex-shrink: 0;
}
.download-pages .public-main-r .block-main .lists .item:hover::after {
    width: 100%;
}
.download-pages .public-main-r .block-main .lists .item:hover .text {
    color: var(--theme-color);
}
.download-pages .public-main-r .block-main .lists .item:hover .button {
    background: var(--theme-color-light);
    color: #fff;
}
/* 下载中心 end */

/* 阳光服务 start */
.service-pages .public-main .public-main-r .block-main {
    padding-top: 40px;
}
.service-pages .public-main-r .block-main .tips {
    color: #666666;
}
.service-pages .public-main-r .block-main form {
    margin-top: 20px;
}
.service-pages .public-main-r .block-main form .row {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 12px;
    margin-top: 12px;
}
.service-pages .public-main-r .block-main form .row .input-box {
    flex: 1;
}
.service-pages .public-main-r .block-main form .row .radio-box {
    display: flex;
    align-items: center;
    /* gap: 10px; */
    margin-right: 40px;
    white-space: nowrap;
}
.service-pages .public-main-r .block-main form .row .input-box input {
    height: 40px;
    width: 100%;
    background-color: #F6F6F6;
    border-radius: 0;
    padding: 0 15px;
    font-size: 14px;
}
.service-pages .public-main-r .block-main form .row textarea {
    flex: 1;
    outline: none;
    border: none;
    resize: none;
    background-color: #F6F6F6;
    padding: 15px;
    height: 120px;
    font-size: 14px;
}
.service-pages .public-main-r .block-main form input::placeholder,
.service-pages .public-main-r .block-main form textarea::placeholder {
    color: #999999;
}
.service-pages .public-main-r .block-main form button {
    width: 160px;
    height: 46px;
    background: var(--theme-color);
    border-radius: 23px;
    border: 1px solid var(--theme-color);
    margin-top: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}
.service-pages .public-main-r .block-main form button:hover {
    opacity: .9;
}
/* 阳光服务 end */

/*layui*/
.layui-form-radio:hover>*,
.layui-form-radioed,
.layui-form-radioed>i {
    color: var(--theme-color);
}
.layui-form-radio {
    margin: 0;
    padding-right: 0;
}
