/* 头部部分 */
body html{
    height: 100%;
}
.homePage{
    background: url(../images/bg.png) repeat;
}
.logo{
    height: 129px;
    line-height: 129px;
    background: url(../images/top.png) no-repeat;
}
.logo h1{
    font-size: 0;
    height: 0;
    
}
.logo_img{
    margin: 20px 0 0 25px;
}
.navList{
    width: 100%;
    display: flex;
}
.navList li{
    flex: 1;
    text-align: center;
    background-color: rgb(119, 1, 6);
    font-size: 14px
}
.navList a{
    display: inline-block;
    width: 100%;
    margin: 8px 0;
    border-left: 1px solid rgb(216, 108, 119);
    color: #fff;
}
.navList li:first-child a{
    border-left:none
}
.active{
    background-color:#fff !important;
}
.active a{
    color: #000;
}
/* 内容部分 */
.mian{
    height: 100%;
    padding-bottom: 30px;
}
.tabItem{
    display: none
}
.tabItem iframe{
    width: 100%;
    height: 100%;
}
.onShow{
    display: block
}

/* 底部部分 */
footer{
    height: 160px;
    width: 100%;
    background-color: #850C17;
    color: #fff;
    font-size: 14px;
}
footer a{
    color: #fff;
}
.footer_list{
    margin-left: 33%;
}
.footer_list li{
    float: left;
    padding: 0 10px;
    border-left: 1px solid rgb(216, 108, 119);
    margin: 20px 0;
}
.footer_list li a{
    color: #fff;
}
.footer_list li:first-child{
    border-left:none
}
.organizer{
    display: flex;
    /* padding-left: 275px */
    padding-left: 25%
}
.organizer p {
    margin: 10px 0 10px 10px;
}