.list-show{
	color: #147d91;
}
.mobile-title{
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #147d91;
}
.mobile-title h4{
	color: #147d91;
}
.list-link-wrapper{
	display: inline-block;
}
.list-link-wrapper >li a{
	font-size: 14px;
	color: #fff;
}
.banner1 .bx-wrapper .bx-pager.bx-default-pager a{
	background: #848384;
}
.banner1 .bx-wrapper .bx-pager.bx-default-pager a:hover,.banner1 .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #007aff;
}
.banner1 .bx-wrapper .bx-pager, .banner1 .bx-wrapper .bx-controls-auto{
	bottom:0;
}
.banner1 .bxslider>li .container{
	position: relative;
	bottom: 55px;
}
.banner1 .bxslider>li .container h2{
	position: absolute;
	bottom:0px;
	padding:15px 20px;
	background: rgba(255,255,255,.7);
	font-size: 22px;
	font-weight: normal;
	letter-spacing: 1.3px;
	color: #000;
}
.banner1 .bx-wrapper .bx-controls-direction .bx-prev{
	width: 65px;
	height: 65px;
	background: url(../images/banner_arrow_Left.png) no-repeat;
	background-size: 100%;
}
.banner1 .bx-wrapper .bx-controls-direction .bx-next{
	width: 65px;
	height: 65px;
	background: url(../images/banner_arrow_right.png) no-repeat;
	background-size: 100%;
}
@media (max-width: 992px){
	.banner1 .bxslider>li .container{
		display: none;
	}
	.banner1 .bx-viewport{
		margin-top: 60px;
	}
	.banner1 .bx-wrapper .bx-controls-direction .bx-prev,.banner1 .bx-wrapper .bx-controls-direction .bx-next{
		width: 32px;
		height: 32px;
	}
}


/*---------主要内容----------*/
.main_wrapper{
	margin-top: 30px;
}
.slide_wrapper{
	padding-bottom: 30px;
}
.slide_head{
	position: relative;
	width: 100%;
	height: 49px;
	background:url(../images/news_title_bg.png) no-repeat center;
}
.slide_head h4{
	position: absolute;
	left:47%;
	bottom: 3px;
	font-size: 22px;
	color: #147d91;
}
.slide_head .more{
	position: absolute;
	left:49%;
	bottom: -23px;
	font-size: 12px;
	color: #999;
}
@media (max-width: 992px){
	.slide_head h4{
		left: 42%;
	}
	.slide_head .more{
		left:46%;
	}
}


.slide_list{
	margin-top: 30px;
}
.slide_list .bx-wrapper{
	max-width: none !important;
}
.slide_list .bxslider li{
	border:1px solid #e5e5e5;
}
.slide_list .bxslider li img{
	width: 100%;
	height: 152px;
}
.slide_list .bxslider li .img_info{
	height: 100px;
	padding:0 18px;
}
.slide_list .bxslider li .img_info h2{
	font-size: 15px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	color: #333;
}
.slide_list .bxslider li .img_info p.date{
	font-size: 12px;
	padding:15px 0;
	color: #999;
}
.slide_list .bxslider li .img_info p.info{
	border-top: 1px solid #dcdcdc;
	padding-top: 10px;
	display: none;
	text-indent: 2em;
	color: #333;
	line-height: 20px;
	font-size: 12px;
	max-height: 150px;
	overflow: hidden;
}

.slide_list .bx-wrapper .bx-controls-direction a.bx-prev{
	width: 24px;
	height: 42px;
	left:-45px;
	background: url(../images/news_arrow_left.png);
}
.slide_list .bx-wrapper .bx-controls-direction a.bx-next{
	width: 24px;
	height: 42px;
	right:-45px;
	background: url(../images/news_arrow_right.png);
}

.slide_list .bxslider li:hover{
	border-bottom:2px solid #89bec8;
}

.slide_list .bxslider li:hover img{
	 transform:translateY(-154px);
	 transition:all .6s;
}
.slide_list .bxslider li:hover .img_info {
	transform:translateY(-154px);
	transition:all .6s;
}
.footer{
	margin-top: 30px;
}


