.w{
    width: 1200px;
    margin: 0 auto;
}

body{
    background: #F2F3F8;
}

.head{
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    border-radius: 0;
}

.head-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.head-left{
    width: 140px;
    height: 40px;
    flex-shrink: 0;
}

.head-left img{
    height: 100%;
    width: 100%;
}

.head-back{
    display: flex;
    width: 108px;
    height: 38px;
    background: #0C57CE;
    border-radius: 6px 6px 6px 6px;
    align-items: center;
    text-decoration: none!important; /* 去除下划线 */
}

.head-home{
    margin-left: 15px;
    margin-right: 9px;
    height: 13px;
    width: 13px;
    flex-shrink: 0;
}

.head-text{
    font-size: 14px;
    color: #FFFFFF;
}
.bread-box{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}

.bread-back{
    min-width: 28px;
    height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #6B6B7A;
    text-decoration: none!important; /* 去除下划线 */
}

.gray{
    margin:  0 7px;
    font-size: 14px;
    color: #6B6B7A;
    display: flex;
    align-items: center;
}
.gray img{
    flex-shrink: 0;
    width: 12px;
    height: 12px;
}

.bread-black{
    font-size: 14px;
    color: #101127;
    text-decoration: none!important; /* 去除下划线 */
}

.main-box{
    padding: 28px 38px;
    width: 1120px;
    min-height: 600px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
}

.main-title{
    font-weight: bold;
    font-size: 23px;
    color: #101127;
    margin-bottom: 7px;
}

.main-item{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 84px;
    border-bottom: 1px solid #F2F3F8;
}

.main-item-text{
    width: 848px;
    font-size: 16px;
    color: #101127;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-item:hover .main-item-text{
    color: #0C57CE;
}

.main-item-time{
    font-size: 14px;
    color: #ACACAC;
}

.index-main-box{

}
.line{
    height: 1px;
    width: 100%;
    background: #F2F3F8;
    margin: 30px 0 ;
}
