﻿/*公用样式部分*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
table,
th,
td,
a,
img,
span,
strong,
var,
em,
input,
textarea,
select,
option {
	margin: 0;
	padding: 0;
}

html,
body {
	font-family: "Microsoft YaHei";
}

ul,
ol {
	list-style: none;
}

img {
	border: 0;
}

input,
select,
textarea {
	outline: 0;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
strong,
var,
em {
	font-weight: normal;
	font-style: normal;
}

a {
	text-decoration: none;
	color: #000;
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #000;
}

.clearfix:after {
	content: "\200B";
	display: block;
	height: 30px;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/*本页面css*/
body {
	background: #EDEDED;
	font-size: 16px;
}

.crumbsBox {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
}

.crumbsBox .crumbs {
	width: 1000px;
	height: 64px;
	margin: 0 auto;
	background: url(tiao.jpg) repeat-x bottom;
}

#breadcrumb {
	width: 100%;
	line-height: 56px;
	font-size: 14px;
	color: #333;
}

#breadcrumb a {
	color: #333;
}

/*市级部门对外联系对话*/
.g_layout {
	width: 1000px;
	padding: 45px 100px;
	margin: 0 auto 30px;
	background: #fff;
	box-sizing: content-box;
}

.m_title {
	width: 100%;
	height: 38px;
	border-bottom: 1px solid #516FAD;
	margin-bottom: 30px;
}

.m_title h3 {
	font-size: 22px;
	background: url(dwdh.png) no-repeat left bottom;
	height: 38px;
	padding-left: 50px;
}

.m_table {
	width: 100%;
	overflow: hidden;
	border-top: #DCDCDC 1px solid;
}

.m_table li {
	width: 249px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	float: left;
	border-bottom: #DCDCDC 1px solid;
	border-right: #DCDCDC 1px solid;
        border-left: #dcdcdc 1px solid;
}

.m_table li.on {
	border-right: none;
}

/*建议投诉*/
.g_layout1 {
	
	text-align: center;
	overflow: hidden;
	box-sizing: content-box;
}


.g_layout1 p {
	line-height: 60px;
	height: 60px;
	font-size: 24px;
	margin: 0 40px 0 20px;
	float: left;
	font-weight: bold;
}
.m_left img {
       width:1200px;
}
.m_right {
	width: 247px;
	border-left: #DCDCDC 1px solid;
	height: 60px;
	float: left;
}

.m_right img {
	margin-top: 8px;
	float: right;
}

@media screen and (max-width: 768px) {
	.crumbsBox {
		width: 100%;
	}

	.crumbsBox .crumbs {
		width: 100%;
		height: auto;
		padding: 20px 0;
	}

	#breadcrumb {
		line-height: 32px;
	}

	/*市级部门对外联系对话*/
	.g_layout {
		width: 100%;
		padding: 45px 0;
	}

	.m_table li {
		width: 49.8%;
	}

	/*建议投诉*/
	.m_left {
		width: 120px;
		height: 60px;
		border-right: none;
		float: none;
		
	}

	.m_left img {
		width: 400px;
	}

	.g_layout1 p {
		margin: auto;
		float: none;
		text-align: center;
	}

	.m_right {
		border-left: none;
		margin: 10px auto 0;
		float: none;
		text-align: center;
	}

	.m_right img {
		margin-top: 0;
		float: none;
	}
        .g_layout1 img{
                width: 100%;
        }
}
