/*内容区设置*/
	#container{
		width: 1200px;
		margin:0 auto;
		margin-top: 30px;
	}
/*标题*/
	.title{
		border-bottom:3px solid #0e0e0e;
		width: 100%;
		height: 28px;
	}
	.title h6{
		width: 128px;
		height: 31px;
		line-height: 31px;
		float: left;
		font-size: 16px;
		text-indent: 20px;
		background: url(../images/newsdao.png) no-repeat;
	}
	.title h6 a{
		color: #fff;
	}
	.title p{
		float: right;
		height: 28px;
		line-height: 28px;
		margin-right: 20px;
	}
	.title p a{
		color: #333;
	}
	.title p span{
		color: #c12806;
	}
/*主要内容区设置*/
	.newssch{
		width: 100%;
		height: 1370px;
		margin-bottom:40px;
	}
	.newschcon{
		width: 100%;
		height: 1310px;
		margin-top: 30px;
	}
	/*内容区左侧设置*/
	.conleft{
		float: left;
		width: 842px;
		height: 1310px;
	}
	.conleft>div{
		width: 100%;
		height: 133px;
		margin-bottom:25px;
	}
	.conleft>div>a img{
		width: 197px;
		height: 133px;
		float: left;
		border:1px solid #CCC;
	}
	.newscon{
		float: right;
		width: 615px;
		height: 133px;
	}
	.newscon>h3{
		height: 25px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.3;
		float: left;
	}
	.newscon>h3 a{
		color: #333;
	}
	.bdsharebuttonbox{
		margin-top: -5px;
		margin-right: 20px;
		float: right;
	}
	.bds_more{
		width: 3px !important;
		height: 20px !important; 
		background: url(../images/fen.png) no-repeat 0px 0px !important;
	}
	.bds_more:hover{
		background: url(../images/fenred.png) no-repeat 0px 0px !important;
	}
	.newscon>h6{
		width: 100%;
		height: 66px;
		float: left;
		line-height: 1.7;
		margin-bottom: 15px;
		font-family: '宋体';
		margin-top: 5px;
	}
	.newscon>h6 a{
		color: #666;
	}
	.newscon>p{
		float: left;
		font-size: 12px;
		font-family: '宋体';
		color: #666;
	} 
	.newscon>p a{
		color: #c12806;
	}
	.newscon>b{
		color: #666;
		font-weight: normal;
		font-size: 12px;
		font-family: '宋体';
		float: right;
		margin-right: 15px;
	}
	/*内容区右侧设置*/
	.conrigh{
		width: 325px;
		height: 418px;
		border:1px solid #ccc;
		float: right;
		margin-top:11px;
		position: relative;
	}
	.righti{
		width: 128px;
		height: 26px;
		position: absolute;
		top:-9px;
		left: 13px;
		font-size: 18px;
		line-height: 26px;
		text-align: center;
		background: url(../images/newsbac.png) no-repeat;
	}
	.righti a{
		color: #fff;
	}
	.conrigh>a{
		float: right;
		color: #333;
		margin-right: 13px;
		margin-top:3px;
	}
	.conrigh .conimg{
		width: 310px;
		height: 92px;
		margin:0 auto;
		margin-top:15px;
	}
	.conrigh .conimg>div{
		width: 150px;
		height: 92px;
		position: relative;
		float: left;
	}
	.conrigh .conimg>div img{
		display: block;
		width: 150px;
		height: 92px;
	}
	.conrigh>ul{
    	width:310px;
    	margin:0 auto;
    	height: 256px;
    	padding-top:10px;
    }
    .conrigh>ul li{
    	width: 295px;
    	height: 34px;
    	line-height: 34px;
    	padding-left: 25px;
    	background: url(../images/oranlay.jpg) no-repeat left center; 
    }
	/*图层下方的黑色透明提示框设置*/
	    .tipss{
	        width:100%;
	        height:30px;
	        position: absolute;
	        bottom: 0px;
	        right: 0px;
	        z-index: 22;
	    }
	    .tipss>div{
	        width:100%;
	        height:30px;
	        line-height: 30px;
	        text-align: center;
	        background:#000;
	        zoom:1;
	        filter:Alpha(opacity=50);
	        background: rgba(0,0,0,0.5);
	    }
	    .tipss>div a{
	    	color: #fff;
	    	position: relative;
	    }
	.conright{
		width: 325px;
		height: 828px;
		margin-top: 34px;
		border:1px solid #ccc;
		float: right;
		position: relative;
	}
	.conright>a{
		float: right;
		color: #333;
		margin-right: 13px;
		margin-top:3px;
	}
	.imgcon{
		width: 310px;
		height: 773px;
		margin:0 auto;
		margin-top: 15px;
	}
	.imgcon>div{
		width: 310px;
		height: 184px;
		position: relative;
		margin-bottom:15px;
	}
	.imgcon>div img{
		display: block;
		width: 310px;
		height: 184px;
	}
/*分页设置*/
	.conleft .newspage{
		width: 835px;
		height:35px;
		margin-top: 10px;
		text-align:center
	}
	.newspage span{
		color: #c02806;
	}
	.newspage>a{
		display: inline-block;
		height: 28px;
		border:1px solid #ccc;
		border-radius: 3px;
		padding:0px 10px;
		margin:0px 4px;
		background: #fff;
		color: #666;
		text-align: center;
		line-height: 28px;
		font-size: 12px;
		font-family: '宋体';
	}
	.newspage .ahigh{
		color: #fff;
		background: #c02806;
	}
	.newspage>a:hover{
		color: #fff;
		background: #c02806;
	}