@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站首页样式
 * @author: ishang_pan
 * @update: ishang_pan 
 */

/*home*/
/* list */
.m-gov{background: rgba(51,99,159,.5);position: relative;z-index: 2;}
.g-gov{height: 38px; line-height: 38px;color: #fff;}
.g-gov p,.g-gov p a{color: #fff;}


.m-location{margin: 15px 0;}

.dqlanmu{position:relative; clear:both; margin-bottom: 10px; height: 44px;font-size: 18px;font-weight: bold;color: #be0513; line-height: 36px; padding-left: 10px;border-bottom: 1px solid #ddd;font-size: 18px;}
.listnews{margin: 25px auto 60px;}
.listnews ul li{height: 42px; line-height: 42px;font-size:17px;overflow: hidden;word-wrap: normal;white-space: nowrap;text-overflow: ellipsis;position: relative;}
.listnews ul li::before{content: "";width: 4px;height: 4px;background-color: #b5b5b5;position: absolute;left: 0;top: 20px;}
.listnews ul li span {color: #666;float: right;}
.listnews ul li a{padding-left: 15px;}
.listnews ul li:nth-child(5n){margin-bottom: 15px;padding-bottom: 15px;height: 55px;border-bottom: 1px dashed #ddd;}
    
.m-pagelist{display: flex;justify-content: center;}

/*media query*/
/*large pcScreen*/
@media (min-width:1200px) {


}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
    

}
/*pad md*/
@media screen and (max-width: 991px ){
	

}
/*phone sm*/
@media screen and (max-width: 767px) {
    


}
/*small xs*/
@media screen and (max-width: 638px) {
    

}






