/* */

body, h1, h2, h3, h4, h5, h6, hr, p, header, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, div {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Verdana';
    src: url('./font/Verdana.eot'); /* IE9 Compat Modes */
    src: url('./font/Verdana?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./font/Verdana.woff') format('woff'), /* Modern Browsers */
         url('./font/Verdana.ttf')  format('truetype'), /* Safari, Android, iOS */
       	url('./font/Verdana.svg#lamebrai-webfont') format('svg'); /* Legacy iOS */
}

article, .indexLeft, details, figcaption, figure, .footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    display: block;
    margin: 0;
    padding: 0;
}
body {
    background:#f8f8f8;
	font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","\5FAE\8F6F\96C5\9ED1",Arial,sans-serif;
    font-size: 12px;
    line-height: 1.5;
    color: #495060;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

*, :after, :before {
    box-sizing: border-box;
}
.w100{
	width:100%;
}

.w1200{
	width:1200px;
	min-width:1200px;
	margin:0px auto;
}
small.subjectRank {
	background: #f56565;
    color: #fff;
    width: 33px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-family: 'Arial';
    margin-left: 7px;
    height: 18px;
    vertical-align: middle;
    line-height: 18px;
    border-radius: 11px;
}

span.indicate {
    display: inline-block;
    width: 18px;
    height: 14px;
    margin-left: 5px;
    background: url(../images/indicate.png) no-repeat center;
	vertical-align: text-top;
}
.pernalInfo a {
    color: #495060;
}

.pernalInfo a:hover{
	color: #f63342;
}

.rightContent img{
	max-width:820px;
	height: auto;
}
.rightTop {
    position: absolute;
    top: 12px;
    right: 0px;
    z-index: 99;
}
.siteSwitch {
    float: left;
    margin-right: 20px;
    color: #9b9b9b;
}


.siteSwitch a {
    font-family: 'Arial';
    font-size: 14px;
    color: #013f88;
}


.siteSwitch a:nth-child(1) {
    padding-right: 4px;
}
.siteSwitch a:nth-child(2) {
    padding-left: 4px;
}

.rightTop .login {
    float: left;
}


.ivu-icon{
    display: inline-block;
    width: 7.5px;
    height: 12px;
  /*  background: url(../images/icon-arrow-down.png) no-repeat 0px 5px;*/
}

.login span {
	color: #38424e;
    border-radius: 15px;
    cursor: pointer;
    width: 56px;
    display: block;
    text-align: center;
	font-size:14px;
	margin-left: 2px;
}


.login_success {
    float: left;
    width: 112px;
    text-align: center;
    cursor: pointer;
}
.login_success {
    top: 47px;
}
.login_success span {
	color: #38424e;
    font-size: 14px;
}


.DropdownMenu li {
	width:100%;
	height:33px;
	background:#ffffff;
	line-height:33px;
}

.DropdownMenu li a{
	line-height:33px;
	font-size:14px;
	color:#1b1b1b
}

.DropdownMenu li:hover{
		background:#e6e6e6;
}

.DropdownMenu{
	display:none
}

.top_bg,.bottom_bg{
	position:absolute;
	width:100%;
	height:340px;
	left:0px;
	z-index:-1
}

.top_bg{
	background: url(../images/top_bg.jpg) repeat-x;
	top:89px;
}

.bottom_bg{
	background: url(../images/bottom_bg.jpg)  repeat-x;
	bottom:-70px;
}

a {
    text-decoration: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix {
    clear: both;
    zoom: 1;
}
.clearfix::after {
    content: "";
    clear: both;
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
li {
    list-style: none;
}
.position {
    position: relative;
}

.headerMain{
	margin: 0px auto;
    width: 95%;
    min-width: 1200px;
}
.contentMain {
    margin: 20px auto;
	width: 1200px;
	min-width: 1200px;
}
/* header */
.header {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
	height: 115px;
    border: 0px;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.11);
}
/* logo */

.logo {
	width: 332px;
    height: 93px;
    background: url(../images/logo_new.png) no-repeat center center;
	float: left;
    position: relative;
    margin-top: 14px;
}
.logo a {
    display: block;
    width: 100%;
    height: 87px;
    margin-top: 0px;
}


.headerRight{
	float: left;
    width: 360px;
    text-align: right;
    position: relative;
}

/* nav */


.phDetail .nav {
	width: 455px;
    margin-left: 40px;
    padding-left: 0;
    padding-top: 45px;
    float: left;
}

.nav li {
	width: auto;
    display: inline-block;
    padding: 0 23px;
	cursor: pointer;
    text-align: center;
    font-size: 16px;
}
.nav a {
    color: #317ecc;
    font-weight: bold;
}
.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 9;
    display: none;
}
.nav .active a {
    display: block;
    margin: 0 10px;
    border-bottom: 4px solid #003f88;
}

/* search */


.phDetail .search-btn {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzZCRDRCNDYzQzlCMTFFOEJEODRFQkJERkEwMThDMDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzZCRDRCNDczQzlCMTFFOEJEODRFQkJERkEwMThDMDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNkJENEI0NDNDOUIxMUU4QkQ4NEVCQkRGQTAxOEMwNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNkJENEI0NTNDOUIxMUU4QkQ4NEVCQkRGQTAxOEMwNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsoCCdwAAAHRSURBVHjalJRLKERRGMfvIHnlWV5RFkqSUEpsFEpYqCEhEgsbUpYU0SAbUbJUZCcplLKQBUPSJGUWCinyaJJX8srj//E/OmnumPnXr3te93+/c+73HYtROGyYKBqkgiQQAVzgDDjBm9lLAW7GwkAHqAWZbuZXwQyYdmfo96dfALbAoImZqBhMgWVGbxphIZjnVkX77G+AOxALyoAVxLO9BMrBhTKx8AzjwA5I5rgN9IN3NxFKVGOgiv0Vmn7oW+7TzHpAr4mZwR9TDebYLwXN+hkmgjr2t8GA4Z3awSnbrbphHtNCNG54ryueoSgDZCvDHA7KFtcN32TnMxSkKcMoDt6Aex8NL8En25HK8FFL6CAfDcO/M+VHj8rQyYEgbfveKpfPF3CkDKUynjnR5mN0VrYPgEMZHoIFTlSAJi8NJXfT2Z4Fr3pi2xi2aALUezDy4/pO9h2s/W/5GyklBq+mc1AJAllWGXz5iTUvlVQDRkCj9gGZ3+T7v7Ws1AJGeT5KLm5HflqMNi4XQgLb1wzGriJU2mWxx5FgJq18IIRrjsEkaAAPoIhzUtNrFg83dhbI5+0i0d2CE16wF9q6IdDF9mKAh8PfI/+pm+coKbf4JcAA1nVd6J0R2LgAAAAASUVORK5CYII=) no-repeat center center;
}

.phDetail .iconfont {
    color: #fff;
}

.iconfont {
    padding-top: 30px;
}


.search-input {
    margin-top: 40px;
    height: 33px;
    position: relative;
    text-align: right;
    display: inline-block;
   
}
.search-input input {
    border: none;
    color: #134d90;
    background: #fcfcfc;
    box-sizing: border-box;
    width: 240px;
    height: 33px;
    font-size: 14px;
    float: left;
    overflow: hidden;
    padding: 0 38px 0 10px;
	border: 1px solid #98c0e8;
	border-left:0px;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 33px;
    width: 33px;
    border: 0px;
   background: url(../images/search_btn.png) no-repeat center center;
    z-index: 1;
    cursor: pointer;
}
	
}
.iconfont {
    padding-top: 30px;
    color: #fff;
}
.selectBox {
    width: 115px;
    float: left;
}
.selectBox li {
    height: 33px;
    line-height: 33px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #98c0e8;
    cursor: pointer;
}

