/*基本样式*/

* {
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
    font-family: 微软雅黑, Verdana;
    
}


a {
    color: black;
    text-decoration: none;
    
}

a:hover {
    color: #00a0e9;
}



body {
   
    width: 1920px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
}

/*默认列表样式*/
ul {
    list-style-type: none;
}


/* 页脚-组委会 */

.footer {
    position: absolute;
    top: 2162px;
    width: 1165px;
    height: 286px;
    left: 50%;
    margin-left: -582.5px;
    background-color: #feff71;
    color: white;
}

.zuweihui-title {
    background-image: url(../img/zuweihui-banner-bg.png);
    height: 56px;
}

.zuweihui-title .left-title {
    margin-top: 10px;
    margin-left: 55px;
    float: left;
}

.zuweihui-title .left-title p {
    font-size: 18px;
}

.zuweihui-content {
    margin-top: 10px;
    height: 220px;
    background-color: #20644d;
}


.org-title, .contact-title, .interactive-title {
    font-size: 18px;
    font-weight: bold;
}

.org, .contact, .interactive, .qr {
    margin-top: 25px;
    float: left;
    width: 240px;
}

.org {
    margin-left: 40px;
}

.contact {
    margin-left: 40px;
}

.interactive {
    margin-left: 80px;
}

.qr {
    width: 150px;
    margin-left: 80px;
}

.org-content, .contact-content, .interactive-content, .qr-content {
    margin-top: 30px;
}

.org-content p, .contact-content p, .interactive-content p, .qr-content p {
    height: 30px;
}
