@charset "utf-8";
/* CSS Document */
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }  /*让这些的标签内外边距都是0*/
fieldset, img {  border:none;  }
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "微软雅黑","宋体";}
select, input { vertical-align:middle; }
select, input, textarea { font-size:14px; margin:0; }
textarea { resize:none; }
table { border-collapse:collapse; }
body { color:#4D4D4D;  font:14px '微软雅黑';} 
a{color:#4D4D4D; text-decoration:none; font-size:14px; }
i{font-style: normal;}
img{ vertical-align:middle;}

.clearfix:after,.clearfix:before{content:"";display:table;clear:both;}
.clearfix{*zoom:1}
.fll{float: left;}
.flr{float: right;}
.warp{ width:1200px; margin:0 auto;}

/*以下开始是首页面样式*/
.content-left{
	width: 200px;
	height: 500px;
	margin-left:20px;
	margin-top: 20px;
	box-sizing: border-box;
	border:1px solid #98bfea;
}
.content-right{
	width: 940px;
	height: 500px;
	margin-right:20px;
	margin-top: 20px;
	box-sizing: border-box;
}
.content-left .h-til{
	border-bottom: 1px solid #e4e3e3;
	height: 48px;
	background-color: #0b5e94;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}
.content-left .h-til span{
	line-height: 48px;
	font-size: 18px;
	font-weight: bold;
}
.contact-mode-img{
	width: 178px;
	height: 181px;
	margin-left: 10px;
	box-sizing: border-box;
}
.contact-mode-img img{
	width: 178px;
	height: 181px;
}
.nav>li{
	overflow: hidden;
	line-height: 36px;
	padding-left: 12px;
	margin: 10px;
	border: 1px solid #c6d5e6;
}
.nav>li>a{
	font-weight: bold;
	color: #0b5e94;
	font-size: 15px;
}
.sub{
	margin-left: 10px;
	display: none;
}
.indent{
	display: inline-block;
	margin-left: 10px;
    padding-left: 5px;
    font-size: 20px;
    width: 26px;
    box-sizing: border-box;
}
.guide{
	/* height: 27px; */
	line-height: 27px;
	background: #f5f5f5;
	border: 1px solid #cdcdcd;
}
.guide span{
	display: inline-block;
	font-size: 14px;
	color:#444;
	padding: 0 10px;
}
.content-one{
	width: 940px;
	height: 401px;
	margin-top: 5px;
	border: 1px solid #c5d6e8;
	box-sizing: border-box;
	overflow: hidden;
}
.list-til{
	height: 40px;
	line-height: 40px;
	background-color: #e9f4f8;
}
.list-til span{
	height: 40px;
	display: inline-block;
	font-size: 18px;
	padding: 0 10px;
	font-weight: bold;
	color: #0b5e94;
}
.list-til a{
	float: right;
	margin-right: 10px;
}

.content-one-main li{
	overflow: hidden;
	line-height: 35px;
	border-bottom: 1px dashed #dddddd;
	padding: 0 10px;
}
.content-one-main li p:nth-of-type(1){
	float: left;
	font-size: 14px;
	width: 70%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.content-one-main li p:nth-of-type(2){
	float: right;
	color:#888;
	font-size: 14px;
	margin-right: 10px;
}

.content-one-main a:hover{
	color:#0b5e94;
}






