.list {

}

.list .item {
    border-bottom: 1px solid #ddd;
}
.list  .class1{
    background: #352c84;
    line-height: 50px;
    color: #fff;
    font-size: 28px;
    padding-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.list  .class2{
    font-size: 21px;
    color: #352c84;
    /* padding-left: 30px; */
    padding: 0 20px;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.list  .class2 .text{
    line-height: 57px;

}
.list  .class2::after {
    content: '';
    width: 3px;
    height: 20px;
    background-color: #352c84;
    position: absolute;
    top: 20px;
    left: 0;
}
.namelist{

}
.namelist .naem{
    float: left;
    margin-right: 0;
    width: 14.28%;
    height: 58px;
}
.namelist .naem a {
    display: block;
    line-height: 58px;
    font-size: 17px;
    color: #4e4e4e;
    padding: 0 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.namelist .naem a span {
    display: inline-block;
    padding-left: 20px;
    background: url(../image/icon-li01.png) left center no-repeat;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.namelist .naem a:hover {
    color: #003e7c;
}
.namelist .naem a:hover span {
    background: url(../image/icon-li02.png) left center no-repeat;
}
.h11{padding: 20px 0;text-align: center;font-size: 20px;}
@media only screen and (max-width: 1440px){
    .list{
        box-sizing: border-box;
        padding-right: 10px;
    }
    .w1400 {
        width: 100%;
    }
}
@media only screen and (max-width: 1200px){
    .namelist .naem{
        width: calc(100% / 6);
    }
}
@media only screen and (max-width: 960px){
    .list{
        padding-right: 0;
    }
    .w1400 {
        padding-left: 3%;
        padding-right: 3%;
      }
}

@media only screen and (max-width: 800px){
    .namelist .naem {
        width: calc(100% / 4);
      }
.h11{
padding: 0px 0;
    text-align: center;
    font-size: 16px;
}
}

@media only screen and (max-width: 600px){
    .namelist .naem {
        height: 35px;
        line-height: 35px;
    }
    .namelist .naem a{
        height: 35px;
        line-height: 35px;
        padding: 0 10px;

    }
    .namelist .naem a span{
        font-size: 13px;
        padding-left: 15px;
    }
    .list .class1 {
        background: #352c84;
        line-height: 40px;
        color: #fff;
        font-size: 18px;
        padding-left: 10px;
        margin-bottom: 10px;
        margin-top: 15px;
      }
      .list .class2 {
        font-size: 15px;
        color: #352c84;
        padding-left: 30px;
        padding: 0 10px;
        font-weight: bold;
        position: relative;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
      }
      .list .class2 .text {
        line-height: 35px;
      }
      .list .class2::after {
        content: '';
        width: 2px;
        height: 16px;
        background-color: #3479cc;
        position: absolute;
        top: 11px;
        left: 0;
      }
}

@media only screen and (max-width: 400px){
    .namelist .naem {
        width: calc(100% / 3);
      }
}