
.ayinmap {
    padding: 15px;
    background-image: none;
}

.ayinmap a{
    -webkit-transition:all 0.3s linear;
    transition:all 0.3s linear;
}

/*20190110*/
.ayinmap {
    background-position: right bottom;
    padding: 30px;
    background-repeat: no-repeat;
    background-color: #fff;
    -webkit-background-size: 400px;
    background-size: 400px;
}

.ayinmap dl {
    margin-bottom: 25px;
}

.ayinmap dt {
    font-size: 18px;
    font-weight: bold;
}

.ayinmap dt h4 {
    display: inline-block;
    border-left: 3px solid #338785;
    padding-left: 20px;
}

.ayinmap dd h5 {
    margin-left: 50px;
    font-size: 16px;
    line-height: 34px;
    position: relative;
}

.ayinmap dd h5:after {
    width: 10px;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: -23px;
    top: 17px;
    content: '';
    background: #338785;
}

.ayinmap dd {
    padding: 10px 0;
}

.ayinmap dd p {
    margin-left: 67px;
    font-size: 14px;
    line-height: 30px;
}

.ayinmap dd p a {
    margin-right: 25px;
}

.ayinmaptit {
    font-size: 26px;
    line-height: 46px;
    margin-bottom: 30px;
    text-align: center;
}

.ayinmap dd h5 a:hover, .ayinmap dd p a:hover {
    color: #338785;
}

.ayinmaptit{font-size: 34px;}
.ayinmap dt h4{font-size: 24px;}
.ayinmap dd h5{font-size: 18px;}
.ayinmap dd p{font-size: 16px;}

@media screen and (max-width: 768px){
.ayinmap{padding: 0;}
.ayinmaptit{font-size: 24px;margin-bottom: 12px;}
}

@media screen and (max-width: 468px){
.ayinmap dd p a{display: block;margin-right: 0;}
.ayinmap dd p{margin-left: 54px;}

.ayinmaptit{font-size: 26px;}
.ayinmap dt h4{font-size: 20px;}
.ayinmap dd h5{font-size: 16px;}
.ayinmap dd p{font-size: 14px;}
}