
body {
	background-color: #fff;
	font-family:"Microsoft YaHei","Arial","黑体","宋体",sans-serif;
	font-size: 14px;
	text-align:center;
	width:100%;
	min-width:1220px;
	background-image:url(../image/bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	background-size:100% 100%;
}


a {
	color: #000;
}
.spinner-icon{
	display:none;	
}
.screenWidth{
	width:1169px;
	margin:0 auto;
	padding:0px 10px;
	text-align:left;
	background-color:#fff;
}
.headerbg{

}
.header{
	background-image:url(../image/logo.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:310px;
}

.navigation{
	position:absolute;
	top:263px;
	width:100%;
	text-align:center;
}
.navigation .nav{
	display: inline-block;
	float: none;
	width:1170px;
}

.nav {
	font-size: 16px;
	text-align:center;
}

.nav li a {
	padding:9px 0px;
	color:#fff;
	width:128px;
}



.dropdown-menu li a{
	color:#000;
	height:36px;
	margin:0px;
	padding:9px 0px 0px 20px;
	font-size:16px;
}
.dropdown-menu .divider{
	margin:0px;	
}
li.active>a{
	background: #337ab7;
	background-image:url(../image/navbg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color: #fff;
	border-radius:0px;
}

.nav li a:hover,.nav li a:focus, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background: #337ab7;
	background-image:url(../image/navbg1.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color: #fff;
	border-radius:0px;
}

.dropdown-menu li > a:hover {
	background: #337ab7;
	background-image:'';
	width:auto;
}

.colpadding {
	padding: 0px;
}
.colpadding1 {
	padding: 0px 10px 0px 10px;
}
.newsImages{
	margin-top:8px;
}
.new {
	line-height: 30px;
	font-size: 14px;
	margin: 10px 0px 0px 0px;
}

.newTile{
	background-image:url(../image/newbg.jpg);
	height:34px;
	border: 1px solid #e5e5e5;	
}

.title{
	font-weight:bold;
}
.newBody{
	border: 1px solid #e5e5e5;
	padding:5px;
	min-height:80px;
}
.text-overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsline{
	border-bottom: 1px dashed #e5e5e5;
}

.bot_adv{
    width:1169px;
	margin:auto;
	background:#FFFFFF;
	height:80px;
	padding:10px 0px;
}
.bot_advone{
	float:left;
	display:inline;
	padding-left:12px;
	
}

.footer{
	background-image:url(../image/footbg.jpg);
	background-repeat:repeat-x;
	height:120px;
	padding:20px 0px;
}
.newTile2{
	background-image:url(../image/barbg.jpg);
	height:35px;
	line-height:33px;
}
.newTile2 span{
	padding-left:30px;
	color:#FFF;
}

.newTile3{
	background-color:#1681cf;
	height:34px;
	color:#FFF;

}

.slideBox img{
	height:294px;
	width:436px;	
}

/*详细页面*/
.ad{
	padding:6px 0px;
}
.newdot{
	margin-right:5px;
	margin-left:5px;
}

.newsBar{
	margin-top:0px;
	margin-bottom:0px;
	
}
.newsLeft{
	float:left;
	width:250px;
}

.newsRight{
	float:right;
	width:890px;
}

.contentText{
	padding:10px;
	text-align:justify;
	line-height:30px;
	text-justify:inter-ideograph;
	word-break:break-all;
	word-wrap:break-word;
	min-height:500px;
}

.list-group-item{
	padding:4px 15px;	
}

.pageTitle{
	font-size:16px;
	padding-left:4px;
}



/* 文章标题 */
.showNewsTitle {
	text-align:center;
	margin:30px 30px;
	border-bottom:solid #eb8 1px;
	font-family:"微软雅黑", "宋体";
}
.showNewsTitle .h2 {
	font-size:20px;
	line-height:24px;
	color:#333;
	padding-bottom:3px;
	font-weight:bold;
}
.showNewsTitle span {
	font-size:12px;
	background:#ea6;
	color:#fff;
	padding:4px 14px;
	position:relative;
	bottom:-15px;
}
.showNewsTitle span i {
	color:#fc9;
	margin:0 8px;
}