@charset "utf-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
    border: 0;
}

body {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: .14rem;
    color: #595c5b;
    overflow-x: hidden;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #828282;
}

a:hover,
a:visited {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:hover {
    color: #006ec7;
}

p,
ul {
    margin: 0;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.col-md-3,
.col-sm-3,
.col-xs-12,
.col-md-4,
.col-md-6,
.col-md-12,
.col-sm-6,
.col-xs-12,
.col-sm-12 {
    padding: 0;
}

@font-face {
    font-family: 'PingFang SC';
    src: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/fonts/PingFang-Regular.ttf");
}

@font-face {
    font-family: 'PingFang SC-Bold';
    src: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/fonts/PingFang-Bold.ttf");
}

@font-face {
    font-family: 'PingFang SC-Heavy';
    src: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/fonts/PingFang-Heavy.ttf");
}

@font-face {
    font-family: 'PingFang SC-Medium';
    src: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/fonts/PingFang-Medium.ttf");
}

@font-face {
    font-family: 'PingFang SC-Light';
    src: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/fonts/PingFang-Light.ttf");
}

@font-face {
    font-family: 'PingFang SC-ExtraLight';
    src: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/fonts/PingFang-ExtraLight.ttf");
}

@font-face {
    font-family: 'DIN-Medium';
    src: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/fonts/DIN-Medium.otf");
}


/*头部*/

.container {
    max-width: 14rem;
    width: auto;
    padding: 0;
    margin: 0 auto;
}


.header {
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.top-navbar {
    display: none;
    background: #1779C0;
    padding: 5px 0;
}


.top-navbar img{
    /* width: 130px; */
    height: 47px;
}
.header-top {

    width: 100%;
    height: auto;

}

.navbar-toggle {
    display: none;
    position: relative;
    float: right;
    width: 25px;
    margin: 15px 0;
    padding: 0;
    border: none;
    border-radius: 0px;
    z-index: 200;
}

.navbar-toggle .icon-bar {
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
    width: 100%;
    height: 3px;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 4px;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 0;
    margin-bottom: 4px;
}

.navbar-toggle .icon-bar+.icon-bar+.icon-bar {
    margin-bottom: 0;
}

.navbar-toggle.on .icon-bar.icon-bar1 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -10px;
}

.navbar-toggle.on .icon-bar.icon-bar2 {
    background: transparent
}

.navbar-toggle.on .icon-bar.icon-bar3 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}


/*导航*/

.nav-box {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.nav {
    position: relative;
}


.nav::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(23, 121, 192, 0.3) 0%, #1779C0 100%);
    backdrop-filter: blur(6px);
    /* filter: blur(10.7px); */
}

.nav ul li {
    float: left;
    width: 10%;
    margin-left: 8%;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
}


.nav ul li:first-child {
    margin: 0;
}

/* .nav ul li.active {
    background-image: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/images/nav-active.png");
    background-size: 100%;
    background-position: left 95%;
    background-repeat: repeat-x;
}

.nav ul li:hover{
    background: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/images/nav-active.png");
    background-size: 100%;
    background-position: left 95%;
    background-repeat: repeat-x;
} */


.nav-home {
    width: .36rem;
    margin-right: .11rem;
}

.nav li a {
    display: inline-block;
    position: relative;
    font-family: 'PingFang SC-Bold';
    font-size: .24rem;
    font-weight: bold;
    font-style: normal;
    color: #fff;
    overflow: hidden;
}


.nav ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 0;
    height: 0.17rem;
    background-image: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/images/nav-active.png");
    background-size: .96rem;
    background-position: -50% bottom;
    background-repeat: repeat-x;
    transition: .5s
}

.nav ul li:hover a:after,
.nav ul li.active a:after {
    width: 150%;
}

.nav ul li:first-child:hover a:after,
.nav ul li:first-child.active a:after {
    background-position: left bottom;
}





/*首页内容部分*/

.graphic-box {
    padding: .5rem 0;
    background-image: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/images/graphic-box.png");
    background-position: center bottom;
    background-repeat: no-repeat;

}

.tex-box {
    padding: .42rem 0 .95rem;
    background-image: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/images/tex-box.png");
    background-position: center bottom;
    background-repeat: no-repeat;
}

/*轮播图*/
.banner {
    float: left;
    width: 50%;
    margin-right: 3.6%;
    margin-top: .24rem;
}

#full-width-slider {
    width: 100%;
}

/*首页标题*/

.index-title {
    position: relative;
    overflow: hidden;
}