.selectBox i {
    font-size: 12px;
	color:#999999;
}

/* 主体内容 */
.article {
    padding-top: 125px;
	position:relative;
	width:100%;
	min-width: 1200px;
	overflow: hidden;
}

.teachersName{
	width: 100%;
	height:auto;
    background: url(../images/person_nameBg.png) repeat-x;
}
.leftSide {
    margin: 20px 0px 10px;
    width: 207px;
    float: right;
    box-shadow: 0 0 7px rgba(0,0,0,0.1);
}

.rightContent {
    margin: 20px 0px 10px;
    width: 964px;
    float: left;
    min-height: 460px;
}
.personalPic {
    width: 100%;
    padding-top: 20px;
    background: #fff;
    text-align: center;
    overflow: hidden;
}
.personalPic .txt {
    height: auto;
    overflow: hidden;
    margin: 0 75px 16px;
}

.personalPic .txt h5 {
    font-size: 16px;
    line-height: 36px;
    color: #464646;
}

.personalPic .txt p {
    font-size: 14px;
    line-height: 27px;
    color: #464646;
}

.personalPic .other p {
    font-size: 16px;
    line-height: 28px;
}
.other {
    margin-bottom: 20px;
}
.other img {
    max-width: 170px;
}
.personalLink {
    width: 100%;
    background: #fff;
    margin-top: 34px;
}

