@charset "utf-8";

/* ------ 公共样式 ------*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Microsoft YaHei';
}

:focus {
    outline: 0
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #254D42;
    text-decoration: none;
}

button {
    user-select: none;
}

img:not([src]),
img[src=""] {
    opacity: 0;
}

img {
    display: inline-block;
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

ul,
ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select,
button,
textarea {
    font-size: 100%;
    font: inherit;
}

hr {
    height: 0;
    border: none;
    border-top: .01rem solid #f4f3f2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

hr {
    margin-top: 20px;
    border: 1px solid rgb(157 168 166 / 30%);
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
}

body {
    color: #333;
    position: relative;
    overflow-x: hidden;
    font-size: 0.16rem;
    font-family: 'Microsoft YaHei';
    background: #F3F2EE;
}

select::-ms-expand {
    display: none;
}

i,
em {
    font-style: normal;
}

input,
textarea,
select {
    padding: 0;
    font-family: inherit;
    outline: none;
    resize: none;
    background: none;
    border: none;
    font-size: inherit;
    color: inherit;
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

select::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: "";
}

::-webkit-scrollbar {
    width: .08rem;
    height: .04rem;
}

::-webkit-scrollbar-track {
    border-radius: .05rem;
    background: #ddd
}

::-webkit-scrollbar-thumb {
    border-radius: .05rem;
    background: #254D42;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width:1024px) {
    html {
        font-size: 95px !important;
    }
}

@media (max-width:900px) {
    html {
        font-size: 90px !important;
    }
}

@media (max-width:750px) {
    html {
        font-size: 85px !important;
    }

    .wp {
        width: 90%
    }
}

@media (max-width:540px) {
    html {
        font-size: 80px !important;
    }

    body {
        font-size: .18rem;
    }

    .eclips {
        display: inline-block;
        overflow: visible;
        text-overflow: inherit;
        white-space: normal;
    }
}

@media (max-width:360px) {
    html {
        font-size: 75px !important;
    }
}

.col-md-3,
.col-sm-3,
.col-xs-12,
.col-md-4,
.col-md-6,
.col-md-12,
.col-sm-6,
.col-xs-12 {
    padding: 0;
}

.container {
    width: 16.8rem;
    margin: 0 auto;
}

.header-container {
    position: relative;
}

.ny-container {
    width: 15.5rem;
    margin: 0 auto;
    padding: 0.5rem 0;
}

/* ------ 公共样式 ------*/
/* 字体 */
@font-face {
    font-family: 'Source';
    src: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/fonts/SourceHanSansCN-Regular.otf");
}

@font-face {
    font-family: 'gothic';
    src: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/fonts/gothic.ttf");
}

@font-face {
    font-family: 'cangeryuyang';
    src: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/fonts/cangeryuyang.ttf");
}

@font-face {
    font-family: 'jiangxizhuokai';
    src: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/fonts/jiangxizhuikai.ttf");
}

@font-face {
    font-family: 'din';
    src: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/fonts/DIN-Medium.otf");
}

/* 字体 */

/* 头部 */
.header {
    position: fixed;
    /* height: 1rem; */
    left: 0;
    top: 0;
    width: 100%;
    z-index: 25;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-size: 100%;
}

.header.on,
.header.hover {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/header-bg.png") no-repeat;
    box-shadow: 0 0 .1rem rgb(0 0 0 / 15%);
    background-size: cover;
}

.header.on .header-top {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/header-bg.png") no-repeat;
    box-shadow: 0 0 .1rem rgb(0 0 0 / 15%);
    background-size: cover;
}

.header-top {
    background: linear-gradient(180deg, rgba(15, 30, 26, 0.57) 0%, rgba(15, 30, 26, 0.12) 100%);
}

