  .index-news {
    min-width: 1200px;
    height: 750px;
    padding: 80px 0;
    background: #f9f9f9 url(../images/trybox-bg.html) no-repeat center;
    border: 1px #f0f0f0 solid;
    border-width: 1px 0;
}

.index-title {
    text-align: center;
}

.index-title .title {
    font-size: 30px;
    line-height: 30px;
    color: #333;
}

.index-title .title-line {
    height: 20px;
}

.index-news .s {
    padding-top: 40px;
}

.wp {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.index-news .news-list {
    float: left;
    width: 400px;
}

.index-news .list-s {
    margin: 0 15px;
    background: #fff;
    border: 1px #f2f2f2 solid;
}

.index-news .m {
    position: relative;
}

.index-news ul {
    padding: 10px 15px;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.anniu {
    text-align: center;
    padding: 15px;
}

.index-news .m img {
    width: 100%;
    height: 140px;
}

img {
    max-width: 100%;
}

img {
    vertical-align: middle;
    border: 0;
}

.index-news li {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-size: 14px;
    padding-left: 10px;
    background: url(/static/image/lidot.html) no-repeat left center;
    border-bottom: 1px dashed #ddd;
}

.index-news .m p {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 140px;
    font-size: 20px;
    background: rgba(0, 0, 0, 0);
    color: #eee;
}

.synews {
    color: #9599a8;
}

.index-news li a span {
    float: right;
}

.anniu {
    text-align: center;
    padding: 15px;
}

.but {
    display: inline-block;
    width: 118px;
    color: #756f6f;
    cursor: pointer;
    line-height: 34px;
    border-radius: 23px;
    background: #ffffff;
    border: 1px solid #ddd;
}

a {
    color: #9d9d9d;
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .index-news .list-s {
        margin: 0px;
        margin-bottom: 30px;
    }
    .index-news .news-list {
        width: 100%;
        float: none;
    }
    .wp {
        width: 96%;
        min-width: 96%;
    }
    .index-news {
        height: auto;
        margin: 0px auto;
        width: 100%;
    }
    .index-news {
        width: 96%;
        min-width: 96%;
    }
}