.index-title h3 {
    font-family: 'PingFang SC-Bold';
    font-size: .32rem;
    font-weight: bold;
    color: #1779C0;
    line-height: 1.5;
    margin: 0;
}

.index-title .more {
    font-family: 'PingFang SC-Medium';
    font-weight: 500;
    font-size: .16rem;
    color: #4E4E4E;
    line-height: .19rem;
    padding-right: 0.22rem;
    background-image: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/images/index-more.png");
    background-size: .2rem;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0.12rem;
    right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

}

.index-title .more:hover {
    color: #1779C0;
    background-image: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/images/index-more1.png");
    /* background-size: .2rem; */
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

/*最新动态*/
.zxdt {
    float: left;
    width: 46.4%;
}

.zxdt .index-title {
    margin: 0 0.38rem 0.14rem;
}


.zxdt .index-title h3 {
    float: left;
    padding: 0 .18rem;
    background: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/images/index-title.png");
    background-size: 100%;
    background-position: center;
}


.zxdt ul li {
    list-style: none;
    overflow: hidden;
    padding: 0.19rem 0.4rem 0.19rem 0.35rem;
    border-bottom: 1px solid #C1C1C1;
    position: relative;
}

.zxdt ul li:hover {
    background-color: #1779C0;
    background-image: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/images/zxdt-li.png");
    background-position: 96% center;
    background-repeat: no-repeat;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08);
}


.zxdt ul li a {
    width: 79.5%;
    float: left;
    font-family: 'PingFang SC-Medium';
    font-size: .16rem;
    color: #4E4E4E;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zxdt ul li::before {
    content: "";
    position: absolute;
    left: 0.13rem;
    bottom: 0.23rem;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #A3A3A3;
}

.zxdt ul li:hover::before {
    background: #F5F5F5;
}

.zxdt ul li span {
    display: block;
    width: 20.5%;
    float: left;
    text-align: right; 
    font-family: 'PingFang SC-Medium';
    font-size: .14rem;
    color: #4E4E4E;
    line-height: 1.2;
    margin-top: .015rem;
}

.zxdt ul li:hover a,
.zxdt ul li:hover span {
    color: #F5F5F5;
    font-family: 'PingFang SC-Bold';
}


/*通知公告*/
.index-list {
    float: left;
    width: 31%;
    background: #fff;
    padding: .1rem 0 .46rem;
}

.index-list .index-title {
    padding: 0.05rem .2rem;
    border-bottom: 1px solid #C1C1C1;
}

.index-list .index-title .title-icon {
    float: left;
    width: .4rem;
    margin-right: .12rem;
}

.index-list .index-title .more {
    right: .25rem;
    bottom: 0.2rem;
}

.index-list ul {
    padding: 0 .2rem;
}

.index-list ul li {
    position: relative;
    margin-top: .1rem;
    border-bottom: 1px solid #C1C1C1;
}

.index-list ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: #1779C0;
    transition: all 0.5s;
}

.index-list ul li:hover::after {
    width: 100%;
}

.index-list ul li a {
    display: block;
    padding: .13rem 0;
    overflow: hidden;
}

.index-list ul li .time {
    width: .69rem;
    float: left;
    text-align: center;
    margin-right: .14rem;
}

.index-list ul li .time h3 {
    font-size: .2rem;
    font-family: 'DIN-Medium';
    color: #4E4E4E;
    line-height: 1.2;
    margin: 0;
}

.index-list ul li .time h5 {
    font-size: .14rem;
    font-family: 'DIN-Medium';
    color: #4E4E4E;
    line-height: 1.5;
    margin: 0;
}


.index-list ul li .text {
    font-family: 'PingFang SC-Bold';
    font-size: .16rem;
    color: #666666;
    line-height: 1.4;
    padding-right: .25rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -ms-line-clamp: 2;
}

.index-list ul li:hover .text {
    font-family: 'PingFang SC-Heavy';
}

.index-list ul li:hover .time h3,
.index-list ul li:hover .time h5,
.index-list ul li:hover .text {
    color: #1779C0;
}


.tzgg {
    background-image: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/images/tzgg-bg.png");
    background-size: 2.55rem;
    background-position: right bottom;
    background-repeat: no-repeat;
}

/* 国家政策 */
.gjzc {
    background-image: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/images/gjzc-bg.png");
    background-size: 2.31rem;
    background-position: right bottom;
    background-repeat: no-repeat;
    margin-left: 3.5%;
}

