
body{
    font-family: 'Microsoft YaHei', sans-serif;
    background-color: white;
    display: block;
    margin: 8px;
    width: auto;
}

#main {
    width: 100%;
    min-width: 1200px;
    height: auto;
    MARGIN-RIGHT: auto;
    MARGIN-LEFT: auto;
}
#main .event_navlist {
    width: 100%;
    min-width: 1200px;
    height: 80px;
    background: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
#main .event_navlist>div {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
#main .maincon {
    width: 1200px;
    margin: 0 auto;
}

#main .event_navlist>div>h2 {
    margin: 10px 0 10px 400px;
}
#main .event_navlist>div>h2>a {
    text-decoration: none;
    color: #f0ad4e;
}

/*home*/
#home{
    padding: 0 0;
    margin: auto;
    max-width: 1200px;
    margin-top: 80px;
}
#home img{
    max-width: 1200px;
    /* left: 50%; */
    left: 0;
    top: 50px;
    /* margin-left: -960px; */
 }

#huiben{
    text-align: center;
}
#title .col-md-12{
    padding: 20px 0;
    min-width: 1200px;
    margin: 0 auto;
}
#title .prizeList{
    display: inline-block;
    padding: 40px;
    margin: 0 50px 0 0px;
}
#title a{
    text-decoration: none;
    color: white;
    font-family: 'Microsoft YaHei';
}
#title img{
    margin: 0 auto;
    padding: 10px 10px 0 10px;
}
#title h3{
    font-weight: bold;
    margin: 10px 0 10px 10px;
    font-family: '微软雅黑';
}

#title ul.row{
    text-align: left;
}

.card-container{
    margin: 20px 35px;
}




