.vmCON{
	width: 100%;
	background: #f5f5f5 ;
}
.vmCON .con{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 30px;
}
/* 小标题 */
/* 内容导航 */
.lnav {
	width: 1200px;
	height: 50px;
	margin: 0 auto;

}

.lnav .nav_daohang {
	width: 100%;
	height: 50px;
	background-color: #fff;
	font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
	color: #a2a2a2;
	background: url(../images/news/icon.png) no-repeat center left;
	padding-top: 20px;
	padding-left: 25px;
}

.nav_daohang a {
	margin-left: 0px;
	color: #666666;
	font-size: 16px;
	height: 14px;
	line-height: 14px;
	display: inline-block;
}

.nav_daohang .i {
	display: inline-block;
	margin-left: 10px;
	margin-right: 4px;
	cursor: default;
	color: #666666;
	font-size: 14px;
	height: 14px;
	line-height: 14px;
}

.nav_daohang a {
	margin-left: 6px;
	color: #666666;
	font-size: 16px;
	height: 14px;
	line-height: 14px;
	display: inline-block;
}
/* menu2 */
.menu2 {
	width: 100%;
	height: auto;
       margin-bottom: 20px;
       overflow: hidden;
	/* 	border: 1px solid gold; */
}

 .menu2 ul {
	/*display: flex;
	align-items: center;
	justify-content: space-between;*/
}

 .menu2 ul li {
	width: 227px;
	height: 270px;
	/*display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;*/
	background-color: #Fff;
	box-shadow: 3px 3px 20px #cccccc;
	border-radius: 5px;
       float: left;
      margin-bottom: 20px;
      margin-right: 12px;
}

.menu2 ul li a {
	display: block;

}

 .menu2 ul li .pic {
	width: 100%;
	height: 126px;
	/* 	border: 1px solid red; */
}

.menu2 ul li .pic img {
	width: 100%;
	height: 100%;
	border-radius: 5px 5px 0 0;
}
.menu2 ul li{
 position: relative;
}

.menu2 ul li .tuijian{
	position: absolute;
	top: 5px;
	left: 5px;
	display: block;
	width: 49px;
	height: 24px;
	line-height: 24px;
	background: url(../images/video_menu/tuijian.png) no-repeat;
	text-align: center;
	color: #fff;
	font-size: 14px;
	z-index: 100;
}

 .menu2 ul li .biaoti {
	width: 100%;
	height: 110px;
	font-size: 15px;
	padding: 15px;
	line-height: 26px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	/* 	border: 1px solid red; */
}

.menu2 ul li .biaoti:hover,
 .menu2 ul li .kind:hover {
	cursor: pointer;
	color: #BF0614;
}


.menu2 ul li .kind {
	width: 227px;
	height: 35px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	/* 	border: 1px solid red; */
}
.menu2 ul li .kind a{
	display: block;
	width: auto;
	height: 26px;
	line-height: 26px;
	color: #999;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 15px;
	/* border: 1px solid red; */
}



/* 页码 */
 .page_wrap {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    /* border: 1px solid green; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_wrap>* {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #f2f2f2;
   /* border: 1px solid #eee; */
    display: block;
    margin-left: 5px;
    color: #888;
    font-size: 13px;
}
.page_wrap .on {
    background-color: #bc0000 !important;
    color: #fff !important;
}
.page_wrap>*:hover {
    background-color: #bc0000;
    color: #fff;
}


















