@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;
}
.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;
}
.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;
}
.newstitle_ul .miaoshu .chuchu {
	margin-left: 8px;
}
.morenews {
	text-align: center;
	display: block;
	border: 1px solid #d8d8d8;
	background-color: #fff;
	height: 35px;
	line-height: 35px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 20px;
	margin-left: 12px;
	background:#d0d0d0;
	background: -moz-linear-gradient(top,rgba(246,246,246,.98),rgba(183,183,183,.98) 100%);
	background: -webkit-gradient(linear,0 0,0 100%,from(rgba(246,246,246,.98)),to(rgba(183,183,183,.98)));
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=rgba(246,246,246,.98),endColorStr=rgba(183,183,183,.98));
}
.all_ph_01 {
	padding-right:10PX;
	width:100%;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
}
.all_ph_01 li {
	margin-top: 15px;
	display:block;
	width: 33.33%;
	float: left;
}
.all_ph_01 li a {
	height: 40px;
	display:block;
	font-size: 14px;
	line-height: 38px;
	background-color: #ededed;
	white-space: nowrap;
	margin-left: 10px;
	border: 1px solid #c0c0c0;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing:border-box;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background:#d0d0d0;
	background: -moz-linear-gradient(top,rgba(246,246,246,.98),rgba(183,183,183,.98) 100%);
	background: -webkit-gradient(linear,0 0,0 100%,from(rgba(246,246,246,.98)),to(rgba(183,183,183,.98)));
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=rgba(246,246,246,.98),endColorStr=rgba(183,183,183,.98));
}

