@charset "utf-8";
@import url(animate.css);
.map-con {
    margin-top: 8px;
    overflow: hidden;
    padding: 0 50px;
}

.map-con li {
    position: relative;
    min-height: 110px;
    line-height: 32px;
    border-bottom: 1px #e7e7e7 solid;
    box-sizing: border-box;
    padding: 25px 0 20px;
    overflow: hidden;
    font-size: 0;
}

.map-con li a {
    font-size: 20px;
    color: #FFF;
    font-weight: bold;
    background-color: #2f5db8;
    display: inline-block;
    width: 90px;
    height: 63px;
    line-height: 63px;
    border-radius: 3px;
    text-align: center;
    margin-right: 33px;
}

.map-con li div {
    display: inline-block;
    width: calc(100% - 123px);
    vertical-align: top;
    line-height: 63px;
}

.map-con li div a {
    font-size: 16px;
    line-height: 63px;
    vertical-align: top;
    color: #000;
    background-color: transparent;
    width: auto;
    margin-right: 0;
    cursor: pointer;
}

.map-con li div span {
    font-size: 30px;
    line-height: 56px;
    vertical-align: top;
    color: #000;
    margin: 0 5px
}

.map-con li div span:last-of-type {
    display: none
}

.map-con li div hr {
    position: relative !important;
    width: 17px !important;
    border-top: 2px #2f5db8 solid !important;
    height: 2px !important;
    margin: 5px !important;
    top: 0 !important;
    left: 0 !important;
    background-color: transparent !important;
}

.top-news {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    box-sizing: border-box;
}