/* 搜索 */
.search {
    height: 0rem;
    width: 100%;
    background: #454545c9;
    z-index: 9999;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.search.show {
    height: .85rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.search1 {
    width: 51%;
    height: .45rem;
    margin: .2rem auto;
    -webkit-box-shadow: 0 .01rem .02rem rgb(0 0 0);
    -moz-box-shadow: 0 .01rem .02rem rgb(0, 0, 0);
    -ms-box-shadow: 0 .01rem .02rem rgb(0, 0, 0);
    box-shadow: 0 .01rem .02rem rgb(0 0 0);
    position: relative;
    z-index: 9999;
}

.search_kuang {
    width: 73%;
    padding-left: 2%;
    height: .45rem;
    background: #fff;
    font-size: .14rem;
    outline: none;
}

.search_submit {
    width: 26%;
    height: .45rem;
    background: #254D42;
    vertical-align: bottom;
    color: #fff;
    font-size: .16rem;
    outline: none;
}

.search1 a.close {
    width: .3rem;
    height: .3rem;
    position: absolute;
    top: .1rem;
    right: -0.6rem;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/close.png") no-repeat;
    background-size: cover;
    opacity: 1;
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}

::-webkit-input-placeholder {
    color: #dfdfdf;
}

::-moz-placeholder {
    color: #dfdfdf;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #dfdfdf;
}

/* ie */
input:-moz-placeholder {
    color: #dfdfdf;
}

.searchbox .search-button {
    outline: none;
    vertical-align: middle;
}

/* 头部快捷入口 */
.top-link {
    z-index: 40;
    position: absolute;
    right: .2rem;
    top: .15rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.top-link ul {
    margin-right: .65rem;
}

.top-link ul li {
    float: left;
    padding-left: .35rem;
}

.top-link ul li::after {
    content: '';
    width: .01rem;
    height: .13rem;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.801);
    margin-left: .35rem;
    vertical-align: middle;
}


.top-link ul li a {
    width: 1rem;
    color: rgba(255, 255, 255, 0.801);
    font-size: .16rem;
}

.top-link ul li a:hover {
    color: #B9AE5A;
}

.top-link a {
    color: #fff;
}

.top-link a.a2 {
    display: inline-block;
    position: absolute;
    right: 0;
    width: .2rem;
    height: .2rem;
    line-height: .23rem;
    float: left;
    text-align: center;
    margin-right: .15rem;
}

.top-link a img {
    width: 100%;
}



/* 网页logo */
.logo {
    width: 35%;
    float: left;
    margin: .15rem 0 .15rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* 导航 */


.nav {
    width: 65%;
    float: left;
    /* position: relative; */
}

.nav .top-link {
    display: none;
}

.nav ul {
    display: flex;
}

.nav ul li {
    flex: 1;
    width: 14.66%;
    /* margin-right: 2%; */
    height: 1rem;
    position: relative;
    text-align: center;
}

.nav ul li .nav-box {
    position: relative;
    overflow: hidden;
    height: .22rem;
    line-height: .22rem;
    margin: .53rem 0 .45rem;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header.on .nav ul li .nav-box,
.header.hover .nav ul li .nav-box {
    margin: .49rem 0;
}

.nav ul li a {
    display: block;
    font-size: .18rem;
    color: #fff;
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}

.nav ul li a.nb-cn .nav-arow-n {
    display: none;
}

.header.on .nav ul li a.nb-cn .nav-arow-b,
.header.hover .nav ul li a.nb-cn .nav-arow-b {
    display: none;
}

.header.on .nav ul li a.nb-cn .nav-arow-n,
.header.hover .nav ul li a.nb-cn .nav-arow-n {
    display: inline-block;
}

.nav ul li a.nb-en {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #B9AE5A;
    font-weight: 700;
}

.nav ul li.active a.nb-cn {
    color: #B9AE5A;
}

.nav ul li:hover a.nb-cn {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.nav ul li:hover a.nb-en {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.nav ul li .nav_item {
    display: block;
    position: absolute;
    background: #254D42;
    width: 150%;
    left: -0%;
    top: 100%;
    padding: .1rem .2rem;
    visibility: hidden;
    clip-path: polygon(0 -20%, 100% -20%, 100% 0, 0 0);
    z-index: 24;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.nav ul li:hover .nav_item {
    opacity: 1;
    visibility: visible;
    clip-path: polygon(0 -20%, 100% -20%, 100% 100%, 0 100%);
}

.nav ul li:after {
    -webkit-transition: width .3s ease-out;
    transition: width .3s ease-out;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: .03rem;
    background-color: #B9AE5A;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.nav ul li .nav_item li a::before {
    content: "";
    height: .02rem;
    bottom: -0.01rem;
    left: 0px;
    position: absolute;
    width: 100%;
    /* background-color: #B9AE5A; */
    transition: all 0.3s;
    transform: scaleX(0);
    transform-origin: left;
    bottom: .03rem;
}

.nav>ul>li:hover:after {
    width: .7rem;
}

.nav ul li .nav_item li a:hover::before {
    transform: scaleX(1);
}

.nav ul li .nav_item li {
    width: 100%;
    height: .4rem;
    line-height: .4rem;
    text-align: left;
    border-bottom: none;
    background: none;
    margin-left: 0;
}

.nav ul li .nav_item li a {
    width: 100% !important;
}

.nav ul li .nav_item li:hover a {
    width: 100% !important;
    color: #B9AE5A;
}

/* 侧边导航 */
.sidebar {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 2;
}

.sidebar li {
    position: relative;
    border-radius: 50%;
    border: 1px solid transparent;
}

.sidebar li.cur {
    border: 1px solid #fff;
}

.sidebar em {
    width: 70px;
    color: #fff;
    text-decoration: none;
    text-align: right;
    font-size: .14rem;
    position: absolute;
    right: 35px;
    top: 6px;
    font-style: italic;
    display: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sidebar a {
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 10px;
}

.sidebar li:hover em {
    display: block;
}

.sidebar.a1 li a {
    background: #A3994F;
}

.sidebar.a1 em {
    color: #A3994F;
}

.sidebar.a1 li.cur {
    border: 1px solid #A3994F;
}

.sidebar.a2 li a {
    background: #254D42;
}

.sidebar.a2 em {
    color: #254D42;
}

.sidebar.a2 li.cur {
    border: 1px solid #254D42;
}

/* 侧边导航 */


/* 首页标题&查看更多*/
.index-title {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    width: 150px;
    height: 150px;
    margin-top: 100px;
}

.index-title h3 {
    padding-top: 50px;
    font-size: .36rem;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    font-family: 'jiangxizhuokai';
}

.index-title p {
    margin-top: 5px;
    font-size: 19px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    font-family: 'gothic';
}

.index-more {
    position: relative;
    bottom: 0;
    left: 50%;
    width: 159px;
    height: 46px;
    line-height: 46px;
    margin: 25px 0;
    transform: translate(-50%, 0);
    text-align: center;
    border: 1px solid #D1C8A4;
}

.index-more a {
    font-size: 16px;
}

.page5 .index-more a {
    color: #D1C8A4;
}

.index-more a::before {
    content: '';
    width: 22px;
    height: 14px;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/more3.png") no-repeat;
    background-size: cover;
    margin-right: 10px;
    display: inline-block;
    transform: rotate(-90deg);
    transition: 1s;
}

.index-more a::after {
    content: '';
    width: 22px;
    height: 14px;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/more3.png") no-repeat;
    background-size: cover;
    margin-left: 10px;
    display: inline-block;
    transform: rotate(90deg);
    transition: 1s;
}

.index-more:hover a::before,
.index-more:hover a::after {
    transition: 1s;
    transform: rotate(0deg);
}

/* 首页标题&查看更多*/


/* 第一页开始 */

.swiper1 {
    width: 100%;
    height: 100%;
    position: relative;
}

.page1 {
    height: 100vh;
}

.page1.on {
    height: 0;
}

.page1 .swiper1 .swiper-button-next,
.page1 .swiper1 .swiper-button-prev {
    display: block;
}

.page1 .swiper1 .swiper-button-next::after {
    content: '';
    display: block;
    height: 52px;
    width: 52px;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/right.png") no-repeat;
    background-size: cover;
}

.page1 .swiper1 .swiper-button-prev::after {
    content: '';
    display: block;
    height: 52px;
    width: 52px;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/left.png") no-repeat;
    background-size: cover;
}

.page1 .swiper1 .swiper-button-prev,
.page1 .swiper1 .swiper-container-rtl .swiper-button-next {
    height: 52px;
    width: 52px;
    left: 7%;
    top: auto;
    bottom: 40px;
}

.page1 .swiper1 .swiper-button-next,
.page1 .swiper1 .swiper-container-rtl .swiper-button-prev {
    height: 52px;
    width: 52px;
    right: 10%;
    left: auto;
    bottom: 40px;
    top: auto;
}

.page1 .swiper1 .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.page1 .swiper1 .swiper-pagination {
    bottom: 55px;
    text-align: right;
    transform: translate3d(-15%, 0, 0);
}

.page1 .swiper1.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    color: #fff;
    font-size: 20px;
    margin: 0 20px;
    font-family: 'gothic';
}

.swiper1 .swiper-pagination-bullet {
    color: #fff;
    opacity: 0.8;
}

.swiper1 .swiper-pagination-bullet-active {
    font-size: 30px !important;
    display: inline-block;
    position: relative;
    margin-right: 60px !important;
    opacity: 1;
}

.swiper1 .swiper-pagination-bullet-active::after {
    content: '';
    width: 40px;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    bottom: -15px;
    margin-left: 15px;
}

.swiper1 .swiper-pagination-bullet {
    background: #0000;
}

.swiper1 h2 {
    position: absolute;
    top: 389px;
    left: 311px;
    font-size: 64px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 82px;
    font-family: cursive;
}

.swiper1 h6 {
    position: absolute;
    top: 569px;
    left: 311px;
    font-size: 24px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 24px;
    font-family: cursive;
}

/* .swiper1 h6::after {
	content: '';
	display: block;
	width: 188px;
	height: 5px;
	opacity: 1;
	border: 1px solid #FB724E;
	margin-top: 40px;
} */

.qyjc-page-scrolling {
    font-size: 16px;
    color: #fff;
    width: 130px;
    position: absolute;
    left: 47%;
    bottom: 50px;
    text-align: center;
    overflow: hidden;
    z-index: 15;
    animation: animat 2s linear 0s infinite;
    cursor: pointer
}

.qyjc-page-scrolling p {
    color: #fff;
    margin-top: 10px;
}

@keyframes animat {
    0% {
        transform: translateY(0);
    }

    33% {
        transform: translateY(3px);
    }

    66% {
        transform: translateY(6px);
    }

    100% {
        transform: translateY(0);
    }
}

/* 第一页结束 */


/* 第二页开始 */
.page2 {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/page2-bg.jpg") no-repeat;
    background-size: cover;
}

.page2 .index-title {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/title-bg1.png") no-repeat;
    background-size: cover;
}

.page2 .index-title h3 {
    color: #254D42;
}

.page2 .index-title p {
    color: rgb(37 77 66 / 60%);
}

.page2 .page2-cont-lb {
    width: 56%;
    float: left;
    display: inline-block;

}

.page2 .page2-cont-lb .swiper2 {
    position: relative;
}

.page2 .page2-cont-lb .swiper2-bg {
    position: absolute;
    bottom: 0;
    left: 0;
}

.page2 .page2-cont-lb .swiper2-bg p {
    width: 800px;
    height: 500px;
    background: #295146;
}

.page2 .page2-cont-lb .swiper-wrapper {
    padding-left: 67px;
}

.page2 .page2-cont-lb .swiper-wrapper .swiper-slide {
    margin-bottom: 20px;
}

.page2 .page2-cont-lb .swiper-wrapper .swiper-slide .swiper-slide-img {
    width: 800px;
    height: 450px;
}

.page2 .page2-cont-lb .swiper-wrapper .swiper-slide .swiper-slide-img img {
    width: 100%;
}

.page2 .page2-cont-lb .swiper-wrapper .swiper-slide h2 {
    margin-top: 10px;
    width: 600px;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.swiper2.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper2 .swiper-pagination-custom,
.swiper2 .swiper-pagination-fraction {
    bottom: 120px;
    padding-right: 80px;
}

.swiper2 .swiper-pagination {
    text-align: right;
}

.page2 .swiper-pagination-bullet {
    background: #fff;
    opacity: .5;
}

.swiper2 .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}

.swiper2.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
}

.page2 .page2-cont-list {
    width: 44%;
    display: inline-block;
}

.page2 .page2-cont-list ul li .list-date {
    width: 107px;
    height: 107px;
    background: #E4EAE4;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.page2 .page2-cont-list ul li .list-date .day {
    font-size: 32px;
    font-weight: 700;
    color: #295146;
    line-height: 40px;
    margin-top: 20px;
}

.page2 .page2-cont-list ul li .list-date .month-year {
    font-size: 16px;
    color: #295146;
    line-height: 20px;
}

.page2 .page2-cont-list ul li {
    border-bottom: 1px solid hsla(166, 33%, 22%, 0.15);
    padding: 10px 0;
}

.page2 .page2-cont-list ul li a h2 {
    font-size: 20px;
    /* font-weight: 700; */
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page2 .page2-cont-list ul li a h6 {
    font-size: 16px;
    line-height: 26px;
    /* color: #666; */
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.page2 .page2-cont-list ul li:hover a h6 {
    color: #295146;
}

/* 第二页结束 */

/* 第三页开始 */
.page3 {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/page3-bg.png") no-repeat;
    background-size: cover;
}

.page3 .index-more {
    margin-top: 0;
}

.page3 .index-title {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/title-bg2.png") no-repeat;
    background-size: cover;
}

.page3 .index-title h3 {
    color: #fff;
}

.page3 .index-title p {
    color: rgb(255 255 255 / 60%);
}

.page3-cont {
    position: relative;
}

.page3-cont .ulbox {
    text-align: center;
}

.page3-cont ul#tab {
    /* position: absolute;
	left: 50%;
	transform: translate(-50%, 0); */
    display: inline-block;
}

.page3-cont ul#tab li {
    display: inline-block;
    /* float: left; */
    width: 174px;
    height: 66px;
    font-size: .24rem;
    font-weight: 500;
    color: #A3994F;
    line-height: 66px;
    text-align: center;
    margin: 0 50px;
    font-family: 'jiangxizhuokai';
    letter-spacing: 3px;
}

.page3-cont ul#tab li.select {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/title-bg3.png") no-repeat;
    font-weight: 700;
    background-size: cover;
}

.page3-cont #cont {
    padding-top: 60px;
}

.page3-cont #cont ul {
    min-height: 451px;
}

.page3-cont #cont ul li {
    float: left;
    width: 32%;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/notice-list-bg.jpg") no-repeat;
    background-position: bottom;
    background-size: cover;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 30px 30px;
}

.page3-cont #cont ul li:hover {
    transition: all .3s;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/notice-list-hoverbg.jpg") no-repeat;
    background-size: cover;
    background-position: bottom;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.page3-cont #cont ul li:nth-child(3n) {
    margin-right: 0%;
}

.page3-cont #cont ul li a h2 {
    font-size: 20px;
    /* font-weight: 600; */
    color: #333333;
    line-height: 30px;
    margin-bottom: 20px;
    height: 60px;
}

.page3-cont #cont ul li a h6 {
    font-size: 16px;
    font-weight: 400;
    /* color: #666; */
    line-height: 26px;
    width: 75%;
    height: 52px;
}

.page3-cont #cont ul li a h2,
.page3-cont #cont ul li a h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.page3-cont #cont ul li {
    position: relative;
}

.page3-cont #cont ul li a .date {
    position: absolute;
    right: 35px;
    bottom: 25px;
}

.page3-cont #cont ul li a .date .day {
    font-size: 44px;
    font-weight: 700;
    color: #295146;
    line-height: 44px;
    text-align: center;
    margin-bottom: 5px;
}

