* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.banner {
    background: url(../Images/Information/information-list-back.png) no-repeat center center;
    height: 300px;
    width: 100%;
}

.banner-title {
    font-size: 4rem;
    color: #ffffff;
    display: block;
    width: calc(70% - 21px);
    margin: auto;
    padding-top: 120px;
}

.page {
    padding-bottom: 10px;
}
.msg-page {
    display:none;
    background: #FFFFFF;
    border-radius: 3px;
    text-align: center;
    font-size: 1.2rem;
    color: #999999;
    letter-spacing: -0.29px;
    height: 60px;
    width: 70%;
    margin: 0 auto;
    padding-top: 10px;
}
.msg-page a {
    display: block;
    float: left;
    line-height: 20px;
    text-decoration: none;
    background: none;
}

.msg-page .page-before {
    margin-right: 10px;
}
.msg-page .page-after {
    margin-left: 10px;
}
.msg-page .page-chunk {
    border: 1px solid #DFDFDF;
    height: 20px;
    margin: 10px;
}
.msg-page .page-num,.page-before,.page-after {
    cursor: pointer;
}
.msg-page .page-num,.page-middle,.page-before,.page-after {
    color: #333333;
    margin: 8px 8px;
    padding: 2px 8px;
}
.msg-page .page-viewing {
    background: rgba(104,150,244,0.15);
    border-radius: 2px;
    color: #6896F4;
}
.msg-page .page-num:hover:not(.page-viewing),.page-before:hover,.page-after:hover {
    color: #FF7D02;
}
.msg-page .no-page {
    cursor: default;
    color: #999999;
    background: none;
}
.msg-page .no-page:hover {
    color: #999999;
}

.info-main {
    width: 100%;
    padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #f5f5f5;
    box-sizing: border-box;
    padding-bottom: 5px;
}

.info-main li {
    height: 16rem;
    width: 70%;
    margin: 0 auto;
}

.info-main li:hover {
    box-shadow: 0 0 14px #dddddd;
}

.info-main li:last-child {
    margin-bottom: 1rem;
}

.info-main li {
    padding-left: 4rem;
    background-color: #ffffff;
    margin-bottom: 3rem;
}

.info-main .list-left {
    width: 65%;
    float: left;
}

.info-main li .list-title {
    font-size: 2rem;
    padding-top: 3rem;
    margin-left: 0;
    max-height: 8.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 1.6rem;
}

.info-main li .list-title a {
    color: #333333;
    background-color: #ffffff;
}

.info-main li .list-title a:link,
.info-main li .list-title a:visited {
    color: #333333;
    text-decoration: none;
}

.info-main li .list-title a:hover,
.info-main li .list-title a:active {
    color: #388fff;
    text-decoration: none;
}

.info-main .list-content {
    position: relative;
    width: 100%;
    color: #666666;
    line-height: 2.2rem;
    font-size: 1.3rem;
    height: 4.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-left: 0;
}

.info-main li .list-content a {
    color: #666666;
    background-color: #ffffff;
}

.info-main li .list-content a:link,
.info-main li .list-content a:visited {
    color: #666666;
    text-decoration: none;
}

.info-main li .list-content a:hover,
.info-main li .list-content a:active {
    color: #388fff;
    text-decoration: none;
}

.list-right {
    float: right;
    margin-top: 5rem;
    color: #cccccc;
    margin-right: 4rem;
}

.list-item-division {
    width: 1px;
    height: 8rem;
    float: right;
    background-color: #ebebeb;
    margin-right: 4rem;
    margin-top: 4rem;
}

.list-right .s1 {
    font-size: 2.8rem;
}

.list-right .s2 {
    font-size: 1.8rem;
    float: right;
}

.list-page {
    z-index: 2;
    padding-bottom: 5rem;
}

.list-page-box {
    width: 75%;
    height: 3rem;
    margin: auto;
    display: block;
    text-align: right;
    padding-right: 5.2rem;
}

.page-img {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.page-div {
    text-align: right; 
    background: whitesmoke;
    padding: 0 15% 55px;
}

@media (min-width: 1920px) {
    .banner {
        background: url(../Images/Information/information-list-back-x2.png) no-repeat 25% center;
        height: 300px;
        width: 100%;
    }
}

@media (max-width: 1919px) {
    .banner {
        background: url(../Images/Information/information-list-back.png) no-repeat 25% center;
        height: 300px;
        width: 100%;
    }

    .list-right {
        margin: 5rem 2.5rem 0 0;
    }
}

@media (max-width: 991px) {
    .info-main li {
        padding-left: 2.5rem;
    }

    .list-item-division {
        margin-right: 0.5rem;
    }
}

@media (max-width: 767px) {
    br {
        display: none;
    }

    .banner-title {
        width: calc(90% - 27px);
    }

    .info-main {
        width: 100%;
    }

    .info-main li {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .info-list {
        position: relative;

    }

    .info-list li {
        height: 20rem;
        position: relative;
        margin-bottom: 20px;
        width: 90%;
    }

    .list-right {
        position: absolute;
        margin-top: 1.8rem;
    }

    .info-main li .list-title {
        padding-top: 1rem;
        margin-bottom: 1rem;
    }

    .list-item-division {
        display: none;
    }

    .list-left {
        position: absolute;
        top: 30%;
        width: 100%;
    }

    .info-main .list-left {
        width: calc(100% - 5rem);
        float: left;
    }

    .list-left .list-title {
        padding-top: 2rem;
    }

    .list-right .s2 {
        padding: 1rem 0 0 0.3rem;
    }

    .msg-page {
        width: 90%;
    }

    .msg-page .page-before {
        margin-right: 5px;
    }

    .msg-page .page-after {
        margin-left: 5px;
    }

    .page-div {
        text-align: right; 
        background: whitesmoke;
        margin-top: -20px; 
        padding: 20px 6% 55px;
    }
}

a:hover, a:focus, .btn:hover, .btn:focus {
    border: 0;
    color: #333333;
}
