@charset "utf-8";
html {
	font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/
}
body {font-size: 16px;}
body {
	text-align: left;
	font-size: 1.6rem;/*1.6 × 10px = 16px */
	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;
}
.btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline-block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 9px 12px;
	background-color: #f9f9f9;
	border: solid #c3c3c3 1px;
	border-radius: 2px;
	font-size: 16px;
	color: #666;
	white-space: nowrap;
	vertical-align: top;
	overflow: hidden;
}
.more_btn {
    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;
}
#mainbox {
	width: 100%;
	overflow: hidden;
	text-align: left;
}
#mainbox .bg01 {
	background-color: #efeff4;
	height: 6px;
	width: 100%;
	overflow: hidden;
}
#mainbox h2.fenleiming {
	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;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c9c9c9;
	border-bottom-color: #9fc2e3;
}
.container_ul {
	display:block;
	font-size: 17px;
}
.container_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: -webkit-box;
	display: -moz-box;
	display:box;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
}
.container_ul a.car_photo {
	display: block;
	width: 85px;
	height: 60px;
	overflow:hidden;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.container_ul .photo {
	width: 85px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.container_ul .photo .photo_img {
	width: 80px;
	height: 60px;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
}
.container_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;
}
.container_ul h3 {
	height:38px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	overflow: hidden;
	margin-top: -2px;
	-webkit-line-clamp: 2;
}
.container_ul .miaoshu .m_qita {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 1px;
	font-size: 12px;
	color: #808080;
	line-height: 1;
}
.container_ul .miaoshu .xianjia {
	font-size: 16px;
	color: #fe3b05;
}
.container_ul .miaoshu .zhidaojjia {
	color: #9a9a9a;
	margin-left: 10px;
	font-size: 16px;
	text-decoration: line-through;
}
.container_ul .miaoshu a.xundijia {
	display: inline-block;
	color: #fff;
	background-color: #2f75bb;
	border-color: #2f75bb;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size:14px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.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;
}
.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: 60px;
	overflow:hidden;
}
.newstitle_ul .photo {
	width: 85px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.newstitle_ul .photo .photo_img {
	width: 80px;
	height: 60px;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
}
.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;
	margin-top: -2px;
	-webkit-line-clamp: 2;
}
.newstitle_ul .miaoshu .m_qita {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 1px;
	font-size: 12px;
	color: #808080;
	line-height: 1;
}
