
.index_below{
	clear:both;
	display:inline-block;
	width: 100%;
}
.index_below .below_menu{
	width: 100%;
    background-color: #f7f7f7;
    display: inline-block;
    padding: 14px 0px;
	margin-bottom:26px;
	font-family: "微软雅黑";
	font-size:20px;
}
.index_below .below_menu ul{
	margin: 0 auto;
    width: 40%;
}
.index_below .below_menu ul li{
	float: left;
    width: 24.8%;
    text-align: center;
    /* line-height: 65px; */
    border-right: 1px solid #000;
	padding: 10px 0px;
}
.index_below .below_menu ul li.act{
	font-weight: bold;
}
.index_below .below_menu ul li:last-child{
	border-right:0px;
}
.index_below .below_nav{
	width: 100%;
    display: inline-block;
    float: left;
}
.index_below .below_nav ul li{
	width: 19.3%;
    float: left;
    margin-right: 4.5%;
	height: 330px;
	margin-bottom: 38px;
}
.index_below .below_nav ul li:nth-child(4n){
	margin-right: 0px;
    width: 28.3%;
}
.index_below .below_nav ul li .li_img{
	width: 100%;
    height: 64.4%;
}
.index_below .below_nav ul li .li_img img{
	width: 100%;
    height: 100%;
}
.index_below .below_nav ul li .li_title{
	font-size: 15px;
    font-family: "微软雅黑";
    color: #000;
	margin: 15px 0px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.index_below .below_nav ul li .li_desc{
	color: #868686;
    font-size: 13px;
    font-family: "微软雅黑";
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.index_below .right_adv{
	width:361px;
	display:inline-block;
	float:right;
}

/**页码开始**/
.pagination{
	clear: both;
    font-size: 20px;
    font-family: "微软雅黑";
    color: #000;
    text-align: center;
    width: 100%;	
}
.pagination ul{
    display: inline-block;
}
.pagination ul li{
	float: left;
    padding: 5px 10px;
    text-align: center;
}
/**页码结束**/
.video{
	position: fixed;
	width: 60%;
	top:15%;
	left: 20%;
	z-index: 99999;
	display: none;
}
.video .close{
	width: 40px;
	float: right;
	margin-top: -40px;
	z-index: 9999;
	margin-right: -40px;
}
.video_play_photo{
	width: 105px!important;
    height: 105px!important;
    position: absolute;
    top: 30%;
    z-index: 2;
    left: 43%;
}