.page3-cont #cont ul li a .date .year-month {
    font-size: 18px;
    font-weight: 400;
    color: #295146;
    line-height: 20px;
}

.page3-cont #cont ul li:hover a h2,
.page3-cont #cont ul li:hover .date .day,
.page3-cont #cont ul li:hover .date .year-month {
    color: #fff;
}

.page3-cont #cont ul li:hover a h6 {
    color: hsla(0, 0%, 100%, 0.6);
}

/* 第三页结束 */

/* 第四页开始 */
.page4 {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/page4-bg.png") no-repeat;
    background-size: cover;
}

.page4 .index-title {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/title-bg1.png") no-repeat;
    background-size: cover;
}

.page4 .index-title h3 {
    color: #254D42;
}

.page4 .index-title p {
    color: rgb(37 77 66 / 60%);
}

.page4 .page4-cont-lb {
    width: 54%;
    float: left;
    display: inline-block;

}

.page4 .page4-cont-lb .swiper3 {
    position: relative;
}

.page4 .page4-cont-lb .swiper3-bg {
    position: absolute;
    bottom: 0;
    right: 0;
}

.page4 .page4-cont-lb .swiper3-bg p {
    width: 700px;
    height: 500px;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/academic.png") no-repeat;
    background-size: cover;
    background-position: right bottom;
}

.page4 .page4-cont-lb .swiper-wrapper .swiper-slide {
    position: relative;
}

.page4 .page4-cont-lb .swiper-wrapper .swiper-slide .slide-info {
    position: absolute;
    right: 40px;
    top: 100px;
    width: 415px;
}

.page4 .page4-cont-lb .swiper-wrapper .swiper-slide .slide-info h2 {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 40px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.page4 .page4-cont-lb .swiper-wrapper .swiper-slide .slide-info p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
}

.page4 .page4-cont-lb .swiper-wrapper .swiper-slide .slide-info .check {
    width: 147px;
    height: 45px;
    border-radius: 24px;
    opacity: 1;
    border: 1px solid #B6AC7B;
    margin-top: 50px;
}

.page4 .page4-cont-lb .swiper-wrapper .swiper-slide .slide-info .check a {
    line-height: 40px;
    color: #B6AC7B;
    margin-left: 30px;
}

.page4 .page4-cont-lb .swiper-wrapper .swiper-slide .slide-info .check a::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #B6AC7B;
    border-radius: 50%;
    line-height: 45px;
    margin-right: 10px;
}

.page4 .page4-cont-lb .swiper-wrapper .swiper-slide .swiper-slide-img {
    width: 417px;
    height: 561px;
    padding: 0 0 40px 40px;
}

.page4 .page4-cont-lb .swiper-wrapper .swiper-slide .swiper-slide-img img {
    width: 100%;
}

.swiper3 .swiper-button-next {
    right: 40px;
    left: auto;
}

.swiper3 .swiper-button-prev {
    left: auto;
    right: 90px;
}

.swiper3 .swiper-button-next,
.swiper3 .swiper-button-prev {
    top: auto;
    bottom: 60px;
}

.swiper3 .swiper-button-prev:after,
.swiper3 .swiper-button-next:after {
    color: #fff;
}

:root {
    --swiper-navigation-size: 21px;
}

.page4 .page4-cont-list {
    width: 46%;
    display: inline-block;
    padding-left: .6rem;
    padding-top: 0.5rem;
}

.page4 .page4-cont-list h2 {
    font-size: .22rem;
    font-weight: 700;
    color: #fff;
    /* font-family: serif; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/wqhg.png") no-repeat;
    background-size: cover;
    width: 196px;
    line-height: 44px;
    padding-left: 65px;
    font-family: 'jiangxizhuokai';
    letter-spacing: 3px;
}

.page4 .page4-cont-list ul {
    /* margin-top: 20px; */
}

.page4 .page4-cont-list ul li:last-child {
    padding-bottom: 0;
}

.page4 .page4-cont-list ul li .list-img {
    width: 85px;
    height: 69px;
    background: #E4EAE4;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.page4 .page4-cont-list ul li .list-date img {
    width: 100%;
}

.page4 .page4-cont-list ul li {
    padding: 20px 0;
}

.page4 .page4-cont-list ul li a h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.page4 .page4-cont-list ul li a p {
    display: none;
}

.page4 .page4-cont-list ul li.on a p {
    transition: 2s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 26px;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.page4 .page4-cont-list ul li a span {
    font-size: 16px;
    font-weight: 400;
    color: #868686;
    line-height: 22px;
}

/* .page4 .page4-cont-list ul li a span::before {
	content: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/clock.png");
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: top;
	margin-right: 10px;
	line-height: 27px;
} */

/* .page4 .page4-cont-list ul li:hover {
	transition: all .3s;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
} */

.page4 .page4-cont-list ul li:hover a h6 {
    color: #2F564E;
    font-weight: 700;
}

.page4 .page4-cont-list ul li:hover a span {
    color: #2F564E;
}

/* .page4 .page4-cont-list ul li:hover a span::before {
	content: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/clock-hover.png");
} */

/* 第四页结束 */

/* 第五页开始 */
.page5 {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/page5-bg.png") no-repeat;
    background-size: cover;
    background-position: bottom;
}

.page5 .index-title {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/title-bg2.png") no-repeat;
    background-size: cover;
}

.page5 .index-title h3 {
    color: #fff;
}

.page5 .index-title p {
    color: rgb(255 255 255 / 60%);
}

.page5 .page5-cont .swiper-slide {
    background-color: #fff;
    padding: 5px;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.18);
}


#certify .swiper-container {
    padding: 30px 0;
}

#certify .swiper-slide {
    width: 448px;
    height: 500px;
    background: #fff;
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.18);
}

#certify .swiper-slide img {
    display: block;
}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

.page5 .swiper-button-prev {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/prev.png") no-repeat;
    position: absolute;
    left: 0;
}

/* .page5 .swiper-button-prev:hover {
	left: 50px;
	background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/prev1.png") no-repeat;
} */

.page5 .swiper-button-next {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/next.png") no-repeat;
    position: absolute;
    right: 0;
}

/* .page5 .swiper-button-next:hover {
	right: 50px;
	background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/next1.png") no-repeat;
} */

.page5 .swiper-button-prev,
.page5 .swiper-button-prev:hover,
.page5 .swiper-button-next,
.page5 .swiper-button-next:hover {
    width: 45px;
    height: 45px;
    top: 45%;
    background-size: 100%;
    color: rgba(255, 255, 255, 0);
}

#certify {
    position: relative;
    width: 1680px;
    height: 530px;

}

#certify .swiper-slide {
    padding: 10px;
}

#certify .swiper-slide .swiper-slide-img {
    width: 100%;
    position: relative;
}

#certify .swiper-slide .swiper-slide-img .research-border {
    width: 100%;
    height: 257px;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/research-border.png");
    background-size: cover;
    position: sticky;
    z-index: 2;
}

#certify .swiper-slide .swiper-slide-img img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

#certify .swiper-slide .slide-info {
    margin: 10px;
}

#certify .swiper-slide .slide-info .date {
    width: 120px;
    height: 70px;
    position: relative;
}

#certify .swiper-slide .slide-info .date::before,
#certify .swiper-slide .slide-info .date::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
}

#certify .swiper-slide .slide-info .date::before {
    border-top: 1px solid #51282C;
    border-left: 1px solid #51282C;
    position: absolute;
    top: 0;
    left: 0;
}

#certify .swiper-slide .slide-info .date::after {
    border-bottom: 1px solid #51282C;
    border-right: 1px solid #51282C;
    position: absolute;
    bottom: 0;
    right: 0;
}

#certify .swiper-slide .slide-info .date .day {
    font-size: 22px;
    font-weight: 500;
    color: #3D3D3D;
    line-height: 50px;
    margin-left: 15px;
}

#certify .swiper-slide .slide-info .date .year-month::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    background-color: #D8D8D8;
    margin-right: 5px;
}

#certify .swiper-slide .slide-info .date .year-month {
    font-size: 14px;
    font-weight: 500;
    color: #3D3D3D;
    line-height: 36px;
    position: absolute;
    bottom: 0;
    padding-left: 5px;
}

#certify .swiper-slide .slide-info a::before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: #8D7916;
    margin: 20px;
}

#certify .swiper-slide .slide-info a h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#certify .swiper-slide .slide-info a p {
    font-size: 13px;
    font-weight: 400;
    color: #959595;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 20px;
}

#certify .swiper-slide:hover .slide-info a h2,
#certify .swiper-slide:hover .slide-info a p {
    color: #254D42;
}

/* 第五页结束 */

/* 第六页开始 */
.page6 {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/page6-bg.png") no-repeat;
    background-size: cover;
}

.page6 .index-title {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/title-bg1.png") no-repeat;
    background-size: cover;
}

.page6 .index-title h3 {
    color: #254D42;
}

.page6 .index-title p {
    color: rgb(37 77 66 / 60%);
}

.page6 .page6-cont {
    margin: 0 80px;
}

.page6 h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
    color: #333;
    font-family: 'jiangxizhuokai';
    letter-spacing: 3px;
}

.page6 img {
    width: 100%;
}

.page6-cont .dthd,
.page6-cont .xgxw,
.page6-cont .jxpy {
    width: 33.33%;
    float: left;
}

.page6 .check {
    width: 100px;
    height: 36px;
    border-radius: 24px;
    opacity: 1;
    border: 1px solid #B6AC7B;
    margin-top: 14px;
}

.page6 .check a::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #B6AC7B;
    border-radius: 50%;
    margin-right: 10px;
}

.page6 .check a {
    line-height: 33px;
    color: #B6AC7B;
    margin-left: 13px;
    font-size: 14px;
}

.page6 .check:hover {
    border: 1px solid #2A5146;
    transition: .5s
}

.page6 .check:hover a {
    color: #2A5146;
    transition: .5s
}

.page6 .check:hover a::before {
    background-color: #2A5146;
}