/*----------第二层----------------*/
.gray_wrapper{
	background-color: #f0f0f0;
}
/*公共头*/
.content-title {
    margin-top: 40px;
    margin-bottom: 14px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #afcbd1;
}
.content-title h4 {
    float: left;
    font-size: 20px;
    color: #4f4f4f;
    padding-bottom: 6px;
    margin-right: 25px;
    margin-bottom: -1px;
}
 .content-title h4.active{
	color: #147d91;
	border-bottom: 2px solid #147d91;
}
.content-title a {
    float: right;
    font-size: 12px;
    color: #666;
    margin-top: 7px;
}
.content-title a:hover{
	color: #147d91;
}

@media(max-width: 768px){
	.content-title h4 {
	    font-size: 16px;
	    margin-right: 12px;
	}
}

#tabmain ul{
	display: none;
}
#tabmain ul.current{
	display: block;
}



/* 招生信息&教学通知&学位信息 */
.left_content{
	float: left;
	width: 59%;
//	height: 456px;
}
.left_img {
	float: left;
	width: 275px;
}
.left_img img{
	width: 100%;
	height: 166px;
}
.left_img .left_title{
	width:  100%;
	height: 128px;
	background: #fff;
	padding:14px 21px;
}
.left_img .left_title p{
	font-size: 18px;
	color: #000;
	line-height: 28px;
	overflow: hidden;
	height:84px; 
}
.left_img .left_title span{
	font-size: 12px;
	color: #999;
}
.message{
	width: 380px;
	float: right;
	margin-top: 33px;
}
.left_content_ul>li:nth-child(2){
	margin-top: 0px;
}

.message-left{
    float: left;
    width: 46px;
    height: 48px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
}
.message-left p {
    color: #57a7b6;
}
.message-left h6 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #57a7b6;
}

.message-body {
    float: right;
    width: 317px;
}
.message-body h4 {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    overflow: hidden;
    height: 48px;
}
.message-body h4 a {
    color: #000;
}
.message-body span {
    display: none;
    text-align: right;
    border-bottom: 1px solid #afcbd1;
    font-size: 12px;
    color: #999;
}
.left_img:hover{
	box-shadow: darkgrey 3px 3px 15px 5px;
}

.message:hover .message-body h4 a{
	color: #147d91;
}
@media(max-width: 1200px){
	.left_img{
		width: 236px;
	}
	.message{
		width: 310px;
	}
	.message-body{
		width: 250px;
	}
}
@media(max-width: 992px){
	.left_content{
		width: 100%;
		height: auto;
	}
	.left_img{
		width: 275px;
	}
	.message{
		width: 400px;
	}
	.message-body{
		width: 347px;
	}
}
@media(max-width: 768px){
	.left_img{
		float: none;
		width: 100%;
	}
	.left_img img{
		width: 40%;
		float: left;
		height: 166px;
	}
	.left_img .left_title{
		width: 60%;
		float: left;
		height: 166px;
	}
	.message{
		float: left;
		width: 100%;
	}
	.left_content_ul>li:nth-child(2){
		margin-top: 25px;
	}
	.message-body{
		float: left;
	    width: 90%;
	    padding-left: 18px;
	}
}
@media (max-width: 678px){
	.message-left {
		display: none;
	}
	.message-body{
		width: 100%;
		padding-left: 0px;
	}
	.message-body span{
		display: block;
	}
	.message-body h4 {
		font-size: 16px;
	}
}





