
*{
    margin: 0;
    padding: 0;
}
.map{
    width: 100%;
    min-width: 1200px;
    margin: 0 0 -180px 0;
    padding: 0 0 44px;
    background-image: url(/templets/ys/img/map/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.map h1{
    margin: 0;
    padding:42px 0 58px 86px;
    background-image: url(/templets/ys/img/map/map.png);
    background-color: rgba(153,202,242,0.4);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 44px ;
    color: #2d8ab6;
    line-height: 44px;
    margin-bottom: 12px;
    min-width: 1114px;
}
.map .map-nav{
    margin: 0 auto 55px;
    max-width: 1388px;
    min-width: 1200px;
}
.map .map-nav .title,.map .read-advice .title{
    height: 66px;
    display: flex;
    align-items: center;
    padding-left: 17px;
    background-color: #d9eafc;
    margin-bottom:16px;
}
.map .map-nav .title .img{
    width: 52px;
    height: 52px;
    overflow: hidden;
    margin-right: 12px;
}
.map-nav .title .img img, .map .read-advice .title .img img{
    width: 100%;
}
.map .map-nav .title h2 ,.map .read-advice .title h2{
    font-size: 35px;
    line-height: 35px;
    color: #1a80b1;
    font-weight: normal;
} 
.map .map-nav ul,.map .read-advice ul{
    padding: 36px 25px 20px;
    list-style: none;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.map .map-nav ul li{
    display: flex;
    flex-direction: column;
    font-size: 32px;
    line-height: 32px;
}
.map-nav ul li a{
    text-decoration: none;
    color: #165588;
    font-size: 30px;
    margin-bottom: 20px;
}
.map .read-advice{
    margin: 0 auto ;
    max-width: 1388px;
    min-width: 1200px;
}
.map .read-advice .title .img{
    width: 43px;
    height: 52px;
    overflow: hidden;
    margin-right:12px;
}
.map .read-advice ul{
    position: relative;
    flex-wrap: wrap;

}
.map .read-advice ul li{
    margin-bottom: 30px;
}
.map .read-advice ul li a{
    display: flex;
    text-decoration: none;
    color: #155585;
    align-items: center;
}
.map .read-advice ul a .img{
    width: 22px;
    height: 22px;
    overflow: hidden;
    margin-right: 12px;
}
.map .read-advice ul .img img{
    width: 100%;
}
.map .read-advice ul li .text{
    font-size: 26px;
    line-height: 28px;
    width: 520px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.map .read-advice ul .line{
    position: absolute;
    top: 36px;
    left: 50%;
    width: 2px;
    height: 550px;
    background-color: #66cbff;
}