#zyc_main {
    background: #fff;
}

#zyc_main .zycContainer {
    width: 1400px;
    margin: 0 auto;
}

#zyc_main .banner {
    width: 100%;
    height: 500px;
    /* background: url('../images/newsList_banner.png'); */
}

#zyc_main .banner .tit {
    font-size: 30px;
    color: #fff;
    letter-spacing: 10px;
    padding: 226px 0 0 285px;
}

#zyc_main .nav-link {
    padding: 20px 0;
    color: rgba(56, 56, 56, 1);
    font-size: 16px;
}

#zyc_main .nav-underline .nav-link.active,
#zyc_main .nav-underline .show > .nav-link {
    border-bottom-color: rgba(1, 159, 232, 1);
}

#zyc_main .zyctitle {
    font-size: 33px;
    font-weight: 400;
    color: rgba(56, 56, 56, 1);
    text-align: center;
    padding: 50px 0;
}

#zyc_main #xwdt {
    width: 100%;
    height: 100%;
    background: rgba(248, 248, 248, 1);
    position: relative;
}

#zyc_main #xwdt .listbox {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 66px 40px;
    padding-bottom: 100px;
}

#zyc_main #xwdt .listbox img {
    width: 268px;
    height: 201px;
}

#zyc_main #xwdt .listbox .item {
    width: 48%;
    display: flex;
    margin-bottom: 37px;
}

#zyc_main #xwdt .listbox .item:nth-child(2n) {
    margin-left: 4%;
}

#zyc_main #xwdt .listbox .item .content {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#zyc_main #xwdt .listbox .item .content .titbox {
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    margin-bottom: 22px;
}

#zyc_main #xwdt .listbox .item .content .titbox .name {
    font-size: 18px;
    color: rgba(56, 56, 56, 1);
    padding-bottom: 16px;
    line-height: 30px;
}

#zyc_main #xwdt .listbox .item .content .titbox .date {
    font-size: 18px;
    color: rgba(56, 56, 56, 1);
    padding-bottom: 21px;
}

#zyc_main #xwdt .listbox .item .content .des {
    font-size: 15px;
    line-height: 30px;
    color: rgba(128, 128, 128, 1);
}

#zyc_main #xwdt .listbox .item .content .btn {
    width: 120px;
    border-radius: 30px;
    color: #fff;
    background: rgba(0, 162, 233, 1);
}

#zyc_main #xwdt .listbox .item .content .btn:hover {
    background: rgba(0, 162, 233, 0.8);
}

#zyc_main #xwdt .pagination {
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

#zyc_main #xwdt .pagination .page-item {
    cursor: pointer;
}