/* 手机页面 */
.mobile-search {
	padding:0px;background: transparent;border: 0px;
}
.newsSwitchBox1 .switch > div {
	background: #17cdd5;
	line-height: 47px;
	padding:0px;
	text-align: center;
	color: #fff;
}
.newsSwitchBox2 .switch > div {
	background: #fdba41;
	line-height: 47px;
	padding:0px;
	text-align: center;
	color: #fff;
}
.newsSwitchBox3 .switch > div {
	background: #216ca6;
	line-height: 47px;
	padding:0px;
	text-align: center;
	color: #fff;
}
.newsSwitchBox1 .switch .current {
	background: #fff;
	line-height: 40px;
	border-top: 7px solid #17cdd5;
	color: #000;
}
.newsSwitchBox2 .switch .current {
	background: #fff;
	line-height: 40px;
	border-top: 7px solid #fdba41;
	color: #000;
}
.newsSwitchBox3 .switch .current {
	background: #fff;
	line-height: 40px;
	border-top: 7px solid #216ca6;
	color: #000;
}
.switch {
	overflow: hidden;
	padding-top: 10px;
}
.figurewrap {
    padding-left: 30px;
    padding-right: 30px;
}
.nlist {
	padding: 10px 30px 0px;width: 100%;
}
.nlist li {
	list-style-type: none;
	padding-bottom: 15px;
	border-bottom: 1px solid #d3d3d3;
	margin-bottom:15px;
}
ul.nlist li .time {
	color: #999;
	font-size: 12px;
}
ul.nlist li .time i {
    color: #ff7800;
    margin-right: 5px;
}
ul.nlist li.more {
	text-align: right;
	border: 0;
	/*padding: 0;*/
}
ul.nlist li a {
    line-height: 22px;
}
.pad-none {
	padding: 0px;
}

.navwrap {
    border-top: 1px solid #216C97;
}
.navwrap a {
    text-decoration: none;
}
.mainWrap {
    width: 990px;
    margin: auto;
}
.navwrap .conWarp {
	display: none;
}
.navwrap .smenu {
    display: none;
}
.navwrap .smenu i {
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	margin: 5px 10px;
}
.navwrap li {
	list-style-type: none;
    float: left;
    font-size: 16px;
}
.navwrap li a {
    display: block;
    padding: 0 12px;
    line-height: 50px;
    height: 50px;
    color: #fff;
}
.navwrap li a.current {
    border-bottom: 3px solid #f4930a;
   	/* height: 47px;*/
}
.navwrap li a:hover {
    color: #f4930a;
}

@media screen and (min-width: 768px) {
	.conImgMax_mobile img{display: block;height: auto !important;max-width: 100%;}
	.conImgMax_mobile table{width: 100% !important;}
	.conImgMax_mobile table td{width:0px !important;padding:0px !important;white-space: normal !important;}
	.pad-none { padding: 0px 15px; }
	.switch {overflow: hidden;padding-top: 0px;}
	ul.nlist li .time {
		color: #999;
		font-size: 14px;
	}
	ul.nlist li.more {
		font-size: 16px;
	}
}

@media only screen and (max-width: 992px) {	
	.conImgMax_mobile img{display: block;height: auto !important;max-width: 100%;}
	.conImgMax_mobile table{width: 100% !important;}
	.conImgMax_mobile table td{width:0px !important;padding:0px !important;white-space: normal !important;}
	.navwrap {
	    border-top: none;
	    position: relative;
	}
	.mainWrap {
	    width: 100% !important;
	    margin: auto;
	    min-width: 320px;
	}
	.navwrap #nav {
	    position: absolute;
	    width: 200px;
	    z-index: 999;
	    background: #4C4F52;
	    right: 0;
	    top: 0px;
	    padding: 10px 0;
	    display: none;
	}
	.navwrap .conWarp {
		display: block !important;
		float:left;
	}
	.navwrap .smenu {
	    font-size: 18px;
	    background: #F6920A;
	    height: 40px;
	    width: 40px;
	    color: #fff;
	    line-height: 40px;
	    text-align: center;
	   	float: right;
		margin: 5px 15px;
		padding-top: 5px;
	    cursor: pointer;
	    display: block !important;
	    z-index: 12;
	}
	.navwrap .smenu.active {
	 	margin-right: 200px;
	    background: rgba(62,58,57,0.9);
	}
	.navwrap #nav.active {
	    display: block;
	    background: rgba(62,58,57,0.9);
	}
	.navwrap #nav li a:hover {
	    background: #6F7174;
	}
	.navwrap #nav li {
	    float: none;
	}
	.navwrap #nav li a {
	    line-height: 40px;
	    padding: 0 0 0 35px;
	    color: #fff;
	    font-size: 14px;
	    height: auto;
	}
	.navwrap #nav li a.current {
	    border-bottom: none;
	}
}

