/* CSS Document */

@media (min-width: 300px){
	body{
		width: 100%;
	}
	.m_content{
		width: 96%;
		margin: 0 auto;
		padding-top: 48px;
		font-family: Microsoft YaHei UI;
	}
	.m_hd_title{
		font-size: 28px;
		font-weight: bold;
		padding-bottom: 30px;
	}
	a:link{
		color:inherit;
	}
	a:visited{
		color: inherit;
	}
	a:hover{
		color: inherit;
		text-decoration:none;
	}
	a:active{
		color: inherit;
	}
	.m_hd_mohide{
		display: none;
	}
	.m_hd_pchide{
		display: inline;
	}
	.m_hd_pmhide{
		display: none;
	}
	.m_hd_padhide{
		display: inline;
	}
	/*领导信箱*/
	.m_hd_ldxx,
	.m_ldjj_content{
		padding-left: 0px;
		padding-right: 0px;
	}
	.m_ldjj_bj{
		position: absolute;
		z-index: -1;
		height: 330px;
		width: 98%;
		padding-left: 1%;
	}
	.m_ldxx_title{
		color: rgb(25, 128, 221);
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.m_hd_ldxx ul{
		float: left;
		width: 94%;
		padding-bottom: 10px;
		padding-left: 20px;
	}
	.m_hd_ldxx li{
		font-size: 16px;
		line-height: 36px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}
	.m_ldxx_btn{
		width: 100%;
		float: left;
		text-align: center;
		height: 30px;
	}
	.m_ldxx_btn img{
		padding-bottom: 30px;
		width: 37%;
		padding-right: 5%;
	}

	/*网上投诉*/
	.m_hd_wsts{
		padding-left: 3px;
		padding-right: 3px;
		padding-top: 30px;
	}
	.m_hd_wsts img{
		width: 100%;
	}

	/*民意征集*/
	.m_hd_myzj{
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 50px;
	}
	.m_hd_myzj ul{
		float: left;
		width: 100%;
		padding-left: 3px;
	}
	.m_hd_myzj li{
		height: 36px;
		font-size: 16px;
		line-height: 36px;
		color: rgb(70, 70, 70);
		list-style: none;
	}
	.m_hd_myzj div{
		width: 80%;
		float: left;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}
	.m_hd_myzj span{
		width: 20%;
		float: right;
		text-align: right;
	}

	/*在线调查*/
	.m_hd_zxdc{
		padding-left: 3px;
		padding-right: 0px;
		padding-top: 50px;
	}
	.m_hd_zxdc ul{
		padding-left: 0px;
	}
	.m_hd_zxdc li{
		list-style: none;
		height: 80px;
		margin-bottom: 10px;
		background-color: rgb(237, 237, 237);
	}
	.m_hd_jx,.m_hd_js{
		color: white;
		width: 75px;
		height: 80px;
		font-size: 18px;
		font-weight: bold;
		float: left;
		text-align: center;
		padding-top: 12px;
		line-height: 26px;
	}
	.m_hd_jx{
		background-color:rgb(25, 128, 221)
	}
	.m_hd_js{
		background-color:rgb(149, 193, 234)
	}
	.m_hd_zxdc p{
		font-size: 16px;
		font-weight: bold;
		padding-top: 12px;
		padding-left: 12px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}
	.m_hd_zxdc span{
		font-size: 14px;
		padding-left: 12px;
		color: rgb(154, 154, 154);
	}

	/*在线访谈*/
	.m_hd_zxft{
		margin-top: 30px;
		padding-bottom: 50px;
		background-image: url(m_hd_bg1.png);
		background-repeat:no-repeat;
		background-size: 100% 100%;
	}
	.m_hd_zxft,.m_hd_ftleft,.m_hd_ftleft div {
		padding-left: 0px;
		padding-right: 0px;
	}
	.m_hd_zxft ul{
		float: left;
		padding-left: 0px;
		width: 100%;
    	padding-left: 3px;
	}
	.m_hd_zxft li{
		list-style: none;
		line-height: 38px;
		font-size: 18px;
		color: rgb(15, 15, 15);
		overflow: hidden;
		text-overflow:ellipsis;
	}
	.m_hd_ftimg{
		float: left;
		width: 100%;
		padding-left: 3px;
		padding-right: 3px;
	}
	.m_hd_zxft li span{
		font-size: 18px;
		font-weight: bold;
	
	}
	.m_hd_ftright{
		padding-top: 10px;
		padding-left: 3px;
	}
	.m_hd_ftright p{
		font-size: 18px;
		color: rgb(64, 64, 64);
		font-weight: bold;
		padding-top: 10px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}
	.m_hd_ftright span{
		font-size: 16px;
		color: rgb(154, 154, 154);
	}
}

@media (max-width: 435px){

}

@media (min-width: 768px){
	.m_hd_mohide{
		display: inline;
	}
	.m_hd_pchide{
		display: none;
	}
	.m_hd_padhide{
		display: none;
	}
	.m_hd_pmhide{
		display: inline;
	}
	/*领导信箱*/
	.m_ldxx_title{
		font-size: 22px;
		padding-top: 20px;
		padding-bottom: 15px;
	}
	.m_ldjj_bj{
		position: absolute;
		z-index: -1;
		height: auto;
	}
	.m_hd_ldxx ul{
		width: 69%;
		padding-bottom: 42px;
		padding-left: 20px;
	}
	.m_hd_ldxx li{
		font-size: 16px;
		line-height: 36px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}
	.m_ldjj_sx{
		padding-left: 15px;
		height: 110px;
	}
	.m_ldxx_btn{
		width: 25%;
		float: right;
		text-align: inherit;
	}
	.m_ldxx_btn img{
		padding-bottom: 30px;
		padding-right: 0%;
		width: 80%;
	}

	/*网上投诉*/
	.m_hd_wsts{
		padding-left: 20px;
		padding-right: 3px;
		padding-top: 0px;
	}

	/*民意征集*/
	.m_hd_myzj li{
		list-style-image: url(m_hd_xytb1.png);
		padding-left: 10px;
	}
	.m_hd_myzj ul{
		padding-left: 20px;
	}
	.m_hd_myzj div{
		width: 70%;
	}
	.m_hd_myzj span{
		width: 30%;
	}

	/*在线调查*/
	.m_hd_zxdc{
		padding-left: 20px;
	}

	/*在线访谈*/
	.m_hd_ftimg{
		width: 42%;
	}
	.m_hd_zxft ul{
		width: 53%;
		padding-left: 20px;
	}
	.m_hd_zxft{
		margin-top: 30px;
		padding-bottom: 50px;
		background-image: url(m_hd_bg1.png);
	}
	.m_hd_ftright p{
		padding-top: 60px;
	}
	.m_hd_ftright{
		padding-top: 17px;
		padding-left: 20px;
	}
}

@media (min-width: 992px){
	.m_hd_padhide{
		display: inline;
	}
	.m_hd_pmhide{
		display: none;
	}
	/*领导信箱*/
	.m_ldjj_sx{
		padding-left: 15px;
		height: auto;
	}
	
	.m_hd_ldxx ul{
		width: 60%;
		padding-bottom: 42px;
		padding-left: 60px;
	}
	.m_hd_ldxx li{
		font-size: 16px;
		line-height: 36px;
		list-style-type: initial;
		overflow: inherit;
	}
	.m_ldxx_btn{
		width: 30%;
		float: right;
		text-align: initial;
	}
	.m_ldxx_btn img{
		padding-bottom: 30px;
		padding-right: 0%;
		width: 80%;
	}
}
@media (min-width: 1120px){
	.m_ldxx_title{
		font-size: 30px;
		padding-top: 27px;
		padding-bottom: 30px;
	}
}

@media (min-width: 1220px){
	.m_content{
		width: 1260px;
	}
	.m_ldjj_bj{
		width: auto;
	}
	.m_ldxx_btn {
		margin-right: 25px;
	}
	.m_hd_wsts img{
		width: auto;
		float: right
	}
	.m_hd_myzj ul{
		padding-right: 40px;
	}
	.m_hd_zxdc,.m_hd_ftright{
		padding-left: 42px;
	}

}