@charset "utf-8";
body {
	text-align: left;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #111;
	font-family: "微软雅黑","Microsoft YaHei",arial,helvetica,sans-serif;
	background-color: #f9f8f8;
}
ul,ol,li {
	list-style-type: none;
}
a {
	color: #111;
	text-decoration: none;
}
/*
a:visited {
	color: #aaa;
}
*/
.swiper-container-jiaodiantuwen {
	margin-top:10px;
}
#searchcar {
	width: auto;
	margin-top: 10px;
	margin-right: 6px;
	margin-left: 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#searchcar .waikuang {
	position: relative;
	background-color: #fff;
	border: solid #acacac 1px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 1px 5px #d6d6d6;
	box-shadow: 1px 1px 5px #d6d6d6;
	z-index: 1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 36px;
	padding-right: 85px;
	padding-left: 7px;
}
#chexingmingcheng {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size: 16px;
	height: 34px;
	border: 0 none;
	outline: none;
	box-shadow: none;
}
#scbt {
	display: block;
	background-image: url(../images/search02.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 36px;
	width: 42px;
	top: -1px;
	right: -1px;
	z-index: 2;
	border-radius: 2px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #acacac;
	border-right-color: #acacac;
	border-bottom-color: #acacac;
	border-left-style: none;
	cursor:pointer;
	background-size: 20px 20px;
}
#searchcar .delinput {
	background-image: url(../images/del.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 18px;
	width: 18px;
	top: 8px;
	right: 54px;
	background-color: #FFF;
	cursor:pointer;
	display:none;
}
.swiper-container-jiaodiantuwen .swiper-slide img {
	width:100%;
	height:auto;
	min-height:100px;
	border:0;
}
.swiper-container-jiaodiantuwen .swiper-pagination-bullet {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	color: #000;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	opacity: 1;
	text-align: center;
	width: 20px;
	border: 1px solid #FFF;
}
.swiper-container-jiaodiantuwen .swiper-pagination-bullet-active {
	background: none repeat scroll 0 0 #007aff;
	color: #fff;
}
.swiper-container-jiaodiantuwen .swiper_dibu {
	height: 20px;
	width: 100%;
	font-size:12px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 5px;
	background-color: rgba(0,0,0,0.5);
	z-index: 10;
	color: #FFF;
}
.swiper-container-jiaodiantuwen .swiper_dibu_div {
	height: 20px;
	width: 100%;
	display:-moz-box;
	display:-webkit-box;
	display:box;
}
.swiper-container-jiaodiantuwen .swiper_newstitle {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}
.swiper-container-jiaodiantuwen .swiper_newstitle_div {
	width:100%;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-indent: 10px;
}
.swiper-container-jiaodiantuwen .swiper_jishuqi {
	text-align:center;
	width:40px;
	overflow:hidden;
	line-height: 20px;
	height: 20px;
}


.newstitle_ul {
	display:block;
	font-size: 17px;
}
.newstitle_ul li {
	border-bottom: 1px solid #e2e2e2;
	display:block;
	position: relative;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 89px;
	padding-top: 14px;
	padding-right: 12px;
	padding-bottom: 14px;
	padding-left: 12px;
	overflow: hidden;
}
.newstitle_ul a.newstitle_a {
	display: -webkit-box;
	display: -moz-box;
	display:box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	width: 100%;
	height: 62px;
	overflow:hidden;
}
.newstitle_ul .miaoshu {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	height:60px;
}
/*
.newstitle_ul h3 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	max-height:42px;
	margin-top: -2px;
	-webkit-line-clamp: 2;
}
*/
.newstitle_ul h3 {
	max-height:42px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	display: -moz-box;  /* 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 */
	display: -webkit-box;
	display:box;
	-moz-box-orient: vertical;/* 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 */
	-webkit-box-orient: vertical;
	box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	overflow: hidden;
}
.newstitle_ul .miaoshu .m_qita {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 1px;
	font-size: 12px;
	color: #808080;
	line-height: 1;
}
.newstitle_ul .miaoshu .chuchu {
	margin-right: 8px;
}
.newstitle_ul .photo {
    width: 80px;
    height: 60px;
    text-align: center;
    border: 1px solid #e1e1e1;
    overflow: hidden;
    margin-left: 5px;
}
.newstitle_ul .photo .photo_img {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	/* 针对IE的Hack */
	*display: block;
	*font-size: 52px;/*约为高度的0.873，60*0.873 约为52*/
	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
	width: 80px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}
