.text-go-hover:hover{
    color: #357341;
}
.page-go-hover:hover{
    background-color: #357341;
    color: #ffffff;
}

.pointer{
    cursor: pointer;
}




/* 全体老师页 css*/

.top-pic{
    width: 100%;
    height: 400px;
}

.layout{
    width: 100%;
    background-color: #ffffff;
}


.main{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
}
.left{
    width: 240px;
}

.left-top{
    width: 240px;
    height: 57px;
    background: url(../img/left-banner.png) no-repeat;
    background-size: 240px 57px;

    font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	line-height: 57px;
	color: #ffffff;
}

.left-lower{
    display: flex;
    height: 57px;
    width: 240px;
    background-color: #f5f5f5;

    border-bottom: 1px solid #e6e6e6;
}

.left-lower-type2{
    display: flex;
    height: 57px;
    width: 240px;
    background-color: #f5f5f5;
border-bottom: 1px solid #e6e6e6;
}

.left-lower-selected{
    display: flex;
    height: 57px;
    width: 240px;
    background-color: #ffffff;

    border-bottom: 1px solid #357341;
}

.left-lower-selected-type2{
    display: flex;
    height: 57px;
    width: 240px;
    background-color: #f5f5f5;

    border-bottom: 1px solid #e6e6e6;
}

.left-lower-hint{
    width: auto;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 57px;
	color: #1a1a1a;
    margin-left: 14px;
}
.left-lower-hint-type1{
    width: auto;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 57px;
	color: #357341;
    margin-left: 14px;
}




.select-down{
    margin-left: 136px;
    line-height: 57px;
}
.left-lower-selected-hint{
    width: 64px;
    line-height: 57px;
    font-family: MicrosoftYaHei;
	font-size: 14px;

	color: #357341;
    margin-left: 34px;
}
.left-lower-selected-hint-type2{
    width: 64px;
    line-height: 57px;
    font-family: MicrosoftYaHei;
	font-size: 14px;

	color: #1a1a1a;
    margin-left: 34px;
}
.selected-icon{
    margin-left: -43px;
    margin-top: 40px;

}

.right{
    width: 926px;
    margin-left: 34px;
}

.top-right{
    width: 926px;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
}

.top-right .top-right-title{
    padding: 0px 0px 9px 0px;
    font-size: 18px;
	color: #1a1a1a;
    border-bottom: 2px solid #357341;
    width: auto;
}

.top-right .top-right-location{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 37px;
	color: #1a1a1a;
}
.top-right-location-last{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 37px;
	color: #808080;
}


.right-sub-box{
    width: 926px;
    margin-top: 23px;
    margin-bottom: 50px;
}
.right-sub-box-title{
    padding: 0px 23px;
	height: 50px;
	background-color: #f5f5f5;
    border-left: 3px solid #357341;
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
    color: #1a1a1a;
    line-height: 50px;
}
.right-sub-box-pic-zone{
    display: flex;
    padding: 0px 33px;
    flex-wrap:wrap;
}
.pic-box{
    margin-right: 40px;
    margin-top: 50px;
}
.right-sub-box-pic-zone div:nth-of-type(5n){
    margin-right: 0px;
}

.right-sub-box-pic-zone-name{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	color: #1a1a1a;
    margin-top: 15px;
}

.right-sub-box-pic-zone-name-follow{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #1a1a1a;
}

.bottom{
    width: 100%;
    height: 250px;
    overflow: hidden;
    background: url(../img/bottom.png) no-repeat;
    background-size: 100% 100%;
}
.inner-bottom{
    width: 1200px;
    display: flex;
    margin: 0 auto;
}

.school-pic-box{
    width: 18.4%;
    margin-top: 74px;
}

.line{
    width: 1px;
    height: 85px;
    margin-top: 83px;
    margin-left: 1.7%;
}

.info-box{
    width: 20.8%;
    margin-top: 88px;
    margin-left: 1.7%;;
    font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #ffffff;
}

