@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
	
	border: 0;
}
 

body{

	font-family:"微软雅黑";
	font-size:14px;
	color:#595c5b;
	
}
.new-list ul li .date{float:left; color:#db3a34}

ul li{
	list-style:none;
}

a{
	text-decoration: none;
	color:#828282;
}

a:hover, a:visited {
	 text-decoration:none;
	
	
}

a:hover{
	 color:#006ec7;
	}

p,ul {
	margin:0;
}

.clearfix:after{
  content: ""; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;  
}

.clearfix{
	zoom:1;
}

 

/*头部*/
.header{
	 background:url(../images/fegche.png) 80% top no-repeat;
}
.container{
	 padding:0;
}

.logo{
	display:block;
	width:70%;
	margin:20px 0 18px;
	float:left;
}

.navbar-toggle {
	 display:none;
    position: relative;
    float: right;
	 width:24px;
	 height:22px;
	 background:url(../images/anniu.png) no-repeat;
	margin-top: 30px;
	padding:0;
	margin-right:0;
    margin-bottom: 8px;
    border:none;
    border-radius: 0px;
}

.topright{
	 float:left;
	 text-align:right;
	 width:30%;
	 margin-top:32px;
}

.topright .toplink a{
	 color:#555555;
	 font-size:14px;
	 font-family:"微软雅黑";
	  margin-left:20px;
}

.topright .toplink a.en{
	 background:url(../images/en.png) 10px center no-repeat;
	 padding-left:34px;
	 border-left: 1px solid #c8c8c8;
}


/*搜索*/

.search1{
	width:255px;
	 height:30px;
	background: #fff;
    border:1px solid #b1dffe;
	 border-radius:15px;
	 margin:12px 0 24px auto ;
}

#search_kang{
	 width:175px;
	 height:27px;
	 outline:none;
}

#search_image{ 
	outline:none;
	vertical-align:top;
}



/*导航*/
.nav{ background:#28536b; }
.nav ul{ margin-bottom:0;}
.nav ul li{
	position:relative;
	z-index:99;
	float:left;
	height:54px;
	line-height:48px;
	text-align:left;
	 width:9.734%;
	  margin-left:0.6%;
	  
}

.nav ul li:first-child{
	 width:6.4%;
}

.nav ul li a{
	 display:block;
	 padding-left:12%;
	 color:#fff;
	 height:54px;
	 font-family:"微软雅黑";
	 font-size:16px;
	 border-top:4px solid #28536b;
	 background-color:#28536b;
	 background-image:url(../images/nav-arrow.png);
	 background-position:90% center;
	 background-repeat:no-repeat;
}

.nav ul li:first-child a{
	padding-left:20%;
}

.nav ul li.selected a{
	  border-top:4px solid #db3a34;
	  background-color:#7ea8be;

}

.nav ul li:hover a{
	  border-top:4px solid #db3a34;
	  background-color:#7ea8be;
}

.nav ul li .nav_item{
	 display:none;
	 position:absolute;
	 top:54px;
	 left:0;
	 background:#7ea8be;
	 width:165%;
	 z-index:999;
	 margin-left:0;
}

.nav ul li:hover .nav_item{
	display:block;
	
	/*-webkit-animation: nav 0.2s ease;
    -moz-animation: nav 0.2s ease;
    -ms-animation: nav 0.2s ease;
    -o-animation: nav 0.2s ease;
    animation: nav 0.2s ease;*/
}

.nav ul li .nav_item li{
	float:none;
    width:100%;
	height:45px;
	line-height:45px;
    text-align:left;
	border-top:1px solid #2e6d96	
}

.nav ul li .nav_item li:first-child{
	 border-top:none;
	 
}

.nav ul li .nav_item li a{

	 font-size:14px;
	 color:#fff;
	 padding:0 0px 0 9%;
	 height:45px;
	 line-height:45px;
	 background-image:none;
}

.nav ul li:hover .nav_item li a{
	 border-top:0;
}

.nav ul li .nav_item li:hover a{
	 color:#db3a34;
	
}
/**********导航动画**********/
@-webkit-keyframes nav{
	0%{-webkit-transform:translate(0,20px);-moz-transform:translate(0,20px);-ms-transform:translate(0,20px);-o-transform:translate(0,20px);transform:translate(0,20px);}
	100%{-webkit-transform:translate(0,0px);-moz-transform:translate(0,0px);-ms-transform:translate(0,0px);-o-transform:translate(0,0px);transform:translate(0,0px);}
}
@-moz-keyframes nav{
	0%{-webkit-transform:translate(0,20px);-moz-transform:translate(0,20px);-ms-transform:translate(0,20px);-o-transform:translate(0,20px);transform:translate(0,20px);}
	100%{-webkit-transform:translate(0,0px);-moz-transform:translate(0,0px);-ms-transform:translate(0,0px);-o-transform:translate(0,0px);transform:translate(0,0px);}
}
@-0-keyframes nav{
	0%{-webkit-transform:translate(0,20px);-moz-transform:translate(0,20px);-ms-transform:translate(0,20px);-o-transform:translate(0,20px);transform:translate(0,20px);}
	100%{-webkit-transform:translate(0,0px);-moz-transform:translate(0,0px);-ms-transform:translate(0,0px);-o-transform:translate(0,0px);transform:translate(0,0px);}
}
@keyframes nav{
	0%{-webkit-transform:translate(0,20px);-moz-transform:translate(0,20px);-ms-transform:translate(0,20px);-o-transform:translate(0,20px);transform:translate(0,20px);}
	100%{-webkit-transform:translate(0,0px);-moz-transform:translate(0,0px);-ms-transform:translate(0,0px);-o-transform:translate(0,0px);transform:translate(0,0px);}
}




/*banner相关设置*/
.banner{
	 background:#f4f4f4;
}
#full-width-slider {
	width: 100%;
	color: #000;
	box-shadow: 0 3px 3px #ccc;
}