.newstitle_ul .photo .photo_img img {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

#header .n_head {
	text-align: left;
}
#header .zhanming {
	line-height: 48px;
	overflow: hidden;
}
#header .logo img {
	vertical-align: middle;
	margin-right: 8px;
}
.wangzhantoutiao {
	box-sizing: border-box;
	width: 100%;
	display: block;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}

.news_module {
	clear: both;
	overflow: hidden;
	background: #fff;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
	margin-top: 7px;
}
.news_tab {
	clear: both;
	border-bottom: 1px solid #dfdfdf;
	color: #333;
	padding: 0 12px;
	font-size: 17px;
	height: 41px;
	line-height: 41px;
	background: #f5f5f5;
	background: -moz-linear-gradient(top,rgba(249,249,249,.98),rgba(245,245,245,.98) 100%);
	background: -webkit-gradient(linear,0 0,0 100%,from(rgba(249,249,249,.98)),to(rgba(245,245,245,.98)));
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=rgba(249,249,249,.98),endColorStr=rgba(245,245,245,.98));
}
.news_tab_nav.on {
	color: #007aff;
	border-bottom: 2px solid #007aff;
	font-size: 19px;
	line-height: 40px;
}
.news_tab_nav {
	float: left;
	white-space: nowrap;
	text-align: center;
	padding: 0 9px;
	min-width: 55px;
}
.j_newsModule {
	clear: both;
	margin: 0 12px;
}
.news_items_photo dl {
	margin-top: 10px;
	text-align: center;
	width: 145px;
	position: relative;
}
.news_items_photo dt {
	width: 145px;
	height: 109px;
	display:block;
	overflow:hidden;
	text-align: center;
	font-size:12px;
}
.news_items_photo dt div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	/* 针对IE的Hack */
	*display: block;
	*font-size: 95px;/*约为高度的0.873，109*0.873 约为95*/
	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
	width: 145px;
	height: 109px;
	line-height: 109px;
	overflow: hidden;
}
.news_items_photo dt img {
	border:0px;
	/*width:auto;
	max-width:145px;
	height:auto;
	max-height:109px;
	*/
	width:145px;
	height:109px;
}
.news_items_photo dd {
	width: 135px;
	display: block;
	overflow: hidden;
	text-align: left;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: absolute;
	left: 5px;
	bottom: 0px;
	line-height: 20px;
	height: 20px;
	color: #FFFFFF;
	text-shadow:-1px 0 #666666,0 1px #666666,1px 0 #666666,0 -1px #666666;
}
.news_items_photo dd a {
	color:#FFFFFF;
}
.news_items_module_wrap {
	overflow: hidden;
	width: 100%;
}
.news_items,.news_items_module_wrap ul {
	clear: both;
	overflow: hidden;
	padding: 10px 0;
}
.news_items li,.news_items_module_wrap li {
	clear: both;
	overflow: hidden;
	height: 34px;
	line-height: 34px;
}
.news_items li a,.news_items_module_wrap li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size:16px;
}
.morenews {
	text-align: center;
	display: block;
	border: 1px solid #d8d8d8;
	background-color: #fff;
	height: 35px;
	line-height: 35px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 20px;
	margin-left: 12px;
}
#jinriyaowen {
	border-top: 0;
	margin-top: 0px;
}
#selectcar {
	font-size: 17px;
	margin-top: 12px;
	margin-right: 6px;
	margin-left: 6px;
	border: solid #e9e9e9 1px;
	width: auto;
}
#selectcar .selecttab {
	border-bottom: solid #e9e9e9 1px;
	width: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	display:block;
	list-style-type: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: box;
	text-align:center;
}
#selectcar .selecttab li {
	display: block;
	white-space: nowrap;
	list-style-type: none;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 2em;
	cursor:pointer;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#selectcar .selecttab li.active {
	color: #2f75bb;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2f75bb;
}
#selectcar .tabcontent {
	font-size: 12px;
	overflow: hidden;
	height: 136px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#anpinpai a {
	float: left;
	width: 20%;
	height: 62px;
	padding: 3px 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
}
#anpinpai img {
	width: 50px;
	height: 50px;
	vertical-align: top;
}
#selectcar a.duotiaojian {
	display: block;
	margin: 12px 6px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 36px;
	padding: 9px 12px;
	background-color: #E6E6E6;
	border: solid #c3c3c3 1px;
	border-radius: 2px;
	font-size: 16px;
	color: #666;
	line-height: 1;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
	text-decoration: none;
}
#anjiage li {
	display: block;
	list-style-type: none;
	float: left;
	width: 33.33%;
	margin-top: 12px;
	text-align: center;
}
#anjiage li a {
	display: block;
	line-height: 30px;
	white-space: nowrap;
	height: 30px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #CCC;
	font-size:14px;
	overflow: hidden;
}
#anchexing li {
	display: block;
	list-style-type: none;
	float: left;
	width: 25%;
	margin-top: 12px;
	text-align: center;
}
#anchexing li a {
	display: block;
	line-height: 30px;
	white-space: nowrap;
	height: 30px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #CCC;
	font-size:14px;
	overflow: hidden;
}
#remenche li {
	display: block;
	list-style-type: none;
	float: left;
	width: 25%;
	margin-top: 12px;
}
#remenche li a {
	display: block;
	line-height: 30px;
	white-space: nowrap;
	height: 30px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #CCC;
	font-size:14px;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 5px;
	padding-left: 5px;
}
#jiangjiacuxiao,#cheshangcuxiao {
	position:relative;
}
.genghuan_hangqing {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 14px;
	white-space: nowrap;
	cursor:pointer;
}
.chengshi_hangqing {
	width: auto;
	border: 1px solid #b4b4b4;
	position: absolute;
	z-index: 201;
	background-color: #FFFFFF;
	text-align: left;
	left: 10px;
	right:10px;
	top: 42px;
	display: none;
	box-shadow: 0 5px 3px rgba(0,0,0,.5);
	border-radius: 5px;
}
.chengshi_hangqing .top {
	background-color: #F2F2F2;
	height: 30px;
	position: relative;
	line-height: 30px;
	color: #FFFFFF;
	text-indent: 15px;
	font-size:16px;
}
.chengshi_hangqing .top .closemsg {
	position: absolute;
	cursor: pointer;
	display: block;
	top: 6px;
	right: 5px;
}
.chengshi_hangqing .top span {
	font-weight: bold;
	color: #164A84;
}
.chengshi_hangqing .chengshimingxi {
	padding: 10px;
}
.chengshi_hangqing .chengshimingxi select,.chengshi_hangqing .chengshimingxi input {
	font-size:16px;
	vertical-align: middle;
	font-family: "微软雅黑",helvetica,arial;
}
.chengshi_hangqing .chengshimingxi li {
	line-height: 20px;
	white-space: nowrap;
	display: block;
	height: 20px;
	padding-right: 8px;
	padding-left: 5px;
	list-style-type: none;
	float: left;
	text-indent: 0px;
}
.chengshi_hangqing .chengshimingxi li span{
	color:#164A84;
	cursor:pointer;
}
.chengshi_hangqing .chengshimingxi a {
	color: #164A84;
	text-decoration: none;
}
.chengshi_hangqing .chengshimingxi a:hover {
	text-decoration: underline;
}
.chengshi_hangqing .citybtn {
	padding-left: 15px;
	padding-right: 15px;
}