.list_con .right_li{
    padding: 10px;
    width: 638px;
}
.zt_list p{
    background: #f5f5f5;
    padding: 15px 0;
    font-size: 0;
    margin-bottom: 10px;
}
.zt_list p a{
    display: inline-block;
    width: 17.7%;
    font-size: 14px;
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    border-right: 1px solid #ccc;
    padding: 0 1%;
}
.zt_list p a:nth-of-type(5){
    border-right: none;
}
.zt_list p a:hover{
    color: #ff1717;
}
.info_road{
    background: #f3fbff;
    padding: 10px;
    margin-bottom: 20px;
}
.info_road .tit{
    font-size: 20px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
}
.info_road .tit:before{
    content: '';
    display: inline-block;
    border-left: 2px solid #0067b9;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}
.info_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.info_list a{
    display: inline-block;
    width: 88px;
    height: 78px;
    font-size: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #1993ec;
    border: 1px solid #1993ec;
    margin-top: 10px;
}
.info_list a:hover{
    color: #1993ec;
    background: #fff;
}
.info_list a:before{
    content: '';
    display: block;
    margin: 16px auto 6px;
    width: 25px;
    height: 25px;
}
.info_list a:nth-of-type(1):before{
    background: url(../../images/zkzt-icon1.png) no-repeat center / cover;
}
.info_list a:nth-of-type(2):before{
    background: url(../../images/zkzt-icon2.png) no-repeat center / cover;
}
.info_list a:nth-of-type(3):before{
    background: url(../../images/zkzt-icon3.png) no-repeat center / cover;
}
.info_list a:nth-of-type(4):before{
    background: url(../../images/zkzt-icon4.png) no-repeat center / cover;
}
.info_list a:nth-of-type(5):before{
    background: url(../../images/zkzt-icon5.png) no-repeat center / cover;
}
.info_list a:nth-of-type(6):before{
    background: url(../../images/zkzt-icon6.png) no-repeat center / cover;
}
.info_list a:nth-of-type(7):before{
    background: url(../../images/zkzt-icon7.png) no-repeat center / cover;
}
.info_list a:nth-of-type(8):before{
    background: url(../../images/zkzt-icon8.png) no-repeat center / cover;
}
.info_list a:nth-of-type(9):before{
    background: url(../../images/zkzt-icon9.png) no-repeat center / cover;
}
.info_list a:nth-of-type(1):hover:before{
    background: url(../../images/zkzt-icon1.1.png) no-repeat center / cover;
}
.info_list a:nth-of-type(2):hover:before{
    background: url(../../images/zkzt-icon2.1.png) no-repeat center / cover;
}
.info_list a:nth-of-type(3):hover:before{
    background: url(../../images/zkzt-icon3.1.png) no-repeat center / cover;
}
.info_list a:nth-of-type(4):hover:before{
    background: url(../../images/zkzt-icon4.1.png) no-repeat center / cover;
}
.info_list a:nth-of-type(5):hover:before{
    background: url(../../images/zkzt-icon5.1.png) no-repeat center / cover;
}
.info_list a:nth-of-type(6):hover:before{
    background: url(../../images/zkzt-icon6.1.png) no-repeat center / cover;
}
.info_list a:nth-of-type(7):hover:before{
    background: url(../../images/zkzt-icon7.1.png) no-repeat center / cover;
}
.info_list a:nth-of-type(8):hover:before{
    background: url(../../images/zkzt-icon8.1.png) no-repeat center / cover;
}
.info_list a:nth-of-type(9):hover:before{
    background: url(../../images/zkzt-icon9.1.png) no-repeat center / cover;
}