@charset "utf-8";
/* CSS Document */

.MSGmainBox{
	width: 1400px;
	background-color: #ffffff; 
	padding: 10px 0;
	position: relative;
	left: 50%;
	margin-left: -700px;
}
.newsTopimg{
	width: 1024px;
	margin: 0 auto 10px auto;
}
.MSGmainBox1{
	width: 1024px;
	margin: 0 auto 10px auto;
	overflow: hidden;
}


/*地址查询*/
.MSGmainLeftA{
	width: 500px;
	float: left;
	
	
}
.MSGmainLeftA>h1{
	width: 500px;
	font-size: 28px;
	color: #e50011;
}

.MSGmainLeftA>h1 span{
	font-size: 20px;
	color: #5a5b5c;
	line-height: 2;
	margin-left: 36px;
}

.MSGmainLeftA>p{
	width: 500px;
	font-size: 18px;
	color: #5a5b5c;
	margin-bottom: 10px;
}
.MSGmainLeftA>form select{
	background-color: #e6e6e6;
	font-size: 18px;
	color: #e50011;
}
.city1{
	width: 120px;
	height: 28px;
	padding-left:20px;
	margin-right: 30px;
}
.shop1{
	width: 200px;
	height: 28px;
	padding-left:20px;
}

.MSGmainLeftA>img{
	width: 500px;
}


.MSGmainRightbA{
	width: 500px;
	float: right;
}
.MSGmainRightbA>h1{
	width: 500px;
	height: 60px;
	border-bottom: 1px solid #d5ceca;
	margin: 0 auto;
	padding-top: 16px;
}
.MSGmainRightbA>h1 p{
	width: 458px;
	height: 28px;
	border-left: 4px solid #e40006;
	font-size: 28px;
	color: #e40006;
	line-height: 28px;
	margin: 0 auto;
}
.MSGmainRightbA>img{
	width: 458px;
	margin: 20px auto;
}
.MSGmainRightbA>p{
	width: 458px;
	margin: 0 auto;
	font-size: 18px;
	color: #5a5b5c;
	line-height: 40px;
}


.pageCtrlA{
	width: 270px;
	overflow: hidden;
	margin: 0 auto;
}
.pageCtrlA>p,.pageCtrlA>span,.pageCtrlA>h1{
	float: right;
	width: 30px;
	font-size: 16px;
	color: #3a3a3a;
	text-align: center;
	line-height: 80px;	
}
.pageCtrlA>p:hover{
	cursor: pointer;
}
.pageCtrlA>h1:hover{
	color: #e50011;
	cursor: pointer;
}


