@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	border:0;
}
body{
	font-family:"微软雅黑";
	font-size:14px;
}
ul, li{
	list-style: none;
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	margin: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;  
}

/*网页头部样式*/
.container{
	padding:0;
}
.header_top{
	 width:100%;
	 background-color:#2d4894;
	 background-image:url(../images/header.jpg);
	 background-repeat:no-repeat;
	 background-position: 60% center;
	 padding:10px 0;
}

.header_top .logo_img2{
	 margin-left:10px;
}

.navbar-toggle{
	margin-top:5px;
	margin-bottom:5px;
	position:absolute;
	top:10px;
	right:0;
	margin-right:0;
	padding-right:15px;
}

.navbar-toggle .icon-bar {
    height: 4px;
    width: 30px;
    background-color: #ffffff;
}

.nav .container {
    position: relative;
}

.nav ul{
	 float:left;
}

.nav ul li{
	width:140px;
	height:60px;
	line-height:60px;
	 float:left;
	 text-align:center;
}

.nav ul li:first-child {
    width: 90px;
    text-align: left;
}

.nav ul li a{
	font-size:18px;
	color:#393838;
	 display:block;
}
.nav ul li:hover a{
	 color:#2d4894;
}

.nav ul li.active a{
	 color:#2d4894;
}
.search {
    position: absolute;
    right: 0;
    top: 10px;
}

.search1{
	 width:220px;
	 border:1px solid #5b80ea;
	 border-radius:20px;
	 padding:7px 0;
}

#search_kang {
    margin-left: 10px;
    height: 25px;
    line-height: 25px;
    outline: none;
    vertical-align: middle;
    color: #939696;
    width: 78%;
}

#search_image {
    outline: none;
    vertical-align: middle;
}

/*banner相关设置*/
#full-width-slider {
	width: 100%;
	color: #000;
	box-shadow: 0 3px 3px #ccc;
}

#full-width-slider .rsOverflow{
	position:absolute;
	top:0;
	left:0;
}



.coloredBlock {
	padding: 12px;
	background: rgba(255,0,0,0.6);
	background:#ff0000;
	filter: alpha(opacity=60);/*IE*/
	color: #FFF;
	width: 200px;
	left: 20%;
	top: 5%;
}

.fullWidth {
	/*min-width:1200px;*/
	margin: 0 auto;
	
}
.rsMinW .rsBullets {
	position: absolute;
	bottom: 8px;
	right: 20px;
	z-index: 35;
	padding-top: 4px;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
}
.rsMinW .rsBullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	box-sizing:content-box;
	padding: 6px 5px 6px 4px;
}
.rsMinW .rsBullet span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	background: rgba(255,255,255,1);
}
.rsMinW .rsBullet.rsNavSelected span {
	background: #fd0101;
}



/*首页内容样式*/

.main-content{
	padding:30px 0 28px;
}

.new_picture{
	 height:260px;
}

.new_picture .fullWidth{
	  height:260px;
	  overflow:hidden;
}

#full-width-slider1 {
    width: 100%;
	height:266.7px;
}

#full-width-slider1 .rsGCaption {
    position: absolute;
    bottom: 0px;
    left:0;
    height: 32px;
    line-height:32px;
    color:#343635;
    font-size:14px;
	padding-left:14px;
	width:70%;
    text-align:left;
	 overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	z-index:999;
    cursor: pointer;
}

.new_picture .rsMinW .rsBullets{
	right: 0px;
	bottom:0px;
	width: 100%;
	height: 32px;
	padding-top:0;
	 text-align:right;
	padding-right:15px;
	background:rgba(255, 255, 255, 0.7);
	z-index:998;
}

.new_picture .rsMinW .rsBullet{
	
    padding: 10px 5px 6px 4px;
}

.new_picture .rsMinW .rsBullet span {
	background: #2f4a95;
	background: rgba(47,74,149,1);
}

.new_picture .rsMinW .rsBullet.rsNavSelected span {
	background: #fd0101;
}


