em {
    /* color: red; */
    font-weight: bold;
}

.z-header {
    width: 1920px;
    max-width: 100%;
    height: 580px;
    margin: 0 auto;
    background: url(2023-zcwjk-banner.png) no-repeat center top;
    background-size: cover;
}

.z-main {
    width: 1400px;
    height: 500px;
    margin: 0 auto;
}

.z-header-top {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.z-header-top-l,
.z-header-top-r {
    display: flex;
    justify-content: left;
}

.z-header-top-l a,
.z-header-top-r a {
    display: inline-block;
    line-height: 50px;
    margin-left: 10px;
    font-size: 14px;
    color: #fff;
}

.logo-nav {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.logo {
    width: 430px;
}

.search-nav {
    display: flex;
    justify-content: end;
}

.z-menu {
    border-bottom: 2px solid #fff;
}

.z-menu a {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    line-height: 1.8;
    margin-left: 20px;
}

.z-menu a:first-child {
    margin-left: 0;
}

.page-title {
    margin: 60px 0 40px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    color: #3584E7;
    letter-spacing: 7px;
}

.z-header .search-box {
    width: 70%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    height: 55px;
    border-radius: 25px;
    padding: 8px 10px;
    border: 2px solid #3584E7;
}

.z-header .search-box .search-input {
    z-index: 1;
    flex: 1;
    text-indent: 1em;
    width: 0;
    font-size: 16px;
    border: none;
}

.z-header .search-box .search-btn {
    z-index: 2;
    cursor: pointer;
    height: 34px;
    width: 40px;
    background-image: url(2023-zcwjk-search.png);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 0 center;
}

.z-header .search-box::after {
    position: absolute;
    content: '';
    top: -7px;
    left: -7px;
    padding: 7px;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    border-radius: 36px;
    background-color: rgba(255, 255, 255, .5);
}

.zcwj-main {
    width: 1280px;
    padding: 15px;
    margin: 0 auto;
    background-color: #fff;
}

.position-con {
    line-height: 1.5;
    padding: 10px 0;
    font-size: 13px;
    color: #707070;
    margin-bottom: 0;
}

.qktj {
    color: #2351D1;
    line-height: 42px;
}

.zzwjk-search-con {
    margin-top: 15px;
    width: 100%;
    border: 1px solid #ebebeb;
    overflow: hidden;
    border-radius: 10px;
}

.zzwjk-search-con .title-box {
    margin-left: 10px;
    width: calc(100% - 20px);
    height: 20px;
    line-height: 20px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.zzwjk-search-con .type-line {
    margin: 0 auto;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #ebebeb;
}

.zzwjk-search-con .type-box {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 15px;
    width: 100%;
}


.zzwjk-search-con .type-box .title {
    display: block;
    background: #88BAF4;
    border-radius: 0px 21px 21px 0px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    width: 160px;
    text-align: center;
    height: 42px;
    line-height: 42px;
}

.zzwjk-search-con .type-box .type-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 110px);
    height: 42px;
    overflow: hidden;
}

.zzwjk-search-con .type-box.switch .type-list {
    padding-right: 60px;
}

.zzwjk-search-con .type-box.open .type-list {
    height: auto;
    max-height: 100px;
    overflow: scroll;
}

.zzwjk-search-con .type-box .type-list .type-item {
    height: 42px;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

.zzwjk-search-con .type-box .type-list .type-item span {
    padding: 0 15px;
    font-size: 16px;
    color: #666;
    white-space: nowrap;
}

.zzwjk-search-con .type-box .type-list .act {
    /*background-color: #2B70D1;*/
    border-radius: 6px;
}

.zzwjk-search-con .type-box .type-list .act span {
    color: #0078CD;
}

.zzwjk-search-con .type-box .switch {
    position: absolute;
    right: 25px;
    width: 60px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    opacity: .8;
    user-select: none;
}

.zzwjk-search-con .type-box .switch:hover {
    opacity: 1;
}

.zzwjk-search-con .type-box .switch .close {
    display: none;
}

.zzwjk-search-con .type-box.open .switch .close {
    display: block;
}

.zzwjk-search-con .type-box.open .switch .open {
    display: none;
}

.zzwjk-search-res {
    display: flex;
}

.zzwjk-search-res .left-menu {
    margin-top: 28px;
    margin-right: 40px;
    width: 280px;
}

.zzwjk-search-res .left-menu .menu-list {
    margin-top: 10px;
    width: 100%;
}

.zzwjk-search-res .left-menu .menu-list .menu-list-item {
    margin-bottom: 15px;
    width: 100%;
    overflow: hidden;
    border: solid 1px #ebebeb;
    border-radius: 8px;
}

.zzwjk-search-res .left-menu .menu-list .menu-list-item .item-title {
    padding: 24px 0;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    text-align: center;
    background: linear-gradient(180deg, #1868D8 0%, #5495F2 100%);
}

.zzwjk-search-res .left-menu .menu-list .menu-list-item .menu-list2 {
    width: 100%;
}

.zzwjk-search-res .left-menu .menu-list .menu-list-item .menu-list2 .list-li {
    width: 100%;
    padding-left: 50px;
}

.zzwjk-search-res .left-menu .menu-list .menu-list-item .menu-list2 .list-li p {
    line-height: 48px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.zzwjk-search-res .left-menu .menu-list .menu-list-item .menu-list2 .act p {
    color: #1d6dab;
}

.zzwjk-search-res .left-menu .menu-list .menu-list-item .menu-list2 .list-li p .select {
    display: none;
}

.zzwjk-search-res .left-menu .menu-list .menu-list-item .menu-list2 .list-li p .normal {
    display: inline-block;
}

.zzwjk-search-res .left-menu .menu-list .menu-list-item .menu-list2 .act p .select {
    display: inline-block;
}

.zzwjk-search-res .left-menu .menu-list .menu-list-item .menu-list2 .act p .normal {
    display: none;
}

.zzwjk-search-res .left-menu .menu-list .menu-list-item .menu-list2 .list-li ul {
    display: none;
    width: 100%;
}

.zzwjk-search-res .left-menu .menu-list .menu-list-item .menu-list2 .act ul {
    display: block;
}

.zzwjk-search-res .left-menu .menu-list .menu-list-item .menu-list2 .list-li ul li {
    width: 100%;
    margin-bottom: 12px;
    padding-left: 10px;
}

.zzwjk-search-res .left-menu .menu-list .menu-list-item .menu-list2 .list-li ul li span {
    font-size: 14px;
    color: #666;
}

.zzwjk-search-res .left-menu .menu-list .menu-list-item .menu-list2 .list-li ul li:hover span {
    color: #1d6dab;
}

.zzwjk-search-res .left-menu .menu-list .menu-list-item .menu-list2 .list-li ul li a {
    width: 100%;
}

.zzwjk-search-res .left-menu .menu-list .menu-list-item .menu-list2 .list-li ul .act {
    color: #1d6dab;
}

.zzwjk-search-res .left-menu .menu-list .menu-list-item .menu-list2 .list-li ul .act span {
    color: #1d6dab;
}

.zzwjk-search-res .left-menu .zcwdk {
    width: 100%;
    height: 78px;
    text-align: center;
    background-color: #ebf3f8;
    border-radius: 8px;
}

.zzwjk-search-res .left-menu .zcwdk a {
    line-height: 78px;
    font-size: 22px;
    color: #1A6DE0;
}

.zzwjk-search-res .left-menu .zcwdk:hover a {
    font-weight: bold;
}

.right-content {
    flex: 1;
    margin-top: 28px;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 1px solid #f0f0f0;
}

.right-content .type-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: solid 1px #f0f0f0;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
}

.right-content .type-list:after {
    content: '';
    display: block;
    clear: both;
}

.right-content .type-list li {
    flex: 1;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.right-content .type-list li:nth-of-type(1)::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    right: 0;
    width: 1px;
    height: 20px;
    background-color: #ccc;
}

.right-content .type-list li a {
    display: block;
    padding: 15px 15px;
    font-size: 16px;
    color: #333;
}

.right-content .type-list li a:hover {
    color: #125CB1;
}

.right-content .content-list {
    width: 100%;
}

.right-content .content-list .item {
    display: block;
    padding: 35px 0;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}

.right-content .content-list .item .item-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}

.right-content .content-list .item .item-des {
    margin-top: 24px;
    font-size: 16px;
    color: #666;
    line-height: 1.63;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.right-content .content-list .item .item-info {
    display: flex;
    flex-wrap: wrap;
}

.right-content .content-list .item .item-info .tag {
    display: block;
    margin: 20px 15px 0 0;
    padding: 0 22px;
    height: 40px;
    line-height: 40px;
    color: #115CB1;
    text-align: center;
    border: solid 1px #ebebeb;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.right-content .content-list .item:hover p,
.right-content .content-list .item:hover span {
    color: #2d77b0;
}

@media screen and (max-width: 768px) {
    .two-box .two {
        padding: 10px;
    }

    .zzwjk-search-con .type-box .title {
        width: 85px;
    }

    .zzwjk-search-con .type-box .type-list {
        width: calc(100% - 25px);
    }

    .zzwjk-search-con .type-box.open .type-list {
        margin-right: -30px;
        min-height: 400px;
    }

    .zzwjk-search-con .type-box .switch {
        right: 5px;
    }

    .zzwjk-search-con .sswz {
        width: 100%;

    }

    .zzwjk-search-con .rqsx {
        width: 100%;
    }

    .zzwjk-search-res {
        flex-wrap: wrap;
    }

    .zzwjk-search-res .left-menu .menu-list .menu-list-item .item-title {
        padding: 15px 0;
        font-size: 18px;
    }

    .zzwjk-search-res .left-menu {
        width: 100%;
        margin-right: 0;
    }

    .right-content {
        padding: 0;
        width: 100%;
        border-left: none;
    }

    .right-content .type-list li {
        padding: 10px 15px;
        height: auto;
    }

    .right-content .type-list li a {
        font-size: 14px;
    }

    .right-content .type-list li a span {
        display: block;
    }

    .right-content .type-list li:nth-of-type(1)::after {
        height: 50%;
    }

    .right-content .content-list .item {
        padding: 20px 0;
    }

    .z-main {
        width: 100%;
    }

    .z-header-top {
        display: none;
    }

    .search-nav {
        display: none;
    }

    .logo-nav {
        padding-left: 20px;
    }

    .logo {
        width: 70%;
    }

    .position-con {
        font-size: 16px;
    }

    .zcwj-main {
        width: calc(100% - 30px);
    }
    .imgzsy{
        width: 100%;
    }
}