*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #000;
}
.content{
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 20px;
	margin-top: 30px;
	min-height: 343px;
}
.container{
	width: 100%;
	height: auto;
	border:1px solid #e0e0e0;
	padding-bottom: 20px;
}
.location{
	background-color: #f9f9f9;
}
.location .current{
	font-size:16px; color:#FFFFFF; font-weight:bold;
	width: 145px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #d70012;
	display: inline-block;
}
.location .currentText{
	font-size:16px; text-indent:1em;
	display:inline-block;
}
.list{width: 100%;}
.text_content{
	width: 960px;
	margin: 0 auto;
}
.text_content {
	font-size: 0px;
	padding: 15px 0;
}
.text_content li {
    width: 480px;
	height: 309px;
	display: inline-block;
}
.text_content li .text_img{
	width: 390px;
	height: 270px;
	display: block;
	margin: 0 auto;
}
.text_content li .text_img img{
	width: 390px;
	height: 270px;
}
.text_content li .text_T{
	height: 27px;
	width: 390px;
	text-align: center;
	font-size:12px; line-height:23px;
	display: block;
	margin: 0 auto;
}
.text_content li .text_T:hover {
	color: #CC9900;
	text-decoration: underline;
}

.page{
	width: 100%;
	text-align:center;
	margin-top: 10px;
}
.page_left{
	display: inline-block;
	margin-right: 30px;
}
.page_left a{
	font-size: 12px;
	color: #333333;
	padding: 0 5px;
}
.page_left a:hover{
	color: #CC9900;
	text-decoration: underline;
}
.page_right{
	display: inline-block;
	font-size: 0px;
}
.page_right span{
	font-size: 12px;
}
.page_right span.leftline{
	border-left: 1px solid ;
}