@charset "UTF-8";
/* CSS Document */

body, html,div, h1, h2, h3, h4, h5, h6, table, tbody, th, tr, p, a, form, input,span,dl,dt,dd{
    border: 0 none;
    font-size: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
     }
body{ font-size:14px;  line-height:25px; color:#333;font-family: "microsoft yahei",simhei;background-color: #f0f0f0;}
a{ text-decoration:none;color: #000; }
a:visited{ text-decoration:none;}
a:hover{ text-decoration:none;}
ul, li{ list-style:none; margin:0; padding:0;}	
img{ border:0;}


.box{
	width: 100%;
}



/*banner*/
.box .banner{
	width: 100%;
	clear: both;
}
.box .banner img{
	display: block;
	width: 100%;
}


/*页面内容*/
.box .nr,.box .nr .nav{
	overflow: hidden;
}
.box .nr .nav{
	width: 100%;
	background-color: #fff;
	margin: auto;
}
.box .nr .nav ul{
	margin: 14px auto 0;
	width: 92%;
	overflow: hidden;
}
.box .nr .nav ul li{
	float: left;
	width: 21%;
	margin: 0 2%;
	height: 52px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.box .nr .nav ul li a{
	display: block;
	width: 100%;
	height: 36px;
	border-radius: 20px;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
}
.box .nr .nav ul li.on a{
	color: #fff;
	background-color: #ed1c24;
}



.box .nr .show{
	margin:20px auto 0;
	overflow: hidden;
	width: 92%;
}

.box .nr .show .news_title {
	border-bottom: 3px solid #ddd;	
	text-align: center;

}

.box .nr .show .news_title span {
	display: inline-block;
	margin-bottom: -3px;
	font-size: 24px;
	padding: 10px 0 10px 0;
	cursor: pointer;
}

.box .nr .show .news_title span.on {
	color: #000;
}

.box .nr .show .casenr{
	width: 100%;
	margin-top: 10px;
}
.box .nr .show .casenr .nrr{
	margin-top: 20px;
}
.box .nr .show .casenr .nrr img{
	display: block;
	margin: auto;
	max-width: 100%;
}
.box .nr .show .casenr .topNew_right{
	padding: 20px 0;
	font-size: 16px;
}

.box .nr .show .casenr .topNew_right p+p{
	margin-top: 10px;
	line-height: 2;
}

.box .nr .show .casetj{
	width: 100%;
	float: right;
	position: relative;
	margin-top: 30px;
}
.box .nr .show .casetj .RecomCenter{
	width: 100%;
	padding: 0 0px 20px;
	background-color: #fff;
}
.box .nr .show .casetj .hotbt{
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	background-color: #333;
	color: #fff;
}
.box .nr .show .casetj ul{
	padding: 20px 0 0;
	overflow: hidden;
}
.box .nr .show .casetj li{
	float: left;
	width: 44%;
	margin: 10px 3% 0;
}
.box .nr .show .casetj li img{
	display: block;
	width: 100%;
	height: 100%;
	min-height: 263px;
}
.box .nr .show .casetj .more{
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	background-color: #ed1c24;
	color: #fff;
	border-radius: 20px;
	margin: 16px auto 0;
}