.listform_con{
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.listform_con::after{
	display: block;
	content: "";
	clear: both;
}
.listform_left{
	width: 240px;
	float: left;
}
.listform_right{
	width: 910px;
	float: right;
}
.listform_menu{
	border-left: 10px solid #2B71AC;
	border-bottom: 10px solid #2B71AC;
}
.listform_left_tit{
	height: 66px;
	background-color: #2B71AC;
	color: #fff;
	font-size: 20px;
	line-height: 66px;
	font-weight: bold;
	padding-left: 10px;
}
.listform_left_ul{
	border: 1px solid #EEEEEE;
}
.listform_left_ul li{
	width: 100%;
	height: 65px;
	border-bottom: 1px solid #EEEEEE;
	line-height: 64px;
	text-align: center;
	position: relative;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding: 0 20px;
	box-sizing: border-box;
}
.listform_left_ul li a{
	color: #999;
	font-size: 18px;
}
.listform_left_ul li:last-child{
	border-bottom: none;
}
.listform_left_ul li.active::after{
	content: "";
	display: block;
	width: 10px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #F7AB00;
}
.listform_left_ul li.active a{
	color: #2b71ac;
}
.recommend{
	margin-top: 20px;
}
.recommend_tit{
	font-size: 18px;
	color: #333;
	border-bottom: 1px solid #999999;
	line-height: 36px;
}
.recommend_list li{
	width: 100%;
	height: 120px;
	margin-top: 10px;
}
.recommend_list li a,
.recommend_list li img{
	width: 100%;
	height: 100%;
	display: block;
}
.listform_right_tit{
	position: relative;
	width: 100%;
	height: 74px;
	background-image: url(../img/tit_line.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.listPlace{
	position: absolute;
	top: 0;
	right: 0;
}
.listform_right_tit_t{
	font-size: 0;
	line-height: 36px;
}
.listform_right_tit_t img{
	vertical-align: middle;
}
.listform_right_tit_span{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	vertical-align: middle;
	margin-left: 10px;
}
.listform_right_tit_img{
	width: 100%;
	height: 100%;
}
.listform_right_tit_img img{
	max-width: 100%;
	max-height: 100%;
}
.list_ul{
	width: calc(100% + 22px);
	margin-left: -11px;
	margin-top: 20px;
}
.list_ul::after{
	content: "";
	display: block;
	clear: both;
}
.list_ul li{
	width: 33.33%;
	float: left;
	padding: 0 11px;
	box-sizing: border-box;
	margin-bottom: 20px;
	cursor: pointer;
}
.listimg{
	width: 100%;
	height: 204px;
	overflow: hidden;
}
.listimg img{
	width: 100%;
	height: 100%;
	transition: transform 0.8s;
	-moz-transition: transform 0.8s; /* Firefox 4 */
	-webkit-transition: transform 0.8s; /* Safari 和 Chrome */
	-o-transition: transform 0.8s; /* Opera */
}
.list_ul li:hover .listimg img{
	transform: scale(1.2);
}
.listCon{
	width: 100%;
	height: 75px;
	box-sizing: border-box;
	border: 1px solid #EEEEEE;
	padding: 10px;
}
.list_tit{
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list_time{
	height: 20px;
	line-height: 20px;
	font-size: 0;
}
.list_time img{
	vertical-align: middle;
}
.list_time span{
	vertical-align: middle;
	font-size: 14px;
	color: #a2a2a2;
	margin-left: 8px;
}
#pagecon{
	text-align: center;
}
@media screen and (max-width: 319px) {
	.listform_con{
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		min-width: 320px;
	}
	.listform_left{
		display: none;
	}
	.listform_right{
		width: 100%;
	}
	.listPlace{
		top: -22px;
		right: auto;
		left: 15px;
	}
	.listform_right_tit_t{
		padding-left: 15px;
	}
	.list_ul{
		width: 100%;
		margin-left: 0;
	}
	.list_ul li{
		width: 100%;
	}
}
@media screen and (min-width: 320px) {
	.listform_con{
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.listform_left{
		display: none;
	}
	.listform_right{
		width: 100%;
	}
	.listPlace{
		top: -22px;
		right: auto;
		left: 15px;
	}
	.listform_right_tit_t{
		padding-left: 15px;
	}
	.list_ul{
		width: 100%;
		margin-left: 0;
	}
	.list_ul li{
		width: 100%;
	}
}
@media screen and (min-width: 768px){
	.listform_con{
		width: 768px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.listPlace{
		top: 0;
		left: auto;
		right: 15px;
	}
	.list_ul li{
		width: 50%;
	}
}
@media screen and (min-width: 1000px){
	.listform_con{
		width: 1000px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.listform_left{
		display: block;
	}
	.listform_right{
		width: 710px;
	}
	.list_ul {
	    width: calc(100% + 22px);
	    margin-left: -11px;
	}
	.list_ul li {
	    width: 33.33%;
	}
}
@media screen and (min-width: 1200px){
	.listform_con{
		width: 1200px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.listform_right{
		width: 910px;
	}
}