@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: "微软雅黑";
    font-size: 14px;
   overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
}

ul, li {
    list-style: none;
    margin: 0;
}

p {
    margin-bottom: 0;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

/*头部css*/

.container {
    margin: 0 auto;
    padding: 0;
}

.ad_slideup a img {
    width: 100%;
}

.header {
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/header_lou.png") 46% 18px no-repeat;
}

.header .top_line {
    height: 5px;
    line-height: 0;
    font-size: 0;
    background: #bf210d;
}

.logo {
    margin: 28px 0;
    display: block;
    float: left;
    width: 50%;
}

.navbar-toggle {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 22px;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/anniu.png") no-repeat;
    margin-top: 10px;
    padding: 0;
    margin-right: 0;
    margin-left: 10px;
    margin-bottom: 8px;
    border: none;
    border-radius: 0px;
}

.header-right {
    width: 50%;
    float: left;
    text-align: right;
}

.header-right .search {
    width: 230px;
    margin: 36px 0 0 auto;
    border: 1px solid #d25c51;
    border-radius: 18px;
}

.header-right .search .searchbox {
    padding: 2px 0px 2px 15px;
    overflow: hidden;
}

.header-right .search .searchbox .search_kang {
    width: 185px;
    height: 25px;
    float: left;
    outline: none;
}

.header-right .search .searchbox .search-button {
    margin-top: 5px;
    float: left;
}

.oldlink {
    font-size: 14px;
    color: #ab363a;
    margin: 10px 0;
    display: block;
}

.header-right .mobile {
    width: 190px;
    height: 24px;
    margin: 8px 0 0 auto;
   display: none;
}

.header-right .mobile .mblog {
    float: left;
    display: block;
    font-size: 16px;
    color: #d25c51;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/sina.png") left center no-repeat;
    padding-left: 35px;
    padding-top: 3px;
}


.header-right .mobile .mblog:hover {
    color: #c30505;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/sina_hover.png") left center no-repeat;
}

.header-right .mobile .line {
    float: left;
    width: 30px;
    text-align: center;
    color: #d25c51;
    margin-top: 3px;
}

.header-right .mobile .wechat {
    font-size: 16px;
    color: #d25c51;
    float: left;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/wechat.png") left center no-repeat;
    padding-top: 3px;
}

.header-right .mobile .wechat:hover{
    color: #c30505;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/wechat_hover.png") left center no-repeat;
}


.header-right .mobile .wechat #wechat_con {

    position: absolute;
    z-index: -1;
    top: 30px;
    left: 0;
    padding: 5px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    background: #ececec;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s;
    transition: all .3s;
}


.header-right .mobile .wechat:hover #wechat_con{
    z-index: 2;
    opacity: 1;
	filter: alpha(opacity=1);
	/* IE */
	-moz-opacity: 1;
	/* 老版Mozilla */
	-khtml-opacity: 1;
	/* 老版Safari */
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/*导航样式*/

.nav-mark {
    float: left;
    margin-top: 15px;
}

.nav {
    background: #b30404;
    height: 56px;
    line-height: 56px;
}

.nav ul li {
    float: left;
    position: relative;
    width: 8.9%;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    color: #f5f0f0;
    text-align: center;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/nav-bolid.png") left center no-repeat;
}

.nav ul li a {
    display: block;
    font-family: "微软雅黑";
    font-size: 20px;
    color: #fff;
}

.nav ul li:hover a{
   color: #f8c769;
}

.nav ul li.nav2 .hover01 {
    position: absolute;
    left: 0;
    border-top: 1px solid #b71212;
    /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);*/
    transition: all 0.3s ease-out 0s;
    height: 0;
    /*background-color: #fff;*/
    background:#b30404;
    /* width: 0; */
    width:100%;
    opacity: 0;
    z-index: 33;
}

.nav ul li.nav2:hover a {
   /* background-image: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/nav-hover-san.png");
    background-position: 45% 45px;
    background-repeat: no-repeat;
    background-size: 28px;*/
   color: #f8c769;

}

.nav ul li.nav2:hover .hover01 {
    transition: all 0.3s ease-out 0s;
    width: 100%;
    height: auto;
    opacity: 1;
    z-index: 44;
}

/*.nav ul li.nav2:hover .hover01 ul{
 overflow: hidden;
}*/

.nav ul li.nav2 .hover01 .left {
    display: block;
    float: left;
    width: 158px;
    height: 131px;
    overflow: hidden;
    margin: 16px 30px 16px 16px;
}

