﻿@media only screen and (min-width: 1250px) {
	
	/*列的第一个效果*/
#container .list:first-child {
	width: auto;
	background: #fcfcfc;
	border-bottom: none;
	padding: 0px;
	margin-left: -30px;
	display: block;
}
/*择属于父元素的第一个子元素的每个 <p> 元素,父字*/
#container .list:first-child .mecc {
	overflow:hidden;float:left;height:78px;
}
#container .list:first-child .mecctitle {
	height: 35px;
	line-height: 33px;
	margin-top: 11px;
}
#container .list:first-child .mecctitle a {
	font-size: 25px;
	font-weight: 900;
	color: #d6623d;
}
#container .list:first-child .meccaddress {
	color: #a2a2a2;
	margin-top: 5px;
	font-style: normal;
}
#container .list:first-child span {
	display: none
}
#container .list:first-child p {
	width: 825px;
	margin-left: -30px;
	padding: 15px 0px;
	padding-left: 30px;
	background: #fff;
	text-indent: 35px;
	line-height: 30px;
	margin-right:0px;
	margin-top: 0px;
}
#container .list:first-child .up {
	position: static;
	float: left;
	display: block;
	height: 78px;
	border-radius: 0px;
	line-height: 80px;
	width: 70px;
	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);
}
	
	}
	
@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;
}

}