/*内容区设置*/
	#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: 18px;
		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>table{
		width: 842px;
		border:1px solid #ccc;
	}
	.conleft tr{
		height:40px;
		line-height: 40px;
	}
	.conleft th{
		font-size: 16px;
		font-weight: bold;
		border-bottom:1px dashed #ccc;
	}
	.conleft th a{
		color: #000;
	}
	.conleft td{
		border-bottom:1px dashed #ccc;
		text-align:center;
	}
	.conleft .last td{
		border-bottom: none;
	}
	/*内容区右侧设置*/
	.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;
		margin-left: 17px;
		margin-bottom: 0px;
	}
	.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;
	}