footer {
    /*background-color: #dddddd;*/
    /*margin-top: 20px;*/
    width: 100%;
    text-align: center;

}

.footer-item {
    margin-top: 15px;
    text-align: left;
}

.bottom {
    background-color: #5C5D5D;
    padding: 50px 0;
    /*max-width: 1240px;*/
    width: 100%;
    margin: 0 auto;
}

.btm-nav {
    display: flex;
    text-align: center;
    width: 50%;
    margin: 0 auto 50px auto;
    justify-content: space-between;
    font-size: 16px;
}

.btm-nav li {
    width: 65px;
    display: inline;
}

.btm-nav li a:hover {}

/*.btm-nav ul{*/
/*    display: block;*/
/*    padding: 20px 50px;*/
/*}*/
.btm-img {
    max-width: 1240px;
    margin-bottom: 40px;
    margin-top: 20px;
    border-top: 1px solid #d4d4d4;
    padding-top: 20px;
}

.bottom-left {
    margin: 20px 0;
    padding: 0 80px 0 30px;
}

.bottom-right {
    border-left: 1px solid #aaaaaa;
    margin: 20px 0;
    padding-left: 30px;
}

.bottom-top {
    color: white;
}

.bottom-top-title {
    font-family: times new roman, times, serif;
    font-size: 1.2em;
}

.bottom-top-title2 {
    display: inline-block;
    font-size: 1em;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 15px;
}

.bottom-down {
    color: #AAAAAA;
    font-size: 1em;
    font-family: "Noto Sans SC";
}

.bottom-down i {
    margin-right: 5px;
    color: white;
    font-size: 1em;
}

.bottom-down img {
    margin-top: 5px;
}

.web-msg {
    height: 60px;
    width: 100%;
    background-color: #111111;
    color: #AAAAAA;
}

.msg-content {
    max-width: 1240px;
    margin: 0 auto;
    line-height: 60px;
    text-align: left;
    padding-left: 30px;
}

@media (max-width: 768px) {
    .bottom-main {
        height: auto;
        line-height: 30px;

        p {
            width: 95%;
            margin: 0 auto;
        }
    }
}