.page6-cont .txt {
    padding: 32px 45px;
    background-color: #fff;
}

.page6-cont ul.list li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 32px;
}

.page6-cont ul.list li a {
    font-size: 16px;
    line-height: 26px;
}

.page6-cont ul.list li:hover a {
    color: #2A5146;
    font-weight: 700;
}

/* 第6页结束 */

/* footer */
.footer {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/footer-bg.png") no-repeat;
    background-size: cover;
    padding: .5rem 0;
}

.foooter-logo {
    padding-bottom: 0.1rem;
    width: 35%;
    float: left;
    padding-top: .5rem;
}

.contact-us {
    width: 49%;
    display: inline-block;
    padding-left: .9rem;
    margin-top: .5rem;
}

.footer span {
    width: .01rem;
    height: .65rem;
    display: inline-block;
    background-color: rgba(255, 255, 255, .4);
}

.contact-us p {
    font-size: .15rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: .39rem;
    width: 50%;
    float: left;
}

.contact-us p img {
    width: .2rem;
    height: .2rem;
}

.about-us {
    width: 15%;
    display: inline-block;
    text-align: center;
    float: right;
}

.about-us .gzh img {
    width: 1.5rem;
}

.about-us .gzh p {
    font-size: .15rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.603);
    text-align: center;
    padding-top: .2rem;
}

/* footer */




/* 内页banner star*/
.banner {
    /* height: 5.7rem; */
    position: relative;
}

.banner img {
    width: 100%;
}

.clo-name {
    font-size: .4rem;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/2bav-bg.png") no-repeat;
    background-size: cover;
    line-height: 1.6rem;
    text-align: center;
    color: #fff;
}

.position {
    font-size: .16rem;
    font-weight: 300;
    color: #333;
    line-height: .23rem;
    position: absolute;
    right: .3rem;
    top: .3rem;
}

.qyjc-yjjg .position {
    top: .6rem;
}

.position a {
    font-size: .16rem;
    font-weight: 300;
    color: #333;
    line-height: .23rem;
}

.position span {
    color: #333;
    padding: 0 .05rem;
}

.position::before {
    content: '';
    display: inline-block;
    width: .18rem;
    height: .18rem;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/home.png");
    background-size: cover;
    vertical-align: top;
}

.qyjcny {
    /* padding-top: .8rem; */
}

.second-nav {
    width: 19%;
    float: left;
    display: inline-block;
    position: relative;
    top: -1.3rem;
    margin-right: 1%;
}

.second-nav ul.clearfix {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/second-nav-bg.png") no-repeat left bottom;
    background-size: cover;
    padding-bottom: 3.6rem;
}

.second-nav ul.clearfix li {
    line-height: .78rem;
    text-align: center;
    position: relative;
    width: 102%;
}

.second-nav ul.clearfix li a {
    font-size: .24rem;
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
    /* overflow: hidden; */
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* .second-nav ul li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	z-index: 0;
	background: #254D42;
}

.second-nav ul li:hover::after {
	width: 100%;
	transition: 1s;
} 

.second-nav ul li:hover::after a {
	color: #fff;
} */

.second-nav ul.clearfix li.select>a {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/2nav-select-bg.png") no-repeat;
    background-size: cover;
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 1;
}

.second-nav ul.clearfix li.select>a::after {
    content: '';
    display: inline-block;
    width: .1rem;
    height: .14rem;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/3nav-select-bg.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: -0.14rem;
    right: 0px;
}

/* .second-nav ul.clearfix li.select::after {
    content: '';
    display: inline-block;
    width: .1rem;
    height: .14rem;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/3nav-select-bg.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: -0.14rem;
    right: 0px;
} */

.second-nav ul.clearfix li.select a {
    color: #fff;
}

.second-nav.yjjg ul li a {
    font-size: .18rem;
}

.sub-menu{
	display:none;
}

.second-nav ul.clearfix li.select .sub-menu{
	display:block;
}

.second-nav ul.clearfix li.select .sub-menu a{
	background:transparent;
}

.second-nav ul.clearfix li.select .sub-menu::after{
	display:none!important;
}

.qyjc {
    width: 80%;
    display: inline-block;
    background-color: #F3F2EE;
    border: .01rem solid transparent;
    padding-left: .3rem;
    position: relative;
}

/* 内页导航 end*/

/* 师资队伍 star */
.col-name {
    padding: .1rem 0 .4rem 0;
    /* text-align: center; */
}

.col-name span {
    font-size: .32rem;
    color: #3D3D3D;
    line-height: .36rem;
}

/* .col-name span::after {
	content: '';
	display: inline-block;
	width: .39rem;
	height: .39rem;
	border-radius: 50%;
	background: linear-gradient(138deg, #C2A852 0%, rgba(216, 216, 216, 0) 100%);
	position: relative;
	top: .3rem;
	left: -0.1rem;
} */

.teacher-list h3 {
    font-size: .28rem;
    font-weight: 500;
    color: #254D42;
    line-height: .36rem;
    padding: .1rem 0 .1rem .2rem;
    border-left: .06rem solid #254D42;
    background: rgba(163, 153, 79, 0.08);
}

.teacher-list ul {
    padding: .3rem 0;
}

.teacher-list ul li {
    width: 16.66%;
    float: left;
    line-height: .56rem;
}

.rxjs .teacher-list ul li {
    width: auto;
}

.teacher-list ul li a {
    font-size: .24rem;
    color: #272727;
    padding-left: .2rem;
}

.teacher-list ul li:hover a {
    color: #204F45;
}

/* .teacher-list ul li a::before {
	content: '';
	display: inline-block;
	width: 0.27rem;
	height: 0.27rem;
	background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/link1.png") no-repeat;
	background-size: cover;
	vertical-align: middle;
	margin-right: 0.1rem;
}

.teacher-list ul li a:hover::before {
	background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/link2.png") no-repeat;
	background-size: cover;
	transition: .5s;
} */

/* .teacher-list ul li {
	float: left;
	width: 48%;
	border-bottom: .06rem solid #295146;
	margin-bottom: 4%;
	background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/teacher-list-bg.jpg") no-repeat;
	background-size: cover;
	box-shadow: 0rem .01rem .09rem 0rem rgba(35, 58, 53, 0.09), inset 0rem 0rem 0rem 0rem rgba(37, 77, 66, 0.42);
}

.teacher-list ul li:nth-child(even) {
	margin-left: 4%;
}

.teacher-list ul li .teacher-img {
	width: 2.71rem;
	height: 3.45rem;
	display: inline-block;
	float: left;
}

.teacher-list ul li .teacher-img img {
	width: 100%;
}

.teacher-list ul li:hover .teacher-img img {
	opacity: 0.7;
	filter: alpha(opacity=80);
}

.teacher-list ul li .teacher-inf {
	display: inline-block;
	padding: .34rem;
	position: relative;
	width: 63%;
}

.teacher-list ul li .teacher-inf h2 {
	font-size: .32rem;
	font-weight: 500;
	color: #3D3D3D;
	display: inline-block;
}

.teacher-list ul li .teacher-inf h4 {
	display: inline-block;
	font-size: .18rem;
	font-weight: 400;
	color: #A4A4A4;
	line-height: .32rem;
	padding: 0rem 0.25rem;
	background: #f0f0f0;
	border-radius: .2rem;
	margin-left: .1rem;
}

.teacher-list ul li .teacher-inf h6 {
	font-size: .18rem;
	font-weight: 700;
	color: #3D3D3D;
	line-height: .7rem;
	border-bottom: .01rem solid rgba(157, 168, 166, 0.301);
}

.teacher-list ul li .teacher-inf p {
	font-size: .18rem;
	font-weight: 400;
	color: #696969;
	padding: .1rem 0;
}

.teacher-list ul li .teacher-inf p span {
	font-size: .18rem;
	font-weight: 400;
	color: #295146;
}

.teacher-list ul li .teacher-inf a {
	width: .4rem;
	height: .4rem;
	display: block;
	position: absolute;
	right: .3rem;
	top: .3rem;
} */

/* 师资队伍 end*/

/* 单位概况 star */
/* 单位简介 */
.qyjc .jianjie {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/yjjg-bg.jpg") no-repeat right bottom;
    background-size: cover;
    border-bottom: .06rem solid #295146;
    padding: 1rem .78rem;
}

.qyjc .jianjie .jj-cont {
    position: relative;
    width: 50%;
    top: 0;
    left: 0;
    float: left;
    display: inline-block;
}

.qyjc .jianjie .jj-cont-img {
    position: absolute;
    bottom: 0.24rem;
    left: 0.2rem;
    width: 4.7rem;
    height: 3.2rem;
}

.qyjc .jianjie .jj-cont-img img {
    width: 100%;
}

.qyjc .jianjie .jj-cont-img-bg {
    width: 4.5rem;
    height: 3.15rem;
    background-color: #204F45;
    margin-top: .2rem;
}

.qyjc .jianjie .jj-cont-right {
    /* width: 50%;
	display: inline-block; */
}

.qyjc .jianjie .jj-cont-right img {
    display: none;
}

.qyjc .jianjie .jj-cont-right h2 {
    font-size: .28rem;
    color: #254D42;
    padding-bottom: .2rem;
}

.qyjc .jianjie .jj-cont-right p {
    font-size: .20rem;
    line-height: .36rem;
    shape-outside: circle(50%);
}

