﻿body {
}
html {
    min-width: 1150px;
}

a {
    text-decoration: none;
    color:black;
}
li {
    list-style: none;
}

.banner {
    height: 100px;
    padding: 0 19%;
    display: flex;
    justify-content: space-between;
}

    .banner ul {
        width: 430px;
        height: 30px;
        display: flex;
        justify-content: space-between;
        /* line-height: 100px; */
        margin-top: 35px;
        font-size: 20px;
    }
        /* 修改 */
    /* .banner ul :nth-child(2) {
            background-color: #55A2E3;
            border-bottom: 3px solid #1c71b9;
        }*/

    .banner li {
        padding: 1px;
        letter-spacing: 1px;
    }
.bannerlia {
    color:#ffffff;
    background-color: #55A2E3;
    border-bottom: 3px solid #1c71b9;
}
/* 注释 */
/* .news-img{
            height: 470px;
            background: url('news.png');
            background-size: cover;
            background-repeat: no-repeat;
        } */
.content {
    text-align: center;
    /* background-color: #ffa; */
}
.content-wrap {
    width: 60%;
    min-width: 1150px;
    display: inline-block;
}
.content .title {
    background-color: #eeeeee;
    padding: 0px 15px;
    text-align: left;
}

        .content .title p {
            /* border-left:solid 5px #1c71b9; */
            /* padding-left: 10px; */
            margin: 0;
            line-height: 40px;
        }

    .content li {
        display: flex;
        padding: 32px 0;
        border-bottom: 1px solid #eeeeee;
    }

        .content li .img-url {
            width: 120px;
            height: 100%;
        }

        .content li .words {
            margin-left: 40px;
            flex: 1;
            font-size: 16px;
            text-align: left;
        }

            .content li .words p {
                float: right;
            }

.add-more {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .add-more img {
        width: 38px;
    }

.footer {
    background-color: #21262c;
    height: 300px;
    /* padding: 0 19%; */
    color: #828283;
    padding-top: 80px;
    font-size: 18px;
    text-align: center;
}
/* 修改 */
.footer-wrap {
    height: 100%;
    position: relative;
    width: 60%;
    min-width: 1150px;
    display: inline-block;
}

    .footer .msg img {
        height: 22px;
        width: 22px;
        vertical-align: middle;
    }

    .footer .msg span {
        display: inline-block;
        margin-left: 10px;
        margin-right: 30px;
    }

.line {
    display: inline-block;
    margin: 0 30px;
    font-size: 12px;
    position: relative;
    top: -2px;
}

.footer .msg .bottom {
    margin-top: 30px;
}

.footer .msg .fmiddle {
    margin-top: 30px;
}

.footer .msg {
    margin-top: 20px;
    margin-right: 50px;
    display: inline-block;
    text-align: left;
}
/* 修改 */
.code {
    display: inline-block;
    position: relative;
    top: 25px;
}

    .code img {
        width: 125px;
        height: 125px;
    }

    .code div {
        margin-top: 10px;
    }

.word-url {
    text-decoration: none;
    color: black;
}

h2 {
    margin: 0;
}