/*头部样式*/
.bannerList{
    background-image: url(https://www.dgylec.com/static/web/images/authorized-agent.jpg);
}

.bannerList .titleBox .en_title,.bannerList .titleBox .tw_title {
    color: #fff;
    text-shadow: 0 0 0 white;
    -webkit-text-stroke: 0 white;
}

.bannerList .titleBox:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    background-color: transparent;
    margin-top: 30px;
}

/*主体*/
.location-introduction{
    font-size: 18px;
    color: #010101;
    text-align: left;
}
.site-classLink {
    text-align: center;
    margin: 20px 0 30px;
    font-size: 28px;
    font-weight: bold;
}
.locationList{
    display: flex;
    flex-wrap: wrap;
}
.locationList .locationItem {
    padding: 0 18px 35px;
}
.locationList .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 38px 26px 52px;
    border-radius: 3px;
    background-color: #f5f5f5;
    -webkit-box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
    box-shadow: 0px 3px 12px 0px rgba(197, 197, 197, 0.23);
    border: 1px solid #A5A4A4;
}
@media (max-width: 500px) {
    .locationList .item {
        padding: 20px;
    }
}
.locationList .Img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 200px;
    /* margin-top: -76px; */
    margin-bottom: 12px;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.locationList .title {
    color: #000000;
    font-size: 21px;
    letter-spacing: 1.5px;
    line-height: 1.84;
    font-weight: 600;
    text-align: center;
}
.locationList .itemBar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.locationList .itemBar .leftBox {
    color: #000000;
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 1.55;
    position: relative;
}
.locationList .itemBar .rightBox {
    color: #00378E;
    font-size: 19px;
    letter-spacing: 0.44px;
    font-weight: 600;
}
.locationList .itemBar .rightBox span {
    color: #9e9e9e;
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 1.55;
    font-weight: 500;
    padding-left: 5px;
}
.locationList .infoList{
    min-height: 100px;
}
.locationList .infoList li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.locationList .infoList .icon {
    white-space: nowrap;
    margin-top: 5px;
}
.locationList .infoList .txt {
    color: #777777;
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 1.875;
    padding-left: 10px;
}

/*地图和标点样式*/