/* 他山之石 */
.tszs {
    background-image: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/images/tszs-bg.png");
    background-size: 2.1rem;
    background-position: right bottom;
    background-repeat: no-repeat;
    margin-left: 3.5%;
}


/* 内页框架 */
.content-box {
    background: #f2f2f2;
    padding: .33rem 0 .6rem;
}

/* 位置 */
.location-box {
    position: relative;
    overflow: hidden;
    margin-bottom: .3rem;
}

.location {
    text-align: right;
    padding: .06rem 0 .18rem;
    background-image: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/images/location.png");
    background-position: right bottom;
    background-repeat: repeat-x;
    margin-left: 2.07rem;
}

.location,
.location a,
.location span {
    font-family: 'PingFang SC';
    /* font-family: 'PingFang SC-Medium'; */
    font-size: .16rem;
    color: #666;
    line-height: 1.2;
}


.location span {
    margin: 0 .05rem;
}

.current {
    float: left;
    font-family: 'PingFang SC-Heavy';
    color: #0276c7;
    font-size: .28rem;
    line-height: 1.2;
    padding: .11rem .43rem;
    background-image: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/images/current.png");
    background-size: 100% 100%;
    background-position: center center;
    margin: 0 .1rem 0 0;
}

/* 简介 */

.about {
    padding: 0 .1rem 1rem;
    min-height: 2.5rem;
}

.about p {
    font-family: 'PingFang SC';
    font-size: .16rem;
    font-weight: 400;
    color: #333;
    line-height: 1.6;
    margin-bottom: 0.1rem;

}

.about img {
    max-width: 100%;
    height: auto;
}


/* 列表 */

.list {
    overflow: hidden;

}

.list ul {
    min-height: 2.5rem;
}

.list ul li {
    position: relative;
    width: 100%;
    background: #fff;
    margin-bottom: .25rem;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.list ul li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 5px;
    background: #1779C0;
    transition: all 0.5s;
}

.list ul li:hover::after {
    width: 100%;
}

.list ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: .25rem .7rem .26rem .45rem;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.list ul li a .time {
    float: left;
    font-family: 'PingFang SC-Medium';
    font-size: .18rem;
    color: #1a79bb;
    margin-right: .25rem;
}

.list ul li a p {
    font-family: 'PingFang SC';
    font-size: .18rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.list ul li:hover a p {
    font-family: 'PingFang SC-Bold';
    color: #1a79bb;
}


.list ul li .list-icon {
    position: absolute;
    top: 50%;
    right: .25rem;
    display: block;
    width: .28rem;
    height: .28rem;
    background-image: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/images/list-arrow.png");
    /* background-image: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/images/list-arrow1.png"); */
    background-size: .56rem;
    background-position: left center;
    /* background-position: 100% center; */
    background-repeat: no-repeat;
    transform: translateY(-50%);
    transition: all 0.5s;
}

.list ul li:hover .list-icon {
    /* background-position: left center; */
    background-position: 100% center;
}

.no-xinxi {
    text-align: center;
    font-size: .16rem;
    color: #333;
}


/*分页栏*/

.pagebar {
    text-align: center;
    margin: .35rem 0;
    line-height: .28rem;
}

.p_t {
    font-size: .16rem;
    font-family: 'PingFang SC-Medium';
    color: #333;
    padding: .06rem .12rem;
    border: 1px solid #C1C1C1;
    margin: 0px 2px;
    background: #fff;
}

.p_first_d,
.p_first,
.p_prev_d,
.p_prev,
.p_next_d,
.p_next,
.p_last,
.p_last_d,
.p_no {
    font-size: .16rem;
    font-family: 'PingFang SC-Medium';
    color: #333;
    padding: .06rem .12rem;
    background: #fff;
    border: 1px solid #C1C1C1;
    margin: 0px 2px;
}


.p_no_d {
    font-size: .16rem;
    font-family: 'PingFang SC-Medium';
    background: #1779C0;
    color: #fff;
    padding: .06rem .12rem;
    border: 1px solid #C1C1C1;
    margin: 0px 2px;
}

/* 内容页 */

.content-bg {
    background: #fff;
    padding: .53rem .25rem 0;
}

.article {
    background: #fff;
    padding: 0 .1rem 0.1rem;
}

.article h1.intro {
    text-align: center;
    color: #595c5b;
    line-height: 1.5;
    margin: 0;
    font-family: 'PingFang SC-Medium';
    font-size: .22rem;
}

.article h2.title {
    font-family: 'PingFang SC-Bold';
    font-size: .3rem;
    color: #333;
    line-height: 1.6;
    text-align: center;
    margin: 0 0 .08rem;
}

.article h3.subtitle {
    font-family: 'PingFang SC-Medium';
    font-size: .22rem;
    text-align: right;
    color: #393939;
    line-height: 1.5;
    margin: 0;

}

.article h4.information {
    font-family: 'PingFang SC';
    font-size: .16rem;
    font-weight: 400;
    color: #333;
    padding: .15rem 0;
    border-bottom: 1px solid #C1C1C1;
    margin: .3rem 0 0;
}

.article h4.information span {
    margin: 0 .24rem 0 0;
}


.article .content {
    min-height: 2.5rem;
    margin: .3rem 0 .2rem;
}

.article .content,
.article .content p {
    font-family: 'PingFang SC';
    font-size: .16rem;
    font-weight: 400;
    color: #333;
    line-height: 1.6;

}

.article .content p {
    margin-bottom: 0.1rem;
}

.article .content img {
    max-width: 100%;
    height: auto;
    margin: .2rem 0;
}

.article-foot {
    position: relative;
}


.article .article-libs {
    border-top: 1px solid #C1C1C1;
    padding: .15rem 1.6rem .15rem 0;
}

.article .article-libs p {
    font-family: 'PingFang SC';
    font-weight: 400;
    font-size: .16rem;
    color: #333;
    padding: .05rem 0;
}

.article .article-libs p a {
    color: #333;
}

.article .article-libs p a:hover {
    color: #1c78b7;
}


.returnList {
    position: absolute;
    top: .36rem;
    right: 0;
    display: block;
    font-family: 'PingFang SC';
    font-weight: 400;
    font-size: .16rem;
    padding: .04rem .2rem;
    background: #1c78b7;
    border-radius: .2rem;
    color: #fff;
    line-height: 1.5;
}

.returnList:hover {
    color: #fff;
}


#resize {
    float: right;
}

