@media only screen and (min-width: 1250px) {
	
/*列的第一个效果*/
#container .list:first-child {
	width: auto;
	background: #fcfcfc;
	border: 1px solid #f1f1f1;
	border-bottom: none;
	padding: 20px 30px 0px;
	margin: 0 0 20px 0;
	display: block;
	box-sizing: border-box;
}
/*择属于父元素的第一个子元素的每个 <p> 元素,父字*/
#container .list:first-child .mecc {
	overflow: visible;
	float: none;
	width: 100%;
	height: auto;
	padding: 0;
}
#container .list:first-child .mecctitle {
	height: auto;
	line-height: 1.45;
	margin-top: 0;
	margin-bottom: 8px;
}
#container .list:first-child .mecctitle a {
	display: block;
	font-size: 25px;
	font-weight: 900;
	line-height: 1.45;
	color: #d6623d;
	padding-right: 0;
	word-break: break-word;
}
#container .list:first-child .meccaddress {
	color: #a2a2a2;
	margin-top: 0;
	line-height: 1.8;
	font-style: normal;
	display: block;
}
#container .list:first-child span {
	display: none
}
#container .list:first-child p {
	width: auto;
	margin-left: 0;
	padding: 15px 0px 18px;
	background: #fff;
	text-indent: 0;
	line-height: 30px;
	margin-right: 0;
	margin-top: 10px;
	float: none;
}
#container .list:first-child .up {
	position: static;
	float: left;
	display: block;
	height: 78px;
	border-radius: 0px;
	line-height: 80px;
	width: 100px;
	color: #ec9573;
	font-size: 80px;
	text-align: center;
	text-indent: 0px;
	background: none;
	transition: All 1s ease-in-out;
	-webkit-transition: All 1s ease-in-out;
	-moz-transition: All 1s ease-in-out;
	-o-transition: All 1s ease-in-out;
}
#container .list:first-child .up:before {
	display: none;
}
#container .list:first-child .up:hover {
	background: none;
	color: #ec9573;
	transform: rotatey(360deg);
	-webkit-transform: rotatey(360deg);
	-webkit-transition: rotatey(360deg);
	-moz-transition: rotatey(360deg);
	-o-transition: rotatey(360deg);
}
#container .list:first-child .up2{
	float: left;
	display: block;
	height: 1px;
	width: 1px;
	color: #fff;
	overflow:hidden;
	margin-right:30px;
}	
	}
	
@media only screen and (max-width:500px) {/*列的第一个效果*/
#container .list:first-child {
	width: 92%;
	border-bottom: 1px solid #ececec;
	padding: 0px 0px;
	margin: 0 auto;
	position:relative;
}
/*择属于父元素的第一个子元素的每个 <p> 元素,父字*/
#container .list:first-child .mecc {
	width: 100%;
	padding: 15px 0px;
}
#container .list:first-child .mecctitle {
	height:auto;
	line-height:35px;
}
#container .list:first-child .mecctitle a {
	font-size: 21px;
	font-weight: normal;
	color: #150707;
}
#container .list:first-child .meccaddress {
	color: #a2a2a2;
	margin-top: 9px;
	font-style: normal;
}
#container .list:first-child .titleimg {
	width: 100%;
	display: block;
}
#container .list:first-child .titleimg img {float:left;
	width: 100%;
}
#container .list:first-child p {
	width: 100%;
	padding: 10px 0px;
	line-height: 30px;
	display:block;
	overflow:hidden;
	font-size:14px;
}
#container .list:first-child .up {
	position: absolute;
	top: 60px;
    right:0px;
	width: 40px;
	height: 18px;
	line-height: 17px;
	color: #b8b8b8;
	text-indent:23px;
	background: url(images/cmt.png) no-repeat;
	display: block;
}
#container .list:first-child .up2{display:none;
}	
}