.ul{
	width: 100%;
	height: auto;
	border: #e6e6e6 solid 1px;
	margin-bottom: 36px;
	overflow: hidden;
}
.ul_title{
	padding: 20px 0;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-image: linear-gradient(#024CA5,#2982DC);
}
.ul_title img{
	width: 23px;
	height: auto;
	margin-right: 12px;
	
}

.ul li{
	padding: 20px 0;
	text-align: center;
	margin: 15px 0;
	color: #999;
	font-size: 18px;
}
.active{
	background-color: #f0f0f0;
	color: #1A6DC6 !important;
}
.hot{
	width: 100%;
	border: #e6e6e6 solid 1px;
	height: auto;
	padding: 23px 14px;
	margin-bottom: 30px;
}
.hot_title{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}
.hot_active{
	background-color: #1A6DC6 !important;
}
.hot li{
	border-bottom: 1px #ccc dashed;
	position: relative;
	padding: 18px 9px;
}
.hot li span{
	position: absolute;
	display: block;
	width: 5px;
	height: 5px;
	background-color: #999;
	border-radius: 50%;
	top: 25px;
	left: 0;
}
.hot li a{
	display: block;
	width: 100%;
	height: 50px;
	color: #222;
	font-size: 16px;
	line-height: 26px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	 -webkit-line-clamp: 2;
	 line-clamp: 2;
	 -webkit-box-orient: vertical;
}
.hot li p{
	font-size: 14px;
	color: #666;
	margin-bottom: 0;
	margin-top: 15px;
}
.main_head{
	padding: 19px 17px 19px 27px;
	background: url(../img/jianjie/main.png) no-repeat;
	font-size: 20px;
	color: #fff;
	background-size: auto 100%;
	background-position: center;
	line-height: 28px;
}
.main_head span{
	float: right;
	font-size: 14px;
}
.main_title{
	padding-top: 40px;
	padding-bottom: 30px;
	text-align: center;
	border-bottom: #ccc dashed 1px;
	font-size: 28px;
	margin-bottom: 40px;
}
.main_content {
	text-align: center;
}
.main_content p{
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #999;
	line-height: 30px;
	margin-bottom: 0;
	text-align: left;
}
.main_content img{
	margin: 20px 0;
	max-width: 100% !important;
	height: auto;
}

/* 媒体查询手机 */
@media only screen and (max-width:768px){
	
	.hot{
	    display: none;
	}
	
	.ul li{
		margin:10px 0;
		padding: 15px;
		font-size: 16px;
	}
	.hot li{
		padding: 10px 9px;
	}
	.hot li p{
		margin-top: 5px;
	}
	.hot_title{
		text-align: center;
	}
}