/* .qyjc .jianjie {
	margin-bottom: 1rem;
}

.qyjc .jianjie .jj-cont-img {
	width: 8.2rem;
	height: 5.57rem;
	float: left;
	display: inline-block;
}

.qyjc .jianjie .jj-cont-img img {
	width: 100%;
}

.qyjc .jianjie .jj-cont-right {
	width: 7.28rem;
	height: 3.64rem;
	background: #254D42;
	display: inline-block;
	margin-top: 1.1rem;
}

.qyjc .jianjie .jj-cont-right .right-box {
	width: 7.85rem;
	height: 3.64rem;
	background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/teacher-list-bg.jpg") no-repeat;
	background-size: cover;
	position: relative;
	top: -0.3rem;
	left: -0.93rem;
	padding: .49rem;
}

.qyjc .jianjie .jj-cont-right .right-box h2 {
	font-size: .28rem;
	font-weight: 500;
	color: #254D42;
	line-height: .36rem;
	margin-bottom: .21rem;
}

.qyjc .jianjie .jj-cont-right .right-box p {
	font-size: .16rem;
	font-weight: 400;
	color: #3D3D3D;
	line-height: .36rem;
} */

/* 现任领导 */
.qyjc .jianjie,
.qyjc .leader,
.qyjc .science,
.qyjc .admin,
.qyjc .C-Events {
    margin-bottom: 1rem;
}

.qyjc .leader .leader-ydw h3,
.qyjc .leader .leader-yxz h3 {
    font-size: .28rem;
    font-weight: 500;
    color: #254D42;
    line-height: .36rem;
    padding: .1rem 0 .1rem .2rem;
    border-left: .06rem solid #254D42;
    background: rgba(163, 153, 79, 0.08);
}

.qyjc .leader ul {
    padding: .3rem 0;
}

.qyjc .leader ul li {
    padding-left: .26rem;
}

.qyjc .leader ul li p span {
    width: 1rem;
    font-size: .22rem;
    color: #A3994F;
    line-height: .5rem;
    text-align: justify;
}

.qyjc .leader ul li p {
    font-size: .22rem;
    color: #272727;
    line-height: .5rem;
}

/* .qyjc .leader {
	background: linear-gradient(180deg, #204F45 0%, #346461 100%);
	padding-bottom: .50rem;
}

.qyjc .leader .col-name span {
	color: #fff;
}

.qyjc .leader .leader-ydw {
	width: 50%;
	display: inline-block;
	float: left;
}

.qyjc .leader .leader-yxz {
	width: 50%;
	display: inline-block;
}

.qyjc .leader .leader-ydw h3,
.qyjc .leader .leader-yxz h3 {
	font-size: .28rem;
	font-weight: 700;
	color: #FFFFFF;
	line-height: .36rem;
	margin-bottom: .44rem;
}

.qyjc .leader .leader-ydw h3::before,
.qyjc .leader .leader-yxz h3::before {
	content: '';
	width: .02rem;
	height: .45rem;
	background: #FFFFFF;
	display: inline-block;
	margin-right: .26rem;
	vertical-align: middle;
}

.qyjc .leader ul li {
	float: left;
	width: 50%;
	margin-bottom: .5rem;
}

.qyjc .leader ul li .leader-img {
	width: 1.23rem;
	height: 1.57rem;
	display: inline-block;
	float: left;
}

.qyjc .leader ul li .leader-txt {
	display: inline-block;
	margin-left: .22rem;
}

.qyjc .leader ul li .leader-txt h2 {
	font-size: .24rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: .36rem;
	padding: .26rem 0 .1rem 0;
}

.qyjc .leader ul li .leader-txt h6 {
	font-size: .15rem;
	font-weight: 400;
	color: #A3994F;
	line-height: .36rem;
}

.qyjc .leader ul li .leader-img img {
	width: 100%;
} */

/* 学术机构 */
.qyjc .science {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/dwgk-bg.jpg") no-repeat right bottom;
    background-size: cover;
    border-bottom: .06rem solid #295146;
}

.qyjc .science ul {
    padding: 0 .25rem .5rem .25rem;
}

.qyjc .science ul li {
    border-bottom: .01rem solid #EBEBEB;
    padding: .24rem 0;
}

.qyjc .science ul li a {
    font-size: .24rem;
    color: #4F4F4F;
    line-height: .28rem;
}

.qyjc .science ul li:hover a {
    color: #204F45;
}

/* .qyjc .science ul li a::before {
	content: '';
	display: inline-block;
	width: 0.09rem;
	height: 0.09rem;
	border-radius: 50%;
	background: linear-gradient(138deg, #C2A852 0%, rgba(216, 216, 216, 0) 100%);
	margin-right: .1rem;
} */

/* .qyjc .science {
	padding-bottom: 1.34rem;
}

.qyjc .science ul li {
	width: 29%;
	float: left;
	height: 2.80rem;
	margin: 0 2%;
	overflow: hidden;
}

.qyjc .science ul li img {
	width: 100%;
}

.qyjc .science ul li:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition: .5s;
}

.qyjc .science ul li a {
	font-size: .24rem;
	font-weight: 500;
	color: #FFFFFF;
	line-height: .28rem;
	padding-left: .3rem;
	position: relative;
	top: -0.56rem;
} */

/* 综合办公室 */
/* .qyjc .admin {
	background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/img-13.jpg") no-repeat;
	background-size: cover;
} */

/* .qyjc .admin ul {
	padding-bottom: 1rem;
} */
.qyjc .admin ul.bgs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .2rem;
}

.qyjc .admin ul li {
    width: 49%;
    background: #fff url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/notice-list-bg.png") no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
    padding: .3rem .4rem;
    /* margin-right: 2%; */
    margin-bottom: 2%;
    transition: none;
}

.qyjc .admin ul li:hover {
    transition: all .3s;
    background: #2B5348 url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/notice-list-hoverbg.png") no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    /* box-shadow: 0 0 .05rem .05rem rgba(0, 0, 0, 0.1); */
}

/* .qyjc .admin ul li:hover h6 {
    border-bottom: .01rem solid rgba(255, 255, 255, 0.5);
} */

.qyjc .admin ul li:hover h6,
.qyjc .admin ul li:hover h2,
.qyjc .admin ul li:hover h2 span,
.qyjc .admin ul li:hover p,
.qyjc .admin ul li:hover p span,
.qyjc .admin ul li:hover p.des {
    color: #fff;
}

.qyjc .admin ul li h2 {
    font-size: .32rem;
    font-weight: 500;
    color: #3D3D3D;
    line-height: .32rem;
    border-bottom: solid 1px #f5f5f5;
    position: relative;
    padding-bottom: .32rem;
    margin-bottom: .4rem;
}

.qyjc .admin ul li h2::before {
    content: "";
    width: 1.05rem;
    height: .05rem;
    background-color: #2B5348;
    position: absolute;
    left: 0;
    bottom: 0;
}

.qyjc .admin ul li h2::after {
    content: "";
    width: .13rem;
    height: .13rem;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/xing.png") no-repeat;
    position: absolute;
    right: -.03rem;
    bottom: -.06rem;
    background-size: contain;
}

.qyjc .admin ul li:hover h2::before {
    background-color: #fff;
}

.qyjc .admin ul li:hover h2::after {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/xing-hover.png") no-repeat;
    background-size: contain;
}

.qyjc .admin ul li h2 span {
    font-weight: 400;
    font-size: .22rem;
    color: #333333;
    margin-left: .45rem;
}

.qyjc .admin ul li h6 {
    font-size: .24rem;
    font-weight: 400;
    color: #386b5d;
    line-height: .24rem;
    padding: .3rem 0;
    border-bottom: .01rem solid rgba(157, 168, 166, 0.301);
    margin-bottom: .1rem;
}

.qyjc .admin ul li p {
    font-size: .18rem;
    font-weight: 400;
    color: #333;
    line-height: .4rem;
}

.qyjc .admin ul li p.des {
    font-weight: 400;
    font-size: .18rem;
    color: #2B5348;
    line-height: 1.5em;
    margin-bottom: .1rem;
}

.qyjc .admin ul li p span {
    /* color: #295146; */
}

/*大事记*/

.C-Events {
    padding: 0rem .5rem;
}

.C-Events ul {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/line.png") center top repeat-y;
    padding: .25rem 0 .7rem;
}

.C-Events ul li {
    position: relative;
    width: 47%;
    margin-left: 53%;
    border-top: .01rem solid #204f454d;
    border-bottom: .01rem solid #204f454d;
    border-left: .01rem solid #204f454d;
    border-right: .03rem solid #204F45;
    padding: .15rem .4rem .15rem .35rem;

}


.C-Events ul li:nth-child(even) {
    margin-left: 0%;
    border-right: .01rem solid #204f454d;
    border-left: .03rem solid #204F45;
}


.C-Events ul li:hover {
    background: #204F45;
}

.C-Events ul li::before,
.C-Events ul li::after {
    content: "";
    position: absolute;
}

.C-Events ul li::before {
    display: block;
    position: absolute;
    left: -0.11rem;
    top: 50%;
    width: .1rem;
    height: .15rem;
    background: #F3F2EE url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/arrow-left.png") no-repeat;
    transform: translateY(-50%);
}

.C-Events ul li:hover:before {
    background: none;
    border-top: .08rem solid transparent;
    border-bottom: .08rem solid transparent;
    border-right: .1rem solid #204F45;
    width: 0;
    height: 0;
}


.C-Events ul li:nth-child(even)::before {
    background: #F3F2EE url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/arrow-right.png") no-repeat;
    left: auto;
    right: -0.11rem;
}

.C-Events ul li:nth-child(even):hover::before {
    border-right: none;
    border-left: .1rem solid #204F45;
}

.C-Events ul li::after {
    top: 50%;
    right: calc(100% + 5.25%);
    width: .1rem;
    height: .1rem;
    /* background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/notes-dian.png") center no-repeat; */
    /* background-size: 100%; */
    transform: translateY(-50%);
    border-radius: 50%;
    border: .02rem solid #204F45;
    background-color: #F3F2EE;
}

.C-Events ul li:nth-child(even)::after {
    left: calc(100% + 5.25%);
    right: auto;
}

.C-Events ul li:hover:after {
    background-color: #204F45;
    /* background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/notes-dian-active.png") center no-repeat; */
    /* background-size: 100%; */
}

.C-Events ul li h3 {
    font-size: .3rem;
    color: #204F45;
    line-height: .36rem;
    margin: 0 0 .05rem;
}