.personalLink li {
    border-bottom: 1px solid #e4e4e4;
    padding:0 20px 0 23px;
}
.personalLink a {
    display: block;
    color: #292929;
    line-height: 58px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    background: url(../images/leftbg.png) no-repeat right center;
}

.personalLink li.active,.personalLink li:hover {
    border-left: 3px solid #e2e2e2;
    background: #f9f9f9;
    padding:0 20px;
    border-bottom: 1px solid #fff;
}

.jbxx *{
	max-width:100% !important;
}

.jbxx ul,.jbxx ol{
	padding-left:30px;
}

.jbxx ul,.jbxx ol{
	padding-left:30px;
}

.jbxx #jbxx-wrap{
	margin-bottom:8px;
	background: #fff;
}

.jbxx p {
    font-size: 14px;
    line-height: 26px;
    color: #4a4a4a;
    word-wrap:break-word; 
}

.jbxx .more {
    padding: 20px 0px;
    background: #f9f9f9;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.jyxx {
    width: 100%;
    min-height: 390px;
    background: #fff;
    margin-top: 30px;
    padding: 30px;
    text-align: left;
}

.gzjl {
    width: 100%;
    min-height: 390px;
    background: #d5cfcf;
    margin-top: 30px;
    padding: 30px;
    text-align: left;
}

.title {
    height: auto;
    overflow: hidden;
    margin: 20px 0;
}

.title:nth-child(1) {
    margin-top: 0px;
}

.title h2 {
    float: left;
    border-bottom: 3px solid #003f88;
    font-size: 18px;
    color: #003f88;
    padding:0 94px 6px 6px;
    font-weight: bold;
}


h3.xy-name {
    font-size: 18px;
    padding: 20px 0px;
}

.xy_wrap span {
    font-size: 16px;
}

.xy {
    position: relative;
    font-size: 16px;
    border-bottom: 2px solid #e4e4e4;
    padding-bottom: 20px;
    margin: 20px 0px;
}

div.radius img {
    width: 172px;
    height: 166px;
    border-radius: 93px;
    -webkit-border-radius: 93px;
    -moz-border-radius: 93px;
}


div.tabName{
	text-align:left;
}

div.tabName a{
    display: inline-block;
    background: #003f88;
    padding: 4px 0px;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
    font-size: 12px;
    width: 57px;
    text-align: center;
}
div.tabName a.selected{
	background: #fff;
	color:#000
}

.pernalDetail {
  /*  padding:39px 50px;*/
  margin-bottom:30px;
  box-shadow: 0 0 7px rgba(0,0,0,0.1);
}
.pernalInfo {
    background: #fbfbfb;
    border-radius: 10px;
    box-shadow: 0 5px 16px 1px #ccc;
   /* line-height: 30px;*/
    padding:30px;
    overflow-x:auto;
}
.pernalInfo table {
    min-width: 500px;
}
.pernalInfo table td{
	line-height: 18px;
	padding: 4px 0px 4px 10px;
	vertical-align: top;
}
.tableheader {
    white-space: nowrap;
    text-align: right;
    color:#565656;
    padding-right: 10px;
}
.footer {
	width: 100%;
    padding: 30px 0px;
    background: #f2f2f2;
    text-align: center;
    box-shadow: 0 -5px 16px 1px #ccc;
    margin-top:30px
}

