/*
警察蓝：#432191; //不好看
小翠绿：#239809;
稳重蓝：#02468f;//这个比较稳重
适应360：<meta http-equiv="x-ua-compatible" content="ie=edge,chrome=1">
<meta name="renderer" content="webkit|ie-comp|ie-stand">
*/
html {
	height: 100%;
	font-size: 13px
}
body {
	height: 100%;
	font: 400 1em/1.8 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif
}
body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select {
	margin: 0;
	padding: 0
}
img {
	border: 0;
	vertical-align: top;
}
li {
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #0c82ff;
}

/*头部CSS开始*/
.header{
	width:100%;
	height:170px;
	background:url(../images/bg.gif) no-repeat; 
	background-size:100% 100%;
	margin:0 auto;
}
.banner{
	width:100%;
	height:170px;
	background:url(../images/banner.jpg) no-repeat center top;
	background-size: 100% 170px;
	margin:0 auto;
}
.feature{
	width:400px;
	height:100px;
	float:right;
	background:url(../images/feature.png) no-repeat center center; 
	background-size:100% 100%;
	margin:35px 80px;
}
.logo{
	width:100px;
	height:100px;
	float:left;
	background:url(../images/bdlogo.png) no-repeat center top;
	background-size: 100px 100px;
	margin:30px 10px 10px 60px;
}
.title{
	width:340px;
	height:100px;
	float:left;
	background:url(../images/bdtitle.png) no-repeat center top;;
	background-size: 340px 100px;
	margin:30px 15px;
}
/*头部CSS结束*/

/*主体CSS开始*/
.container {
	width: 1400px;
	margin: 0 auto
}
/*这是主体的导航部分*/
.nav{
	height:40px;
	margin:0 auto;
	background:url("../images/nav_bg.png") repeat-x transparent;
	overflow:hidden;
	text-align:center;
}
.nav ul {
	height: 30px;
	margin-top:5px;
}
.nav ul li {
	display:inline;
    font:16px/1.5 "Microsoft YaHei","微软雅黑","Microsoft JhengHei","宋体";
	height: 30px;
	margin-right: 40px;
	margin-left: -3px;
	padding-left: 10px;
}
.nav ul li a {
	color: #FFF;
	height: 30px;
	text-decoration:none;
	display: inline-block;
	position: relative;
}
.nav ul li a:hover {
	color:#DEFF01;
	height: 30px;
	text-decoration:none;
	display: inline-block;
	position: relative;
}
/*这是主体的突出部*/
.extrude{
	width:100%;
	height:360px;
	margin-top:0px;
	overflow:hidden;
}
.extrude-left{
	width:40%;
	height:360px;
	float:left;
	display:block;
}
.extrude-left img{
	width:100%;
	height:360px;
	display:block;
}
.extrude-middle{
	width:29.5%;
	height:360px;
	float:left;
	display:block;
}
.extrude-middle-top{
	height:35px;
	border-bottom:1px solid #ccc;
}

.extrude-middle-top i{
	font-size:25px;
	color:#FF5722;
	line-height:35px;
}
.extrude-middle-top span{
	font-size:18px;
	color:#02468f;
}
.extrude-middle-top a{
	float:right;
	line-height:35px;
	margin-right:10px;
}
.extrude-middle-main{
	padding:5px 5px;
}
.extrude-middle-main li{
	padding:5px 5px;
}
.extrude-middle-main li a{
	margin-left:5px;
}
.extrude-middle-main li span{
	float:right;
}
.extrude-right{
	width:29.5%;
	height:360px;
	float:right;
	display:block;
}
.extrude-right-top{
	height:35px;
	border-bottom:1px solid #ccc;
}

