/*主办机构*/

.wrap1 {
    padding: 0;
}

.wrap2 {
    background: url(../imgs/org.jpg) no-repeat center;
    background-size: cover;
    height: 2550px;
}

.org {
    width: 860px;
    margin: 0 auto;
    color: #fff;
    margin-top: 480px;
}

.org h2 {
    font-size: 28px;
    color: #555;
    margin: 5px auto;
}

.org h3 {
    padding: 10px 0;
    text-align: justify;
    font-size: 17px;
}

.org .logo {
    width: 120px;
    margin: 20px auto;
    /*background:#fff;*/
}

.org .logo2 {
    width: 200px;
    margin-top: 10px;
}

.org .gz {
    margin-top: 60px;
}

.org .msg {
    line-height: 1.7;
    color: #333;
    /* text-indent: 35px; */
}

@media screen and (max-width:768px) {
    .wrap2 {
        background: url(../imgs/orgm.png) no-repeat center;
        background-size: cover;
        height: auto;
    }
    .org {
        width: 100%;
        margin-top: 0;
    }
    .org h2 {
        font-size: 26px;
    }
    .org .msg {
        background: rgba(0, 0, 0, 0.3);
        font-size: 13px;
        padding: 20px;
        line-height: 2;
        letter-spacing: 0.5px;
        color: #fff;
        text-align: justify;
    }
}