body {
    background-color: #f5f5f5;
}

.banner {
    width: 100%;
    height: 280px;
    background: url(banner_zwgk.png) no-repeat;
}

.bannerTit-1,
.bannerTit-2 {
    color: #fff;
}

.bannerTit-1 {
    font-size: 40px;
    line-height: 56px;
    padding-top: 90px;
    margin-bottom: 12px
}

.bannerTit-2 {
    font-size: 16px;
    line-height: 22px;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.content {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
}

.title {
    margin-top: 20px;
}

.title p {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    color: #2B2F32;
    border-bottom: 2px solid #3D3D3D;
}

.title div {
    margin-top: 20px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border: 1px solid #EEE;
}

.title div a {
    display: inline-block;
    margin-left: 20px;
    color: #333;
}

.dsz {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.dsz li {
    width: 173px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    margin: 15px 20px 0 0;
    border-radius: 5px;
    font-size: 20px;
    color: #333;
    background-color: #f5f5f5;
    cursor: pointer;
}

.dsz li:hover {
    background-color: #448AF0;
    color: #fff;
}

.title ul li:nth-child(6n) {
    margin-right: 0;
}

.xz {
    position: absolute;
    top: 270px;
    width: 1160px;
    height: 360px;
    padding: 10px;
    background-color: #fff;
}

.xz .dqxz {
    width: 100%;
    height: 60px;
    /* border: 1px solid red; */
    line-height: 60px;
    font-size: 18px;
    font-weight: 600;
}

.xz ul {
    background-color: #fff;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    padding: 10px;
    display: none;
}

.xz ul li {
    width: 175px;
    height: 40px;
    text-align: center;
    justify-content: center;
    line-height: 40px;
    display: flex;
    background-color: #f5f5f5;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 5px;
}

.xz ul li a {
    flex: 1;
    color: inherit;
}

.xz ul li:hover {
    background-color: #448AF0;
    color: #fff;
}

.dqxz .sbj,
.dqxz .active {
    cursor: pointer;
}