@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; }
i{font-style: normal;}
table { border-collapse:collapse; }
body { color:#4D4D4D;  font:14px '微软雅黑'; }/* 设置全局的文字 颜色 字号  字体  */  
a{color:#4D4D4D; text-decoration:none; font-size:14px; }
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;}

/*以下开始是首页面样式*/

.main-content{
	width: 100%;
	height: 780px;
}
.content-left{
	width: 200px;
	/*min-height: 500px;*/
	margin-left:20px;
	margin-top: 20px;
	box-sizing: border-box;
	border:1px solid #98bfea;
}

.contact-mode-img{
	width: 178px;
	height: 181px;
	margin-left: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.contact-mode-img img{
	width: 178px;
	height: 181px;
}
.content-right{
	width: 1040px;
	height: 500px;
	margin-right:20px;
	margin-top: 20px;
	box-sizing: border-box;
}
.content-right a:hover{
	color: #0b5e94;
}
.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;
}
.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{
    width: 1040px;
    height: 234px;
    margin-top: -5px;
}
.content-two{
	width: 1040px;
	height: 227px;
}
.content-three{
	width: 1040px;
	height: 227px;
}
.content-one-left,.content-one-right{
	width: 514px;
	height: 227px;
	margin-top: 10px;
	border: 1px solid #c5d6e8;
}
.content-two-left,.content-two-right{
	width: 514px;
	height: 227px;
	margin-top: 10px;
	border: 1px solid #c5d6e8;
}
.content-three-left,.content-three-right{
	width: 514px;
	height: 227px;
	margin-top: 10px;
	border: 1px solid #c5d6e8;
}
.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;
}
.nav>li>a{
	font-weight: bold;
	color: #0b5e94;
	font-size: 15px;
	width: 100%;
    display: block;
}
/* .nav>li:hover{
	background: #b0cfe4;
} */
.sub{
	/* margin-left: 10px; */
	display: none;
}
.sub>li>a {
	margin-left: 10px;
}
.nav>li{
	overflow: hidden;
	line-height: 36px;
	/* padding-left: 12px; */
	margin: 10px;
	border: 1px solid #c6d5e6;
}
.nav>li>a{
	padding-left: 6px;
	cursor: pointer;
}

.indent{
	display: inline-block;
	margin-left: 4px;
    padding-left: 4px;
    font-size: 20px;
    width: 26px;
    box-sizing: border-box;
}
.content-left li p {
	width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content-right li p {
	float: left;
	font-size: 16px;
}
.content-one-left li{
	overflow: hidden;
	line-height: 35px;
	border-bottom: 1px dashed #dddddd;
	padding: 0 10px;
}
.content-one-left li p:nth-of-type(1){
	float: left;
	font-size: 14px;
	width: 320px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.content-one-left li p:nth-of-type(2){
	float: right;
	color:#888;
	font-size: 14px;
	margin-right: 5px;
}
.content-one-right li{
	overflow: hidden;
	line-height: 35px;
	border-bottom: 1px dashed #dddddd;
	padding: 0 10px;
}
.content-one-right li p:nth-of-type(1){
	float: left;
	font-size: 14px;
	width: 320px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.content-one-right li p:nth-of-type(2){
	float: right;
	color:#888;
	font-size: 14px;
	margin-right: 5px;
}
.content-two-left li{
	overflow: hidden;
	line-height: 35px;
	border-bottom: 1px dashed #dddddd;
	padding: 0 10px;
}
.content-two-left li p:nth-of-type(1){
	float: left;
	font-size: 14px;
	width: 320px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.content-two-left li p:nth-of-type(2){
	float: right;
	color:#888;
	font-size: 14px;
	margin-right: 5px;
}
.content-two-right li{
	overflow: hidden;
	line-height: 35px;
	border-bottom: 1px dashed #dddddd;
	padding: 0 10px;
}
.content-two-right li p:nth-of-type(1){
	float: left;
	font-size: 14px;
	width: 320px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.content-two-right li p:nth-of-type(2){
	float: right;
	color:#888;
	font-size: 14px;
	margin-right: 5px;
}
.content-three-left li{
	overflow: hidden;
	line-height: 35px;
	border-bottom: 1px dashed #dddddd;
	padding: 0 10px;
}
.content-three-left li p:nth-of-type(1){
	float: left;
	font-size: 14px;
	width: 320px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.content-three-left li p:nth-of-type(2){
	float: right;
	color:#888;
	font-size: 14px;
	margin-right: 5px;
}
.content-three-right li{
	overflow: hidden;
	line-height: 35px;
	border-bottom: 1px dashed #dddddd;
	padding: 0 10px;
}
.content-three-right li p:nth-of-type(1){
	float: left;
	font-size: 14px;
	width: 320px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.content-three-right li p:nth-of-type(2){
	float: right;
	color:#888;
	font-size: 14px;
	margin-right: 5px;
}



.nav>li:hover {
	background: #b0cfe4;
}


.rxdh li{
    color: #0b5e94;
    font-size: 15px;
	padding: 7px;
	font-weight:bold;
}

.rxdh li span{
    font-size: 13px;
}