﻿/*手机端响应式布局2020.01.02*/
html{
  height: 100%;
  font-size: 62.5%!important; /* 10÷16=62.5% */
}
.border-bottom{
	display:none;
}
@media only screen and (min-width: 481px){
    html {
        font-size: 94%!important; /* 15.04÷16=94% */
    }
}
@media only screen and (min-width: 561px){
    html {
        font-size: 109%!important; /* 17.44÷16=109% */
    }
}
@media only screen and (min-width: 641px){
    html {
        font-size: 125%!important; /* 20÷16=125% */
    }
}

/*2020.01.02响应式*/
	@media (max-width: 768px) {
	/*嵌套头底部隐藏*/
	iframe{
		display:none;
	}
	.footscript{
		display:none;
	}
	/*banner img*/
	.banner{
		overflow:hidden;
	}
	.banner img{
		width: 200%;
   	 	height: 100px;
    	margin-left: -160px;
	}
	/*导航*/
	.navUl li {
    	float: left;
    	height:58px;
    	line-height: 58px;
    	width: 25%;
    	text-align: center;
    	list-style: none;
	}
	.navUl li:last-child{
		width:33%!important;
		display:none;
	}
	.navUl li a{
		font-size: 1.3rem;
	}
	.navUl li:first-child a img{
		width:90%;
		margin-top:-5px!important;
	}
	.navUl li a.act{
		background: url(../images/borderbot.png) no-repeat;
    	background-position: 30px 24px;
    	height: 32px;
   		line-height: 22px;
	}
	.borderight{
		border-right:none!important;
	}
	.border-bottom{
		display:block;
		width:5px;
		height:2px;
		background:#1856ac;
		
	}
	/*左侧提示置顶隐藏*/
	#leftsead{
		display:none;
	}
	/*总体*/
	.main-content{
		margin-top:20px!important;
	}
	/*首页*/
	.msfw_ul li a{
		padding: 0!important;
	}
	.row2_div h5{
		font-size: 1.2rem;
		margin: 0!important;

		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		overflow: hidden;
	}
	.row2_div .msfw_li_ul{
		overflow: hidden;
	}
	.row2_div .msfw_li_ul li{
		font-size: 1rem;
		height:16px;
		line-height:16px;

		width: 100%;
		padding-right: 3px;
		white-space: nowrap;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		overflow: hidden;
	}
	.row-ms{
		padding:0!important;
	}
	/*list页面*/
	.word-title2 p{
		font-size:1.5rem;
	}
	.word-title p{
		font-size:1.5rem;
	}
	.policy-title p{
		font-size:1.5rem;
	}
	.word-see .col-md-3{
		border:none!important;
		padding:0!important;
	}
	.policy-title span{
		display:none;
	}
	.conmobile-bot{
		padding:0!important;
		margin-bottom:10px;
	}
	.word-see .row2{
		margin-right:0!important;
	}
	.word-see .row3{
		margin-left:0!important;
	}
	.row2, .row3{
		padding:0 15px!important;
	}
	.word-title span{
		right:0!important;
	}
	
	/*民生服务*/
	.civilUl>li{
		padding: 25px 5px;
		height:215px;
	}
	.civilUl>li span{
		font-size:1.6rem;
	}
	.civilUl>li i{
		width:65px;
	}
	.civiTopAdiv{
		display:none!important;
	}
	.civShow{
		top:200px;
	}
	.Showcon ul{
		margin-left: 10px;
    	margin-right: 10px;
	}
	.Showcon ul li a i{
		display:none;
	}
	.Showcon ul li a p{
		overflow: hidden;
		text-overflow: ellipsis;
    	white-space: nowrap;
    	font-size: 1rem;
    	width:100%;
	}
	/*民生速递*/
	.main{
		width:100%;
	}
	.pager li{
		margin:0!important;
	}
	/* .part_data ul li a{
		font-size:1rem;
	} */
	
	
	
}