#resize a {
    margin: 0 5px;
    position: relative;
    text-decoration: none;
    color: #666;
}

#resize a:hover {
    color: #1c78b7;
}

#resize a.small-size {
    font-size: .18rem;

}

#resize a.small-size:after {
    content: '-';
    font-size: .14rem;
    position: absolute;
    top: -3px;
    right: -6px;
    line-height: normal;
}

#resize a.normal-size {
    font-size: .2rem;
}


#resize a.large-size {
    font-size: .22rem;
}

#resize a.large-size:after {
    content: '+';
    font-size: .18rem;
    position: absolute;
    top: -5px;
    right: -14px;
    line-height: normal;
}



/*尾部*/
.footer {
    background-image: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/images/footer.png");
    background-size: 100% 100%;
}

.footer-box {
    position: relative;
    border: 3px solid #fff;
    border-radius: .2rem;
    margin: .44rem .93rem .83rem;
    overflow: hidden;
}

.footer-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 11, 11, 0.1);
    backdrop-filter: blur(21px);
    z-index: 2;
}


.footer-boxmax {
    position: relative;
    margin: .37rem .6rem .44rem;
    z-index: 3;
}

.footer-box h3 {
    font-family: 'PingFang SC-Bold';
    font-size: .32rem;
    color: #FFFFFF;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 .15rem;
    background-image: url("https://www.peaktip.com/__xh__/sww.whu.edu.cn/images/footer-title.png");
    background-size: 2.24rem;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.footer-box .footer-text {
      /* margin: 0 1.4rem; */
     margin: 0 1rem;
}

.footer-box .footer-text p {
    font-family: 'PingFang SC-Bold';
    font-size: .16rem;
    color: #FFFFFF;
    line-height: 1.4;
    text-align: left;
    margin: 0 0 .3rem;
}

.footer-bottom {
    overflow: hidden;
}

.footer-code {
    float: left;
    width: 30%;
    margin-left: 20%;
}

.footer-code .code-img {
    width: 1.19rem;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.footer-code .code-img img {
    width: 100%;
}

.footer-code p {
    font-family: 'PingFang SC';
    text-align: center;
    font-size: .16rem;
    color: #fff;
    margin-top: .12rem;
}

.footer-info {
    float: left;
    width: 50%;
    margin-top: .05rem;
}

.footer-info p {
    font-family: 'PingFang SC-Bold';
    font-weight: 500;
    font-size: .16rem;
    color: #fff;
    margin-bottom: .15rem;
}


.footer-info img {
    display: inline-block;
    margin-right: 0.09rem;
    width: .2rem;
}