
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 600px;
}

#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; */
}


/*news*/
#news{
    padding: 0;
    background-color: white;
    width: 100%;
    margin: auto;

}
#news img{
    /* left: 50%; */
    left: 0;
    top: 50px;
    /* margin-left: -960px; */
}
#news span>a{
    color: black;
    text-decoration: none;
}

#news .col-md-12{
    width: 100%;
    min-width: 1200px;
    background-color: white;
    text-align: center;
}
#news .index-news-list{
    width: 900px;
    height: 300px;
    padding: 30px 20px 10px 20px;
    overflow-y: auto;
    margin: 0 auto;
    text-align: left;
    background-color: white;
}


