﻿.jgsz_new {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
}

.jgsz_new .item .name {
    width: 100%;
    height: 65px;
    line-height: 65px;
    box-sizing: border-box;
    padding-left: 20px;
    background: linear-gradient(90deg, #EAF1FF 0%, #FFF8F8 100%);
    font-size: 24px;
    font-weight: bold;
    color: #262626;
    margin-bottom: 40px;
}

.item_list ul {
    display: flex;
    flex-wrap: wrap;
}

.item_list ul li {
    width: 33.3%;
    box-sizing: border-box;
    padding-right: 20px;
    margin-bottom: 40px;
}



.item_list ul li a {
    font-size: 18px;
    color: #4F4F4F;
    position: relative;
    padding-left: 10px;
    padding-bottom: 2px;
}

.item_list ul li a::before {
    content: '';
    width: 2px;
    height: 2px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 13px;
    background: #4F4F4F;
}

.item_list ul li:hover a::before {
    width: 20px;
    height: 20px;
    background: url(../img/logo-ico.svg) center no-repeat;
    top: 4px;
}

.item_list ul li:hover a {
    font-weight: bold;
    color: #143270;
    border-bottom: 1px solid #143270;
}

.item_list ul li:hover a {
    padding-left: 25px;

}