*{
	
	margin-top:16px;margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei";
	font-weight: normal;
}
body{
	background-color: #f7f7f7;
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
}
.new-bigbox{
	width: 100%;
	height:auto;
	padding : 30px 0;
}
.new-center{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.new-nav{
	width: 190px;
	height: auto;
	float: left;
}
.new-title{
	width: 100%;
	height: 100px;
	background-color: #ae0b0b;
}
.new-title h1{
	width: 100%;
	text-align: center;
	line-height: 46px;
	font-size: 30px;
	color: #fff;
	padding-top: 12px;
}
.new-title span{
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #fff;
	display: block;
}
.new-nav-list {
	width: 100%;
	height: auto;
	border: solid 1px #eee;
}
.new-nav-list li{
	width: 100%;
	height: 44px;
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 44px;
	border-bottom: solid 1px #eee;
}
.new-nav-list li a{	
	color: #333;
}
.new-current{
	color: #ae0b0b!important;
}
.new-nav-list li:hover{
	color: #ae0b0b;
	border-bottom: solid 1px #ae0b0b;
	cursor: pointer;
}
.new-content{
	width: 990px;
	height: auto;
	float: right;
	overflow:hidden;
}
.new-con-main{
	width: 100%;
	height: 66px;
	border-bottom: solid 1px #eee;
}
.new-con-main h1{
	float: left;
	font-size: 26px;
	line-height: 66px;
	border-bottom: solid 3px #ae0b0b;
}

.new-current-wz{
	float: right;
	height: 66px;
	margin-right: 10px;
}
.new-current-wz li{
	padding: 0 5px;
	float: left;
	line-height: 66px;
	color: #666;
	font-size: 14px;
}
.new-current-wz li span{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 66px;
	float: left;
}
.new-current-wz li a{
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 66px;
	float: left;
}
.new-current-wz > li + li:before{
    content: "\00a0>";
    padding: 0 5px;
    color: #666;
}
.new-current-wz  li:last-child a{
    
    padding: 0 5px;
    color: #df0024!important;
}
.new-current-wz  li:last-child:before{
	content: none;
}

.new-pic-list{
	width: 100%;
	height: auto;
	margin : 5px 0;
}
.new-pic-list li{
	width: 100%;
	height: 128px;
	border-bottom: solid 1px #eee;
	padding-top: 30px;
}
.new-pic-tiem{
	width: 88px;
	height: 95px;
	float: left;
}
.new-pic-tiem h1{
	width: 88px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	background-color: #ae0b0b;
	color: #fff;
	font-size: 48px;
}
.new-pic-tiem span{
	display: block;
	width: 86px;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	background-color: #fff;
	color: #333;
	border: solid 1px #ccc;
}
.new-pic-text{
	width: 86%;
    height: auto;
    float: left;
    margin-left: 35px;
}
.new-pic-text h1{
	font-size: 20px;
	color: #333;
	line-height: 45px;
	font-weight: bold;
}
.new-pic-text h1:hover{
	color: #ae0b0b;
	cursor: pointer;
}
.new-pic-text p{
	font-size: 16px;
	color: #333;
	line-height: 24px;
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 2;    
	overflow: hidden;
}
.new-pic-text p span{
	font-size: 16px;
	color: #0b83df;
	line-height: 24px;
	color: #333;
}
.new-detail{
	width: 94%;
	padding:0 3%;
	font-size: 16px;
	line-height: 28px;
	color: #333;
	margin : 20px 0;
	text-indent: 2em;
}
.new-detail p img{
	width:100%;
}