.footer p,.footer a {
    font-size: 14px;
    color: #9b9b9b;
    font-family: "Microsoft YaHei";
}
.footer a:hover{
	color:#003f88
}




/*20180614*/

.baseInfo{
    width: 100%;
    min-height: 245px;
    background: #fff;
    padding: 30px 30px 8px 30px;
    overflow: hidden;
}

.baseInfo .personal_img{
	width:139px;
	height:185px;
	float:left;
}
.baseInfo .personal_img img{
	width:139px;
	height:185px;
}


.personal_detail{
	width:737px;
	float:right;
	min-height:185px;
}


.personal_top{
	min-height: 105px;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
}
.personal_ewm{
	width:457px;
	height:100%;
	float:right;
	font-size:14px;
}

.teachersName-left{
    font-size: 38px;
    font-weight: 700;
    color: #333333;
    padding-top: 6px;
}
.teachersName-left small{
	vertical-align: middle;
}

.teachersName-left small a,.teachersName-left small{
    font-size: 14px;
    font-weight: 400;
    background: rgba(0,0,0,0.4);
    padding: 2px 13px;
    border-radius: 19px;
    color: #fff;
    display: inline-block;
}

.pernalDetail_num {
    color: #030303;
    padding-top: 2px;
    display: inline-block;
}

.pernalDetail_num label, .pernalDetail_num span {
    color: #030303;
}

.pernalDetail_num span {
    padding: 0px 3px;
}
.workPost span{
	font-size: 14px;
	color: #fff;
}


.zc {
	line-height: 20px;
}
.zc span{
    font-size: 16px;
    font-weight: 400;
    color: #e4e4e4
}

.where{
    padding: 7px 0px 16px 33px;
    line-height: 20px;
    width: 371px;
}

.where .collegeName{
	line-height:20px;
}

.personal_bottom ul li.yjfx {
    width: 100%;
    background: url(../images/research_bg.png) no-repeat 0px -2px;
}


 .personal_bottom ul{
	min-height: 20px;
    margin-top: 16px;
  }

.personal_bottom ul li {
    margin-right: 26px;
	margin-bottom: 10px;
    font-size: 16px;
    /*padding: 0px 27px;*/
	padding-left:0px;
	padding-right:27px;
}


.personal_bottom ul li label,.personal_ewm  label{
	font-size:16px;
	padding-right:7px;
}

.where label{
	font-weight:700
}
  


.personal_bottom ul.research li{
   background: url(../images/research_bg.png) no-repeat 0px -2px;
 }
.second_research li {
    background: none !important;
    margin-left: -22px;
    float: none !important;
    margin-bottom: 7px !important;
}
  
  
 /*导航链接*/
 
 .jbxx-content{
	 box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.1);  
  }
 
 .tabNav {
	background:#ebebeb;
	width:100%;
	overflow:hidden;
	position:relative
 }
 
.tabNav ul li.active {
    color: #fff;
}
.btn{
	display:block;
	width:21px;
	height:52px;
	position:absolute;
	top:4px;
	background:#e2e2e2
}
 
.leftBtn{
    left: 0px;
    background: #e2e2e2 url(../images/jt_bg.png) no-repeat 0px 15px;
    background-size: contain;
    transform: rotate(180deg);
	display:none
}
 
.rightBtn{
    right: 0px;
    background: #e2e2e2 url(../images/jt_bg.png) no-repeat 0px 15px;
    background-size: contain;
	display:none;
}
 
.jbxx {
    width: 100%;
    background: #fff;
    padding: 22px 50px 39px;
    overflow: hidden;
 }
 

 #show{
	 display:block;
	 cursor:pointer
 }
  
 .tabNav ul {
	width:9000px;
	transition: 0.3s;
  }
.tabNav ul li{
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0px 19px;
    border-right: 1px solid #dbdbdb;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    margin: 10px 0px;
    background: #f5f5f5;
}
.tabNav ul li.active {
    color: #fff;
    background: #0068b7;
}


.tabNav ul li.active a{
	color:#fff;
}

.jbxx-pic{
	margin-top: 15px;
}