.extrude-right-top i{
	font-size:25px;
	color:#FF5722;
	line-height:35px;
}
.extrude-right-top span{
	font-size:18px;
	color:#02468f;
}
.extrude-right-top a{
	float:right;
	line-height:35px;
	margin-right:10px;
}
.extrude-right-main{
	padding:5px 5px;
}
.extrude-right-main li{
	padding:5px 5px;
}
.extrude-right-main li span{
	float:right;
}
.extrude-right-main li a{
	margin-left:5px;
}
/*这是图文资讯部分*/
.article-image{
	height:232px;
	width:100%;
	margin:2px auto;
	overflow:hidden;
	border:1px solid #CCC;
}
.article-image-top{
	height:32px;
	background: linear-gradient(to bottom , #FFFFFF, #CCCCCC);
}
.article-image-top i{
	color: #239809;
	margin-left:5px;
}
.article-image-top strong{
	color: #239809;
	font-size:15px;
	padding:0px 5px;
}
.article-image-box{
	width: 100%;
	height: 200px;
	margin-top: 5px;
	margin-left: 5px;
	overflow: hidden;
}
.article-image-box img{
	border-style: none;
	width:240px;
	height: 190px;
}
.article-image-box ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.article-image-box ul li
{
	float: left;
	margin:0px 5px;
}
/*这是文章列表*/
.article-list{
	width:100%;
}
.article-list-left{
	width:75%;
	float:left;
}
.article-list-left>.articlebox{
	width:49.2%;
	height:270px;
	border:1px solid #ccc;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.article-list-right{
	width:24.8%;
	float:right;
}
.article-list-right>.right-top{
	height:540px;
	margin-bottom:10px;
}
.article-list-right>.right-mid{
	height:270px;
}
.article-list-right>.articlebox{
	width:100%;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.articlebox dt{
	height:30px;
	background: linear-gradient(to bottom , #FFFFFF, #CCCCCC);
	padding:2px 5px;
	color: #239809;
	font-size:15px;
}
.network{
	margin:3px;
	padding-left:15px;
	color:white;
	background-image: linear-gradient(45deg, #0081ff, #1cbbb4);
	border-radius:3px;
	text-align:center;
	font-size:16px;
}
.articlebox i{
	margin-right:5px;
}
.articlebox dt a{
	float:right;
	margin-right:5px;
}

.articlebox li{
	padding:5px 5px;
}
.articlebox li span{
	float:right;
}
.articlebox li a{
	margin-left:5px;
}
.link{
	width: 100%;
	height: 100px;
	margin-top: 5px;
	overflow: hidden;
	border:1px solid #ccc;
}
.link-top{
	height:28px;
	background: linear-gradient(to bottom , #FFFFFF, #CCCCCC);
	padding:2px 5px;
	color: #239809;
	font-size:15px;
}
.link-top i{
	margin-right:5px;
}
.link li{
	display:inline;
	margin:2px 10px;
	width:120px;
	height:30px;
}
.footer{
	width:100%;
	height:100px;
	background:#2F4056; 
	background-size:100% 100%;
	margin:2px auto;
	text-align:center;
}
.footer span{
	line-height:100px;
	color:#FFF;
}

.content{/*这是content.php*/
	width:100%;
	margin-top:2px;
	overflow:hidden;
	margin-bottom:10px;
}
.share{
	height:40px;
	width:100%;
	text-align:center;
	margin-top:12px;
}
.content-left{
	width:75%;
	float:left;
	display:block;
}
.content-left .left-head{
	height:30px;
	background: linear-gradient(to bottom , #FFFFFF, #CCCCCC);
	padding:2px 5px;
	color: #239809;
	font-size:15px;
}
.content-left .body-title{
	text-align:center;
	font-size:22px;
	font-weight:500;
}
.content-left .body-author{
	text-align:center;
	line-height:40px;
	border-bottom:1px dotted #222;
}
.content-left ul{
	padding-left:5px;
}
.content-left ul li{
	margin:5px 0px;
}
.content-left ul li span{
	float:right;
	margin-right:5px;
}
.content-left .left-page{
	height:40px;
	text-align:right;
	padding-right:20px;
}
.content-right{
	width:24.2%;
	float:right;
	display:block;
	height:500px;
}
.content-right .right-head{
	height:30px;
	background: linear-gradient(to bottom , #FFFFFF, #CCCCCC);
	padding:2px 5px;
	color: #239809;
	font-size:15px;
}
.right-body ul li{
	height:40px;
}
/*主体CSS结束*/


@media screen and (max-width: 1440px) {
	.container {
		width: 1240px;
	}
}
@media screen and (max-width: 1280px) {
	.container {
		width: 1126px;
	}
	.article-list-left{
		width:75%;
	}
	.article-list-right{
		width:24.7%;
	}
	.article-list-left>.articlebox{
		width:49%;
	}
	.nav ul li {
		margin-right: 5px;
	}
}
