@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;
}
#mainbox {
	width: 100%;
	overflow: hidden;
	text-align: left;
}
#leibiemingcheng {
	display: block;
	height: 35px;
	line-height: 35px;
	background: -moz-linear-gradient(top,#fcfdfe,#f0f3f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfdfe), to(#f0f3f5));


	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#fcfdfe,endColorStr=#f0f3f5);
	border-bottom: 1px solid #9fc2e3;
	padding-left: 12px;
	font-size: 18px;
	white-space: nowrap;
	position: relative;
}

.newstitle_ul {
	display:block;
	font-size: 17px;
}
.newstitle_ul li {
	border-bottom: 1px solid #e2e2e2;
	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;
	display:block;
	list-style-type: none;
}
.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 {
	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;
}

#genghuan_hangqing {
	position: absolute;
	top: 0px;
	right: 20px;
	font-size: 14px;
	white-space: nowrap;
	cursor: pointer;
	font-weight: normal;
}
#chengshi_hangqing {
	width: auto;
	border: 1px solid #b4b4b4;
	position: absolute;
	z-index: 201;
	background-color: #FFFFFF;
	text-align: left;
	left: 10px;
	right:10px;
	top: 35px;
	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;
}
#jiludaohang {
	color: #666666;
	padding-top: 26px;
	overflow: hidden;
	height: 53px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
	font-size: 16px;
	padding-right: 5px;
}
#jiludaohang ul,#jiludaohang li {
	padding:0px;
	margin:0px;
}
#jiludaohang li {
	display: inline;
	padding-right: 2px;
	padding-left: 2px;
	list-style-type: none;
	vertical-align: middle;
}
#jiludaohang .nopage {
	display: inline-block;
	padding: 4px;
	border: 1px solid #E1E1E1;
}
#jiludaohang .dangqianye {
	color: #FFFFFF;
	display: inline-block;
	padding: 4px;
	border: 1px solid #C0C0C0;
	background-color: #718DB4;
}
#jiludaohang #gotopage {
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	height: 14px;
}
#jiludaohang #go {
	font-size: 12px;
	vertical-align: middle;
	text-align: center;
	height: 20px;
	cursor:pointer;
}
#jiludaohang a {
	color: #0000FF;
	text-decoration: none;
	display: inline-block;
	padding: 4px;
	border: 1px solid #E1E1E1;
}
#jiludaohang a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	padding: 4px;
	border: 1px solid #4F6482;
	background-color: #718DB4;
}