.title {
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 18px;
    margin-bottom: 7px;
}

.title h3 {
    float: left;
    color: #393838;
    font-size: 18px;
}

.title .more {
    float: right;
    color: #2d4894;
	font-size:14px;
}


.article-list ul li {
    padding: 10px 0;
    line-height: 16px;
    border-bottom: dashed 1px #dddddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.article-list ul li a{
	 width:80%;
	 float:left;
	font-size:14px;
	color:#595c5b;
	 overflow:hidden;
	 white-space:nowrap;
	 text-overflow:ellipsis;
}


.article-list ul li span{
	width:20%;
	float:left;
	text-align:right;
}
.article-list1{
	padding-right:0;
}
.write-content .row,.back-content .row{
	margin-right:0;
}

.back-content{
	 background:#f6f6fa;
}

.back-content .main-content{
	padding:20px 0 28px 0;
}


.article-teacher ul li {
    width: 14.1%;
    float: left;
    margin-left: 3%;
	padding:10px 0;
}

.article-teacher ul li:first-child {
    margin-left: 0;
}

.article-teacher ul li a{
	 font-size:14px;
	 color:#595c5b;
	 text-align:center;
	  display:block;
}

.article-teacher ul li a.teacher-name{
	padding:10px 0 0 0;
}

.article-teacher ul li a img {
    width: 100%;
	min-height:120px;
}

.article-link{
	padding-right:0;
}
.article-link a{
	 width:48%;
	 display:block;
	  height:40px;
	  line-height:40px;
	  border-radius:20px;
	 background:#e6ecfc;
	 border:1px solid #2d4894;
	  color:#2d4894;
	  text-align:center;
	  margin:5px 0;
	   float:left;
	  
	
}

.article-link a:first-child{
	 width:100%;
}

.article-link a+a+a{
	 margin-left:4%;
}

.article-link a+a+a+a{
	margin-left:0;
}

.article-link a+a+a+a+a{
	margin-left:4%;
}

.article-link a+a+a+a+a+a{
	width:100%;
	margin-left:0;
}


/*列表*/
.list{
	padding:0 0 20px;
}

.location{
	height:40px;
	line-height:40px;
	 font-size:14px;
	 color:#595c5b;
	 background:url(../images/location.png) no-repeat center left;
	border-bottom:1px solid #e5e5e5;
	padding-left:25px;
	 margin-top:10px;
}
.location a{
	color:#595c5b; 
}
.location a.on{
	 color:#2d4894;
}

.list_title{
	 font-size:18px;
	 color:#595c5b;
	 font-weight:normal;
	 margin:25px 0 10px;
}

.list_content ul {
	 min-height:180px;
}

.list_content ul li{
	border-bottom: dashed 1px #dddddd;
	
}

.list_content ul li:hover{
	background:#f5f5f5;
}

.list_content ul li a{
	background:url(../images/dian.png) no-repeat center left;
	padding-left:13px;
	 display:block;
	 height:37px;
	 
	  font-size:14px;
	  color:#595c5b;
}

.list_content ul li a:hover{
	background:url(../images/hover_dian.png) no-repeat center left;
	color:#2d4894;
	 
	
}

.list_content ul li a p{
	 float:left;
	 width:80%;
	 overflow: hidden;
	  
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-bottom:0;
	 
	 
}


