.mask{
    position: fixed;
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
	z-index: 9999;
}
.mask>img{
    height: 70%;
    margin:20px 0;
    width: auto;
	max-width: 90%;
}
.news_main_list{
	width: 1200px;
	margin: 30px auto 70px;
}

.list_con {
	overflow: hidden;
	padding: 40px 0;
	border-bottom: 1px solid #e6e6e6;
}

.con_left {
	float: left;
	color: #333;
	width: 1000px;
	overflow: hidden;
}
.con_img{
	width: 130px;
	height: 80px;
	float: left;
	margin-right: 30px;
	text-align: center;
    background: #fafafa;
	overflow: hidden;

}
.con_img img{
	width: auto;
	height: 100%;
}
.con_date {
	width: 130px;
	height: 50px;
	padding: 15px 0;
	/* border: 2px solid #0f42dc;
	color: #0f42dc; */
	border: 2px solid #08308f;
	color: #08308f;
	text-align: center;
	float: left;
	margin-right: 30px;
}
.con_left:hover .con_date {
	border: 2px solid #08308f;
	background-color: #08308f;
	color: #fff;
}
.con_date>span {
	font-weight: bold;
	font-size: 20px;
}

.con_news {
	float: left;
	width: calc(100% - 164px);
	
}

.con_news_tit {
	color: #333;
	font-size: 20px;
	margin-bottom: 30px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}
.con_news_tit>a{
	color: #333;
}
.con_news_tit>a:hover{
	color: #08308f;
	text-decoration: underline;
}


.con_news_txt {
	color: #666666;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.con_right {
	float: right;
	overflow: hidden;
}

.con_icon {
	float: right;
	margin-left: 25px;
	color: #8e8e8e;
}

.pagelist {
	height: 35px;
	line-height: 35px;
	border-top: none;
	text-align: center;
	font-size: 14px;
	margin-bottom: 100px;
}

.pagelist a {
	padding: 3px 6px;
	background: #b3b3b3;
	color: #fff;
	text-decoration: none;
	margin-right: 12px;
}

.pagelist a:hover {
	color: #FFFFFF;
	background-color: #08308f;
}

.pagelist a.page_sel {
	color: #FFFFFF;
	cursor: default;
	/* border: 1px solid #e1e1e1; */
	background-color: #08308f;
}
.mobile{
	display: none;
}
@media screen and (max-width: 750px) {
	.noshow{
		display: none;
	}
	.mobile{
		display: block;
	}
	.news_main_list{
		width: 96%;
		margin: 0 auto;
	}
	.list_con{
		padding: 10px 0;
	}
	.con_left{
		width: 100%;
	}
	.con_left:hover .con_date {
		border:none;
		background:none;
		color: #bebebe;
	}
	.con_date,.con_news{
		width: 100%;
		float: none;
	}
	.con_news>a{
		display: block;
	}
	.con_news_tit {
		font-size: 18px;
		margin-bottom: 15px;
		font-weight: normal;
		display: -webkit-box;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: inherit;
		line-height: 30px;
	}
	.con_date {
		height: 30px;
		padding: 0;
		border: none;
		color: #bebebe;
		text-align: left;
		margin-right: 0;
	}
	.con_right{
		display: none;
	}
	.pagelist {
		height: auto;
		margin: 20px 0;
	}
}