.title_ {
  background: #fff;
  padding-left: 20px;
  height: 52px;
  line-height:52px;
  border-bottom: 1px solid #e8e8e8;
}

.title_  h3{
  font-weight: 700;
  line-height: 52px;
  font-size: 20px;
  color: #505050;
}
  
.title_ span{
	background: url(../images/baseInfobg.png) no-repeat 0px -559px;
    padding-left: 20px;
	cursor:pointer;
	font-size:16px;
	margin-right: 20px;
	color:#505050
 }
  
.teachersPic{
    text-align: center;
    background: #fff;
    overflow: hidden;
 }
.teachersPic ul{
	padding: 16px 38px;
    margin: 0px 6px;
	overflow:hidden;
}
.teachersPic ul li{
    margin: 10px 13px;
	padding: 0px 2px;
    width: 85px;
    float: left;
    border: 1px solid #f1f1f1;
}

.teachersImg img{
    width: 100%;
    height: 107px;
	border:0px;
}
.teachersPic h5,.teachersPic h5 a,.teachersPic p{
	color: #242424;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.teachersPic h5,.teachersPic h5 a{
	font-size: 14px;
    padding: 2px 0px;
}
.teachersPic p{
	font-size:12px;
	padding-bottom:5px;
}
  
  
.links{
	margin-top:15px;	
}

.links ul{
	overflow:hidden;
	padding: 5px 20px;
}

 .links ul li{
	display:inline-block;
 }
.links ul li.selected{
	background: #003f88;
}
.links ul li.selected a{
	color:#fff
}

 .links ul li a{
	font-size: 14px;
    color: #fff; 
	padding: 10px 20px;
	display:block;
 }
.amount{
	height:52px;
	line-height:52px;
	background:#fff;
	margin-top:15px;
	text-align:center;
}

.amount span{
	font-size:12px;
	color: #242424; 
	
}
.links li a:hover{
	background:#003f88;
	color:#fff;
}

.second_research {
    margin-top: 0px !important;
	padding-left: 25px;
}
/*20181210改版*/
.headerTop{
	width:100%;
	min-width:1200px;
	height:40px;
}

.headerTop .headerTop-left{
	width:66.4%;
	height:100%;
	float:left;
	background:#317ecc
}
.headerTop .headerTop-right{
	width:33.6%;
	height:100%;
	float:left;
	background:#000000;
	position:relative;
}
.article .teachersName-bg{
    width: 100%;
	background: url(../images/person_nameBg.png) repeat;
    overflow: hidden;
    padding: 15px 0px;
}

.article .teachersName{
	width:1200px;
	min-width:1200px;
	height:200px;
	margin:0px auto;
}

.teachersName-left{
	width:50%;
	height:100%;
}
.teachersName-right{
	width:20%;
	height:100%;
}


/*教师详情*/

.teachersDetails{
    width: 100%;
    background:#fff;
	overflow: hidden;
    padding: 21px 0px;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.11);
}


.teachersDetails .teachers_img{
    width: 200px;
    height: 200px;
    margin-right: 64px;
	overflow: hidden;
	border-radius: 50%;
}

.teachersDetails .teachers_img img{
	width:100%;
	height:auto;
}

.teachersDetails .teachers_text{
	width:930px;
	height:auto;
	margin-top:19px;
	position:relative
}

.teachersDetails .teachers_text .ewm{
	width:98px;
	height:98px;
}
.teachersDetails .teachers_text .ewm img{
    width: 100%;
    max-width: 100%;
    height: 100%;
}
.teachersDetails  .teachers_text_top{
	width: 809px;
 }
.teachers_text_top .collegeName{
	margin-top:8px;
}
.teachers_text_top .collegeName a+a{
	padding-left:27px 
}
.teachers_text_top .subject label,.teachers_text_top .collegeName label{
	 color: #fff;
	font-size:16px;
	font-weight:bold;
	padding-right:5px;
}

.teachers_text_top .subject a,.teachers_text_top .collegeName a{
	color: #fff;
	font-size:16px;
}

.personal_bottom{
	margin-top:32px;
	color: #fff;
}

.ewm img{
    width: 80px;
    height: 80px;
}

