/* pc 门店列表*/

.store_list{ width:100%; height:auto;margin-top:65px;}
.store_list ul li{ float:left; width:420px; height:246px; list-style:none; margin-bottom:35px; margin-left:30px;background-color:rgba(241,241,241,0.5); border-top:4px solid #009eb6;}
.store_list ul li:hover{ background-color:#009eb6;-webkit-transition: all 0.4s ease-in-out;}
.store_list ul li:hover .store_1 a{ color:#fff;-webkit-transition: all 0.4s ease-in-out;}
.store_list ul li:hover .store_2_left{ color:#fff;-webkit-transition: all 0.4s ease-in-out;}
.store_list ul li:hover .store_2_right{ color:#fff;-webkit-transition: all 0.4s ease-in-out;}
.store_1{ font-size:28px; margin:auto; height:90px; line-height:90px; width:360px;}
.store_1 a{ color:#009eb6;}
.store_2{ width:360px; height:60px; margin:auto;}
.store_2_left{ float:left; font-size:14px; color:#333333; height:60px; line-height:30px;}
.store_2_right{ float:left; font-size:14px; color:#333333; height:60px; line-height:30px; width:210px;text-align:left;}

/* M 门店列表*/
.M_list{ width:100%; height:auto;margin-top:65px;}
.M_list ul li{ float:left; width:340px; height:246px; list-style:none; margin-bottom:35px; margin-left:0px;background-color:rgba(241,241,241,0.5); border-top:4px solid #009eb6;}
.M_list ul li:hover{ background-color:#009eb6;-webkit-transition: all 0.4s ease-in-out;}
.M_list ul li:hover .M_1 a{ color:#fff;-webkit-transition: all 0.4s ease-in-out;}
.M_list ul li:hover .M_2_left{ color:#fff;-webkit-transition: all 0.4s ease-in-out;}
.M_list ul li:hover .M_2_right{ color:#fff;-webkit-transition: all 0.4s ease-in-out;}
.M_1{ font-size:28px; margin:auto; height:90px; line-height:90px; width:300px;}
.M_1 a{ color:#009eb6;}
.M_2{ width:300px; height:60px; margin:auto;}
.M_2_left{ float:left; font-size:14px; color:#333333; height:60px; line-height:30px;}
.M_2_right{ float:left; font-size:14px; color:#333333; height:60px; line-height:30px; width:220px;text-align:left;}