/*活动通知&学术讲座*/
.right_content{
	float: right;
	width: 34%;
}
.media{
	border-bottom: 1px dashed #e5e5e5;
	padding-bottom: 6px;
}
.media-left{
	float: left;
	width: 46px;
	height: 48px;
    font-size: 14px;
    text-align: center;
    background-color: #57a7b6;
}
.media-left p{
	color: #fff;
    background-color: #57a7b6;
}
.media-left h6{
	height: 30px;
	line-height: 30px; 
	font-size: 16px;
	color: #fff;
}
.media-body{
	float: right;
	width: 327px;
}
.media-body h4 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: normal;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.media-body h4 a{
	color: #000;
}
.media-body p{
	font-size: 12px;
	line-height: 22px;
	color: #474747;
	max-height: 44px;
	text-indent: 2em;
	overflow: hidden;
}
.media-body p a{
	color: #e22d15;
}
.media-body span{
	display: none;
    font-size: 12px;
    color: #999;
}
.media:hover .media-body h4 a{
	color: #147d91;
	font-weight: bold;
}
#tabmain ul{
	display: none;
}
.notice-list {
    position: relative;
    padding: 16px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice-date{
	display: inline-block;
	width: 48px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin-right: 10px;
	color: #fff;
	background: #57a7b6;
}
.notice-list a {
    color: #000;
    font-size: 16px;
}

.notice-list:hover a{
	color: #147d91;
}
@media (max-width: 1200px){
	.media-body{
		width: 255px;
	}
}
@media (max-width: 992px){
	.right_content{
		float: left;
		width: 100%;
	}
	.media-body{
		float: left;
		width:90%;
		padding-left: 18px;
	}
	.media{
		margin-bottom: 15px;
	}
}
@media (max-width: 678px){
	.media-left{
		display: none;
	}
	.media-body{
		float: left;
		width:100%;
		padding-left: 0;
	}
	.media-body span{
		display: block;
	}
}
/*------友情链接--------*/
.blogroll{
	margin:30px 0;
}
.blogroll .links_left{
	float: left;
}
.blogroll .links_left span {
    width: 82px;
    height: 47px;
    text-align: center;
    border-left: 2px solid #147d91;
    background: #eee;
    display: table-cell;
    font-size: 14px;
    color: #147d91;
    line-height: 47px;
    font-weight: bold;
    position: relative;
}
.my-links {
    display: table-cell;
    padding-left: 30px;
    border:1px solid #eee;
}
.my-links a {
    display: inline-block;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    margin-right: 60px;
    position: relative;
}
.my-links a:hover{
	color: #147d91;
}
.blogroll .links_right{
	float: right;
	width: 285px;
	height: 47px;
	font-size: 17px;
	position: relative;
	font-weight: bold;
	line-height: 47px;
	padding-left: 50px;
	background:url(../images/list_system_bg.jpg) no-repeat;
	background-size: 100%;
}
.blogroll .links_right a{
	color: #147d91;
}
.blogroll .links_right:before{
	content: '';
	position: absolute;
	top:11px;
	left:5px;
	width: 37px;
	height: 23px;
	background: url(../images/system_icon.png) no-repeat;
}
.blogroll .links_right:after{
	content: '';
    position: absolute;
    right: 12px;
    top: 20px;
    border-top: 5px dashed transparent;
    border-right: 0 solid transparent;
    border-left: 8px solid #147d91;
    border-bottom: 5px dashed transparent;
}

@media (max-width: 1200px){
	.my-links a {
		margin-right: 12px;
	}
	.blogroll .links_right {
		width: 269px;
	}
}
@media (max-width: 992px){
	.blogroll .links_left{
		float: none;
	}
	.my-links a {
		margin-right: 12px;
	}
	.blogroll .links_right {
		width: 285px;
		float: none;
		margin-top:15px;
	}
}


/*-----内页-----*/
.bg-banner {
    background: url(../images/list_banner.jpg) no-repeat center;
    width: 100%;
    height: 150px;
}
.bg-banner>.container {
    height: 100%;
    position: relative;
}
.bg-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 213px;
    height: 67px;
    color: #fff;
    line-height: 67px;
    text-align: center;
    font-size: 24px;
    background-color: rgba(20,125,145,.9);
}
.common-left{
	width: 213px;
}

.common-right{
    width: 73%;
}
@media (max-width: 992px){
	.bg-banner{
		margin-top: 60px;
	}
	.common-left{
		display: none;
	}
	.bg-title{
		left: 14px;
	}
	.common-right{
	    width: 100%;
	}
}
@media (max-width: 768px){
	.bg-title{
		display: none;
	}
}

.navlist2{
	background: #ededed;
	padding:8px 0;
}

