@charset "utf-8";

/* CSS Document */

body {
    font-family: "Î¢ÈíÑÅºÚ";
}

.index-bottom {
    background-color: #1b4e91;
    margin-top: 20px;
    overflow: hidden;
}

.bottom-dh {
    padding-top: 26px;
    overflow: hidden
}

.bottom-dh-list {
    border: 1px #77a8d5 solid;
    box-sizing: border-box;
    font-family: "Î¢ÈíÑÅºÚ";
    text-align: center;
    color: #77a8d5;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.bottom-dh-list:hover,
.bottom-dh-list2 {
    background-color: #85acd8;
    color: #FFF
}

.bottom-con-out {
    position: relative;
    height: 84px;
}

.bottom-dh-con {
    border: 1px #77a8d5 solid;
    box-sizing: border-box;
    background-color: #1b4e91;
    overflow: hidden;
    margin-top: 5px;
    min-height: 95px;
    position: absolute;
    padding-bottom: 5px;
    width: 100%;
    top: 0;
    left: 0;
    height: 113px;
    line-height: normal !important;
}

.bottom-dh-con ul {
    padding: 0 !important;
}

.bottom-dh-con ul li {
    display: inline-block;
    text-align: center;
    margin: 5px 10px 0;
}

.bottom-dh-con ul li a {
    color: #FFF;
    font-size: 14px;
    font-family: "Î¢ÈíÑÅºÚ"
}

.bottom-dh-con hr {
    display: block;
    width: 98%;
    margin: 8px auto;
    border: 0;
    border-bottom: 1px #77a8d5 dotted !important;
    background-color: transparent !important;
    height: 0 !important;
    margin-bottom: 0;
}

.bottom-list {
    margin-top: 20px;
    margin-bottom: 35px;
    border-top: 1px #1352a7 solid;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 12px;
    overflow: hidden
}

.bottom-list1 p {
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.bottom-list1 p a {
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
    line-height: 20px
}

.bottom-list2 {
    min-height: 80px;
    display: table;
    width: 100%;
    padding-top: 15px;
}

.bottom-list2 span {
    display: block;
    text-align: right;
    font-family: "Î¢ÈíÑÅºÚ";
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
    vertical-align: middle
}

.bottom-list2 span:first-of-type {
    padding-left: 15px;
}

@media screen and (min-width: 992px) {
    .bottom-dh .layui-col-md2 {
        width: 14%;
    }
    .bottom-dh .layui-col-md2:last-of-type {
        width: 16%;
    }
}

@media screen and (max-width:490px) {
    .index-bottom {
        background-color: #2250c1;
    }
    .bottom-list {
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .bottom-list1 {
        padding-left: 0;
        text-align: center;
    }
    .bottom-list1 p {
        text-align: center;
        font-size: 0.9rem;
        line-height: 30px;
       font-weight: 500;
    }
    .bottom-list1 p a {
        height: 20px;
        font-size: 0.9rem;
        display: inline-block;
        font-weight: 500;
        margin-top: 4px;
    }
}