.nav ul li.nav2 .hover01 .left img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.nav ul li.nav2 .hover01 .left img:hover {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.special ul li img {
    width: 100%;
    min-height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


.nav ul li.nav2 .hover01 .right {
    float: left;
    width: 118px;
    margin-top: 12px;
}

.nav ul li.nav2 .hover01 .right li {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
}


.nav ul li.nav2 .hover01 ul li {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: none;

}
.nav ul li.nav2 .hover01 .right li a {
    display: block;
    font-size: 16px;
    color: #333;
    text-align: left;
}

.nav ul li.nav2 .hover01 ul  li a {
    display: block;
    font-size: 16px;
    color: #fff;
    text-align: left;
}

.nav ul li.nav2 .hover01 .right li:hover a {
    color: #b30404;
}

.nav ul li.nav2 .hover01 ul li:hover a {
    color: #f8c769;
}


.nav ul li.nav2 .hover01 ul li a span {
    width: 6px;
    float: left;
    line-height: 36px;
    height: 36px;
    margin-right: 7px;
    margin-left: 20px;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/nav-circular.png") 0 center no-repeat;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.nav ul li.nav2 .hover01 .right li a span {
    width: 8px;
    float: left;
    line-height: 36px;
    height: 36px;
    margin-right: 7px;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/nav-circular.png") 0 center no-repeat;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.nav ul li.nav2 .hover01 .right li:hover a span {
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/nav-circular.png") -8px center no-repeat;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.nav ul li.nav2 .hover01 ul li:hover a span {
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/nav-circular.png") -6px center no-repeat;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.nav ul li.nav2 .hover01 .right li ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: 0px;
    height: 163px;
    background: #f5f5f5;
    overflow: hidden;
    opacity: 0;
    z-index: 44;
}

.nav ul li.nav2 .hover01 .right li:hover ul {
    transition: all 0.3s ease-out 0s;
    width: 120px;
    opacity: 1;
    z-index: 55;
}

/*.nav ul li.nav2 .hover01 .right li ul.n1 {
    padding-top: 12px;
    margin-top: -12px;
}

.nav ul li.nav2 .hover01 .right li ul.n2 {
    padding-top: 48px;
    margin-top: -48px;
}

.nav ul li.nav2 .hover01 .right li ul.n3 {
    padding-top: 84px;
    margin-top: -84px;
}

.nav ul li.nav2 .hover01 .right li ul.n4 {
    padding-top: 120px;
    margin-top: -120px;
}*/

.nav ul li.nav2 .hover01 .right li ul li {
    padding: 0 7px;
}

.nav ul li.nav2 .hover01 .right li ul li a {
    color: #333;
}

.nav ul li.nav2 .hover01 .right li:hover ul li a {
    color: #333;
}

.nav ul li.nav2 .hover01 .right li:hover ul li:hover a {
    color: #b30404;
}

.nav ul li.nav2 .hover01 .right li ul li a span {
    width: 12px;
    float: left;
    line-height: 36px;
    height: 36px;
    margin-right: 7px;
    background: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.nav ul li.nav2 .hover01 .right li:hover ul li a span {
    background: none;
}

.nav ul li.nav2 .hover01 .right li ul li:hover a span {
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/nav-arrow.png") 0 center no-repeat;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.nav ul li.nav2:hover .hover01 ul ul{
   display: none;
   position: absolute;
    left: 100%;
    top: 0;
    background: #b30404;
    width: 100%;
}

.nav ul li.nav2 .hover01 ul li:hover ul{
        display: block;
}

.nav ul li.nav2 .hover01 ul ul li a{
       color: #fff;
}

.nav ul li.nav2 .hover01 ul ul li a span{
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/nav-circular.png") 0 center no-repeat;
}

.nav ul li.nav2 .hover01 ul li:hover li a{
   color: #fff;
}

.nav ul li.nav2 .hover01 ul li:hover li a span{
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/nav-circular.png") 0 center no-repeat;
}

.nav ul li.nav2 .hover01 ul li li:hover a{
   color: #f8c769;
}

.nav ul li.nav2 .hover01 ul li li:hover a span{
     background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/nav-circular.png") -6px center no-repeat;
}

/*首页滚动文字 */

.marq_box {
    padding: 18px 0;
    position: relative;
    z-index: 35;
}

.marquee-sibling {
    padding: 0;
    width: 8%;
    height: 53px;
    line-height: 51px;
    text-align: left;
    float: left;
    left: 0;
    overflow: hidden;
    z-index: 36 !important;
    background: #f6f1f1;
}

.marquee {
    margin-left: 8%
}

.marq_box .container {
padding: 0;
    position: relative;
    background: #f6f1f1;
    height: 53px;
    overflow: hidden;
}

/* .marquee-1{
   width: 100%;
    overflow: hidden;
} */

.marquee, *[class^=marquee] {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    z-index: 35;
}

.marquee-content-items {
    display: inline-block;
    margin: 0;
    height: 53px;
    position: relative;
    white-space: nowrap;
}

.marquee-content-items li {
    display: inline-block;
    line-height: 53px;
    margin: 0 17px;
}

.marquee-content-items li a {
    font-size: 22px;
    color: #000
}

.marquee-content-items li:hover a {
    color: #a41018;

}

.marquee-content-items li a span{
     margin: 0 5px;
    font-weight: bold;
}

.marquee-content-items li:hover a span{

    color: #a41018;

}

/*首页内容样式*/

.new {
    background: #fff;
    padding: 10px 0 48px;
    position: relative;
    z-index: 35;
}

.new  .more-button-gzdt {
    color: #a82025;
    display: block;
    font-size: 16px;
   /*text-align: right;*/
    margin: 0px 10px 0px;
    position: relative;
}

.banner-lunbo {
    width: 52.5%;
    float: left;
    overflow: hidden;
}

#full-width-slider {
    width: 100%;
}

.banner-lunbo .rsGCaption {
    color: #fff;
    font-size: 26px;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/lunbo.png") 100% repeat;
    height: 64px;
    line-height: 64px;
    font-family: "苹方";
    font-weight: normal;
    position: absolute;
    z-index: 50;
    left: 0;
    bottom: 0;
    padding: 0 18%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banner-lunbo .rsMinW .rsBullets {
    display: none;
}

#full-width-slider .rsArrow .rsArrowIcn {
    position: absolute;
    width: 13px;
    height: 27px;
    z-index: 51;
}

#full-width-slider .rsArrowLeft .rsArrowIcn {
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/lunbo-left.png") center center no-repeat;
    left: 20px;
    bottom: 16px;
}

#full-width-slider .rsArrowRight .rsArrowIcn {
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/lunbo-right.png") center center no-repeat;
    right: 20px;
    bottom: 16px;
}

#full-width-slider .number {
    position: absolute;
    bottom: 11px;
    left: 8%;
    font-size: 24px;
    font-family: "苹方";
    font-weight: normal;
    color: #fff;
    line-height: 33.91px;
    letter-spacing: 2px;
    z-index: 51;
}

#full-width-slider .number span {
    font-size: 36px;
   
}

.wen-body {
    float: left;
    width: 44%;
    margin-left: 3.5%;
}

.media-heading {
    margin-bottom: 5px;
}