.navlist2>li{
	padding: 0 20px 0 20px;
	margin:0 24px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.navlist2>li>a{
	display: block;
	font-size: 16px;
	color: #333;
	padding: 15px 0;
}

.navlist2>li.active{
	border-bottom: 1px solid #147d91;
}


.navlist2>li.active>a{
	color: #147d91;
	font-weight: bold;
}


.navlist2>li.active:before{
	content: '';
	border-top: 4.5px solid transparent;
	border-bottom: 4.5px solid transparent;
	border-left: 5px solid #147d91;
	position: absolute;
	left: 6px;
	top: 22px;
}

.navlist2>li a:hover{
	color: #147d91;
}
.navlist2 .thr-sub .active a{
	color: #147d91;
}

.thr-sub{
	display: none;
}

.sub-open {
	display: block;
}


.thr-sub{
	padding: 10px 0;
}

.thr-sub>li>a{
	display: block;
	color: #333;
	font-size: 14px;
	padding: 8px 0px;
	position: relative;
}

.thr-sub>li>a.active{
	color: #147d91;
}

.login_system{
	width: 100%;
	height: 71px;
	padding:8px 0;
	text-align: center;
	margin-top: 30px;
	background:url(../images/list_system_bg.jpg) no-repeat;
	background-size: 100%;
}
.login_system i{
	background:url(../images/system_icon.png) no-repeat;
	display: block;
	width: 37px;
	height: 23px;
	margin:0px auto;
}
.login_system a{
	color: #147d91;
	font-size: 16px;
	font-weight: bold;
}
/*--右边---*/
.common-title {
    float: left;
    width: 100%;
    margin: 23px 0 16px;
    color: #666;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
}
.common-title h4 {
    float: left;
    font-size: 18px;
    color: #147d91;
    border-left: 4px solid #147d91;
    padding-left:9px;
    margin:15px 0;
}
.local-a {
    margin-top: 4px;
    color: #999;
    margin:15px 0;
}
.local-a a{
	color: #999;
}
.common-list {
    margin-top: 7px;
}
.common-list .common-list-first{
	background: #eee;
	padding: 9px;
	cursor: pointer;
	margin-bottom: 15px;
}
.common-list-first img{
	width: 215px;
	height: 112px;
	float: left;
}

.common-list-body{
	width: 620px;
	float: left;
	padding:0 17px 0 25px;
}
.common-list-body h4{
	font-size: 16px;
	line-height: 30px;
	color: #000;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.common-list-first:hover .common-list-body h4{
	color: #147d91;
}
.common-list-body p{
	font-size: 12px;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	color: #333333;
}
.common-list-body span{
	float: right;
	line-height: 30px;
	font-size: 12px;
	margin-top: 5px;
	color: #999999;
}
.common-list>.common-item {
    padding-right: 75px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.common-list>.common-item>a {
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    color: #000;
}
.common-list>.common-item:hover a{
	color: #147d91;
}
.common-list>.common-item>a:before {
    content: '';
    width:6px;
    height: 6px;
    border-radius: 100%;
    background: #bbb;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}
.common-list>.common-item span {
    font-size: 12px;
    color: #999;
    position: absolute;
    top: 3px;
    right: 0;
}
@media (max-width: 1200px){
	.common-list-body{
	    width: 501px;
	}
}
@media (max-width: 1200px){
	.common-list-body{
	    width: 462px;
	}
}
@media (max-width: 767px){
	.common-list-body{
		float: left;
		width: 100%;
		padding: 0;
	}
	.common-list-body>h4{
		padding:10px 0;
	}
	.common-list-first img{
		width: 100%;
	}
}
@media (max-width: 359px){
	.common-title h4{
		font-size: 14px;
	}
	.local-a {
		font-size: 12px;
	}
	.common-list>.common-item>a{
		font-size: 14px;
	}
}
.article-title{
	font-size: 19px;
	color: #333;
	text-align: center;
	margin: 25px 0 20px;
	line-height: 32px;
}

.article-small{
	text-align: center;
	font-size: 12px;
	color: #666;
	margin-bottom: 30px;
}

.article-small span{
	display: inline-block;
	margin-left: 25px;
}

.teacher-list li{
	display: inline-block;
	margin: 0 24px 30px 0;
}
.teacher-list .teacher-avatar{
	width: 146px;
	height: 185px; 
	float: left;
	overflow: hidden;
}
.teacher-list li:hover .teacher-avatar img{
	transform: scale(1.1, 1.1);
}
.teacher-avatar img{
	width: 100%;
	height: 100%;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}
.teacher-list .teacher-info{
	float: left;
	width:250px;
	background-color: #eee;
	height: 185px; 
	padding:15px;
}
.teacher-info .name{
	color: #147d91;
	font-size: 18px;
	font-weight: 900;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcdcdc;
}
.teacher-info .teacher-title{
	line-height: 30px;
	color: #666;
    text-align: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.teacher-info .name span{
	font-size: 14px;
	color: #666;
	padding-left: 16px;
}
.teacher-info .research{
	color: #147d91;
	text-align: left;
	position: relative;
	margin-top: 15px;
	font-size: 14px;
	font-weight: 900;
	line-height: 28px;
}
.teacher-info .research-info{
	color: #383838;
	text-align: left;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	max-height: 40px;
}
@media (max-width: 1200px){
	.teacher-list .teacher-avatar{
		width: 127px;
	}
	.teacher-list .teacher-info{
	    width: 200px;
	}
	.teacher-list li{
		margin: 0 20px 30px 0;
	}
}
@media (max-width: 627px){
	.teacher-list{
		text-align: center;
	}
	.teacher-list .teacher-avatar{
		width: 146px;
	}
	.teacher-list .teacher-info{
		width: 250px;
	}
	.teacher-list li{
		margin:0 0 30px 0;
	}
}
@media (max-width: 470px){
	.teacher-list .teacher-avatar{
		width: 120px;
	}
	.teacher-list .teacher-info{
		width: 150px;
	}
}


.teacher_detail {
	background: #eee;	
}
.teacher_detail .teacher-avatar{
	float: left;
	width: 147px;
	height: 185px;
}
.teacher_detail .teacher-info{
	float: right;
	width: 690px;	
	height: 185px;

}
.teacher_detail .teacher-info .name{
	margin:15px 24px 0 0;
}
@media(max-width: 1200px){
	.teacher_detail .teacher-info {
	    width: 518px;
	}
}
@media(max-width: 786px){
	.teacher_detail .teacher-info {
	    width: 530px;
	}
}
@media(max-width: 736px){
	.teacher_detail .teacher-info {
	    width: 430px;
	}
}
@media(max-width:640px){
	.teacher_detail .teacher-avatar{
		width: 35%;
	}
	.teacher_detail .teacher-info {
	    width: 60%;
	}
}

.teacher_experience{
	margin:40px 0;
}
.teacher-head{
	font-size: 16px;
	color: #000;
	font-weight: 900;
	position: relative;
	width: 100%;
	padding:8px 0;
	border-bottom: 1px solid #147d91;
}
.teacher-head a{
	color: #666;
	padding:10px 22px;
}
.teacher-head a.current {
	color: #fff;
	background-color: #147d91;
}
.experience{
	margin-top: 15px;
}


.experience-info-tab .info-tab{
	display: none;
	line-height: 24px;
	padding-bottom: 15px;
	font-size: 14px;
	text-indent: 2em;
}
.experience-info-tab .info-tab.on{
	display: block;
}

.photo-list >li{
	display: inline-block;
	margin-bottom: 30px;
	width: 258px;
	height: 200px;
	border:1px solid #e5e5e5;
}
.photo-list >li:nth-child(3n-1){
	margin-left: 30px;
	margin-right: 30px;
}
.photo{
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.photo img{
	width: 100%;
	transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
}

.photo-info{
	width: 100%;
	height: 50px;
	font-size: 15px;
	color: #147d91;
	text-align: center;
	line-height: 50px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.photo-list li:hover{
	border-bottom: 2px solid #147d91;
}
.photo-list li:hover .photo img{
	transform:scale(1.1,1.1);
}

@media(max-width: 1200px){
	.photo-list li:nth-child(3n-1){
		margin-left: 0px;
		margin-right: 0px;
	}
	.photo-list li:nth-child(2n){
		float: right;
	}
}
@media(max-width: 578px){
	.photo-list{
		text-align: center;
	}
	.photo-list li:nth-child(2n){
		float: none;
	}
}