.crumb{
    width: 1190px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #f7faff;
    padding-left: 10px;
    color: #333;
}

.main{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 50px;
}

.content .title{
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
}

.data_list{
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.data_list .item{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.data_list .item:nth-child(2n){
    background-color: #e6eaf5;
}
.data_list .item:nth-child(2n+1){
    background-color: #f7faff;
}
.item .item_name{
    width: 11%;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    color: #2a4a7f;
}
.item .item_cont{
    width: 89%;
    height: 100%;
    padding-left: 10px;
}
.item .item_cont ul{
    height: 100%;
    padding: 10px 0;
}
.item .item_cont ul li{
    float: left;
    height: 100%;
    line-height: 32px;
    margin: 0 10px;
    width: 31%;
    text-align: center;
}
.item .item_cont ul.twocolumn li{
    height: 50%;
    /* line-height: 40px; */
}

.item .item_cont ul li a{
    font-size: 16px;
    color: #787b80;
}

