@charset "utf-8";
.page_box {
	border: #eeeeee solid 1px;
	border-top: 4px solid #0c9e95;
	padding: 10px;
	overflow: hidden;
	/* min-height:400px; */
}
.page_tite_t {
	height: 30px;
	line-height: 30px;
	border-bottom: #eeeeee solid 1px;
	color: #000;
	font-size: 26px;padding-right:10px;
}
.page_tite_t span {
	font-size: 12px;
	float: right;
}
.page_tite_t span a {
	color: #0c9e95;
}
.page_li {
	overflow: hidden;
}
.page_li li {
	border-bottom: #eeeeee solid 1px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	background: url(../images_2015/lio.jpg) no-repeat 4px 20px;
}
.page_li li a {
	font-size: 12px;
	color: #333333;
	white-space: nowrap;/*ä¸æ¢è¡Œ*/
	overflow: hidden; 
	text-overflow: ellipsis;/*çœç•¥å·*/
}
.page_r {
	width: 440px;
	overflow: hidden;
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
.page_r {
	width: 42%;
	overflow: hidden;
}
}

.page_r_t {
	height: 65px;
	line-height: 65px;
	background: #0c9e95;
	padding-left: 25px;
	color: #FFF;
	font-size: 22px;
}