*{ margin: 0; padding: 0; border: 0; list-style: none; text-decoration: none;}
 .tuijian{
    width: 380px;
    height: 587px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
}

 .tuijian .p1{
    width: 80px;
    height: 19px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-top: 24px;
    margin-left: 21px;
}
 .tuijian ul{
     display: flex;
     flex-direction: column;
     margin-top: 0px;
     margin-left: 21px;
     cursor: pointer;
}
 .tuijian ul li{
    margin-top: 30px;
}
 .tuijian ul li a{
    cursor: pointer;
     display: flex;
}

 .tuijian ul li b{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F29837;
    line-height: 14px;   
}
 .tuijian ul li p{
    width: auto;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    margin-left: 3px;
}
.tuijian ul li p:hover{
    color: #F29837;
}
 .tuijian .lunbo{
    width: 360px;
    height: 246px;  
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
    
}
 .tuijian .lunbo .imgs{
     width: 1080px;
     height: 246px;
     display: flex;
     flex-direction: row;
     margin: 0 0;
     
   

}
 .tuijian .lunbo .imgs li{
    width: 360px;
    height: 246px;
   
    margin: 0 auto;
}
 .tuijian .lunbo .imgs li img{
    width: 360px;
    height: 246px;
    
}
 .tuijian .lunbo .dian{
      width: 45px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin: -50px auto;
}
 .tuijian .lunbo .dian li{
    width: 8px;
    height: 8px;
    background: #999999;
    border-radius: 50%;
    cursor: pointer;
  
}