.list-lacation>p:nth-child(1){
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
}
.list-lacation>p:nth-child(1)>img{
    vertical-align: -6%;
    
}
.list-tites>ul>li{
    list-style-type: none;
    font-size: 16px;
    line-height:40px;
    border-bottom: 1px dashed #ddd;

}
.list-tites>ul>li>span{
    float: right;
}
.list-top-img{
    width: 100%;
    height: 180px;
    background-image: url(../images/topimg.png);
   background-size: 100%  100%;
   background-repeat: no-repeat;
   margin-top: 20px;


}
.list-top-img>p{
    font-size: 46px;
    color: rgb(246, 213, 25);
    font-weight: 900;
    text-shadow: 3px 3px 3px rgb(231, 157, 61);
    position: relative;
    top: 50px;
    left: 50px;
}