.C-Events ul li:hover h3 {
    color: #fff;
}

.C-Events ul li h3 strong {
    font-size: .18rem;
    color: #a3a3a3;
    font-weight: normal;
    margin-left: .05rem;
}

.C-Events ul li:hover h3 strong {
    color: #fff;
}

.C-Events ul li p {
    font-size: .16rem;
    color: #333;
    line-height: .24rem;
    margin-bottom: 0;
}

.C-Events ul li:hover p {
    color: #fff;
}

/* .qyjc .C-Events ul {
	padding: .13rem 0 .8rem;
	position: relative;
}

.qyjc .C-Events ul li {
	position: relative;
	width: 50%;
	margin-left: 50%;
	padding-left: .15rem;
}

.qyjc .C-Events ul li:nth-child(odd) {
	margin-left: 0%;
	text-align: right;
	padding-left: 0;
	padding-right: .15rem;
}

.qyjc .C-Events ul li::before {
	content: "";
	width: .03rem;
	height: .26rem;
	position: absolute;
	top: 0;
	left: -0.01rem;
	background-color: #254D42;
}

.qyjc .C-Events ul li:first-child::before {
	height: 0rem;
}

.qyjc .C-Events ul li:nth-child(odd)::before {
	left: auto;
	right: -0.02rem;
}

.qyjc .C-Events ul li:after {
	content: "";
	width: .03rem;
	height: calc(100% - .58rem);
	position: absolute;

	top: .58rem;
	left: -0.01rem;
	background-color: #254D42;
}

.qyjc .C-Events ul li:nth-child(odd):after {
	left: auto;
	right: -0.02rem;
}

.qyjc .C-Events ul li h3 {
	font-size: .24rem;
	color: #254D42;
	line-height: .46rem;
	display: inline-block;
	position: relative;
	margin-bottom: .15rem;
}

.qyjc .C-Events ul li h3 p {
	font-size: .2rem;
	font-weight: 700;
	color: #3D3D3D;
	line-height: .28rem;
}

.qyjc .C-Events ul li:nth-child(odd) h3 {
	padding-left: 0;
}

.qyjc .C-Events ul li h3::before {
	content: "";
	width: .32rem;
	height: .32rem;
	position: absolute;
	top: .26rem;
	left: -0.31rem;
	background-image: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/circle-2.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.qyjc .C-Events ul li:nth-child(odd) h3::before {
	left: auto;
	right: -0.31rem;
}

.qyjc .C-Events ul li p {
	line-height: .24rem;
	margin-bottom: 0;
	font-size: .18rem;
	font-weight: 400;
	color: #3D3D3D;
	line-height: .36rem;
	padding-left: .32rem;
	padding-right: 1rem;
}

.qyjc .C-Events ul li:nth-child(odd) p {
	padding-left: 0;
	padding-right: .32rem;
	padding-left: 1rem;
} */

/* 单位概况 end */

/* 研究机构 star */
.second-nav.yjjg ul li {
    margin: 0;
    line-height: .8rem;
    /* padding: 0 .1rem; */
}

.qyjc-yjjg {
    background-color: #fff;
    background-size: cover;
    border-bottom: .06rem solid #295146;
}

.qyjc-yjjg-cont {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/yjjg-bg.jpg") no-repeat right bottom;
    padding: 0 0.5rem 0.66rem 0.5rem;
    min-height: 3rem;
}

.qyjc-yjjg h2 {
    font-size: .32rem;
    line-height: .64rem;
    font-weight: 500;
    color: #3D3D3D;
    margin-bottom: .32rem;
    padding: .3rem .3rem 0 .4rem;
}

.qyjc-yjjg h2::after {
    content: '';
    width: 100%;
    height: .04rem;
    display: block;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/yjjg-h2.png") no-repeat;
    background-size: cover;
}

.qyjc-yjjg .qyjc-yjjg-cont p {
    font-size: .20rem;
    line-height: .32rem;
    margin-bottom: .1rem;
}

/* .qyjc-yjjg .qyjc-yjjg-cont {
	padding-bottom: .2rem;
	margin-bottom: .5rem;
} */

.qyjc-yjjg .yjjg-contact p {
    font-size: .18rem;
    color: #696969;
    margin-bottom: .2rem;
}

/* 研究机构 end */

/* 科学研究 star */
.qyjc .kxyj ul li {
    background-color: #fff;
    float: left;
    width: 48%;
    margin-bottom: 4%;
}

.qyjc .kxyj {
    padding-left: .4rem;
}

.qyjc .kxyj ul li:nth-child(even) {
    margin-left: 4%;
}

.qyjc .kxyj ul li a .kxyj-img {
    width: 34%;
    float: left;
    display: inline-block;
    width: 2.1rem;
    height: 1.7rem;
    position: relative;
    left: -0.27rem;
    top: -0.19rem;
    overflow: hidden;
}

.qyjc .kxyj ul li a .kxyj-img img {
    width: 100%;
}

.qyjc .kxyj ul li:hover .kxyj-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: .5s;
}

.qyjc .kxyj ul li a .list-txt {
    display: inline-block;
    width: 60%;
}

