@charset "gb2312";
@import url("../css/public.css");
/* CSS Document */

.part>a {
	display:block;
	border-radius:4px;
	background:-webkit-linear-gradient(bottom, #ff7a05, #ff9739);background:-moz-linear-gradient(bottom, #ff7a05, #ff9739);background:linear-gradient(bottom, #ff7a05, #ff9739);
	margin:0 8px 8px;
	color:#fff;
	text-align:center;
	line-height:40px; font-size:1.6rem;
}
/*list*/
.position {
	background:#ededed;
	padding: 0 8px;font-size:1.6rem; line-height:35px;
}
.list .zy {
	background:#ededed;
	margin: 8px;
	padding: 8px; border-bottom:none;
}
.list .zy h3 {
	font-weight:normal;
	color:#000;
	font-size:1.6rem;
	line-height:22px;
}
.list .zy p {
	color:#888;
	line-height:20px;
	font-size:1.4rem;
	margin-left:8px;
	text-indent:2em;
	padding-left:0;
}
.list .zy a {
	max-height:64px;
	overflow:hidden;
	display: block;
}
.list {
	overflow: hidden;
}
.list ul {
	float: left;
	width: 100%;
}
.list ul li {
	clear:both;
	height: 105px;
	padding: 0px 2% 6px;
	background: #FFF none repeat scroll 0% 0%; 
	margin-bottom: 10px;
	border-bottom:1px dashed #ccc; 
}
.list ul li .right1 {
	float:right;
	width:27%;
	height:81px;
}
.list .right1 a {
	display:block;
	line-height:30px;
	border-radius:4px;
	color:#FFF;
	font-size:1.4rem;
	margin-top:5px;
	text-align:center;
}
.list .right1 span {
	padding-right:2px;
}
.list .right1 a:first-child {
	background-color:#0e9580;
	margin-bottom:1px;
}
.list .right1 a:last-child {
	background-color:#ff0012;
	margin-bottom:1px;
}
.list ul li .left1 {
	float:left;
	width:69%; height:75px; overflow:hidden;
}
.list ul li h2 {
	float:left;
	width:90%;
	font-size:1.6rem;
	font-weight:normal;
	background:url(../images/inco1.jpg) no-repeat 0 6px;
	background-size:18px 18px;
	padding-left:8%;
	vertical-align:bottom;
	text-overflow: ellipsis;
	line-height:30px;
	overflow: hidden;
	white-space: nowrap;
}
.list ul li a {
	color:#555;
}
.list ul li p {
	width:90%;
	line-height:24px;
	padding-left:10%; text-align:justify;
	
}
.list ul li p span {
	color:#ff0000;
}
/*****分页*****/
.page ul {
	text-align: center;
	margin: 0 0 8px 0;
}
.page li {
	padding:0 8px;
	border-radius: 4px;
	background:#ededed;
	margin-right: 8px;
}
.page li:last-child {
	margin: 0;
}
/**查看更多*/
#artPage {
	width:90%;
	height:35px;
	border-radius:5px;
	background-color:#0E9580;
	line-height:35px;
	color:#FFF;
	text-align:center;
	margin:0 auto;
	cursor:pointer;
	margin-bottom:10px;font-size:1.6rem;
}
