.service_main{
	height: 500px;
	background: #f1f1f1;
	padding-top: 20px;
}
.service{
	background: #fff;
	height: 450px;
	padding-top: 10px;

} 
.service .title{
	width: 100px;
	height: 28px;
	position: relative;
	background: #68B3E2;
	margin-bottom: 40px;
	margin-left: 40px;
	
}
.service .title h2{
	position: absolute;
	width: 200px;
	height: 50px;
	top: 8px;
	left: 12px;
	background: #0381CE;
	font-size: 24px;
	color: white;
	text-align: center;
	line-height: 50px;
}
.service p{
	margin-left: 40px;
	margin-top: 60px;
	font-size: 30px;
	font-weight: bold;
	color: #0381CE;
}
.service ul{
	margin: 20px 200px 0
}
.service li{
	list-style: none;
	margin-right: 100px;
	float: left; 
	width: 224px;
}
.service li p{
	margin-top: 10px;
	color: #666;
	font-size: 20px;
	text-align: center;
	margin-left: 0
}
.news_main{
	min-height: 850px;
	background: #f1f1f1;
	padding-top: 20px;
}

.news_main_dljg{
	min-height: 900px;
	background: #f1f1f1;
	padding-top: 20px;
}
.news_menu{
	height: 60px;
	background: #0381CE;
}
.news_menu .menu_left{
	width: 800px;
	
}
.news_menu .menu_left li .queryInfo{
	float: left;
	line-height: 60px;
	font-size: 20px;
	margin-left: 45px;
	color: white;
	position:relative;
}
.news_menu .menu_left li .queryInfo.active{
	font-size: 26px;
	font-weight: bold;
	position:relative;
}
.news_menu .menu_left li .queryInfo.active:after{
	content:'';
	position:absolute;
	width:20px;
	height:10px;
	left:50%;
	bottom:-10px;
	margin-left:-10px;
	background:url(../images/nav_i_triangle.png) no-repeat;
}
.news_menu .menu_left li a:hover{
	font-size: 26px;
	font-weight: bold;
}

.news_menu .menu_right{
	float: right;
	line-height: 70px;
	padding-right:10px;
}
.news_menu .menu_right span button{
	width:70px;
	height: 30px;
	background: #fff;
	color: #0381CE;
	border: none;
	border-radius: 3px;
	margin-top: 10px;
	padding: 0 15px;
	font-size: 16px;
	float:right;
	margin-top:-50px;
	margin-right:10px;
}
.news_menu .menu_right span{
	color: white;
	font-size: 18px;
	padding:0 10px;
}
.news_menu .menu_right select{
	border:1px solid #fff;
	border-radius: 3px;
	color: #fff;
	background: #0381CE;

}
.new_list_t{
	background: #fff;
	min-height: 700px;
}
.new_list_t tr{
	list-style: none;
/* 	background: url(../images/li_bg.jpg) 50px 20px no-repeat; */
/* 	text-indent: 10px; */
	height: 60px;
	line-height: 60px;
	font-size: 12px;
	color: #444;
}
.new_list_t tr:nth-of-type(odd){
	background:  #fbfbfb;
}
.new_list{
	background: #fff;
	min-height: 830px;
}


.new_list tr{
	list-style: none;
/* 	background: url(../images/li_bg.jpg) 50px 20px no-repeat; */
/* 	text-indent: 10px; */
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #444;
}
.new_list tr:nth-of-type(odd){
	background:  #fbfbfb;
}
.new_list_gys{
	background: #fff;
	min-height: 800px;
}

.new_list_gys tr{
	list-style: none;
/* 	background: url(../images/li_bg.jpg) 50px 20px no-repeat; */
/* 	text-indent: 10px; */
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #444;
}
.new_list_gys tr:nth-of-type(odd){
	background:  #fbfbfb;
}

.new_list_dljg{
	background: #fff;
	min-height: 880px;
}

.new_list_dljg tr{
	list-style: none;
/* 	background: url(../images/li_bg.jpg) 50px 20px no-repeat; */
/* 	text-indent: 10px; */
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #444;
}
.new_list_dljg tr:nth-of-type(odd){
	background:  #fbfbfb;
}

li{
	list-style: none;
}
a:link{text-decoration:none ; }
a:visited {text-decoration:none ;}
a:hover {text-decoration:none ;}
a:active {text-decoration:none ; }
.istop{
	margin: 0 5px 0 20px;
    padding: 2px 5px;
    font-size: 10px;
    background-color: #ff0000;
    border-radius: 4px;
    color: #fff;
}
