﻿@charset "utf-8";

/* CSS Document */
.wad_1 {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.con_box {
    width: 15.35rem;
    margin: 0 auto;
    background: #fff;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.content {
    position: relative;
    display: flex;
}
.zg_container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.zg_box {
    position: relative;
    width: 25%;
    padding: 0px 0.25rem;
    margin-bottom: 0.35rem;
}
.zg_box div{
    width: 3.27rem;
    height: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-left: 5px solid #104793;
    background: url(../img/jg_bg.png) no-repeat right;
    padding: 0px 0.45rem;
    background-size: cover;
}
.zg_box div::before{
    content: '';
    position: absolute;
    left: 0.3rem;
    top: 0;
    background-color: #fff;
    width: 5px;
    height: 1.2rem;
}
.zg_box div:hover{
    width: 3.27rem;
    height: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: url(../img/jg_bg_2.png) no-repeat right;
    padding: 0px 0.45rem;
    background-size: cover;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.zg_box div a {
    font-size: 0.22rem;
    color: #000;
    display: flex;
    line-height: 0.35rem;
    justify-content: center;
}
.zg_box div:hover a{
    color: #fff;
    font-weight: 700;
}