.news{
	padding: 30px 0;
	overflow: hidden;
}
.swiper {
	position: relative;
}

.swi_desc {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	font-weight: bold;
	color: #444;
	text-align: center;
	height: 99px;
}

.swi_desc p {
	font-size: 40px;
}

.swi_desc em {
	font-size: 20px;
}
.news > div > div{
	float: left;
}
.news_l{
	width: 220px;
}
.news_l li{
	width: 100%;
	margin-bottom: 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ccc;
}
.news_l li a{
	color: #333;
	display: block;
}
.news_l li a:hover{
	background-color: rgb(1,75,162);
	color: #FFFFFF;
}
.news_select a{
	background-color: rgb(1,75,162);
	color: #fff!important;
}

.news_r{
	width: calc(100% - 220px);
	padding-left: 50px;
}

.news_top{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	font-size: 20px;
}
.news_top p:last-child{
	font-size: 16px;
}
.news_top p a{
	color: #333;
	margin: 0 5px;
}
.news_r li{
	white-space: nowrap;
	padding: 20px 0;
	border-bottom: 1px solid #f2f2f2;
}
.news_r li:last-child{
	border-bottom: none;
}
.time{
	height: 100px;
	width: 100px;
	border: 1px solid #ccc;
	text-align: center;
	color: #333;
	font-size: 16px;
	display: inline-block;
	transition: all 1s;
}
.time p:first-child{
	font-size: 30px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
.time p:last-child{
	font-size: 20px;
}
.news_desc{
	width: calc(100% - 100px);
	padding-left: 20px;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}
.news_desc a{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
	display: block;
}
.news_desc a:hover{
	color: #1a5eaf;
}
.time:hover{
	background-color: rgb(1,75,162);
	color: #fff;
}

.page {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 0;
}

.news_m img{
	max-width: 100%;
}
.news_m video{
	max-width: 100%;
}

.new_tit {
	text-align: center;
	color: #444;
	margin-bottom: 20px;
}

.new_tit p:nth-child(1) {
	font-size: 26px;
	font-weight: bold;
}
.prev_next{
	margin-top: 50px;
	width: 100%;
	height: 40px;
	border: 1px solid #cccccc;
	line-height: 40px;
	padding: 0 10px;
}
.prev_next .prev_left{
	float: left;
}
.prev_next .prev_right{
	float: right;
}
.prev_next .prev_left a,.prev_next .prev_right a{
	color: #333333;
}

.file_desc{
	width: 70%;
}

.nydown .li{ height: 50px; line-height: 50px; border-bottom: 1px solid #eee; padding-right: 150px; position: relative; font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nydown .li:before{ content: ""; display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: #333; margin-right: 10px; }
.nydown .li .ann{ position: absolute; right: 0; top: 0; color: #1a5eaf; }
.nydown .li .ann:hover{ text-decoration: underline; }

