@charset "utf-8";
/* CSS Document */
*{margin: 0;padding: 0;}
a{text-decoration: none;}
	.im2{display:none}
.zcsd-head {
    width: 100%;
    height: 312px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.zcsd-introduction{width: 1040px;margin:0 auto;background: #eaf4ff;border-top-left-radius: 20px;border-bottom-right-radius: 20px;position: relative;padding: 40px 80px;}
.dw1{position: absolute;top:0;left:0;}
.dw2{position: absolute;right:0;}
.zcsd-introduction p{font-size: 24px;line-height: 1.75;text-indent:48px;}
.right_list_news{width: 1200px;margin: 0 auto;}
 .right_list_news ul {
	overflow: hidden;
}
 .right_list_news ul li {
	width: 100%;
	padding: 15px 0;
	font-size: 16px;
	float: left;
}
 .right_list_news ul li .iconDown {
	width: 17px;
	height: 17px;
	background: url(gov2020_newsList02.jpg) 0 0px no-repeat;
	display: inline-block;
	float: left;
}
 .right_list_news ul li .name,  .right_list_news ul li .dateTime {
	color: #333333;
	height: 17px;
	line-height: 17px;
}
 .right_list_news ul li .name {
	float: left;
	
	max-width: 700px;
	overflow: hidden;
}
 .right_list_news ul li .dateTime {
	float: right;
}
 .right_list_news ul li:hover .name,  .right_list_news ul li:hover .dateTime {
	color: #1b6fe2;
}
 .right_list_news ul li:hover .name {
	text-decoration: underline;
}
 .right_list_news ul li + li + li + li + li + .lm_line {
	width: 100%;
	margin: 0 auto;
	display: block;
	border-top: 1px dashed #d2d2d2;
	float: left;
	margin: 10px 0;
}

@media screen and (max-width: 750px){
	
	.im1{display:none;}	
	.im2{display:block;width: 100%;}
	.zcsd-head {
    width: 100%;
    height:auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.zcsd-introduction{width:94%;margin:0 auto;background: #eaf4ff;border-top-left-radius: 20px;border-bottom-right-radius: 20px;position: relative;padding:5%  2%;}	
.dw1{position: absolute;top:0;left:0;width:10%;}
.dw2{position: absolute;right:0;width:10%;bottom: 0;}	
.right_list_news{width:96%;margin: 0 auto;}	
.right_list_news ul li .name {
	float: left;
	
	max-width:70%;
	overflow: hidden;
	white-space: nowrap;

text-overflow:ellipsis;


}
	.zcsd-introduction p{font-size: 20px;line-height: 1.75;text-indent:42px;}
}