.contentContainer {
 	margin-top: 18px;
}

.contentContainer .leftContainer{
	background: #ffffff;
	float: left;
	width:290px;
	margin-right: 6px;
}

.contentContainer .leftContainer dl a{
	text-decoration: none;
}

.contentContainer .leftContainer dl dt{
	background: #ff0f00;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	/*height: 89px;*/
	/*line-height: 89px;*/
	padding:26px 0;
	text-align: center;
}

.contentContainer .leftContainer dl dd a{
	box-sizing: border-box;
	font-size: 16px;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	padding: 0 15px;
	color:#ff0f00;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.contentContainer .leftContainer dl dd.last{
	border-bottom:1px solid #ff0f00;
}

.contentContainer .leftContainer dl dd{ 
	color:expression_r(this.nextSibling==null?'red':'');
}

.contentContainer .leftContainer dl dd a:hover{
	background: #fe4a1a;
	color:#fff;
}

.contentContainer .leftContainer dl dd a.hover{
	background: #fe4a1a;
	color:#fff;
}

.contentContainer .rightContainer{
	background: #ffffff;
	float: right;
	width:792px;

	/*border:1px solid #ccc;*/
}

.contentContainer .rightContainer #NewsListContainer
{

	padding: 18px 26px;
	font-size: 16.5px;
}

.contentContainer .rightContainer .content img{
	
}


.contentContainer .mainContainer{
	background: #ffffff;
	width:1200px;
}

.contentContainer .mainContainer h5{
	height: 60px;
	line-height: 60px;
	border-bottom: 5px solid #ff0f00;
	padding: 0 34px;
}


.imgContainer{
	width:  100%;
}



.contentContainer .ALLContainer{ 
	background:#ffffff;
	/*padding: 10px 0;*/
	/*border:1px solid #ccc;*/
}

.contentContainer .ALLContainer #NewsListContainer{
	padding:18px 26px 26px 26px;
}


.contentContainer .ALLContainer #NewsListContainer dd a
{
	color: #333;
	text-decoration: none;
}

.contentContainer .ALLContainer #NewsListContainer dd a.classify{
	float: left;
	width: 120px;
	text-align: left;
}

.contentContainer .ALLContainer #NewsListContainer dd a.titile{
	float: left;
	display: inline-block;
	color: #333;
	text-decoration: none;
	width:640px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.contentContainer .ALLContainer #NewsListContainer dd a:hover{
	color:#ff0f00;
}


#NewsListContainer dd{
	height: 34px;
	line-height: 34px;
}

#NewsListContainer dd .NewsListCircle{
	float:left;
	width:10px;
}

#NewsListContainer dd .NewsListCircle img{
	height:5px;
	width:5px;
}

#NewsListContainer dd a{
	font-size: 16px;
	display: inline-block;
	color: #000000;
	text-decoration: none;
	width:600px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#NewsListContainer dd a:hover{
	color:#ff0f00;
}

#NewsListContainer dd span{
	float: right;
	color: #6e6c77;
	width: 120px;
	text-align: right;
	font-size: 16px;
}

.contentContainer .rightContainer h3
{
	padding-left:34px;
	font-size:20px;
	height:60px;
	line-height: 60px;
	border-bottom: 5px solid #ff0f00;
}
.contentContainer .rightContainer .header{
	text-align: center;
	border-bottom: 1px dashed #d5d5d5;
	padding: 15px 0;
}

.contentContainer .rightContainer .header h2{
	line-height: 30px;
	font-size: 20px;
}

.contentContainer .rightContainer .header p{
	color: #666;
	font-size: 14px;
	padding-top: 20px;
}

.contentContainer .rightContainer .content{
	margin-top: 10px;
	font-size: 16px;
	padding: 15px 24px;
	line-height: 30px;
	width: 760px;
	word-wrap:break-word;
}
.contentContainer>.rightContainer>.content img{
max-width:100%;
}

.contentContainer>.rightContainer>.content table tr td,th{
border:1px solid #ccc;
}

.contentContainer>.rightContainer>.content table{
	margin:0 auto;
}

.contentContainer .nrContainer{
	min-height: 550px;
	background: #ffffff;
	padding: 26px 34px;
}

.contentContainer .nrContainer .header p#breakcrumbs{
	font-size: 14.5px;
	color:#6e6c77;
}

.contentContainer .nrContainer .header h2{
	text-align: center;
	color:#ff0f00;
	margin-top:34px;
}

.contentContainer .nrContainer .header p#timeform
{
	background: #f5f5f5;
	margin: 26px auto;
	text-align: center;
	font-size: 14.5px;
	color:#6e6c77;
	padding:15px 0;

}

#pageWarp{
    padding-bottom: 18px;
	text-align: center;
	font-size:14px;
}

#pageWarp>a, #pageWarp>strong{
	margin: 0 10px;
	text-decoration: none;
	color:#000000;
	padding:0 5px;
	display: inline-block;
}

#pageWarp>strong{
	color:#ff0f00;
}