.list_content ul li a  span{
	float:left;
	 text-align:right;
	 width:20%;
	 line-height:37px;
	 overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*分页栏*/
.pagebar{
  background:#fff;
   padding: 50px 0;
  line-height: 40px;
}

.p_first_d,.p_last_d{
    display:none;
}

.p_first,.p_last{
	display:none;
}


.p_prev_d,.p_prev {
    font-size: 12px;
    color: #808080;
    background: url(../images/Previous.png) no-repeat 5px  center;
    padding-left: 17px;
    padding-top:6px;
    padding-bottom:5px;
    padding-right:9px;
    width:60px;
    border: 1px solid #d9d9d8;
    margin: 0px 4px;
}

.p_no {
    padding: 4px 12px;
    border: 1px solid #d9d9d8;
    margin: 0px 4px;
   color: #595c5b;
}

.p_no_d {
   background: #2d4894;
   color: #fff;
   padding: 4px 12px;
    border: 1px solid #d9d9d8;
    margin: 0px 4px;
}

.p_next,.p_next_d {
    font-size: 12px;
    color: #808080;
    background: url(../images/next.png) no-repeat  50px center;
    padding-right: 17px;
    padding-left: 9px;
    padding-top:6px;
    padding-bottom:5px;
    width:65px;
    margin-left:4px;
    border: 1px solid #d9d9d8;
}

/*文章页样式*/

.article_content {
	padding-top:15px;
        min-height: 360px;

}

.article h1{
	 text-align:center;
	font-size:16px;
	color:#595c5b;
	 font-family:"微软雅黑";
	  line-height:1.5;
}

.article h2{
	 text-align:center;
	font-size:20px;
	color:#595c5b;
	 font-family:"微软雅黑";
	  line-height:1.5;
	  margin:10px 0;
	  font-weight:bold;
}

.article h3 {
    font-size: 16px;
    color: #393939;
    line-height: 1.5;
    text-align: center;
}

.article h4{
	margin:18px 0;
	 font-size:14px;
	 text-align:center;
	 background:#f5f5f5;
	  /*height:35px;*/
	   line-height:35px;
}

.content{
	color:#595c5b;
	 font-size:14px;
	 line-height:1.5;
	 min-height:250px;
	
}

.content p{
	margin:10px 0;	
}

.content p img{
	 max-width:100%;
}


/*老师列表页面*/

.list-teacher{
	margin-left:-2.5%;
}

.list-teacher ul{
   min-height: 180px;
}

.list-teacher li {
    width: 10%;
    float: left;
    margin-left: 2.5%;
}

.list-teacher li a {
    display: block;
    text-align: center;
    color: #595c5b;
    font-size: 16px;
    padding-top: 8px;
}

.list-teacher li .teacher_img {
    display: block;
    height: 150px;
    overflow: hidden;
    margin-top: 10px;
    padding: 0;
}

.list-teacher li a img {
    width: 100%;
	 min-height:100%;
}








/*网站版权样式*/
.footer {
	 background:#2d4894;
	 padding:30px 10px;
	 text-align:center
}

.footer p{
	 color:#fff;
	 margin:5px 0;
}


/*兼容ie*/
.ie7 .nav{
	 width:100%;
}
.ie7 #full-width-slider
{
	overflow:hidden !important;
}

.ie7 .new_picture{
	 width:31%;
	 padding:0;
	 margin:0 1%; 
}

.ie7 .article-list{
	 width:31%;
	 padding:0;
	 margin:0 1%;
}

.ie7 .title ,.ie8 .title {
	 height:31px;
	 line-height:31px;
}

.ie7 .title H3,.ie8 .title H3{
	 line-height:31px;
}

.ie7 .article-teacher{
	width:68%;
	margin:10px 1%;
	padding:0;
}

.ie7 .article-link{
	 width:27%;
	 margin:10px 1%;
	 padding:0;
}

.ie7 .article-link a{
	 width:47%;
}

.ie7 .article-link a:first-child{
	 width:100%;
}

.ie7 .article-link a+a+a{
	 margin-left:4%;
}

.ie7 .article-link a+a+a+a{
	margin-left:0;
}

.ie7 .article-link a+a+a+a+a{
	margin-left:4%;
}

.ie7 .article-link a+a+a+a+a+a{
	width:100%;
	margin-left:0;
}

.ie7 .write-content .row{
	 height:300px;
}

.ie7 .back-content .main-content{
	 height:300px;
}

.ie7 .list-teacher ul{
	display:block;
	 height:400px;
}

.ie8 .new_picture{
	 width:33%;
}

.ie8 .article-list{
	 width:33%;
}









 