@charset "UTF-8";

/* 取消导航定位 */

.header {
    min-width: 1300px;

    position: unset;
    background-color: #ccc;
}


/* 点图  */

.local img {
    width: 100%;
    min-width: 1300px;
    
    height: 350px;
}


/* 主要内容 */

.main {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}


/* 钟南山   陈薇 */

.zns,
.cw {
    width: 100%;
    height: 500px;
    padding: 50px 80px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}

.zns img,
.cw img {
    margin-top: 50px;
    width: 20%;
    float: left;
}

.jj {
    float: left;
    width: 700px;
    padding: 5px 20px;
    text-indent: 2em;
    line-height: 50px;
    margin: 60px 25px;
}


/* 底部版权 */

.footer {
    width: 100%;
    height: 100px;
    line-height: 30px;
    text-align: center;
    background-color: #ccc;
    line-height: 100px;
}

.footer p {
    line-height: 100px;
}