.qyjc .kxyj ul li a .list-txt h2 {
    font-size: .2rem;
    font-weight: 500;
    color: #3D3D3D;
    height: .64rem;
    line-height: .32rem;
    margin-top: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

.qyjc .kxyj ul li:hover a .list-txt h2 {
    color: #2F564E;
    font-weight: 700;
}

.qyjc .kxyj ul li a .list-txt p {
    margin-top: .24rem;
    font-size: .16rem;
    font-weight: 400;
    color: #2F564E;
    line-height: .18rem;
}

.qyjc .kxyj ul li a .list-txt p::before {
    content: '';
    width: .18rem;
    height: .18rem;
    display: inline-block;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/time.jpg") no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-right: .05rem;
}

/* 科学研究 end */

/* 教学培养 star */
.qyjc .jxpy {
    margin-bottom: 1.1rem;
}

.qyjc .jxpy ul li {
    border-bottom: .01rem solid rgba(38, 76, 67, 0.15);
    padding-bottom: .07rem;
    padding-top: .5rem;
}

.qyjc .jxpy ul li .jxpy-time {
    width: .86rem;
    height: .86rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background: #E4EAE4;
    border-radius: 50%;
}

.qyjc .jxpy ul li .jxpy-time .jxpy-time-day {
    font-size: .28rem;
    font-weight: 700;
    color: #295146;
    line-height: .28rem;
    padding-top: .16rem;
}

.qyjc .jxpy ul li .jxpy-time .jxpy-time-my {
    font-size: .14rem;
    color: #295146;
    line-height: .28rem;
}

.qyjc .jxpy ul li a {
    display: inline-block;
    width: 90%;
    font-size: .24rem;
    font-weight: 600;
    color: #333333;
    line-height: .32rem;
    padding-left: .4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 1rem;
}

.qyjc .jxpy ul li a span {
    position: relative;
    /* background-image: linear-gradient(#295146, #295146); */
    background-position: 0 100%;
    background-size: 0 .02rem;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

.qyjc .jxpy ul li:hover a span {
    background-size: 100% .02rem;
    color: #295146;
}

.qyjc .jxpy ul li:hover a {
    color: #295146;
}

/* 教学培养 end*/

/* 党群工作 star */
.qyjc .dqgz {
    margin-bottom: 1.1rem;
}

.qyjc .dqgz ul li {
    border-bottom: .01rem solid rgba(38, 76, 67, 0.15);
    padding-bottom: .36rem;
    padding-top: .5rem;
}

.qyjc .dqgz ul li .dqgz-time {
    width: .86rem;
    height: .86rem;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background: #E4EAE4;
    border-radius: 50%;
}

.qyjc .dqgz ul li .dqgz-time .dqgz-time-day {
    font-size: .28rem;
    font-weight: 700;
    color: #295146;
    line-height: .28rem;
    padding-top: .16rem;
}

.qyjc .dqgz ul li .dqgz-time .dqgz-time-my {
    font-size: .14rem;
    color: #295146;
    line-height: .28rem;
}

.qyjc .dqgz ul li a {
    display: inline-block;
    width: 70%;
    padding-left: .4rem;
    vertical-align: middle;
}

.qyjc .dqgz ul li a h2 {
    font-size: .24rem;
    font-weight: 600;
    color: #333333;
    line-height: .32rem;
}

.qyjc .dqgz ul li a span {
    position: relative;
    /* background-image: linear-gradient(#295146, #295146); */
    background-position: 0 100%;
    background-size: 0 .02rem;
    background-repeat: no-repeat;
    transition: background-size .5s;
    display: flow-root;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qyjc .dqgz ul li:hover a span {
    background-size: 100% .02rem;
    color: #295146;
}

.qyjc .dqgz ul li a h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 1rem;
}

.qyjc .dqgz ul li:hover a h2,
.qyjc .dqgz ul li:hover a p {
    color: #295146;
}

.qyjc .dqgz ul li a p {
    font-size: .18rem;
    font-weight: 400;
    line-height: .28rem;
    padding-top: 0.15rem;
    padding-right: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.qyjc .dqgz ul li:hover a {
    color: #295146;
}

.qyjc .dqgz ul li .dqgz-img {
    width: 2.54rem;
    height: 1.42rem;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.qyjc .dqgz ul li .dqgz-img img {
    width: 100%;
}

.qyjc .dqgz ul li:hover .dqgz-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: .5s;
}

/* 党群工作 end */


/* 教师详情页 star */
.qyjc.teacher-detail {
    width: 100%;
    padding-left: 0;
}

.qyjc .teacher-detail {
    margin: .5rem 0;
    background-color: #fff;
    box-shadow: .05rem -0.02rem .05rem -0.02rem rgb(0 0 0 / 5%), -0.05rem -0.02rem .05rem -0.02rem rgb(0 0 0 / 5%), 0 .05rem .05rem -0.02rem rgb(0 0 0 / 5%);
}

.qyjc .teacher-detail-head {
    box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, .1);
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/teacher-list-bg.png") no-repeat right bottom;
    position: relative;
    z-index: 0;
}

.qyjc .teacher-detail-head:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 100%;
    background: #295146;
    content: '';
    z-index: -1;
}

.qyjc .teacher-detail .person-photo {
    width: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
    float: left;
    display: inline-block;
    border: .03rem solid #fff;
    margin: .4rem 0 .4rem .8rem;
}

.qyjc .teacher-detail .person-photo img {
    width: 100%;
}

.qyjc .teacher-detail .person-inf {
    display: inline-block;
    padding-left: 0.4rem;
    overflow: hidden;
    position: absolute;
    top: .6rem;
    width: 73%;
}

.qyjc .teacher-detail .person-inf h2 {
    font-size: 0.3rem;
    font-weight: 400;
    line-height: .6rem;
    display: inline-block;
}

.qyjc .teacher-detail .person-inf h4 {
    font-size: 0.22rem;
    font-weight: 400;
    line-height: .6rem;
    display: inline-block;
    margin-left: .2rem;
}

.qyjc .teacher-detail .person-inf h6 {
    font-size: 0.22rem;
    font-weight: 400;
    line-height: .6rem;
}

.qyjc .teacher-detail .person-inf p {
    line-height: .5rem;
    font-size: .18rem;
    color: #666;
}

.qyjc .teacher-detail .person-inf p span {
    color: #295146;
}

.qyjc .teacher-detail .teacher-detail-cont {
    margin: 0.4rem .4rem;
}

.qyjc .teacher-detail .teacher-detail-cont p strong {
    margin-bottom: .16rem !important;
    font-size: .2rem !important;
    /* margin-left: -.32rem; */
}

.qyjc .teacher-detail .teacher-detail-cont p {
    margin-bottom: .2rem !important;
    font-size: .18rem !important;
    text-align: justify;
    line-height: .32rem;
    text-indent: .32rem;
}

/* 教师详情页 end */

/* 新闻详情页 star*/
.qyjc.detail {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/teacher-list-bg.png") no-repeat right bottom;
    background-attachment: fixed;
    width: 100%;
}

.qyjc .article-detail {
    margin: .5rem 0;
    background-color: #fff;
    padding: .5rem;
    width: 80%;
    display: inline-block;
    float: left;
    box-shadow: .05rem -0.02rem .05rem -0.02rem rgb(0 0 0 / 5%), -0.05rem -0.02rem .05rem -0.02rem rgb(0 0 0 / 5%), 0 .05rem .05rem -0.02rem rgb(0 0 0 / 5%);
}

.qyjc .article-detail .arc-title h1 {
    font-weight: 400;
    font-size: .26rem;
    padding: 0 1.2rem;
    text-align: center;
}

.qyjc .article-detail .arc-info {
    padding-bottom: .1rem;
    border-bottom: .01rem solid #ddd;
    margin-bottom: .2rem;
    padding-top: .25rem;
    font-size: .16rem;
    color: #333;
}

.qyjc .article-detail .arc-info span {
    display: inline-block;
    margin: 0 .1rem;
}

.qyjc .article-detail .arc-info .resize a {
    position: relative;
    vertical-align: bottom;
}

.qyjc .article-detail .arc-info a.large-size {
    font-size: .19rem;
    margin: 0 .05rem
}

.qyjc .article-detail .arc-info a.large-size:after {
    content: '+';
    font-size: .12rem;
    position: absolute;
    top: 0;
    right: -0.07rem
}

.qyjc .article-detail .arc-info a.normal-size {
    font-size: .17rem;
    margin: 0 .05rem
}

.qyjc .article-detail .arc-info a.small-size {
    font-size: .14rem;
    margin: 0 .05rem
}

.qyjc .article-detail .arc-info a.small-size:after {
    content: '-';
    font-size: .12rem;
    position: absolute;
    top: -0.03rem;
    right: -0.05rem;
}

.qyjc .article-detail .arc-con p {
    margin-bottom: 0.2rem;
    line-height: 1.8em;
    color: #333 !important;
    font-size: 0.20rem;
}

.arc-con img {
    display: block;
    width: 100% !important;
    margin: 0.1rem auto;
    max-width: 8rem;
    height: auto !important;
}

.qyjc .article-detail .arc-con video {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.qyjc .article-detail .arc-share {
    display: inline-flex;
}

.qyjc .article-detail .flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.qyjc .article-detail .arc-lib {
    border-top: .01rem solid #ddd;
    padding-top: .26rem;
}

.qyjc .article-detail .arc-libs {
    flex: 5;
}

.qyjc .article-detail .arc-lib p {
    padding: .05rem 0;
}

.qyjc .article-detail .arc-back {
    margin-left: .3rem;
    flex: 1;
    width: 1rem;
}

.qyjc .article-detail .arc-back a {
    display: block;
    padding: 0 .2rem;
    background: #295146;
    border-radius: .05rem;
    color: #fff;
    line-height: .35rem;
    font-size: .14rem;
    width: 1rem;
    float: right;
}

.qyjc .new-news {
    width: 18%;
    margin-left: 2%;
    display: inline-block;
    margin-top: .5rem;
    background-color: #fff;
    padding: .2rem 0;
    box-shadow: .05rem -0.02rem .05rem -0.02rem rgb(0 0 0 / 5%), -0.05rem -0.02rem .05rem -0.02rem rgb(0 0 0 / 5%), 0 .05rem .05rem -0.02rem rgb(0 0 0 / 5%);
}

.qyjc .dingwei {
    position: sticky;
    top: 1.2rem;
    margin-bottom: .5rem;
}

.qyjc .new-news h2 {
    line-height: .66rem;
    width: 1.79rem;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/title-bg3.png") no-repeat center;
    background-size: cover;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
}

.qyjc .new-news ul {
    padding: .2rem;
}

.qyjc .new-news ul li {
    border-bottom: .01rem solid #eeeeee;
}

.qyjc .new-news ul li a {
    font-size: .16rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .4rem;
}

.qyjc .new-news ul li:hover a {
    color: #204F45;
    font-weight: 700;
    transition: all .5s;
}

.qyjc .new-news ul li a::before {
    content: '';
    width: .02rem;
    height: .02rem;
    display: inline-block;
    background-color: #204F45;
    vertical-align: middle;
    margin-right: .05rem;
}

/* 新闻详情页 end */
.qyjc .pb_sys_common .p_fun_d,
.qyjc .pb_sys_common .p_no_d,
.qyjc .pb_sys_common .p_no_o,
.qyjc .pb_sys_common .p_fun a,
.qyjc .pb_sys_common .p_no a,
.qyjc .pb_sys_common .p_goto input,
.qyjc .pb_sys_common .p_search input,
.qyjc .pb_sys_common .p_goto a,
.qyjc .pb_sys_common .p_search a {
    border: .01rem solid #254D42;
    background-color: #254D42;
    color: #fff;
    border-radius: .05rem;
    font-size: .16rem;
}

.qyjc .pb_sys_common .p_fun_d,
.qyjc .pb_sys_common .p_no_d,
.qyjc .pb_sys_common .p_no_o,
.qyjc .pb_sys_common .p_fun a,
.qyjc .pb_sys_common .p_no a {
    height: 30px !important;
    line-height: 18px !important;
}

.qyjc .pb_sys_common .p_goto a,
.qyjc .pb_sys_common .p_search a {
    height: 30px !important;
    line-height: 18px !important;
}

.qyjc .pb_sys_common .p_goto input,
.qyjc .pb_sys_common .p_search input {
    height: 30px !important;
    line-height: 18px !important;
    margin: 0px 5px !important;
}

.qyjc .pb_sys_common .p_goto:hover a {
    background-color: #254D42 !important;
}

.qyjc .pb_sys_common .p_t {
    font-size: .18rem;
}

.qyjc .pb_sys_common {
    margin: .2rem !important;
}

.qyjc .pb_sys_common {
    font-family: 'Microsoft YaHei';
}

/* 返回顶部按钮 */
.totop {
    position: fixed;
    z-index: 90;
    bottom: 0.3rem;
    right: 0.2rem;
    cursor: pointer;
    width: 0.47rem;
    height: 0.47rem;
    line-height: .42rem;
    overflow: hidden;
    display: none;
    border: 1px solid #fff;
    border-radius: 50%;
}

.totop.show {
    display: block;
}

.qyjc .admin>.title {
    border-bottom: 5px solid #2B5348;
    font-weight: bold;
    font-size: .32rem;
    color: #2B5348;
    position: relative;
    text-indent: .35rem;
    margin-bottom: .3rem;
    padding-bottom: .13rem;
}

.qyjc .admin>.title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    width: .24rem;
    height: .24rem;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/titleIcon.png") no-repeat;
}


.inst-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.3rem;
    /* max-width: 21.08rem; */
}

.inst-card {
    /* border: 1px solid #d1cbb9; */
    border-radius: 1px 1px 1px 1px;
    border: 1px solid #D1C8A4;
    display: flex;
    width: 100%;
    transition: background-color 0.3s ease;
}

.inst-card a {
    text-decoration: none;
    display: flex;
    width: 100%;
    background-color: #FFFFFF;
}

.inst-card.active {
    background-color: #204840;
}

.inst-card a:hover {
    background-color: #204840;
}

.inst-left {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.14rem;
    padding: 0.265rem 0.2rem;
    transition: color 0.3s ease;
}

.wheat-icon1 {
    width: 0.18rem;
    height: 0.28rem;
    flex-shrink: 0;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/icon120260702.png") no-repeat center;
    background-size: contain;
}

.inst-text {
    /* font-size: 0.2rem; */
    /* color: #204840; */
    font-weight: 400;
    font-size: .22rem;
    color: #295146;
    transition: color 0.3s ease;
}