.qr-code{
    width: 8.3%;

    margin-left: 20.8%;
    margin-top: 75px;
}
.qr-code img{
    width: 100%;
}
.select-box{
    width: 24.3%;
    margin-left: 58px;
    margin-top: 75px;
}



.select-style{
    width: 292px;
    height: 34px;
    background-color: #ffffff;
    border-radius: 4px;

    padding: 0px 10px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #333333;
}
.select-style-2{
    margin-top: 30px;
    width: 292px;
    height: 34px;
    background-color: #ffffff;
    border-radius: 4px;

    padding: 0px 10px;
    font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #333333;
}


















/* 具体老师页 css*/
.under-right{
    width: 926px;
}
.right-name{
    margin-top: 45px;
    padding: 0px 0px 20px 0px;
    width: 926px;
    height: 42px;
    border-bottom: 1px solid #e6e6e6;
}

.name{
    font-family: MicrosoftYaHei-Bold;
	font-size: 24px;
	color: #357341;
    text-align: center;
}


.pic-and-info--big-box{
    height: 234px;
    width: 926px;
    padding: 50px 0px 30px 0px;
    border-bottom: 4px solid #357341;
}
.pic-and-info{
    display: flex;
    width: 490px;
    height: 204px;
    margin: 0 auto;
}

.teacher-page-info-box{
    width: 295px;
    height: 200px;
    margin-left: 40px;
    margin-top: 0px;
}

.info-text{
    font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
    color: #1a1a1a;
    line-height: 36px;
}
.info-text-no-lineheight{
    font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
    color: #1a1a1a;
}

.info-text-type2{
    font-family: MicrosoftYaHei;
	font-size: 18px;
	color: #1a1a1a;
}

.brief-intro{
    width: 926px;
    height: 79px;

    margin-top: 28px;
    
    font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	color: #1a1a1a;
}

.brief-intro-line-height{
    line-height: 30px;
}

.research-field{
    width: 926px;
    margin-top: 30px;
}
.research-field:last-child{
    margin-bottom: 97px;
}

.research-field-text-type1{
    font-family: MicrosoftYaHei-Bold; 
    font-size: 18px; 
    color: #1a1a1a;
}

.research-field-text-type2{
    font-family: MicrosoftYaHei; 
    font-size: 16px;
    color: #1a1a1a; 
    line-height: 28px;
}




















/* 新闻列表页 css*/

.news-box{
    margin-top: 32px;
    margin-bottom: 36px;
    
}

.news-box .news .news-title a:hover{
color:#357341
}
.news{
    display: flex;
    justify-content: space-between;
    margin-top: 23px;

    font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #1a1a1a;
}
.news a{
color: #1a1a1a;
}
.news:first-child{
    margin-top: 0px;
}
.news:last-child{
    margin-bottom: 37px;
}


.news-title{
    max-width: 480px;
}

.news-page-outer-PagingBar{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    height: 33px;
    margin-bottom: 36px;
}

.pagingBar{
    display: flex;
    flex-wrap: nowrap;
    height: 33px;
}

.pagingIcon-type1{
    text-align: center;
    line-height: 33px;
    width: 63px;
    height: 33px;
    background-color: #ffffff;
	border: solid 1px #d5d5d5;
    margin-left: 12px;

	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #2c3e50;
}
.pagingIcon-type1:first-child{
    margin-left: 0px;
}

.pagingIcon-type2{
    text-align: center;
    line-height: 33px;
    width: 38px;
    height: 33px;
    background-color: #ffffff;
	border: solid 1px #d5d5d5;
    margin-left: 12px;

	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #2c3e50;
}

 .pagingIcon-type2-first-child{
    text-align: center;
    line-height: 33px;
    width: 38px;
    height: 33px;
    
	border: solid 1px #d5d5d5;
    margin-left: 12px;

	font-family: MicrosoftYaHei;
	font-size: 14px;
	
    background-color: #357341;
	color: #ffffff;
}









   







