*,body{
    padding: 0px;
    margin: 0px;
}

body{
    background-color: #fff;
}

.index-wrap{
    min-width: 1250px;
    min-height: 100vh;
    position: relative;
}

.flex-between{
    display: flex;
    justify-content: space-between;
}

.flex{
    display: flex;
}

.top{
    height: 100px;
    width: 1500px;
    display: flex;
    padding-top: 10px;
    margin: 0px auto;
}

.top img{
    height: 40px;
    margin: 20px 0px 0px;
}

.top .title{
    font-weight: bold;
    letter-spacing: 3px;
    margin-left: 20px;
    font-size: 34px;
    color: #444444;
}

.banner{
    width: 100%;
    height: 380px;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner img{
    display: block;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.bottom{
    width: 1500px;
    margin: 0px auto;
}

hr{
    height: 5px;
    background-color: #F4F0F0;
    width: 100%;
    margin: 20px 0px 10px;
}

.notices{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.noticeItem{
    width: 680px;
}

.noticeItemTitle{
    border-bottom: 1px solid #ccc;
    align-items: flex-end;
}

.noticeItem .title{
    font-size: 24px;
    font-weight: 600;
    color: #5e0e8b;
    padding-left: 12px;
    margin-right: 20px;
    position: relative;
    margin-bottom: 5px;
    white-space: nowrap;
}

.noticeItem .title::before{
    content: '';
    position: absolute;
    left: 0px;
    height: 22px;
    top: 7px;
    width: 4px;
    background-color: #5e0e8b;
    border-radius: 5px;
}

.tabs{
    display: flex;
    list-style: none;
    margin: 0px;
    margin-right: 5px;
}

.tabs li{
    padding: 0px 8px 8px;
    font-weight: bold;
    color: #666;
    display: flex;
    align-items: flex-end;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
}

.tabs li.active{
    color: #5e0e8b;
    border-bottom: 2px solid #5e0e8b;
}

.noticeItem .more{
    color: #666;
    margin-bottom: 8px;
    cursor: pointer;
    white-space: nowrap;
}

.noticeItem .more i{
    position: relative;
    top: 2px;
    margin-left: -5px;
}

.tabContent{
    padding: 10px 0px 0px;
    border: none;
    min-height: 200px;
}

.tabItem{
    display: none;
}

.tabItem.active{
    display: block;
}

.tabItem ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    min-height: 160px;
}

.info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    height: 30px;
    position: relative;
}

.info::before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    left: 0px;
}

.infoTitle{
    max-width: 485px;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 15px;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 0px;
    line-height: 18px;
}



.infoTitle:hover{
    border-bottom: 1px solid #5e0e8b;
    color: #5e0e8b;
}

.infoDate{
    color: #999;
    margin-bottom: 0px;
}

.foot{
    text-align: center;
    color: #666;
    font-size: 14px;
    position: absolute;
    width: 100%;
    bottom: 5px;
}
