html,body{
    max-width: 750px;
    height: 100%;
    background: #fff;
	margin:0 auto;
}
.con{
	display:none;
}
.show{
	display:block;
}
a{
	text-decoration:none;
	color:#000;
}
.logo{
    width: 100%;
    height: 6.78rem;
}
.logo img{
    width: 100%;
    height: 100%;
}
.content{
    margin: 0 0.3rem;
}
.store_center,.store_people,.news{
    margin-top: 0.6rem;

}
.store_tip,.people_tip{
    display:flex;
	align-items:center;
    height: 0.52rem;
    margin-bottom: 0.3rem;
    font-size: 0.34rem;
    color: #fff;
    width: 50%;
    padding-left: 0.1rem;
    font-weight: 700;
    background-image: linear-gradient(to right,  #0262e6  , #fff);
}
.store_list,.people_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;


}
.store_sigle{
    width: 48%;
    height: 3.7rem;
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
    position: relative;
}
.hot{
    display: none;
}
.hot.hot_active{
    display: none;
}
.hot img{
    position: absolute;
    right: 0;
    top: 0;
    width: 0.6rem;
    height:  0.6rem;
}
.store_sigle .store_img{
    height: 2.45rem;
    width: 100%;
}
.store_sigle .store_img img{
    height: 100%;
    width: 100%;
}
.store_sigle .store_info{
    display: flex;
    padding: 0.1rem 0.15rem;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}
.store_sigle .store_city{
    display: flex;
    padding: 0.1rem 0.15rem;
    justify-content: space-between;
    align-items: center;
    text-align: right;
}
.store_sigle .store_info span:nth-child(1){
    font-size: 0.28rem;
	overflow: hidden;
	width:100%;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    font-weight: 700;
}
.store_btn a{
	color:#fff;
}
.store_sigle .store_city span:nth-child(1){
    font-size: 0.18rem;
    overflow: hidden;
    width:100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.store_sigle .store_btn{
    width: 100;
    margin: 0 0.15rem;
    display: flex;
    justify-content: center;
    align-content: center;
    background: #0262e6;
    color: #fff;
    border-radius: 0.1rem;
    font-size: 0.24rem;
    line-height: 0.416rem;
    height:0.416rem;
    
}
.store_more,.people_more,.new_more{
    width: 100%;
	display:none;
    height: 0.6rem;
    text-align: center;
    line-height: 0.6rem;
    background: #e3e3e3;
    color: #9d9d9d;
    font-size: 0.26rem;
    border-radius: 0.3rem;
    margin: 0.1rem 0;
}
.people_sigle{

    width: 49%;
    height: 1.18rem;
    display: flex;
    margin-bottom: 0.3rem;
}
.people_sigle .people_img{
    width: 1.18rem;

    height: 1.18rem;
}
.people_sigle .people_img img{
    width: 100%;

    height:  100%;

    
}
.people_sigle .people_info{
display: flex;
flex-direction: column;
justify-content: space-around;

margin-left: 0.2rem;
    
}
.people_sigle .people_info .people_name{
    font-size: 0.28rem;
    font-weight: 700;
}
.people_sigle .people_info .people_position{

    font-size: 0.24rem;
    font-weight: 700;

}
.people_sigle .people_info .people_tel{
    font-size: 0.19rem;
}
.news{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new_title{
    
    height:0.52rem;
	align-items:center;
	display:flex;
    font-size: 0.34rem;
    color: #fff;
    width: 50%;
    padding-left: 0.1rem;
    font-weight: 700;
    background-image: linear-gradient(to right,  #0262e6  , #fff);
}

.news_ceg{
    display: flex;
    font-size: 0.26rem;
}
.news_ceg div {
    padding: 0 0.1rem;
}
.news_ceg div +div{
   border-left: 1px solid #999;
}
.news_ceg div.active{
    color: #0262e6;
}
.new_list{
    margin-top: 0.5rem;
}
.new_sigle{
    line-height: 0.28rem;
    height:0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.26rem;
    margin-bottom: 0.3rem;
    width: 100%;

}

.new_sigle span:nth-child(1){
    font-size: 0.28rem;
}

.new_sigle span:nth-child(2){
   margin-left: 0.1rem;
}

.new_sigle span:nth-child(1).active{
  
color: #0262e6;
    
}

.cominfo{
font-size: 0.24rem;
    display: flex;
    padding: 0.2rem 0.3rem 0.2rem 0;
    margin-bottom: 0.2rem;

   
}

.com_logo{
    width: 1.55rem;
    height: 1.55rem;
}
.com_logo img{
    width: 100%;
    height: 100%;
}
.com_info{
flex: 1;
    font-size: 0.24rem;
    margin-left: 0.2rem;
    display: -webkit-box;
    display: -moz-box;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    /*控制文本行数，多少行以后开始省略号 */
    line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 0.4rem;
}
.new_more{
	display:none;
}
.footer{
    height: 1.9rem;
    background: #343434;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.14rem;
}

.footer div:nth-child(1){
   font-size: 0.26rem;
   line-height: 0.4rem;
}
.footer div:nth-child(2){
    font-size: 0.24rem;
    line-height: 0.4rem;
}
.footer div:nth-child(3){
    font-size: 0.24rem;
    line-height: 0.4rem;
}