/* 新闻详情页 css*/
.news-detail-main{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
.news-detail-top-bar{
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    margin-bottom: 79px;
}

.top-right-title{
    padding: 0px 0px 9px 0px;
    font-size: 18px;
	color: #1a1a1a;
    border-bottom: 2px solid #357341;
    width: auto;
}

.news-detail{
    width: 1200px;
}

.news-detail-title{
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
    color: #1a1a1a;
}


.news-detail-author-and-date{
    display: flex;
    margin-top: 27px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
}

.news-detail-author-and-date-box{
    margin: 0 auto; 
    display: flex;
    margin-bottom: 10px;
}


.news-detail-date{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #1a1a1a;
}

.news-detail-unit{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #1a1a1a;
    margin-left: 26px;
}

.news-detail-author{
    font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #1a1a1a;
    margin-left: 26px;
}

.news-detail-pic{
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.news-detail-content{
    font-family: MicrosoftYaHei;
	font-size: 14px;
    line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
    margin-bottom: 30px;
}
.news-detail-content:last-child{
    font-family: MicrosoftYaHei;
	font-size: 14px;
    line-height: 26px;
	letter-spacing: 0px;
	color: #333333;
    margin-bottom: 137px;
}










/* 学工队伍页 css*/
.team-detail-big-box{
    margin-top: 37px;
    margin-left: 10px;
    width: 908px;
    margin-bottom: 80px;
}
.team-detail-sub-box{
    display: flex;
}

.layout .main .right .team-detail-big-box .team-detail-sub-box{
    display: flex;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}

.layout .main .right .team-detail-big-box .team-detail-sub-box:last-child{
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    border-bottom: 1px solid #333333;
}

.team-detail-pic-box{
    padding: 20px 48px;
}
.inner-team-detail-pic-box{
    width: 140px;
    height: 204px;
    overflow: hidden;
}
.team-detail-content-box{
    width: 670px;
    padding: 20px 30px;
    border-left: 1px solid #333333;
}


.team-detail-content-type1{
    font-family: MicrosoftYaHei-Bold;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
}

.team-detail-content-type2{
    font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #333333;
}

















/* 学院简介页 css*/
.school-intro-box{
    width: 914px;
    margin-top: 50px;
    margin-left: 7px;
    margin-bottom: 160px;
}

.school-intro-normal-font{
    font-family: MicrosoftYaHei;
	font-size: 14px;
    line-height: 26px;
	color: #1a1a1a;
}
.school-intro-special-font{
    font-family: MicrosoftYaHei-Bold;
	font-size: 14px;
    line-height: 26px;
    color: #1a1a1a;
}




.swiper_box{
width:100%!important;
}


.right-sub-box-pic-zone a:nth-child(5n){
 margin-right:0
}

.ejMenu .child{
            padding: 10px;
            color: #1a1a1a;
            text-indent: 1.5em;
            background-color: #f5f5f5;
            border-bottom: 1px solid #e6e6e6;
font-size:14px;
        }
        .ejMenu .active{
            color: #fff;
            background: #37C190;
            border-bottom: 3px solid #FFA900;
        }
        .ejMenu .child a{
            color: #1a1a1a;
        }
        .ejMenu .active a{
            color: #fff;
        }


/* 导图页 css*/
.guide-page-box{
    margin: 0 auto;
    margin-top: 71px;
    margin-bottom: 192px;
    width: 736px;
    height: 721px;
    background: url(../img/guide-page-background.png) no-repeat;
    background-size: 563px 560px;
    background-position: 50% 50%;
    display: flex;
}

.pb_sys_normal .p_no_d{
border: 1px solid #357341!important;
background-color: #357341!important;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
    padding: 11px 15px!important;
    height: auto!important;
    margin: 0px 0px 0px 15px!important;
}