﻿﻿@charset "utf-8";
/* -----------H-ui前端框架-------------
* H-ui.reset.css v1.2	重定义浏览器默认样式
* http://www.h-ui.net/
* Created & Modified by guojunhui
* Date modified 2014.10.09
*
* Copyright 2013-2015 北京颖杰联创科技有限公司 All rights reserved.
* Licensed under MIT license.
* http://opensource.org/licenses/MIT
*
*/
/*1 重定义浏览器默认样式
	Name:			style_reset
	Level:			Global
	Explain:		重定义浏览器默认样式
	Last Modify:	jackying
*/
*{word-wrap:break-word}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,i,fieldset{margin:0;padding:0}
ul,ol,dl,i{list-style-type:none}
html,body{*position:static}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none}
body,th,td,button,input,select,textarea{font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";font-size:12px;color: #333;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale}
body{line-height:1.6}
h1,h2,h3,h4,h5,h6{font-size:100%}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a{text-decoration:none;cursor: pointer;font-size:16px;}
a:hover{text-decoration:underline;outline:none}
a:hover, .active a{color: #1380c5;}
a.ie6:hover{zoom:1}
a:focus{outline:none}
a:hover,a:active{outline:none}:focus{outline:none}
sub,sup{vertical-align:baseline}
button,input[type="button"], input[type="submit"] {line-height:normal !important;}
/*img*/
img{border:0;vertical-align:middle}
a img,img{-ms-interpolation-mode:bicubic}
.img-responsive{max-width: 100%;height: auto}

/*IE下a:hover 背景闪烁*/
*html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}

/*HTML5 reset*/
header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline}
audio,canvas,video{display:block;*display:inline;*zoom:1;}
audio:not([controls]){display:none}
legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5}
legend small{font-size:15px;color:#999}
svg:not(:root) {overflow: hidden}
fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
/*
	Name:			style_clearfix
	Example:		class="clearfix|cl"
	Explain:		Clearfix（简写cl）避免因子元素浮动而导致的父元素高度缺失能问题
*/
.cl:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1}

.header{
	width: 100%;
	height: 254px;
	background: url("../images/he_bg.jpg") no-repeat center #048dc5;
	overflow: hidden;
}
.content{
	width: 1360px;
	margin: 0 auto;
 }
.day_time{
	color: #fff;
	font-size: 14px;
}
.wza{
	display: inline-block;
	background-color: rgba(4,141,197,0.5);
	padding: 4px 6px;
	border-radius: 4px;
	font-size: 12px;
	color: #fff;
}
.logo{
	margin-top: 30px;
}
.navbar-black{
	background: url("../images/nav_bg.jpg") repeat-x;
	height: 62px;
	border-bottom: #248ac8 1px solid;
	box-shadow: 0 0 4px #53a6da;
}
.navbar-nav > ul > li, .navbar-nav > ul > li > a {
	line-height: 62px;
	font-size: 17px;
	margin: 0 14px;
}
.nav > ul > li > a:hover, .nav > ul > li.current > a {
	background-color: #007bce;
	border-radius: 40px;
	text-decoration: none;
	-webkit-transition: background-color 0.3s ease 0s;
	-moz-transition: background-color 0.3s ease 0s;
	-o-transition: background-color 0.3s ease 0s;
	-ms-transition: background-color 0.3s ease 0s;
	transition: background-color 0.3s ease 0s;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #5cacdd;
}
.bu_bg{
	background-color: rgba(4,141,197,0.5);
}
.toutiao a{
	display: block;
	font-size: 28px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 26px auto 8px;
	text-align: center;
}
.toutiao p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #888;
	font-size: 14px;
}
#gundong {
	width: 540px;
	height: 366px;

}
#gundong .slider,#gundong .bd .tempWrap,#gundong .bd ul,#gundong .bd li{
	height: 100%;
}
#gundong .bd li img{
	width: 100%;
	height: 100%;
}
#gundong p{
	width: 540px;
	position: absolute;
	bottom: 0;color: #fff;
	height: 60px;
	line-height: 40px;
	background-color: rgba(0,0,0,0.6);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0;
	z-index: 1;
	text-align: center;
}
.new{
	margin-top: 20px;
}
.new_s{
	margin-left: 20px;
	width: 440px;

}
.title a{
	font-size: 22px;
	font-weight: bold;
	display: block;
	text-align: center;
	width: 160px;
	line-height:1;
}
.new_s i{
	display: inline-block;
	width: 160px;
	height:  4px;
	background: url("../images/bg1.jpg") no-repeat center;
}
.new_s .title{

border-bottom:  1px solid #dbdbdb;
	height: 42px;
}
.first_new a{
	display: block;
	font-weight: bold;
	margin: 20px 0 ;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 22px;
}
.content ul {
	text-indent:0;
}
.new_s li a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 350px;
}
.new_s li span{
	font-size: 16px;
	color: #888;
}
.new_s li{
	line-height: 36px;
}
.gonggao{
	width: 340px;
}
.title1{
	background: url("../images/title_bg.png") no-repeat left #e8e8e8;
	height: 41px;

}
.title1 a{
	color: #fff;
	margin-left: 20px;
	line-height: 40px;
	font-weight: bold;
	font-size: 18px;
}
.gonggao li a{
	width: 240px;
}
.gonggao ul{
	padding: 10px 20px 0;
	background: url("../images/gonggao_bg.jpg") repeat-x;
	min-height:280px;
	overflow: hidden;
	margin-top: 4px;
}
#hengfu{
	margin: 20px 0;
}
.cont_l {
	width: 280px;
}
.cont_l ul{
	background: transparent;
	padding: 0;
	min-height: 280px;
	overflow: hidden;
	margin-bottom: 20px;
}
.cont_l ul>li{
	background-color: #dcecfc;
	height: 68px;
	line-height:68px;
	padding: 0 15px;
	margin-top: 4px;
}
.cont_l ul>li i{
	color: #175bad;
	font-size: 30px;
	margin-left: 20px;

}
.cont_l ul>li a{
text-align: center;
	display: inline-block;
}
.new_content{
	min-height: 300px;
	margin: 0 20px;
}
.new_content .tab_demo{
	width: 760px;
}
.tabBar span a{
	font-size:18px;
}
.tabBar span.current{
	display: inline-block;
	width: 150px;
	height: 40px;
	background: url("../images/title_bg.png") no-repeat left;
	border-bottom: 0;
	padding-left: 20px;
	color: #fff;
}
.tabBar span.current a {
	color: #fff;
}
.tabBar span{
	width: 144px;
	display: inline-block;
	padding: 0;
}
.tabCon li{
	height: 37px;
	line-height: 37px;
}
.tabCon ul{
	margin-top: 10px;
}
.tabCon 
span{
	color: #888;
}
.tabCon li a{
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}
.feng{
	height: 1px;
	background-color: #e8e8e8;
	margin: 20px 0 20px;
}
.shuju{
	height: 280px;
	border: 1px solid #e8e8e8;overflow: hidden;
}
.shuju img{
	width: 100%;
	height: 280px;
}
.zt_list{
	margin-top: 4px;
}
.sousuo{
	position: relative;
	margin-top: 60px;
}
.sousuo input{
	background: rgba(255,255,255,0.7); outline: none; border: none;
	border-radius: 6px;
	width: 300px;
	height: 40px;
	font-size: 14px;
	padding: 0 10px;
}
.sousuo button{
	position: absolute;
	right: 0;
	width: 40px;height: 36px;
	line-height: 36px;
	font-size: 30px;
	color: #175bad;
	border: 0;
	background-color: transparent;
}

.cont_l  li a{
	width: 180px;
}