.head{
	background: url("../img/banner.png") top center no-repeat;
	width: 100%;
	min-width: 1200px;
	height: auto;
	min-height: 230px;
	position: relative;
}
.news{
	background-color: #FFFFFF;
	padding-top: 20px;
	min-height: 200px;
	word-break: break-all;
	text-align: justify;
}
.ntitle {
	height: 60px;
	position: relative;
	border-bottom: 1px solid #ECECEC;
}
.ntitle span {
	position: absolute;
	height: 60px;
}
.ntitle span.b {
	color: #E60012;
	font-size: 36px;
	border-bottom: 1px solid #E60012;
	height: 60px;
	line-height: 55px;
}
.ntitle span.s {
	bottom: 0px;
	left: 160px;		
	font-size: 26px;		
	color: #DDDDDD;		
	line-height: 72px;
}
.ntitle span.t {	
	right: 0px;		
	bottom: 0px;		
	color: #999999;		
	font-size: 16px;		
	line-height: 80px;
}
.ntitle span.t a {
	color: #999999;	
}
.ntitle span.t a:hover {
	color: #E60012;	
}
.ntitle span.t i {
	font-style: normal;
	margin-left: 2px;
	margin-right: 2px;
}
.nbody {
	margin: 15px auto;
}
ul.newsList {
	width: 100%;
	height: 100%;
	display: block;
	box-sizing: border-box;
	padding: 22px 0px;
}
ul.newsList li {
	display: block;
	position: relative;
	border-bottom: 1px solid #ECECEC;
	box-sizing: border-box;
	padding: 0px 0px 20px 0px;
	box-sizing: border-box;
	margin-bottom: 23px;
	overflow: hidden;
}
ul.newsList li .txtBlock {
	display: block;
	overflow: hidden;
}
ul.newsList li img {
	float: left;
	margin-right: 38px;
	width: 262px;
	height: 144px;
	border-radius: 5px;
}
ul.newsList li a.title {
	color: #000000;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 25px;
	font-weight: bold;
	height: 30px;
	line-height: 25px;
}
ul.newsList li a.title:hover {
	color: #E60012;
}
ul.newsList li .desc {
	color: #333333;
	margin-top: 11px;
	height: 69px;
	line-height: 23px;
	font-size: 15px;
}
ul.newsList li .desc a.detail {
	color:#333333;
	margin: 0px 3px;
}
ul.newsList li .desc a.detail:hover {
	color: #E60012;
}
ul.newsList li .time {
	color: #999999;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 14px;
	font-size: 15px;
}
.pageList {
	width: 100%;
	height: 90px;
	padding: 20px;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	margin-bottom: 50px;
}
.pageList a {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 50%;
	font-size: 20px;
	color: #333333;
	margin-left: 10px;
	margin-right: 10px;
	/* transition: all 0.1s; */
}
.pageList a:hover {
	background-color: #E60012;
	color: #FFFFFF;
}
.pageList a.on {
	background-color: #E60012;
	color: #FFFFFF;
	font-weight: bold;
}
.pageList a.text {
	font-size: 14px;
}
/******手机版样式-start*****/
section.wapNav {
	display: none;
}
/**导航-start**/
section.wapNav {
	width: 100%;
	height: 16.27vw;
	background-color: #FFFFFF;
	position: relative;
}
section.wapNav a {
	display: block;
	position: absolute;
}
section.wapNav a img {
	width: 100%;
}	
section.wapNav a.menu {		
	top: 4.66vw;
    left: 3vw;
    width: 7.35vw;
}
section.wapNav a.logo1 {
	top: 2.42vw;
	left: 15.4vw;
	width: 12.34vw;
	cursor: auto;
}
section.wapNav a.logo {
	top: 4.68vw;
    left: 28.5vw;
    width: 56vw;
	cursor: auto;
}
section.wapNav a.user {		
	top: 5vw;
	right: 3vw;
	width: 6.5vw;
	/* top: 5vw;
    right: 3vw;
    width: 6vw; */
}
section.wapNav a.ckMenu img {
	width: 5.1vw;
	margin-left: 1.4vw;
	margin-top: 0.8vw;
}
/**导航-end**/
/**底部-start**/
section.footer {
	display: none;
}
section.footer {
	width: 100%;
	height: auto;
	background-color: #E60012;
	position: relative;
	padding-bottom: 10.67vw;
}
section.footer .qrBlock {
	width: 100%;
	height: 38vw;
	box-sizing: border-box;
	padding-top: 10vw;
	white-space: nowrap;
	text-align: center;
}
section.footer .qrBlock img {
	display: inline-block;
	width: 22vw;
	margin-left: 5vw;
	margin-right: 5vw;
}
section.footer .txtBlock {
	color: #FFFFFF;
	font-size: 20px;
	padding-left: 6vw;
	font-size: 3.5vw;
}
section.footer .org {
	margin-top: 6vw;
}
section.footer .link {
	margin-top: 6vw;
}
section.footer .link i {
	visibility: hidden;
}
section.footer .copy {
	margin-top: 6vw;
}
section.footer .goTop {
	position: absolute;
	bottom: 7vw;
	right: 6vw;
	width: 9vw;
	height: 9vw;
	display: block;
	background-color: #E60012;
	cursor: pointer;
	opacity: 0.7;
}
/**底部-end**/
/**菜单-start**/	
section.menuList {
	display: none;
}
section.menuList {
	position: absolute;
	top: 16.27vw;
	left: 0px;
	z-index: 2;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	display: none;
}
section.menuList .menuUL {
	display: block;
	padding: 1vw 5.34vw 5.34vw 5.34vw;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
section.menuList .menuUL li {
	display: block;
	font-size: 4vw;
	width: 100%;
	height: auto;
	line-height: 9vw;
	border-bottom: 1px dashed #EEEEEE;
	box-sizing: border-box;
}
section.menuList .menuUL li a {
	display: block;
	position: relative;
	box-sizing: border-box;
	padding-left: 2vw;
	color: #585858;
	border-radius: 0.5vw;
}
section.menuList .menuUL li a i {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 9vw;
	height: 9vw;
	background-image: url(../img/down2.png);
	background-position: 2vw 2.5vw;
	background-repeat: no-repeat;
	background-size: 45% 45%;
	cursor: pointer;
}
section.menuList .menuUL li a:hover {
	background-color:#E60012;
	color: #FFFFFF; 
}	
section.menuList .menuUL li a:hover i {
	background-image: url(../img/down.png);
}
section.menuList .menuUL li.second {
	padding-left: 4vw;
}
section.menuList .menuUL li.second:last-child {
	border-bottom: 1px dashed rgba(238,238,238,0);
}
section.menuList .childUl {
	display: none;
}
section.menuList .menuUL li a.up {
	font-weight: bold;
}
section.menuList .menuUL li a.up i {
	background-image: url(../img/up2.png);
}
section.menuList .menuUL li a.up:hover i {
	background-image: url(../img/up.png);
}
@media all and (max-width: 1200px) and (min-width: 750px){
	html, body {
		min-width: 1200px;
	}
}	
@media all and (max-width: 750px){
	.nav {
		display: none;
	}
	.head {
		display: none;
	}
	.foot {
		display: none;
	}
	section.wapNav {
		display: block;
	}
	section.footer {
		display: block;
	}
	.w1030{
		width: 100%;
		box-sizing: border-box;
		padding-left: 3vw;
		padding-right: 3vw;
	}
	.news{
		padding-top: 0vw;
	}
	.ntitle {
		height: 10vw;
	}
	.ntitle span {
		height: 10vw;
	}
	.ntitle span.b {
		font-size: 5vw;
		height: 10vw;
		line-height: 11vw;
		font-weight: bold;
	}
	.ntitle span.s {
		left: 22vw;
		font-size: 4vw;
		line-height: 13vw;
	}
	.ntitle span.t {
		display: none;
	}
	.ntitle span.t i {
		margin-left: 2px;
		margin-right: 2px;
	}
	.nbody {
		margin: 1vw auto;
	}
	ul.newsList {
		padding: 4vw 0px 3vw 0px;
	}
	ul.newsList li {
		padding: 0px 0px 4vw 0px;
		margin-bottom: 4vw;
	}
	ul.newsList li img {
		margin-right: 2vw;
		width: 29vw;
		height: 19vw;
		border-radius: 0.67vw;
	}
	ul.newsList li a.title {
		font-size: 4.3vw;
		height: 11vw;
		line-height: 5.8vw;
		white-space: normal;
		font-weight: normal;
		color: #333333;
		margin-bottom: 4.1vw;
		text-align: left;
	}
	ul.newsList li .desc {
		display: none;
	}
	ul.newsList li .desc a.detail {
		margin: 0px 1vw;
	}
	ul.newsList li .time {
		margin-top: 0.8vw;
		font-size: 3.3vw;
	}
	.pageList {
		height: auto;
		padding: 5vw 0vw;
		margin-bottom: 5vw;
	}
	.pageList a {
		width: 10vw;
		height: 10vw;
		line-height: 10vw;
		font-size: 3.5vw;
		margin-left: 1vw;
		margin-right: 1vw;
	}
	.pageList a.text {
		font-size: 2vw;
	}
}
/******手机版样式-end*****/