#full-width-slider .rsOverflow{
	position:absolute ;
	 left:0 ;
	 top: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 { margin: 0 auto;}

.rsMinW .rsBullets {
	position: absolute;
	bottom: 10px;
	right: 48%;
	z-index: 35;
	padding-top: 4px;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
}
.rsMinW .rsBullet {
	height: 10px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	box-sizing:content-box;
	padding: 6px 5px 6px 4px;
}
.rsMinW .rsBullet span {
	display: block;
	width:13px;
	height: 13px;
	background: #fff;
	background: rgba(255,255,255,1);
	 border-radius:50%;
}
.rsMinW .rsBullet.rsNavSelected span {
	background: #db3a34;
}

#full-width-slider8 .rsBullet.rsNavSelected span{
	 display:none;
}

#full-width-slider8{
	width: 100%;
}

/*首页内容部分*/
.back-white{ background:#fff;}

.title{
	 border-bottom:2px solid #28536b;
	 margin-bottom:21px;
}


.title h3{
	  float:left;
	  height:45px;
	  line-height:45px;
	  color:#28536b;
	  font-size:20px;
	  font-weight:normal;
	  margin:0;
	  padding-left:2px;
}

.title .more {
    float:right;
    color: #a7a7a7;
    font-size: 14px;
	height:35px;
	line-height:35px;
    text-decoration:none;
	 margin-top:10px;
	 margin-right:5px;
	padding-right:12px;
	background:url(../images/more.png) right center no-repeat;
}


/*学院新闻*/

.news{
	margin:20px 0 27px;
	
}

.new-picture{
	 margin-top:10px;
	 padding-right:1.7%;
}


#full-width-slider1 .rsGCaption{
	 background:url(../images/hei.png) repeat;
	  color:#fff;
	   font-size:14px;
	   padding:8px 20% 8px 3px ; 
	   position:absolute;
	   left:0;
	   bottom:0px;
	   text-align:left;
	   overflow:hidden;
       text-overflow:ellipsis;
   	   white-space:nowrap
}


#full-width-slider1 {
    width: 100%;
}

#full-width-slider1 .rsBullets{
	right:8px;
	 bottom:6px;
}