.inst-card.active .inst-text,
.inst-card:hover .inst-text {
    color: #A8AF64;
}

.inst-card.active .wheat-icon,
.inst-card:hover .wheat-icon {
    filter: brightness(1.3);
}

.inst-arrow {
    width: 0.82rem;
    background-color: #204840;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-left: solid 1px #D1C8A4;
}

.arrow-symbol {
    width: 0.31rem;
    height: 0.31rem;
    flex-shrink: 0;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/icon220260702.png") no-repeat center;
    background-size: contain;
    background-repeat: no-repeat;
}

.inst-card:hover .arrow-symbol {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/icon220260702-hover.png") no-repeat center;
    background-size: contain;
}

@media (max-width: 768px) {
    .inst-grid {
        grid-template-columns: 1fr;
    }

    .inst-text {
        font-size: 0.16rem;
    }

    .inst-left {
        padding: 0.16rem 0.14rem;
    }

    .inst-arrow {
        width: 0.55rem;
    }
}

.student-bg {
    background-color: #fff;
    padding: .4rem;
}

.year-tab-wrap {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    margin-bottom: 0.2rem;
}

.year-label {
    font-size: 0.18rem;
    color: #295146;
}

.year-tabs {
    display: flex;
    gap: 0.3rem;
}

.year-tab {
    font-size: 0.16rem;
    padding: 0.06rem 0.1rem;
    border-radius: 999px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.year-tab.normal {
    /* color: #777777; */
    background: transparent;
    font-weight: 400;
    font-size: .16rem;
    color: #666666;
}

.year-tab.active {
    background-color: #204840;
}

.year-tab.active a {
    color: #ffffff;
}

.year-tab.normal:hover {
    background-color: #204840;
    color: #ffffff;
}

.student-title {
    font-size: .22rem;
    color: #272727;
    line-height: .5rem;
    margin-bottom: .05rem;
    margin-top: .2rem;
}



.student-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.8rem;
    row-gap: 0.3rem;
}

.student-item {
    display: flex;
    align-items: center;
    gap: 0.14rem;
}

.wheat-icon2 {
    width: 0.27rem;
    height: 0.17rem;
    flex-shrink: 0;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/icon320260702.png") no-repeat center;
    background-size: contain;
}

.student-name {
    /* font-size: 0.28rem; */
    /* color: #222222; */
    transition: color 0.25s ease;
    font-weight: 400;
    font-size: .24rem;
    color: #272727;
}


/* 移动端适配 */
@media (max-width:768px) {

    .year-label,
    .year-tab {
        font-size: 0.18rem;
    }

    .student-name {
        font-size: 0.2rem;
    }

    .wheat-icon {
        width: 0.22rem;
        height: 0.22rem;
    }

    .student-list {
        gap: 0.2rem 0.4rem;
    }
}


.banner-box {
    overflow: hidden;
    width: 100%;
    height: 4.5rem;
    /* margin-bottom: 0.4rem; */
    border: 1px solid #eee;
    position: relative;
}

.banner-box .swiper {
    width: 100%;
    height: 100%;
}

.banner-box .swiper-slide {
    display: flex;
    width: 100%;
    height: 100%;
}

/* 左侧大图 */
.banner-img-wrap {
    width: 55%;
    height: 100%;
    overflow: hidden;
}

.banner-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.banner-img-wrap a:hover img {
    transform: scale(1.05);
}

/* 右侧文字面板 */
.banner-text-wrap {
    width: 45%;
    height: 100%;
    background: #EEF3EE url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/jy-bg.png") no-repeat center bottom;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner-date {
    /* font-size: 0.14rem; */
    /* color: #666; */
    /* margin-bottom: 0.12rem; */
    font-family: "din";
    font-weight: 400;
    font-size: .16rem;
    color: #3D3D3D;
}

.banner-title {
    /* font-size: 0.2rem; */
    /* font-weight: 500; */
    font-weight: bold;
    font-size: .24rem;
    color: #3D3D3D;
    line-height: 1.4;
    /* margin-bottom: 0.16rem; */
    margin: .2rem 0 .35rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.banner-desc {
    /* font-size: 0.14rem; */
    line-height: 1.8;
    /* color: #444; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    font-size: .16rem;
    color: #3D3D3D;
}

.banner-more {
    display: inline-flex;
    align-items: center;
    gap: 0.06rem;
    /* font-size: 0.13rem; */
    /* color: #204840; */
    margin-top: 1.08rem;
    font-size: .14rem;
    color: #A8AF64;
}

.banner-more::before {
    content: "";
    width: 0.18rem;
    height: 0.28rem;
    border-radius: 50%;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/icon120260702.png") no-repeat;
}

/* Swiper 左右切换按钮重写样式 */
.banner-btn-group {
    position: absolute;
    right: 0.5rem;
    bottom: 0.3rem;
    display: flex;
    gap: 0.08rem;
    z-index: 10;
}

.banner-box .swiper-button-prev,
.banner-box .swiper-button-next {
    position: static;
    width: 0.38rem;
    height: 0.38rem;
    margin: 0;
    border: 1px solid #ccc;
    background: transparent;
    border-radius: 0;
}

.banner-box .swiper-button-next {
    /* background: #204840; */
    /* border-color: #204840; */
}

.banner-box .swiper-button-prev::after,
.banner-box .swiper-button-next::after {
    font-size: 0.14rem;
    color: #666;
}

.banner-box .swiper-button-next::after {
    /* color: #fff; */
}

.banner-box .swiper-button-prev:hover,
.banner-box .swiper-button-next:hover {
    background: #204840;
    border-color: #204840;
}

.banner-box .swiper-button-prev:hover::after,
.banner-box .swiper-button-next:hover::after {
    color: #fff;
}

/* ====================== 新闻列表区域 ====================== */
.news-list {
    width: 100%;
    background-color: #fff;
    padding: .3rem 0;
}

.news-item {
    display: flex;
    padding: 0.5rem;
    /* border-bottom: 1px solid #eee; */
    gap: .6rem;
    transition: background-color 0.3s ease;
    align-items: center;
}

/* .news-item:hover {
    background-color: #f6f9f8;
} */

.news-date-left {
    width: 1.35rem;
    flex-shrink: 0;
    border-right: 0.01rem solid#C8C8C8;
    /* padding-left: .3rem; */
}

.day-text {
    /* font-size: 0.24rem; */
    /* color: #204840; */
    line-height: 1.2;
    transition: color 0.3s ease;
    font-family: "din";
    font-weight: 400;
    font-size: .3rem;
    color: #3D3D3D;
}

.year-text {
    /* font-size: 0.12rem; */
    /* color: #777; */
    font-family: "din";
    font-weight: 400;
    font-size: .16rem;
    color: #999999;
    margin-top: .05rem;
}

/* 中间文字区域 */
.news-content {
    flex: 1;
}

.news-title a {
    /* font-size: 0.18rem; */
    line-height: 1.4;
    display: block;
    margin-bottom: 0.08rem;
    transition: color 0.3s ease;
    font-weight: bold;
    font-size: .2rem;
    color: #3D3D3D;
}

/* .news-item:hover .news-title a {
    color: #204840;
} */

.news-desc {
    /* font-size: 0.14rem; */
    /* color: #666; */
    font-weight: 400;
    font-size: .16rem;
    color: #999999;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-item:hover .day-text,
.news-item:hover .year-text,
.news-item:hover .news-title a,
.news-item:hover .news-desc {
    color: #295146;
}

.news-item:hover .news-date-left {
    border-right: solid .01rem #295146;
}

.news-arrow {
    width: 0.38rem;
    height: 0.38rem;
    flex-shrink: 0;
    /* border: 1px solid #ccc; */
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    /* font-size: 0.16rem; */
    /* color: #666; */
    transition: all 0.3s ease;
    /* margin-top: 0.04rem; */
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/jt20260702.png") no-repeat;
    background-size: contain;
}

.news-item:hover .news-arrow {
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/jt-hover20260702.png") no-repeat;
    background-size: contain;
}

/* 移动端适配 */
@media (max-width:768px) {
    .banner-box {
        height: auto;
    }

    .swiper-slide {
        flex-direction: column;
    }

    .banner-img-wrap,
    .banner-text-wrap {
        width: 100%;
    }

    .banner-img-wrap {
        height: 2.2rem;
    }

    .day-text {
        font-size: 0.18rem;
    }

    .news-title a {
        font-size: 0.15rem;
    }

    .banner-title {
        font-size: 0.16rem;
    }
}

.second-nav ul.clearfix .sub-menu-icon {
    position: absolute;
    right: .8rem;
    top: .3rem;
    /* transform: translateY(-50%); */
    width: .24rem;
    height: .24rem;
    background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/nav20260703-hover.png") no-repeat;
    background-size: contain;
    z-index: 2;
}

.second-nav ul.clearfix li.select .sub-menu-icon {
	 background: url("https://www.peaktip.com/__xh__/aais.whu.edu.cn/images/nav20260703.png") no-repeat;
    background-size: contain;
}

.second-nav ul.clearfix .sub-menu a {
    font-weight: 400;
    font-size: .24rem;
    color: #4F4F4F !important;
    position: relative;
    text-align: left;
    width: auto;
    white-space: normal;
    line-height: 1.8em;
    padding-right: .2rem;
    margin: .2rem 0;
}

.second-nav ul.clearfix .sub-menu li a::after {
    content: "";
    position: absolute;
    top: .18rem;
    /* transform: translateY(-50%); */
    width: .05rem;
    height: .05rem;
    background-color: #4F4F4F;
    border-radius: 50%;
}

.second-nav ul.clearfix .sub-menu li.active a {
    color: #295146 !important;
}

.second-nav ul.clearfix .sub-menu li.active a::after {
    background-color: #295146
}

.second-nav ul.clearfix .sub-menu a {
    padding-left: 1.8rem;
}

.second-nav ul.clearfix .sub-menu li a::after {
    left: 1.6rem
}