﻿body {
    font-family: "微软雅黑", "SimSun", "宋体", "Microsoft YaHei", "-apple-system", "BlinkMacSystemFont", "Segoe UI", "Roboto,PingFang SC", "Hiragino Sans GB";
    color: #000;
    font-size: 12px;
    text-align: left;
    background: #FFF;
}

.main {
    background: url(wmmks04.jpg) no-repeat bottom center;
}

.banner {
    height: 200px;
    background: url(wmmks03.jpg) #d92d2b center center no-repeat;
    min-width: 1200px;
}

a:hover {
    text-decoration: none;
}

.clearnfix {
    clear: both;
}

.content {
    width: 1278px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.box {
    margin-top: 50px;
    width: 100%;
    display: inline-block;
    background: url(wmmks05.png) no-repeat top center;
}

.title {
    background: url(wmmks01.png) no-repeat center center;
    display: inline-block;
    width: 100%;
    height: 31px;
    position: relative;
    margin-top: -10px;
}

.news-content {
    padding: 30px 0 20px 0;
    margin: 0 auto;
    font-size: 18px;
    width: 85%;
    color: #333333;
    text-indent: 24px;
    line-height: 2.3rem;
}

.page {
    margin: 0 auto;
    width: 85%;
    margin-bottom: 80px;
}

.prev,
.next {
    background: url(wmmksicon.png) no-repeat left center;
    text-indent: 20px;
    display: inline-block;
    width: 100%;
    line-height: 40px;
    font-weight: bold;
    font-size: 18px;
}

@media screen and (min-width:769px) and (max-width:1023px) {
    .banner, .content, .main {
        width: 1000px;
        min-width: unset;
    }

    .main {
        height: auto;
    }

    .box {
        background: unset;
    }
}

@media screen and (max-width:768px) {
    .banner, .main, .content {
        width: 100%;
        min-width: unset;
    }

    .main {

        height: auto;
    }


    .banner {
        min-width: unset;
    }

    .content {
        width: 98%;
    }

    .news-content, .page {
        width: 100%;
    }


}