/**!
 * 新疆政务服务网-我要投诉
 * author: huangcong;
 * date:2019-10-29
 */

.ewb-user-nav{
	display: none;
}

.ewb-complaint{
	height: 88px;
	text-align: center;
	background: url('../images/complaint_bg.jpg') center center no-repeat #3565c6;
}

.ewb-complaint h3{
	display: inline-block;
	line-height: 88px;
	vertical-align: top;
	font-size: 28px;
	font-weight: bold;
	color:#fff;
	padding-left: 48px;
	background: url('../images/complaint_icon.png') left center no-repeat;
}

.ewb-complaint-info{
	padding: 38px 28px 0 28px;
	line-height: 38px;
	font-size: 18px;
	color: #555;
}

.ewb-complaint-info p{
	text-indent: 2em;
}

.ewb-btn{
	margin-top: 45px;
	font-size: 0;
	text-align: center;
	padding-bottom: 30px;
}

.ewb-btn a{
	display: inline-block;
	width: 200px;
	height: 52px;
	line-height: 52px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	border-radius: 1px;
	margin: 0 12px;
}

.ewb-btn1{
	background: #1080cc;
}

.ewb-btn2{
	background: #f39800;
}