#full-width-slider1 .rsBullet{
	padding:6px 3px 6px 2px;
}

#full-width-slider1 .rsBullet span {
    display: block;
    width: 10px;
    height: 10px;
    background: rgba(81,89,73,.5);
	 border-radius:5px;
}

#full-width-slider1 .rsBullet.rsNavSelected span {
    background: #db3a34;
}

#full-width-slider1 .rsContent .infoBlockLeftBlack {
	 position:absolute;
	  bottom:30%;
	   left:70px;
}

.rsContent img{
	 width:100%;
}

.new-list{
	 margin-top:8px;
}

.new-list ul li{
	 width:100%;
	 
	 float:left;
	 height:44px;
	 line-height:44px;
	  border-bottom:1px  dashed #cccccc;
}

.new-list ul li.odd{
	margin-left:1.5%;
	margin-right:1%;
}

.new-list ul li a{
	 height:44px;
 
	 padding-left:15px;
}

.new-list ul li p{
	 color:#555555;
	  height:44px;
	 overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



/*通知公告*/
.notice{
	margin:0px 0 27px;
	padding-right:1.7%;
}

.notice ul li{
	
	border-bottom: 1px solid #ececec;

}

.notice ul li a {
    display: block;
    height: 24px;
    margin: 10px 0;
}

.notice  ul li a p {
    float: left;
    width: 83%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #555555;
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.notice ul li a:hover p{
	 color:#28536b;
}

.notice  ul li a span {
    display: block;
    float: left;
    width: 17%;
    text-align: left;
    font-size: 14px;
    color: #db3a34;
} 

/*学术科研*/
.research{
	padding:0 0.85%;
}
.research ul li{
	
	border-bottom: 1px solid #ececec;

}

.research ul li a {
    display: block;
    height: 24px;
    margin: 10px 0;
}

.research  ul li a p {
    float: left;
    width: 83%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #555555;
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.research ul li a:hover p{
	 color:#28536b;
}

.research  ul li a span {
    display: block;
    float: left;
    width: 17%;
    text-align: left;
    font-size: 14px;
    color: #db3a34;
}

/*专题专栏*/
.special{
	 padding-left:1.7%;
}

.special ul li{
	
	border-bottom: 1px solid #ececec;

}

.special ul li a {
    display: block;
    height: 24px;
    margin: 10px 0;
}

.special  ul li a p {
    float: left;
    width: 83%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #555555;
	 text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.special ul li a:hover p{
	 color:#28536b;
}

.special  ul li a span {
    display: block;
    float: left;
    width: 17%;
    text-align: left;
    font-size: 14px;
    color: #db3a34;
}
 

/*学院快讯*/
.flash{
	background:#f8f8f8;
	padding:20px;
}

.flash h3{
	 font-size:16px;
	 color:#0062ad;
	 font-weight:bold;
	  background:url(../images/laba.png) left center no-repeat;
	  padding-left:30px;
	  padding-right:15px;
	  margin:0;
	  float:left;
}


 #div1 ul li span.wenben{ margin-right:14px; font-size:14px; color:#555555;}
 #div1 ul li span.time{ font-size:14px; margin-right:40px; color:#a9a9a9;}
 .d1 { margin: 0 15%;width:75%;height:17px;overflow:hidden;white-space:nowrap;}
 .d2 {margin:0px auto;background-color:#FF9933;}
 .div2 {width:auto;height:auto;font-size:12px;float:left;overflow:hidden;}
 

/*链接图片*/
.link ul li {
	 width:18.4%;
	 margin:28px 0 33px 2%;
	  float:left;
	  text-align:center;
	   background:#7ea8be;
	    
}

.link ul li:first-child{
	margin-left:0;
}

.link ul li+li{
	 background:#28536b;
}

.link ul li+li+li{
	 background:#8c5e58;
}

.link ul li+li+li+li{
	 background:#db3a34;
}

.link ul li+li+li+li+li{
	 background:#f4a345;
}



.link ul li a h5{
	 font-size:16px;
	 color:#fff;
	 padding:15px 0;	
}

.link ul li a .media-img{
	 height:100px;
	 overflow:hidden;
}

.link ul li a .media-img img{
	 width:100%;
	 min-height:100%;
        transform: scale(1);
    transition: transform 0.4s;
}

.link ul li:hover a .media-img img{
    transform: scale(0.9);
    transition: transform 0.6s;
        margin-top: 5px;
}
	
.content-box{
       min-height: 400px;
padding-top: 25px;
}

/*简介*/

.left-box{
	padding-right:2%;
	 width:26%;
}

.left-nav{
	position:relative;
	 background:#28536b;
	padding-left:13px;
	 border-bottom:4px solid #e0e0e0;
        padding-top: 66px;
}

.left-nav .nav-bolid{
	 position:absolute;
	 top:0px;
	 left:15px;
	 z-index:99;
}

.left-nav .column{
	position:absolute;
	left:0;
        opacity: 0.95;
	top:0px;
	background-color:#28536b;
	 background-image:url(../images/navleft.png);
	  background-repeat:no-repeat;
	  background-position:right 10px;
	 font-size:24px;
	  height:66px;
	 line-height:66px;
	 color:#fff;
	  width:100%;
	 padding:0  15px;
	 z-index:98;
	
}

.left-nav .column span{
	display: inline-block;
    vertical-align: middle;
    line-height: 25px;
}

.left-nav ul li{
	 border-bottom:1px solid #ebebeb;
	  background:#f7f9fc;
	 /*height:60px;*/
	 line-height:60px;
	 padding:0 7.5%;	 
}

.left-nav ul li a{
	 display:block;
	 background:url(../images/navleft-arrow.png) right center no-repeat;
	 font-size:16px;
	 color:#333;
	
}

.left-nav ul li.selected{
	 background:#fff;
}

.left-nav ul li.selected a{
	 color:#ff6711;
	  background:url(../images/navleft-arrowon.png) right center no-repeat;
}

.left-nav ul li:hover{
	 background:#fff;
}

.left-nav ul li:hover a{
	color:#ff6711;
	 background:url(../images/navleft-arrowon.png) right center no-repeat;
}

/*右边*/

.right-box{
	 width:74%;


}

.right-content{
	position:relative;
	padding:20px;
        min-height: 300px;
}

.columnkuang{
	 position:absolute;
	 left:0;
	 top:0px;
	  width:100%;
	  height:66px;
	 line-height:40px;
	  
	   background:#fff;
}

.list{
    padding-top: 45px;
}

.location{
	position: absolute;
    right:20px;
	top:0px ;
	height:66px;
	line-height:75px;
	 font-size:14px;
	 color:#666666;
}

.columntitle {
	width:95%;
	border-bottom:1px solid #f0f0f0;
	color:#28536b;
	 height:66px;
	 line-height:66px;
	font-size:24px;
	font-weight:normal;
		 margin-bottom:0;
	 margin-left:20px;
	 margin-top:0;
}

.columntitle span{
	display: block;
    float: left;
	 height:66px;
	 line-height:66px;
	 border-bottom:2px solid #ff6711; 
	 padding-right:10px;

}



.about{  
	margin-bottom:50px;
	color:#595c5b;
	 font-size:14px;
	 line-height:1.5;
	 min-height:250px;
	 padding-top:20px;
	
}
.about h1{ margin-top:10px; color:#28536b; margin-bottom:20px; text-align:center; font-size:18px; line-height:24px; font-weight:bold;}
.about p { font-size:16px; color:#555555; line-height:36px; text-indent:2em;}
.about p img{
	 max-width:100%;
          height: auto;
        display: block;
    margin: 0 auto;
}
.article{
	padding-top: 20px;
}

.article h1.intro {
    text-align: center;
    font-size: 18px;
    color: #595c5b;
    font-family: "微软雅黑";
    line-height: 1.5;
	margin:0;
}

.article h2.title {
    text-align: center;
    font-size: 18px;
	font-weight:bold;
    color:#28536b;
    font-family: "微软雅黑";
    line-height:24px;
    margin:0;
	 border-bottom:none;
	  background:none;
}

.article h3.subtitle {
    font-size: 18px;
    color: #393939;
    line-height: 1.5;
    text-align: center;
	margin:0
}

.article h4.information {
    margin: 0;
    text-align: center;
    line-height:44px;
	 font-size:14px;
	  color:#666666;
	  padding-top:10px;
	   border-bottom:1px dashed #c1c1c1;
}


.article .content {
   color:#555555;
    font-size: 16px;
    line-height: 36px;
    min-height: 250px;
    margin-bottom: 50px;
	padding: 10px 0px ;
}

.article .content table{
        width: 100%;
}


.article .content p{
	margin:0;
	 color:#555555;
	 font-size:16px;
	 line-height:36px;
	 margin-bottom:10px;
	 font-family:"微软雅黑";
         text-indent: 2em;
}

.article .content p img{
	 max-width:100%;
        display: block;
    margin: 0 auto;
}

.organization p img.mapimg{
	 width:100%;
	 margin:35px 0;
}


.learning h1{
	 height:37px;
	 line-height:37px;
	  font-size:16px;
	  color:#333333;
	  padding-left:45px;
	 background-color:#ededed;
	 background-image:url(../images/huang.png);
	  background-repeat:no-repeat;
	  background-position:20px center;
          margin-bottom:15px;	
}

.learning p{
	 font-size:16px;
	 color:#333;
	 line-height:20px;
         margin-left:45px;
}

/*列表*/
.list ul li.listnews{
	 width:100%;
	 height:44px;
	 line-height:44px;
	  border-bottom:1px  dashed #cccccc;
}

.list ul li.listnews a{
	 display:block;
	 height:44px;
	 background:url(../images/new-dian.png) left center no-repeat;
	 padding-left:15px;
}

.list ul li.listnews p{
	 float:left;
	 width:85%;
	 font-size:16px;
	 color:#555555;
	  overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list ul li.listnews:hover p{
	 color:#ff6711;
}

.list ul li.listnews span{
	 float:left;
	 width:15%;
	 color:#a6a6a6;
	  text-align:right;
	 font-size:16px;
	 
}

.list-img .media .pull-left {
	margin-right:4%;
	 width:107px;
	 height:141px;
	 overflow:hidden;
}

.list-img .media .pull-left img{
	 width:100%;
	 min-height:100%;
}

.list-img .media .media-heading{
	 color:#333;
	 font-size:16px;
	 line-height:30px;
	  font-weight:500;
	  margin-top:20px;
}

.list-img .media .media-heading:hover{
	 color:#ff6711;
}

.list-img .media .media-body p{
	 font-size:14px;
	 color:#666;
	 line-height:30px;
	
}
.list-img  ul li{
	 border-bottom:1px solid #ebebeb;
	 padding:15px 0 11px;
}

.teachers {
        margin-bottom: 20px;
}

.teachers h2 {
     height: 37px;
    line-height: 37px;
    font-size: 16px;
    color: #333333;
    padding-left: 15px;
    background: #ededed;
    margin-bottom: 15px;
    border-left: 3px solid #ff6711;
}

.teachers li{
  float: left;
   width: 20%;
    margin: 10px 0;
        /* margin-right: 20px; */
    list-style: none;
}




/*尾部*/
.footer {
	 background:#28536b;
	 padding:35px 0 30px;
}

.footer p{
	 color:#a7d3ec;
	 line-height:24px;
	 margin-bottom:7px;
	 margin-top:5px;
}

.code{
	position:absolute;
	left:40%;
	top:0;
}

.ewmbox {
    position: absolute;
    z-index: 9;
    top: -100px;
    left: 15%;
    padding: 10px;
    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;
}

.ewmbox.active{
	opacity: 1;
	filter:alpha(opacity=1); /* IE */
	-moz-opacity:1; /* 老版Mozilla */
	-khtml-opacity:1; /* 老版Safari */
	-webkit-transform: translateY(0); transform: translateY(0);
}

.footer .footer-left{
	 width:60%;
	 float:left;
         position: relative;
}



.footer .footer-right{
	 width:40%;
	 float:left;
	  text-align:right;
}

.footer select{
	 border:1px solid #28536b;
	 height:30px;
	  color:#28536b;
	   width:45%;
	   padding:0 5px;
}






/*分页栏*/
/*分页栏*/
.pagebar{
	 margin: 15px auto 40px;
	  text-align:center;
}

.p_first_d,.p_last_d{
    font-size: 14px;
    color: #808080;
    border: 1px solid #e8e8e8;
    margin: 12px 4px;
    display: inline-table;
	border-radius:5px;
	display:none;
}

.p_first,.p_last{
	 font-size: 14px;
    color: #808080;
	padding:7px 10px 7px 25px;
    border: 1px solid #e8e8e8;
    margin: 12px 4px;
    display: inline-table;
	border-radius:5px;
	 display:none;
}



.p_prev_d,.p_prev {
    font-size: 16px;
     color: #656565;
	 background:#f6f6f6;
	padding:7px 13px;
    border: 1px solid #e8e8e8;
    margin: 12px 4px;
    display: inline-table;
}

.p_no {
    padding: 7px 13px;
    border: 1px solid #e8e8e8;
    margin: 0px 4px;
   color: #656565;
   background:#f6f6f6;
    font-size:16px;

}

.p_t{
    padding: 7px 13px;
    border: 1px solid #e8e8e8;
    margin: 0px 4px;
   color: #656565;
 background:#f6f6f6;
    font-size:16px;
}

.p_no_d {
   background: #28536b;
   color: #fff;
    font-size:16px;
   padding: 7px 13px;
    border: 1px solid #e8e8e8;
    margin: 0px 4px;
	display: inline-table;
}

.p_next,.p_next_d {
    font-size: 16px;
    color: #656565;
	 background:#f6f6f6;
   	padding:7px 13px;
	margin:12px 0 12px 4px;
    border: 1px solid #eaeaea;
    display: inline-table;
}



/*兼容ie*/

.ie7 .container ,.ie8 .container {
	max-width:1200px;
}

.ie7 .nav ul li a{
	height:50px;
}

.ie7 .new-picture{
	 width:32%;
}

.ie7 .new-list{
	 width:66%;
}

.ie7 .new-list ul li{
	 width:47.4%;
}

.ie7 #full-width-slider1 .rsGCaption{
	 width:99%;
}


.ie7  .notice {
	 width:31%;
	 overflow:hidden;
}

.ie7 .notice ul li{
	 height:58px;
}

.ie7 .notice ul li p{
	 width:82%;
}

.ie7 .research {
	 width:31%;
	 overflow:hidden;
}

.ie7 .research ul li{
	 height:58px;
}

.ie7 .research  ul li p{
	 width:82%;
}

.ie7 .special {
	 width:31%;
	 overflow:hidden;
}

 


 

.ie7 .left-nav .column{
	padding:10px 2% 0px 15px;
	 width:93%;

}


.ie8 .new-picture{
	 width:33%;
}

.ie8 .new-list{
	width:67%;
}

.ie8  .notice , .ie8 .research , .ie8 .special {
	
	width:33%;
}

.ie7 .left-box ul{
	 width:100%;
	 margin-right:
}

.ie7 .left-box{
	padding-right:20px;
}



.ie7 .right-box{
	 width:70%;
	
}

.ie7 .list ul li a p.media-heading {
	height:25px;
	line-height:25px;
	margin-bottom:0;
}




/*领导信箱页面样式*/

 

.content-header{
  border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    margin-top:20px;
}

.content-header .page-title{
   font-size: 24px;
    border-bottom: 1px solid #214E1B;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: -1px;
}

.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
}

a, a:visited {
    color: inherit;
}

.ldxx {
    margin-top: 50px;
    margin-left: 50px;
}

.ldxx li {
    width: 50%;
    float: left;
    list-style-type: none;
}

.ldxx img {
    width: 128px;
}

.ldxx li .xxinfo {
    font-size: 16px;
    line-height: 2;
}

.ldxx li .xxinfo .ldname {
    font-weight: bold;
    font-size: 20px;
}
.p6-2 .box .tit{padding: 5px 0px;padding-left: 47px;background-position: left center;background-repeat: no-repeat;font-size: 18px;color:#3f86d6;border-bottom: 1px solid #e5e5e5;line-height:34px;}
.p6-2 .box .tit1{background-image: url(../images/jianli-1.jpg);}
.p6-2 .box .tit2{background-image: url(../images/jianli-3.jpg);}
.p6-2 .box .tit3{background-image: url(../images/jianli-5.jpg);}
.p6-2 .box .tit4{background-image: url(../images/jianli-4.jpg);}
.p6-2 .box .tit5{background-image: url(../images/jianli-6.jpg);}
.p6-2 .box .tit6{background-image: url(../images/jianli-2.jpg);}
.p6-2 .list{padding-top: 30px;}
.p6-2 .list ul li{    border-bottom: none;     height: auto;}
.p6-2 .box .tit span{font-size:12px;color:#9f9f9f;opacity: 0.37;margin-left: 10px;}
.p6-2 .list .box ul{margin-top: 20px;}
.p6-2 .list .box li{font-size: 0;vertical-align:middle;position:relative;padding-left: 100px;padding-right: 40px;margin-bottom: 16px;float: left;width:50%;}
.p6-2 .list .box li span{font-size: 14px;line-height:32px;display: block;text-align: right;top: 0;left:0;width:100px;position:absolute}
.p6-2 .list .box li input{font-size: 14px;border:1px solid #e5e5e5;height:32px;line-height:30px;padding:0 10px;}
.p6-2 .list .box li input.p6-text{display: block;width:100%;}
.p6-2 .list .box li select{font-size: 14px;border:1px solid #e5e5e5;height:32px;line-height:30px;display: block;width:100%;padding:0 10px;}
.p6-2 .list .box li textarea{resize:none;font-size: 14px;border:1px solid #e5e5e5;height:92px;line-height:30px;display: block;width:100%;padding:0 10px;}
.p6-2 .list .box li.info{width:100%;}
.p6-2 .box{margin-bottom: 20px;}
.p6-2 .list .box .start,.p6-2 .list .box em,.p6-2 .list .box .end{font-size: 12px;vertical-align:middle;display: inline-block;}
.p6-2 .list .box .start,.p6-2 .list .box .end{width:45%;}
.p6-2 .list .box em{width: 10%;text-align: center;color:#d5d5d5;}
.p6-2 .list .box input[type="date"]{padding: 0;}
.p6-2 .list .box .add{margin-top: 20px;background-color:#eeeeee;padding: 5px 0;color:#484848;cursor: pointer;}
.p6-2 .list .box .add span{display: block;padding-left: 30px;margin-right: 10px;background:url(../images/jianli-7.png) left center no-repeat;}
.p6-2 .list .inputBtnBox input{display: block;width:200px;border:0; background-color:#3f86d6;color:#fff;height:36px;cursor: pointer;margin:0 auto;}
.p6-2 .list .inputBtnBox{margin-bottom: 20px;}
.r {
    float: right;
}




/**文章页**/
.infobox { width:auto; margin:0 auto; }
.article {}
.article h1.arti_title {line-height:26px;padding: 10px;border-bottom:1px solid #ececec;font-family: "Microsoft YaHei";font-size:22px;text-align:center;color: #333333;} /**文章标题**/
.article .arti_metas { padding:10px; text-align:center;}
.article .arti_metas span { margin:0 5px; font-size:12px; color:#787878;}/**文章其他属性**/
.article .entry { margin:0 auto; overflow:hidden;margin-top:10px;} /**文章内容**/
.article .entry .read,.article .entry .read p { line-height:30px; font-size:16px; color:#333;}  /**阅读字体**/
.article .entry .read p { margin-bottom:10px;}
.article .entry .read img {display:block;margin:0 auto; max-width:940px; _width:expression(this.width > 940 ? "940px" : this.width); }   /**文章阅读部分图片大小限制**/
.article .entry .read table{margin:0 auto; border:none!important;}