﻿@media only screen and (min-width: 1250px) {
	
	/*列的第一个效果*/
#container .list:first-child {
	width: auto;
	background: #fcfcfc;
	border-bottom: none;
	padding: 0px;    position: relative;
	margin-left: -30px;
	display: block;
}
/*择属于父元素的第一个子元素的每个 <p> 元素,父字*/
#container .list:first-child .mecc {	overflow: hidden;    float: left;    height: 78px;    color: white;    position: absolute;    margin-left: 15px;    z-index: 9;    padding-left: 0px !important;    bottom: 0px;    width: 100%;    background: black;    opacity: 0.8;
}
#container .list:first-child .mecctitle {
	height: 35px;    line-height: 33px;    opacity: 1;    text-align: left;    padding-left: 10px;
}
#container .list:first-child .mecctitle a {
	font-size: 25px;    font-weight: 900;    color: white;    padding: 0px;
}
#container .list:first-child .meccaddress {
	color: white;    margin-top: 5px;    font-style: normal;    padding: 0px;    position: absolute;    bottom: 0px;    right: 0px;    margin: 0px;
}#container .list:first-child .meccaddress a{	color:white !important;}
#container .list:first-child span {
	width: 100%;	height:290px;	text-align: center;	background: none;	margin-left: 15px;
}#container .list:first-child span img {    position: relative;    top: -6%;}
#container .list:first-child p {    width: 630px;    padding: 0px;    bottom: 29px;    padding-left: 10px;    z-index: 9;    color: white;    margin-left: 15px;    background: transparent;    position: absolute;    line-height: 1;    margin-right: 0px;    margin-top: 0px;	overflow: hidden;	text-overflow: ellipsis; 	white-space: nowrap;
}
#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: #2489eb;
}
#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;
}

}