/*
内容区
*/
.title_ h3,#jbxx-wrap h3.column_name{
	color:#317ecc
}

#jbxx-wrap h3.column_name{
	padding-left: 40px;
    font-size: 20px;
	height: 52px;
    font-weight: 700;
    line-height: 52px;
    border-bottom: 1px solid #c9c9c9;
}
#jbxx-wrap h3.column_name div{
	display: block;
    width: 58px;
    height: 52px;
    background: #0068b7;
    float: right;
	text-align:center;
}

#jbxx-wrap h3.column_name div span{
    display: block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #4d96cd url(../images/column_nameBg.png) no-repeat center;
	margin-left: 15px;
    margin-top: 12px;
	cursor:pointer
}
.jbxx .column_name_content{
	padding:20px 36px;
}

#jbxx-wrap h3.column_name div span#changIcon{
	background: #4d96cd url(../images/column_nameBgBottom.png) no-repeat center;
}

.jbxx  #columnMinHeight{
	height:0px;
	padding:0px;
	overflow:hidden;
}
/*回到頂部*/

.backTop{
    position: fixed;
    right: 51%;
    bottom: 100px;
    width: 50px;
    height: 50px;
    background: url(../images/top.png) no-repeat top;
    background-size: 100%;
    text-indent: -9999px;
    z-index: 9999;
    margin-right: -680px;
    opacity: .9;
	display:none;
	cursor:pointer
}


/*不设置主题 默认读取夏天*/




/*头部修改*/


.headerTop .headerTop-left{
	background: #317ecc;
}

.header{
	background: #fff;
}

.nav a{
	color:#4298fc;
    font-weight: bold;
}

.siteSwitch a{
   color: #317ecc;
}

.siteSwitch a.active {
   color:#333333
}

.selectBox li.active{
    color: #484848 !important;
}

.personal_bottom ul li.telephone,.personal_bottom ul li.email,.personal_bottom ul li.address,.personal_bottom ul.research li,.personal_bottom ul li.yjfx {
	/*background-image: url(../images/baseInfobg.png);
	background-repeat: no-repeat;*/
}

.personal_bottom ul li.telephone {
	background-position: 0px 7px;
}

 
.personal_bottom ul li.email{
	background-position: 0px -47px;
}


.personal_bottom ul li.address{
	background-position: 0px -110px;
}

.personal_bottom ul.research li{
	background-position:  0px -2px;

}

.personal_bottom ul li.yjfx {
    width: 100%;
	background-position:   0px -172px;
}
.search-input input{
	color:#003f88 !important;
}
.search-btn{
	background: url(../images/search_btn.png) no-repeat center center !important;
}
/*个人信息*/
.personal_name{
	color:#fff;
}


#jbxx-wrap h3.column_name span{
	background:#0068b7
}






/* 布局重构 */

.left-side{
	width:480px;
	min-height:700px;
	padding:30px 0px;
	background: url(../images/left_bg.png) repeat;
}


.right-side{
	margin-left:500px;
}

.left-side .teachers_img{
    width: 150px;
    height: 220px;
    margin-left: 171px;
}

.left-side .teachers_img img{
    width: 100%;
    height: auto;
	border-radius: 4px;
}

.teachers_name{
	text-align: center;
    font-size: 30px;
    color: #fff;
}


.teachers_name small {
    font-size: 14px;
    font-weight: 400;
    background:#dddddd;
    padding: 2px 5px;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    margin-left: 12px;
}

.teachers_text{
	margin-top: 50px;
	padding-left: 30px;
	padding-right:10px;
	overflow: hidden;
}

.teachers_text .teachers_text_top{
	border-bottom: 1px solid #7a7a7a;
    padding-bottom: 29px;
}


.teacher_pic{
    min-height: 80px;
	margin: 0px 30px;
    margin-top: 20px;
    line-height: 80px;
    overflow: hidden;
   	border-bottom: 1px solid #7a7a7a;
    padding-bottom: 20px;
}

.teacher_pic .ewm{
	margin-right: 10px;
    height: 80px;
    width: 80px;
}

.links h3{
    padding-left: 30px;
    font-size: 16px;
    color: #fff;
}

.update_time{
	color:#fff;
}