.newsmenuWrap {
	background: #f5f5f5;
	width: 100%;
}

/* 内容导航 */
.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;
}
/* 内容 */
.newsmenuWrap .newsmenuCont {
	width: 1200px;
	margin: 0 auto;
	padding: 25px 0px;
	background-color: #fff;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.newsmenuList {
	width: 800px;
	height: auto;
	/* 	border: 1px solid red; */
}



/* 消息列 */
.newsmenuList .con {
	display: inline-block;
	width: 100%;
	text-align: left;

}

.newsmenuList ul li {
	background-color: #ffffff;
	padding: 20px;
	border-bottom: 1px solid #f8f8f8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.newsmenuList ul li .image {
	width: 220px;
	height: 118px;
	overflow: hidden;
}

.newsmenuList ul li .image a {
	display: block;
	width: 100%;
	height: 100%;
}

.newsmenuList ul li .image img {
	width: 100%;
	height: 100%;
}

.newsmenuList ul li .text_con {
	width: 520px;
	height: 118px;
	/* 	border: 1px solid red; */
	margin-left: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: left;
}

.text_con .title {
	width: 100%;
	height: 93px;
	font-size: 20px;
	line-height: 24px;
	color: #333333;
	font-weight: normal;
}

.text_con .title a {
	color: #333333;
	vertical-align: top;
	font-size: 17px;
}
.text_con .title a:hover {
	cursor: pointer;
  color: #BF0915;
}
.text_con .bottom {
	width: 520px;
	/* margin-top: 70px; */
	font-size: 14px;
	line-height: 26px;
	height: 25px;
	color: #999999;

}

.bottom .keyword {
	margin-right: 40px;
	height: 24px;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	justify-content: space-between;
}

.bottom .keyword a {
	display: inline-block;
	margin-right: 13px;
	color: #999999;
}

/* 热点推荐 */
.newsmenuHot {
	width: 380px;

/* 	border: 1px solid red; */
}

.hot-tit {
/* 	border: 1px solid red; */
	background: #FFFFFF;
	height: 50px;
	line-height: 25px;
	color: #2D2D2D;
	font-weight: bold;
	overflow: hidden;
	padding: 0px 20px 20px;
}

.hot-tit .title {
	font-size: 19px;
	height: 25px;
	line-height: 25px;
	color: #333333;
	margin-left: 0px;
	float: left;
}

.hot-con {
	width: 100%;
	height: 475px;
	/* border: 1px solid; */
}

.list_paihang li {
	width: 100%;
	height: 30px;
	margin-bottom: 40px;
	padding: 0 20px;
	display: flex;
}

.list_paihang li .list_num {
	cursor: default;
	margin-right: 20px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	background-color: #666666;
	float: left;
	color: #fff;
	font-size: 18px;
}

.list_paihang li:nth-child(1) .list_num {
	background-color: #bc0000;
}

.list_paihang li p {
	font-size: 17px;
	display: inline-block;
	*display: inline;
	line-height: 30px;
	width: 290px;
	height: 30px;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list_paihang li p a{
	color: #333;
	font-size: 16px;
}
.list_paihang li p a:hover{
	color: #bf0915;
}
.list_paihang li:nth-child(2) .list_num {
	background-color: #ff8547;
}

.list_paihang li:nth-child(3) .list_num {
	background-color: #ffac38;
}


/* 页码 */
 .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;
}