.media-heading a {
    display: block;
    font-size: 30px;
    font-family: "微软雅黑";
    color: #333;
    font-weight: bold;
    height: 33px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-grey {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.n_more {
    font-size: 16px;
    color: #a41018;
    margin-left: 10px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.n_more:hover{
    color: #a41018;
    font-weight: bold;
    padding-left: 20px;
}

.wen-list {
    margin-top: 12px;
    padding-top: 2px;
    border-top: 1px solid #dddddd;
}

.wen-body ul li a {
    width: 100%;
    font-size: 18px;
    line-height: 50px;
    display: block;
    height: 50px;
    box-sizing: border-box;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wen-body ul li a span {
    color: #a41018;
    font-size: 20px;
    font-weight: bold;
    margin-right: 8px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.wen-body ul li a:hover {
    color: #a41018;
    font-weight: bold;
}

.wen-body ul li a:hover span{
    margin-right: 10px;
}

/* 信息公告 */

.information {
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/information2.jpg") center bottom no-repeat;
}

.information-top {
    height: 100%;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/information1.jpg") center top no-repeat;
    background-size: 100% 274px;
    overflow: hidden;
}

.information .item {
    padding: 63px 0 54px;
}

.information .item ul {
    text-align: center;
    margin: 0;
}

.information .item ul li {
    display: inline-block;
    margin: 0 15px;
    transition: all .4s linear;
    cursor: pointer;
    padding: 21px 40px 36px 27px;
}

.information .item ul li a {
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/info.png") left center no-repeat;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    padding-left: 56px;
    transition: all .5s linear;
}

.information .item ul li+li a {
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/cadre.png") left center no-repeat;
}

.information .item ul li.active {
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/information_active.png") center no-repeat;
    background-size: 100% 100%;
}

.information .item ul li.active a {
    color: #c30505;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/info-hover.png") left center no-repeat;
}

.information .item ul li+li.active a {
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/cadre-hover.png") left center no-repeat;
}

.information .cont-box{
  margin: 40px 0 0;
    overflow: hidden;
}

.information .cont-box.gbrm{
   margin: 100px 0 0;
}

.information .cont-box-title{
    writing-mode:vertical-lr;
    font-size: 36px;
    color: #fff;
    float: left;
    width: 3%;
}

.information .cont-xxgg{
 color: #fff;
}


.information .cont-zdtj{
 color: #a51d22;
}


.information .cont {
    margin-bottom: 45px;
}

.information ul.xue {
        /* margin-left: -2.6%; */
    margin-bottom: 0;
    width: 97%;
    float: left;
   margin-top: 10px;
}

.information ul.xue li {
    float: left;
    width: 23%;
    background: #fff;
    margin: 0px 0px 15px 2%;
   position: relative;
}

.information ul.xue li::before {
    background-color: #ef9f41;
    content: '';
    width: 4px;
    height: 0;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    position: absolute;
    left: 0;
    top: 0px;
}

.information ul.xue li:hover::before{
  height:100%;
} 

.information ul.xue li a {
    display: block;
    padding: 30px 20px 25px 30px;
    overflow: hidden;
}


.information ul.xue li .cont-title {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 70%;
    float: left;
}

.information ul.xue li:hover .cont-title{
   color: #ab363a;
}

.information ul.xue li .cont-time {
    width: 30%;
    float: left;
    text-align: right;
}

.information ul.xue li .cont-time h4 {
    font-size: 36px;
    color: #ab363a;
    /*font-family: "Candara";*/
    margin-bottom: 5px;
    margin-top: -15px;
}

.information ul.xue li .cont-time .month {
    font-size: 14px;
    color: #333;
}

.information ul.xue li .cont-time .year {
    font-size: 14px;
    color: #333;
}


.information ul li .time {
    float: left;
    width: 65px;
    height: 100%;
    margin: 46px 28px 33px 40px;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/time.jpg") center no-repeat;
    transition: all .6s;
}

.information ul li:hover .time {
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/time_hover.jpg") center no-repeat;
}

.information ul li .time .damo, .information ul li .time .year {
    height: 50%;
    text-align: left;
    padding-left: 7px;
    color: #fff;
}

.information ul.xue li .time .damo h4 {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 18px;
    padding-top: 15px;
}

.information ul li .time .damo span {
    display: block;
    font-size: 14px;
    line-height: 26px;
    margin-top: 4px;
}

.information ul li .time .year {
    line-height: 74px;
    font-size: 16px;
    color: #fff;
}

.information ul li .cont-info {
    margin: 46px 29px 33px 0px;
}

.information ul li .cont-info h4 {
    font-size: 18px;
    color: #545454;
    line-height: 1.5;
    height: 54px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0 0 10px;
}

.information ul li:hover .cont-info h4{
    color: #be242b;
}

.information ul.xue li .cont-info .source {
    font-size: 14px;
    color: #696969;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.information ul.xue li .cont-info .more {
    display: block;
    text-align: right;
}

.information ul.xue li:hover .cont-info .more{
 -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-right: 10px;
}

.information .more-button {
        display: block;
    font-size: 16px;
    /* color: #fff; */
    /* background-color: #be242b; */
    /* padding: 12px 0; */
    /* width: 150px; */
    text-align: right;
    margin: 0px 10px 0px;
    position: relative;
}

.information  .more-button-xxgg{
  color: #fff;
}

.information  .more-button-gbrm{
  color: #a82025
}



/*.information .more-button:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 6px;
    left: 35px;
    background-color: #fff;
    -moz-transition: all .36s cubic-bezier(0.32, 0.17, 0, 1);
    -o-transition: all .36s cubic-bezier(0.32, 0.17, 0, 1);
    -webkit-transition: all .36s cubic-bezier(0.32, 0.17, 0, 1);
    transition: all .36s cubic-bezier(0.32, 0.17, 0, 1);
}*/

.information .more-button:hover:before {
    width: 80px;
}

/* 基层风采 */

.index-threebox {
    padding-top: 50px;
}

.jichen-box {
    padding: 0 1.5% 0 0;
    margin-bottom: 20px;
}

.jichen-box .item ul, .theory-box .item ul {
    height: 63px;
    border-bottom: 2px solid #a91e24;
}

.jichen-box .item ul li, .theory-box .item ul li {
    display: inline-block;
    margin-bottom: -9px;
}

.jichen-box .item ul li a, .theory-box .item ul li a {
    font-size: 24px;
    color: #d25c51;
    transition: all .5s linear;
    padding-left: 62px;
}

.jichen-box .item ul li {
    height: 65px;
    line-height: 60px;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/jichen_hover.png") left center no-repeat;
}

.jichen-box .item ul li+li {
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/work_hover.png") 25px 15px no-repeat;
}

.jichen-box .item ul li.active {
    line-height: 63px;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/item-bolid.jpg") left bottom no-repeat;
}

.jichen-box .item ul li.active a {
    font-size: 32px;
    font-weight: bold;
    color: #c30505;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/jichen.png") left center no-repeat;
}

.jichen-box .item ul li+li.active a {
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/work.png") left center no-repeat;
}

.jichen-box .item ul li .item-li {
    margin: 0px 10px 14px 25px;
}

.jicheng .cont, .gzzn .cont {
    position: relative;
}

.jicheng .more, .gzzn .more {
    position: absolute;
    right: 25px;
    top: 26px;
    font-size: 18px;
    color: #b95757;
}

.jicheng .more img, .gzzn .more img {
    margin-left: 5px;
    margin-bottom: 3px;
   -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.jicheng .more:hover img, .gzzn .more:hover img{
   margin-left: 10px;
}

.jicheng ul li, .gzzn ul li {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 12px;
}

.jicheng ul li a, .gzzn ul li a {
    width: 100%;
    font-size: 18px;
    line-height: 63px;
    display: block;
    height: 63px;
    box-sizing: border-box;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jicheng ul li:hover a, .gzzn ul li:hover a{
    color: #c4000a;
    font-weight: bold;
}

/*.jicheng ul li a span, .gzzn ul li a span {
    color: #a50000;
    font-size: 14px;
    padding: 8px 20px;
    margin: 0px 15px 0px 5px;
    border: 1px solid #a50000;
    border-radius: 20px;
    position: relative;
}

.jicheng ul li:hover a span, .gzzn ul li:hover a span {
     color: #fff;
}

.jicheng ul li a span:before , .gzzn ul li a span:before {
        content: '';
        width: 0;
        height: 100%;
        background:#c4000a;
        position: absolute;
        left: 0;
        bottom: 0px;
        border-radius: 20px;
        -webkit-transition: all .4s linear;
        -moz-transition: all .4s linear;
        -ms-transition: all .4s linear;
        transition: all .4s linear;
        z-index: -1;
    }

    .jicheng ul li:hover a span:before , .gzzn ul li:hover a span:before {
        content: '';
        width: 100%;
    }*/

.theory-box {
    padding: 0 0 0 1.5%;
    margin-bottom: 20px;
}

.theory-box .item ul li {
    height: 65px;
    line-height: 60px;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/lilun_hover.png") left center no-repeat;
}

.theory-box .item ul li+li {
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/zhidu_hover.png") 25px 15px no-repeat;
}

.theory-box .item ul li.active {
    line-height: 63px;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/item-bolid.jpg") left bottom no-repeat;
}

.theory-box .item ul li.active a {
    font-size: 32px;
    font-weight: bold;
    color: #c30505;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/lilun.png") left center no-repeat;
}

.theory-box .item ul li+li.active a {
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/zhidu.png") left center no-repeat;
}

.theory-box .item ul li .item-li {
    margin: 0px 10px 14px 25px;
}

.lilun .cont, .zhidu .cont {
    position: relative;
}

.lilun .more, .zhidu .more {
    position: absolute;
    right: 5px;
    top: 26px;
    font-size: 18px;
    color: #b95757;
}

.lilun .more img, .zhidu .more img {
    margin-left: 5px;
    margin-bottom: 3px;
 -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.lilun .more:hover img, .zhidu .more:hover img{
   margin-left: 10px;
}

.lilun ul li, .zhidu ul li {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 12px;
}

.lilun ul li a, .zhidu ul li a {
    width: 100%;
    font-size: 18px;
    line-height: 63px;
    display: block;
    height: 63px;
    box-sizing: border-box;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lilun ul li:hover a, .zhidu ul li:hover a{
    color: #c4000a;
    font-weight: bold;
}

.lilun ul li a span, .zhidu ul li a span ,.jicheng ul li a span, .gzzn ul li a span {
    color: #c4000a;
    font-size: 18px;
    margin: 0px 15px 0px 5px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.lilun ul li:hover a span, .zhidu ul li:hover a span ,.jicheng ul li:hover a span, .gzzn ul li:hover a span{
    padding-left: 10px;
}

/*视频轮播 */

.index-title {
    font-size: 36px;
    color: #be242b;
    font-weight: bold;
    text-align: center;
}

.videoswiper {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 66px;
padding-bottom: 145px;
    background: #fff url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/videoswiper.jpg") no-repeat center bottom;
}

.videoswiper .swiper-slide {
    overflow: hidden;
    margin-top: 140px;
}

.videoswiper .swiper-slide .container {
    position: relative;
}

.videoswiper .swiper-slide .video_text {
    width: 43.75%;
    float: left;
    position: absolute;
    left: 0;
    top: 51.5px;
    z-index: 44;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/video_text.jpg") center no-repeat;
   background-size: 100% 100%;
}

.videoswiper .swiper-slide .video_text a {
    display: block;
    padding: 70px 65px 65px 55px;
    overflow: hidden;
}

.videoswiper .swiper-slide .video_text h3 {
        font-size: 34px;
    height: 37px;
    color: #fff;
    margin-bottom: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.videoswiper .swiper-slide .video_text p {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 141px;
    height: 108px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.videoswiper .swiper-slide .video_src {
    width: 56.25%;
    height: 507px;
    float: right;
   background-color: #474747;
   overflow: hidden;
   cursor: pointer;
   position: relative;
  
}


.videoswiper .videos-box {
   display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 100;
    background: rgb(0, 0, 0);
    opacity: 0.95;
    width: 100%;
}

.videoswiper .videos-box .videos{
     width: 640px;
    margin: 120px auto;
    background: #f8f8f8;
    position: relative;
}

.videoswiper .videos-box .videos #video{
    display: block;
    
    padding: 10px;
}

 .videoswiper .videos-box .videos .vclose {
    position: absolute;
    right: 20px;
    top: 20px;
    border-radius: 100%;
    cursor: pointer;
}


.videoswiper .swiper-slide .video_src .video-img{
    width: 100%;
min-height: 100%;
}

.videoswiper .swiper-slide .video_src  video{
    width: 100%;
height: 100%;
}

.videoswiper .swiper-slide .video_src .video-zanti{
   position: absolute;
    left: 45%;
    bottom: 45%;
    z-index: 22;
}

.videoswiper .swiper-slide .video_src embed {
    width: 100%;
    height: 100%;
}

.videoswiper.swiper-container-horizontal .swiper-pagination-bullets {
    height: 60px;
    line-height: 50px;
    bottom: 110px;
    bottom: 180px;
    left: 9.5%;
}

.videoswiper.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 36px;
    height: 60px;
    background: none;
    border-bottom: 3px solid #f5b756;
    font-size: 24px;
    color: #fff;
    margin: 0;
    opacity: 1;
    border-radius: 0;
    position: relative;
}

.videoswiper.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 100%;
    border-bottom: 3px solid #ffffff;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.videoswiper.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 100%;
}


.videoswiper .swiper-slide .video_text a.video-mores {
    padding: 5px 20px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 10%;
    bottom: 35px;
}

.videoswiper .swiper-slide .video_text a.video-mores:hover{
       background: #fff;
       color:#f5b756
}

/* 人物轮播 */

.peopleswiper {
    position: relative;
    overflow: hidden;
    /*padding-top: 170px;*/
    padding-top: 75px;
    padding-bottom: 140px;
 background: #e5e5e5 url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/peopleswiper.jpg") no-repeat center top;
   /* background: #e5e5e5;*/
}

.people-jiaolou {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 66;
   width: 28.3%;
    max-width: 468px;
}

.peopleswiper .swiper-slide {
    overflow: hidden;
    margin-top: 95px;
}

.peopleswiper .swiper-slide .container {
    -moz-box-shadow: 2px 2px 10px rgba(136, 134, 130, 0.52);
    -webkit-box-shadow: 2px 2px 10px rgba(168, 168, 168, 0.52);
    box-shadow: 0px 2px 10px 0px rgba(136, 134, 130, 0.52);
    /* box-shadow: 0px 2px 6px 0px rgba( 0, 0, 0,0.3); */
}

.peopleswiper .swiper-slide .people_img {
    width: 49%;
    float: left;
    position: relative;
}

.peopleswiper .swiper-slide .people_img a {
    display: block;
    padding-bottom: 496px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.peopleswiper .swiper-slide .people_text {
    width: 51%;
    float: right;
    background: #fff url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/people-lou.png") no-repeat right bottom;
    padding-bottom: 47px;
   position: relative;
}

.peopleswiper .swiper-slide .people_text .name {
    font-size: 34px;
    color: #2b2620;
    margin-top: 28px;
    line-height: 40px;
    margin-left: 10%;
    border-left: 5px solid #be242b;
    padding-left: 20px;
   /* padding-bottom: 18px;*/
    padding-bottom: 8px;
}


.peopleswiper .swiper-slide .people_text .people-top{
     margin-top: 40px;
    margin-left: 10%;
  }

.peopleswiper .swiper-slide .people_text .call {
    font-size: 24px;
   /* color: #545454;*/  color: #333;
    margin-left: 10%;
    border-left: 5px solid #be242b;
    padding-left: 20px;
}

.peopleswiper .swiper-slide .people_text p {
    font-size: 18px;
    color: #2b2620;
    line-height: 2;
    height: 144px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
   /* margin: 68px 10% 77px;*/
     margin: 44px 10% 77px;
}

.peopleswiper .swiper-slide .text-more{
   display: block;
    border: 1px solid #be242b;
    color: #be242b;
    position: absolute;
    right: 70px;
    bottom: 50px;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 14px;
}

.peopleswiper .swiper-slide .text-more:hover{
   background: #be242b;
    color: #fff;
}

.peopleswiper .swiper-button-prev {
    width: 56px;
    height: 20px;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/people-left.png");
}

.peopleswiper .swiper-button-next {
    width: 56px;
    height: 20px;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/people-right.png");
}

.peopleswiper.swiper-container-horizontal .swiper-pagination-bullets {
    height: 60px;
    line-height: 50px;
    /* padding-left: 265px; */
    bottom: 190px;
    left: 53.6%;
}

.peopleswiper.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 36px;
    height: 60px;
    background: none;
    border-bottom: 3px solid #f5b756;
    font-size: 24px;
    color: #2b2620;
    margin: 0;
    opacity: 1;
    border-radius: 0;
    position: relative;
}

.peopleswiper.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 100%;
    border-bottom: 3px solid #be242b;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.peopleswiper.swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 100%;
}

/* 首页专题 */

.special {
    margin: 70px 0 50px;
}

.special ul li {
    float: left;
    width: 31.7%;
    margin-left: 2.45%;
    margin-top: 37px;
    height: 183px;
    overflow: hidden;
}

.special ul li img {
    width: 100%;
    min-height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.special ul li:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.special ul li.n3 {
    width: 14.6%;
}

.special ul li.n4 {
    width: 15.5%;
    margin-left: 1.6%;
}

.special ul li.n5 {
    width: 14.6%;
    margin-left: 0;
}

.special ul li.n6 {
    width: 15.5%;
    margin-left: 1.6%;
}

.special ul li:first-child {
    margin-left: 0;
}

/* 内页大图 */

.x-banner img {
    width: 100%;
}

/* 内页小导航 */

.web-nav {
    background: #e9e9e9;
}

.web-nav .container {
    position: relative;
    height: 60px;
}

.web-nav h4 {

    font-size: 30px;
    color: #fff;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/web-nav.jpg") center no-repeat;
    text-align: center;
    height: 88px;
    line-height: 75px;
    float: left;
    width: 300px;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px 5px 0 0;
}

.web-nav h4:before {
    content: '';
    width: 30px;
    height: 2px;
    background: #f8c769;
    position: absolute;
    left: 135px;
    bottom: 23px;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}

.web-nav ul {
    padding-left: 310px;
    margin-top: 12px;
    overflow: hidden;
}

.web-nav li {
    float: left;
    border-radius: 20px;
    border: 2px solid #b30404;
    margin-left: 12px;
    position: relative;
}

.web-nav li a {
    display: block;
    font-size: 18px;
    height: 34px;
    line-height: 34px;
    color: #ae0d15;
    padding: 0 25px;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.web-nav li:hover a{
    color: #f8c769;
}

.web-nav li:before {
    content: '';
    width: 0;
    height: 100%;
    background: #b30404;
    position: absolute;
    left: 0;
    bottom: 0px;
    border-radius: 16px;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
    z-index: 1;
}

.web-nav li.active:before {
    width: 100%;
}

.web-nav li.active a{
     color: #f8c769;
}

.web-nav li:hover:before {
    width: 100%;
}

/*当前位置*/

.location {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    color: #333;
}

.location img {
    margin: 0 5px 3px 15px;
}

.location a {
    font-size: 16px;
    color: #333;
}

/* 简介页 */

.about {
    padding: 30px 0 120px;
}

.about .about-xinxi {
    background: #f5f5f5;
    margin: 15px 0 30px;
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 15px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.about .about-content {
    position: relative;
}

.about .about-content table{
   border: none;
}

.about .about-content table tr{
    border-bottom: 2px solid #a41018;
}

.about .about-content table tr+tr {
    border-bottom: 1px solid #b6b6b6;
}
.about .about-content table tr td {
    border: none !important;
    padding: 15px 10px !important;
}
.about .about-content table tr td p{
    font-size: 24px !important;
    color: #a41018 !important;
    font-family: "微软雅黑" !important;
}

.about .about-content table tr+tr td p{
   font-size: 20px !important;
    color: #555 !important;
    font-family: "微软雅黑" !important;
}

.about .about-content table tr td p span{
    font-size: 24px !important;
    color: #a41018 !important;
    font-family: "微软雅黑" !important;
}

.about .about-content table tr+tr td p span{
   font-size: 20px !important;
    color: #555 !important;
    font-family: "微软雅黑" !important;
}

.about .about-content_text {
    padding: 0 30px;
}

.about .about-content_text p {
    font-size: 18px;
    color: #333;
    line-height: 36px;
}

.about .about-content_text h4 {
    font-size: 18px;
    color: #ae0d15;
    line-height: 36px;
    margin-top: 20px;
}

.about .bdsharebuttonbox {
    /* text-align: right; */
    /* position: absolute; */
    /* left: -62px; */
    /* top: 100px; */
    overflow: hidden;
   padding-right: 40px;
}
.about .bdsharebuttonbox p{
    float: right;
    font-size: 16px;
    color: #333;
  margin: 10px;
}

.about  .bdsharebuttonbox .bds_mshare {
    float: none;
    display: block;
    width: 60px;
    padding-left: 0;
    line-height: 60px;
    height: 60px;
    background-image: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/share.jpg");
    background-position: center;
    margin: 0;
}

.about .bdsharebuttonbox .bds_weixin {
    float: right;
    display: block;
    width: 25px;
    padding-left: 0;
    line-height: 22px;
    height: 22px;
    background-image: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/wechat01.png");
    background-position: center;
    margin: 10px;
}

.about .bdsharebuttonbox .bds_tsina {
    float: right;
    display: block;
    width: 25px;
    padding-left: 0;
    line-height: 22px;
    height: 22px;
    background-image: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/blog01.png");
    background-position: center;
   margin: 10px;
}

.about  .bdsharebuttonbox .bds_sqq {
    float: none;
    display: block;
    width: 60px;
    padding-left: 0;
    line-height: 60px;
    height: 60px;
    background-image: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/qq.jpg");
    background-position: center;
    margin: 0;
}

.bd_weixin_popup {
    width: 250px !important;
    height: 290px !important;
}

.bd_weixin_popup .bd_weixin_popup_main {
    padding: 15px 10px 10px !important;
}

.bd_weixin_popup .bd_weixin_popup_foot {
    text-align: center !important;
}

/* 列表页 */

.list {
    padding: 10px 0 50px;
}

/*.list ul li {
    padding: 44px 70px;
    position: relative;
    background: #f8f8f8;
    margin-bottom: 20px;
}

.list ul li:hover{
 background-color: #ae0d15;
    background-image: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/list-logo.png");
    background-position: right center;
    background-repeat: no-repeat;
}

.list ul li::after {
    content: '';
    width: 100%;
    height: 1px;*/
    /*background: #ccc;*/
   /* position: absolute;
    left: 0;
    bottom: 0px;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}

.list ul li:hover {
    box-shadow: 1px 3px 10px #ccc;
}

.list ul li:hover::after {
    width: 0;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}

.list ul li .time {
    float: left;
    width: 72px;
    text-align: center;
    margin-right: 35px;
}

.list ul li .time h4 {
    font-size: 30px;
    color: #888;
    padding: 34px 0 16px;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/calendar.png") center no-repeat;
}

.list ul li:hover .time h4 {
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/calendar-hover.png") center no-repeat;
    color: #fff;
}

.list ul li .time p {
    font-size: 16px;
    color: #888;
    margin-top: 4px;
}

.list ul li:hover .time p {
    color: #fff;
}

.list ul li .list-info h4 {
    font-size: 24px;
    color: #333;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 12px;
}

.list ul li:hover .list-info h4{
  color: #fff;
}

.list ul li .list-info .abstract {
    font-size: 16px;
    color: #888;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.list ul li:hover .list-info .abstract {
   color: #fff;
}*/

.list-content ul li {
    /* background: #000; */
    border-bottom: 1px solid #e0e0e0;
    padding-top: 5px;
}

.list-content ul li:hover a span{
 padding-left: 10px;
}

.list ul li a {
    width: 100%;
    font-size: 18px;
    line-height: 63px;
    display: block;
    height: 63px;
    box-sizing: border-box;
    color: #555;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-content ul li:hover a{
   color: #c4000a;
}

.list ul li a span {
    color: #d25c51;
    font-size: 18px;
   /* font-family: "Candara";*/
    margin: 0px 30px 0px 5px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.xiao-nav {
    margin-top: 10px;
   overflow: hidden;
}

.xiao-nav ul li {
    float: left;
    padding: 10px 30px;
}

.xiao-nav ul li:hover {
    background: #f8c769;
}

.xiao-nav ul li.active{
   background: #f8c769;
}

.xiao-nav ul li a {
    font-size: 20px;
    color: #333;
}

.xiao-nav ul li:hover a{
   color: #fff;
}

.xiao-nav ul li.active a{
   color: #fff;
}

/* 内容页 */

.left-box {
    padding: 0 2.37% 0 0;
}


.left-box .content-title{
     border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    margin-top: 12px;
}

.left-box .content-title h4{
   float: left;
    font-size: 28px;
    font-weight: bold;
    color: #b30404;
    border-bottom: 2px solid #b30404;
    padding-bottom: 9px;
}

.renyuan .content-title{
     border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    margin-top: 12px;
}

.renyuan .content-title h4{
   float: left;
    font-size: 28px;
    font-weight: bold;
    color: #b30404;
    border-bottom: 2px solid #b30404;
    padding-bottom: 9px;
}

.article {
    margin-top: 40px;
    padding-bottom: 40px;
}

.article h1.intro {
    text-align: center;
    font-size: 16px;
    color: #595c5b;
    font-family: "微软雅黑";
    line-height: 1.5;
    margin: 0;
}

.article h2.title {
    text-align: center;
    font-size: 24px;
    color: #333;
    line-height: 30px;
    margin: 8px 0;
    height: auto;
    border-bottom: none;
}

.article h3.subtitle {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    text-align: center;
    margin: 0
}

.article h4.information {
    margin: 40px 0 10px;
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 15px 0;
    background: none;
    border: 1px solid #e9e9e9;
}

.article .content {
    color: #333;
    font-size: 16px;
    line-height: 36px;
    min-height: 250px;
    padding: 20px 40px;
    margin-top: 20px;
}

.article .content  iframe {
    width: 100%;
   
}

.article .content p {
    margin: 5px 0 !important;
    color: #333 !important;
    font-size: 18px !important;
    line-height: 36px !important;
}

.article .content p span {
    color: #333 !important;
    font-size: 18px !important;
    line-height: 36px !important;
}

.article .content p img {
    max-width: 100%;
}

.article .bdsharebuttonbox {
    /* text-align: right; */
    /* position: absolute; */
    /* left: -62px; */
    /* top: 100px; */
    overflow: hidden;
   padding-right: 40px;
}
.article .bdsharebuttonbox p{
    float: right;
    font-size: 16px;
    color: #333;
  margin: 10px;
}

.article .bdsharebuttonbox .bds_mshare {
    float: none;
    display: block;
    width: 60px;
    padding-left: 0;
    line-height: 60px;
    height: 60px;
    background-image: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/share.jpg");
    background-position: center;
    margin: 0;
}

.article .bdsharebuttonbox .bds_weixin {
    float: right;
    display: block;
    width: 25px;
    padding-left: 0;
    line-height: 22px;
    height: 22px;
    background-image: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/wechat01.png");
    background-position: center;
    margin: 10px;
}

.article .bdsharebuttonbox .bds_tsina {
    float: right;
    display: block;
    width: 25px;
    padding-left: 0;
    line-height: 22px;
    height: 22px;
    background-image: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/blog01.png");
    background-position: center;
   margin: 10px;
}

.article .bdsharebuttonbox .bds_sqq {
    float: none;
    display: block;
    width: 60px;
    padding-left: 0;
    line-height: 60px;
    height: 60px;
    background-image: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/qq.jpg");
    background-position: center;
    margin: 0;
}

.article .bdsharebuttonbox a:hover {
    color: #333;
    opacity: .8;
    filter: alpha(opacity=80);
}

.right-box {
    padding: 0;
}

.left-new {
    margin: 55px 0 40px;
}

.left-new .left-new-title {
    overflow: hidden;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/left-new-title.jpg") 5px 10px no-repeat;
    padding: 0 0 0 25px;
}

.left-new .left-new-title h3 {
    font-size: 18px;
    color: #fff;
    color: #b30404;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 18px;
    overflow: hidden;

}
.left-new .left-new-title h3 span{
display: block;
    border-bottom: 1px solid #90181b;
    padding: 8px 0;
    /* margin: 8px 0; */
    float: left;
}

.left-new ul li {
    /* padding: 13px 8px; */
    /* border-bottom: 1px solid #d9d9d9; */
    /* margin-bottom: 5px; */
    overflow: hidden;
    padding: 0 5px 20px 25px;
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/left-new-list.jpg") left 2px no-repeat;
}

.left-new ul li:hover{
   background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/left-new-listhover.jpg") left 2px no-repeat;
}

.left-new ul li .point-time{
   font-size: 16px;
   color:#c36a6e;
}

.left-new ul li a {
    font-size: 16px;
    color: #555;
    line-height: 28px;
    margin-top: 3px;
    height: 56px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.left-new ul li:hover a{
    color: #ab363a;
}

.left-new ul li .point-info {
    width: 67px;
    float: left;
    text-align: right;
    margin-right: 13px;
    margin-top: 5px;
    /* border-top: 1px solid #d9d9d9; */
    /* border-left: 1px solid #d9d9d9; */
    /* border-right: 1px solid #d9d9d9;*/
}

.left-new ul li .point-info .time-date {
    font-size: 24px;
    line-height: 24px;
    color: #ae0d15;
    padding-right: 5px;
}

.left-new ul li .point-info .time-year {
    font-size: 14px;
    color: #888;
    padding-right: 3px;
}

.left-hot {
    margin-bottom: 30px;
   margin-top: 30px;
}

.left-hot h3 {
        /* background: #ae0d15; */
    /* font-size: 18px; */
    /* color: #fff; */
    /* padding: 15px 0; */
    text-align: left;
    margin: 17px 0;
}

.left-hot h3 span{
   background: #ae0d15;
    padding: 4px 15px;
    font-size: 18px;
    color: #fff;
    border-radius: 20px;
}

.left-hot .fullWidth{
   border: 1px solid #e9e9e9;
}

#full-width-slider2 {
    width: 100%;
}

#full-width-slider2 .rsGCaption {
    display: block;
    width: 94%;
    margin: 20px 3% 60px;
    font-size: 18px;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#full-width-slider2 .number {
    display: none;
}

#full-width-slider2 .rsArrow .rsArrowIcn {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    z-index: 51;
}

#full-width-slider2:hover .rsArrow .rsArrowIcn{
  display: block;
}

#full-width-slider2 .rsArrowLeft .rsArrowIcn {
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/zhuti-left.png") center center no-repeat;
    left: 5px;
    bottom: 40%;
}

#full-width-slider2 .rsArrowRight .rsArrowIcn {
    background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/zhuti-right.png") center center no-repeat;
    right: 5px;
    bottom: 40%;
}


#full-width-slider2 .rsBullets {
    position: absolute;
    bottom: -90px;
    right: 37%;
    z-index: 35;
    padding-top: 4px;
    height: auto;
    text-align: center;
    line-height: 6px;
    overflow: hidden;
}

#full-width-slider2 .rsBullet {
	/*width: 45px;*/
	height: 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	padding: 6px 5px 6px 4px;
}
#full-width-slider2 .rsBullet span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #d7d7d7;

}

#full-width-slider2 .rsBullet.rsNavSelected span {
	background: #b00f16;

}

/* 人员情况 */

.renyuan {
    margin: 20px 0 50px;
}

.renyuan .renyuan-content {
   /* padding: 0 70px;*/
    padding: 40px 0px;
    overflow: hidden;
}

.renyuan-nav{
   width: 18.8%;
    float: left;
    background: #ae0d15;
}


.renyuan-box {
    float: left;
    width: 78%;
    margin-left: 3.2%;
}

.renyuan-box ul{
background: #f8f8f8;
    padding: 25px 25px 25px 0;
    overflow: hidden;
   min-height: 300px;
}

.renyuan-box ul li{
   float: left;
   width: 48%;
   margin-left: 2%;
   background: #fff;
    margin-bottom: 25px;
}

.renyuan-box ul li .renyuan-box-img{
    width: 214px;
    height: 307px;
    float: left;
    overflow: hidden;
}

.renyuan-box ul li .renyuan-box-img img{
   width: 100%;
    min-height: 100%;
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.renyuan-box ul li:hover .renyuan-box-img img{
-webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
.renyuan-box ul li .renyuan-box-text{
      padding: 23px 23px 0 0;
}

.renyuan-box ul li .renyuan-box-text h5{

        font-size: 24px;
    color: #b30404;
    font-weight: bold;
    margin-left: 240px;
   
}

.renyuan-box ul li .renyuan-box-text p{
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    margin-left: 240px;
    line-height: 30px;
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 20px;
}

.renyuan-box ul li .renyuan-box-text .renyuan-box-tel{
   font-size: 16px;
    color: #333;
    padding: 8px 0;
    border: 1px solid #b30404;
    border-radius: 20px;
    margin-left: 240px;
    padding-left: 30px;
    margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.renyuan-box ul li:hover .renyuan-box-text .renyuan-box-tel{
   background: #b30404;
    color: #fff;
}

.renyuan-box ul li .renyuan-box-text .renyuan-box-mail{
   font-size: 16px;
    color: #333;
    padding: 8px 0;
    border: 1px solid #b30404;
    border-radius: 20px;
    margin-left: 240px;
    padding-left: 30px;
    margin-bottom: 20px;
 -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.renyuan-box ul li:hover .renyuan-box-text .renyuan-box-mail{
   background: #b30404;
    color: #fff;
}



.renyuan-nav .renyuan-nav-items {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background-color: #ae0d15;
    background-position: 90% center;
    background-image: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/nav-items.png");
    background-repeat: no-repeat;
    border-bottom: 1px solid #fff;
    padding: 15px 15px 10px 20px;
    cursor: pointer;
}

.renyuan-nav ul li.active .renyuan-nav-items{
  background-color:#5b0000;
 background-image: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/nav-itemshover.png");
}

.renyuan-nav ul li.active-s .renyuan-nav-items{
  background-color:#5b0000;
 background-image: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/nav-itemshover.png");
}

.renyuan-nav ul li ul li .renyuan-nav-xits {
    font-size: 18px;
    color: #fff;
    background: #ae0d15;
    padding: 12px 0 8px 22px;
   cursor: pointer;
}

.renyuan-nav ul li ul li .renyuan-nav-xits a{
    color: #fff;
    display: block;
}

.renyuan-nav ul li ul li .renyuan-nav-xits:hover {
    background: #f5b34c;
}



.renyuan-nav ul li ul li ul{
   padding-bottom: 20px;
    overflow: hidden;
}


.renyuan-nav ul li ul li ul li {
    background-color: #ae0d15;
    padding: 12px 10px 0px 40px;
    background-image: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/nav-items-left.png");
    background-position: 30px 70%;
    background-repeat: no-repeat;
}

.renyuan-nav ul li ul li.active .renyuan-nav-xits{
  background:#f5b34c;

}

.renyuan-nav ul li ul li.active-s .renyuan-nav-xits{
  background:#f5b34c;

}

.renyuan-nav ul li ul li ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.renyuan-nav ul li ul li ul li:hover a{
        color: #f6b650;
}

.renyuan-nav ul li ul li ul li.active a{
        color: #f6b650;
}

.renyuan-nav ul li ul li ul li.active-s a{
        color: #f6b650;
}


.renyuan .renyuan-content table {
    box-shadow: 1px 3px 10px #ccc;
    width: 45%;
    float: left;
    margin: 25px 6% 25px 0 !important;
}

.renyuan .renyuan-content table tr td {
    padding: 20px 0 !important;
    border: none !important;
    background: #ae0d15 !important;
    color: #fffefe !important;
    font-size: 18px !important;
}

.renyuan .renyuan-content table tr td img {
    margin-right: 10px;
    margin-bottom: 5px;
}

/* .renyuan .renyuan-content table tr:first-child td{
    width: 6% !important;
}

.renyuan .renyuan-content table tr:first-child td+td{
    width: 6% !important;
} */

.renyuan .renyuan-content table tr td+td {
    background: none!important;
    color: #ae0d15 !important;
}

.renyuan .renyuan-content table tr td+td+td {
    color: #333 !important;
    text-align: left;
}

.renyuan .renyuan-content table tr+tr td {
    background: none !important;
    border-top: 1px solid #e0e0e0 !important;
    color: #ae0d15 !important;
}

.renyuan .renyuan-content table tr+tr td+td {
    color: #333333 !important;
    text-align: left;
}

.renyuan .renyuan-content table+table+table {
    float: none;
    margin: 25px 0 25px 5% !important;
}

.renyuan .renyuan-content table+table+table tr td {
    padding: 35px 0 !important;
}

/*留言板*/
.yijian-text h4{
    font-size: 36px;
    text-align: center;
    margin: 40px;
}

.yijian-text p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 70px;
}

.yijian-box {
    background: #f8f8f8;
    overflow: hidden;
}

.yijian-box .container{

    position: relative;
}

.yijian-box .yijian-box-title{
        overflow: hidden;
}

.yijian-box h4 {
    color: #fff;
    font-size: 16px;
    background: #ae0d15;
    float: left;
    margin-bottom: 500px;
    margin-bottom: 20px;
    padding: 15px 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.yijian-box-from table{
   width: 100%;
}

.yijian-box-from table tr td {
    width: 10% !important;
}

.yijian-box-from table tr td font{
       height: 32px;
    line-height: 32px;
    display: block;
    font-size: 18px !important;
    font-family: '微软雅黑' !important;
    font-weight: normal !important;
    color: #b30404 !important;
    margin-bottom: 20px;
}

.yijian-box-from table tr td+td {
    width: 90% !important;
}


.yijian-box-from table tr td input{
      width: 100% !important;
  background-color: #FFFFFF !important;
    height: 32px !important;
    border: 1px solid #dfdfdf !important;
    border-radius: 5px;
    background: none !important;
    padding: 0 10px;
    margin-bottom: 20px;
}

.yijian-box-from table tr td textarea{
   border: 1px solid rgb(223, 223, 223);
    border-radius: 5px;
    padding: 10px;
    height: 200px;
    width: 100%;
    background: none;
    resize: none;
   
}

.yijian-box-from table tr td input[type="button"] {
    width: 100% !important;
    border-radius: 5px;
    padding: 12px 10px;
    background: #b30404 !important;
    border: none !important;
    text-align: center;
    display: block;
    height: auto !important;
    color: #fff;
    margin: 20px auto 40px auto;
    font-size: 20px;
    font-family: "微软雅黑";
    font-weight: normal;
    outline: none;
}

.yijian-box-from table tr td input[type="reset"] {
        display: none;
}

.yijian-box #b251345b{
      display: none !important;
}

.yijian-box  .window251345{
   display: none;
}

.yijian-box table+table{
   display: block;
  position: absolute;
    left: 0;
    top: 70px;
}

.yijian-box table+table tbody{
    width: 100%;
    display: block;
}

.yijian-box table+table tbody tr{
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.yijian-box  form  table+table tbody tr{
   margin-bottom: 0px;
}

.yijian-box table+table tbody tr td{
    width: 100%;
    display: block;
    margin-bottom: 10px;
   background: none !important;
}

.yijian-box table+table table{
    display: block;
    width: 100%;
}

.yijian-box table+table table table tr+tr td {
   height: 32px;
    overflow: hidden;
}

.yijian-box table+table table table tr+tr+tr td {
    height: auto;
    overflow: auto;
   width: 100%;
}

.yijian-box table+table table table tr+tr td input {
    width: 90% !important;
    background-color: #FFFFFF !important;
    height: 32px !important;
    border: 1px solid #dfdfdf !important;
    border-radius: 5px;
    background: none !important;
    padding: 0 10px;
}

.yijian-box table+table table table tr+tr td span {
       width: 10% !important;
    height: 32px;
    line-height: 32px;
    display: block;
    float: left;
    font-size: 18px !important;
    font-family: '微软雅黑' !important;
    font-weight: normal !important;
    color: #b30404 !important;
}

.yijian-box table+table table table table tr td span{
    width: auto !important;
   
}
.yijian-box table+table table table table tr td input{
width: 35% !important;
    margin: 0 10px;
}

.yijian-box table+table table table table tr td input[type="button"]{
    width: 100% !important;
    border-radius: 5px;
    padding: 15px 10px;
    background: #b30404 !important;
    border: none !important;
    text-align: center;
    display: block;
    height: auto !important;
    color: #fff;
    margin: 20px auto 0 auto;
    font-size: 20px;
}




/* 翻页页码样式 */

.pagebar {
    text-align: center;
    margin: 40px auto;
}

.p_first_d, .p_first, .p_last_d, .p_last {
    /* display: none; */
    font-size: 12px;
    color: #808080;
    padding-left: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 15px;
    width: 60px;
    border: 1px solid #d9d9d8;
    margin: 12px 4px;
display: inline-table;
}

.p_prev_d, .p_prev {
    font-size: 12px;
    color: #808080;
    /* background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/Previous.png") no-repeat 5px center;*/
    padding-left: 17px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 15px;
    width: 70px;
    border: 1px solid #d9d9d8;
    margin: 12px 4px;
display: inline-table;
}

.p_no {
    padding: 5px 15px;
    border: 1px solid #d9d9d8;
    margin: 12px 4px;
    color: #808080;
display: inline-table;
}

.p_no_d {
    background: #b9060a;
    color: #fff;
    padding: 5px 15px;
    border: 1px solid #d9d9d8;
    margin: 12px 4px;
display: inline-table;
}

.p_next, .p_next_d {
    font-size: 12px;
    color: #808080;
   /* background: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/next.png") no-repeat 57px center;*/
    padding-right: 17px;
    padding-left: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 70px;
    margin-left: 4px;
    border: 1px solid #d9d9d8;
   display: inline-table;
}

.footer {
    background-color: #740202;
    background-image: url("https://www.peaktip.com/__xh__/zzb.whu.edu.cn/images/footer.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
    padding: 55px 0 15px;
}

.link {
    overflow: hidden;
    margin-bottom: 40px;
}

.link h4 {
    font-size: 16px;
    color: #ea8b90;
    float: left;
    height: 50px;
    line-height: 50px;
    width: 6%;
    text-align: left;
    min-width: 81px;
}

.link ul {
    width: 94%;
    float: left;
    margin-bottom: 0;
}

.link ul li {
    float: left;
    font-size: 16px;
    color: #fff;
    height: 50px;
}

.link ul li a {
    display: block;
    font-size: 16px;
    color:#dfaeb1;
    height: 50px;
    line-height: 50px;
}

.link ul li:hover a{
     text-decoration: underline;
     color: #fff;
}


.link ul li a span {
    margin: 0 40px;
}

.link1 {
    overflow: hidden;
   padding-bottom: 10px;
  border-bottom: 1px solid #af6f6f;
    margin-bottom: 15px;
}

.link1 h4 {
    font-size: 16px;
    color: #ea8b90;
    float: left;
    height: 35px;
    line-height: 35px;
    width: 5%;
    text-align: left;
    min-width: 81px;
}

.link1 ul {
    width: 95%;
    float: left;
    margin-bottom: 0;
}

.link1 ul li {
    float: left;
    width: 19%;
    margin-left: 1%;
    text-align: left;
     min-width: 240px;
}

.link1 ul li a {
    display: block;
    font-size: 14px;
    color: #dfaeb1;
    height: 35px;
    line-height: 35px;
}

.link1 ul li:hover a{
    text-decoration: underline;
    color: #fff;
}

.link2 {
    overflow: hidden;
}

.link2 h4 {
    font-size: 16px;
    color: #ea8b90;
    float: left;
    height: 35px;
    line-height: 35px;
    width: 8%;
    text-align: left;
}

.link2 ul {
    width: 92%;
    float: left;
    margin-bottom: 0;
}

.link2 ul li {
    float: left;
    width: 15%;
    margin-left: 1%;
    text-align: left;
}

.link2 ul li a {
    display: block;
    font-size: 14px;
    color:#cb8688;
    height: 35px;
    line-height: 35px;
}

.link2 ul li:hover a{
    text-decoration: underline;
    color: #fff;
}

.link3 {
    padding-bottom: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #c86f70;
}

.link3 h4 {
    font-size: 16px;
    color: #ea8b90;
    float: left;
    height: 35px;
    line-height: 35px;
    width: 8%;
    text-align: left;
}

.link3 ul {
    width: 92%;
    float: left;
    margin-bottom: 0;
}

.link3 ul li {
    float: left;
    width: 15%;
    margin-left: 1%;
    text-align: left;
}

.link3 ul li a {
    display: block;
    font-size: 14px;
    color: #cb8688;
    height: 35px;
    line-height: 35px;
}

.link3 ul li:hover a{
     text-decoration: underline;
     color: #fff;
}

.footer p {
    color: #cb8688;
    font-size: 14px;
    line-height: 1.6;
}

 a[href]:after {
    content: " ";
  }
  abbr[title]:after {
    content: " ";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

@media print {
.nav ul li {
    min-width: 52px;
    width: 8.5%;
}

.information .more-button-xxgg{
   padding-bottom: 40px;
}

}