.img{
    width: 100%;
    height:auto;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.title{
  margin:0 auto;
  width:100%;
  text-align: center;
}

.title>p:nth-child(1){
    font-size:40px;
    color:#333;
    margin-top:100px;
}

.title>p+p{
    font-size:20px;
    color:#999999;
    margin-top:30px;
}

.box{
    margin-top:60px;
    display:flex;
    align-items: center;
    justify-content: center;
   
}
.arrow{
   margin:0 109px;
}

.box >div>.item>span:nth-child(2){
    font-size:20px;
    margin-left:20px;
    color: #333333;
}

.item{
    display:flex;
    align-items: center;
    border-bottom: 1px solid rgb(219,219,219);
    height:80px;
}
.box >div:nth-child(1){
    width:480px;
}
/* .iconfont{
    font-size:34px;
    color:red;
} */

@media(max-width: 980px){
 .box>div{
     width:100%;
 }

 .box{
     flex-direction: column;
 }

 .arrow{
     transform: rotate(90deg);
     margin-top:60px;
     margin-bottom: 60px;
 }

 .imgDiv{
     display:flex;
     width:100%;
     justify-content: space-between;
    
 }
 .imgDiv img{
    height: auto !important;
    margin:0 !important;
}

}

