.newslist_main {
    min-height: 600px;
}

.newslistmain_left {
    float: left;
    margin-top: -20px;
    width: 216px;
    background: #ffffff;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 20px 0;
}

.newslistmain_left ul li {
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    padding-left: 40px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #505e6a;
    display: flex;
}

.newslistmain_left ul li.active,
.newslistmain_left ul li:hover {
    color: #005bac;
}

.newslistmain_left ul li.active::before {
    position: absolute;
    content: "";
    display: block;
    width: 3px;
    height: 32px;
    background: #005bac;
    left: 0;
    top: 8px;
}

.newslistmain_right {
    float: right;
    width: 944px;
}

.newslistmain_right #newsListBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newslistmain_right ul li {
    padding: 32px 0;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
}

.newslistmain_right #newsListBox .styelD {
    width: 460px;
    height: 352px;
    background: #FFFFFF;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06), 0px 2px 4px 0px rgba(0, 0, 0, 0.03);
    border-radius: 4px;
    padding: 0;
    margin-top: 24px;
}

.newslistmain_right #newsListBox .styelD:hover .styleDItem_title {
    color: #005bac;
}

.newslistmain_right #newsListBox > .styelD .styleDItem_img {
    width: 460px;
    height: 220px;
    background-color: #dfdfe0;
    border-radius: 4px;
}

.newslistmain_right #newsListBox > .styelD .styleDItem_img > img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.newslistmain_right #newsListBox > .styelD .styleDItem_title {
    max-height: 25px;
    font-size: 18px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    padding: 15px 24px 20px;
    box-sizing: content-box;
}

.newslistmain_right #newsListBox > .styelD .styleDItem_description {
    max-height: 48px;
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    padding: 0 24px;
}

.newsItem {
    font-size: 0;
}

.newsItem::after {
    content: "";
    display: table;
    clear: both;
}

.newsItem_img {
    display: inline-block;
    vertical-align: top;
    width: 220px;
    height: 150px;
    background: #d8d8d8;
    overflow: hidden;
    border-radius: 4px;
}

.newsItem_img img {
    width: 100%;
    height: 100%;
    font-size: 12px;
    border-radius: 4px;
}

.newsItem_cont {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 400;
}

.newsItem_img + .newsItem_cont {
    padding-left: 32px;
    max-width: 720px;
    box-sizing: border-box;
}

.newsItem_title {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsItem_desc {
    line-height: 24px;
    color: #999999;
    margin-top: 24px;
    height: 48px;
    margin-bottom: 24px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsItem_time {
    height: 21px;
    line-height: 21px;
    color: #666666;
}

.newsItem:hover .newsItem_title {
    color: #005bac;
}

/*活动公告样式*/
.activityItem {
    font-size: 16px;
    height: 72px;
    line-height: 72px;
}

.activityItem::after {
    content: "";
    display: table;
    clear: both;
}

.styleC .activityItem {
    display: flex;
}

.styleC .activityItem .activityItem_img {
    width: 90px;
    height: 72px;
    overflow: hidden;
    background: #d8d8d8;
    border-radius: 4px;
}

.styleC .activityItem .activityItem_img img {
    width: 100%;
    height: 100%;
    font-size: 12px;
}

.styleC .activityItem > .activityItem_content {
    padding-left: 32px;
}

.styleC .activityItem > .activityItem_content > .activityItem_title {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #222222;
    line-height: 22px;
    margin-top: 8px;
}

.styleC .activityItem > .activityItem_content > .activityItem_title:hover {
    color: #005bac;
}

.styleC .activityItem > .activityItem_content >.activityItem_time {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-top: 17px;
}

#emptyBox>img{
    width:199px;
}

#emptyBox>span{
    margin-top: 10px;
    color: #505e6a;
    font-size:14px;
}

@media only screen and (max-width: 768px) {
    .newslist_main {
        padding: 0 0.32rem;
        min-height: 0;
    }

    .newslistmain_left {
        float: none;
        margin-top: -0.24rem;
        width: auto;
        padding: 0.24rem 0.3rem 0;
    }

    .newslistmain_left ul li {
        width: 1.83rem;
        display: block;
        text-align: center;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        color: #111111;
        cursor: pointer;
        height: 0.74rem;
        line-height: 0.74rem;
        padding: 0 0.3rem;
        font-size: 0.24rem;
        background: #F2F6FA;
        border-radius: 4px;
        margin-right: 0.24rem;
        margin-bottom: 0.24rem;
        float: left;
    }

    .newslistmain_left ul .searchCategory {
        min-height: 1.2rem;
        line-height: 0.4rem;
        padding: 0.2rem 0.3rem 0.2rem 0.3rem;
    }

    .newslistmain_left ul li.active,
    .newslistmain_left ul li:hover {
        background: #0071EF;
        color: white;
    }

    .newslistmain_left ul li.active::before {
        display: none;
    }

    .newslistmain_right {
        float: none;
        width: auto;
    }

    .newslistmain_right ul li {
        padding: 0.32rem 0;
    }

    .newsItem_img {
        width: 2.2rem;
        height: 1.5rem;
    }

    .newsItem_img img {
        width: 100%;
        float: left;
        border-radius: 4px;
    }

    .newsItem_cont {
        font-size: 0.24rem;
    }

    .newsItem_img + .newsItem_cont {
        padding-left: 0.32rem;
        max-width: calc(100% - 2.3rem);
    }

    .newsItem_title {
        height: 0.3rem;
        line-height: 0.3rem;
        font-size: 0.28rem;
    }

    .newsItem_desc {
        line-height: 0.36rem;
        margin-top: 0.1rem;
        height: 0.72rem;
        margin-bottom: 0.08rem;
    }

    .newsItem_time {
        height: 0.22rem;
        line-height: 0.22rem;
    }

    /*活动公告移动端样式*/
    .styleC>.activityItem {
        font-size: 0.24rem;
        height: auto;
        line-height: 0.33rem;
    }

    .styleC .activityItem > .activityItem_img {
        width: 1.8rem;
        height: 1.08rem;
    }

    .styleC .activityItem > .activityItem_content {
        padding-left: 0.32rem;
        flex: 1;
    }

    .styleC .activityItem > .activityItem_content > .activityItem_title {
        margin-top: 0;
        font-size: 0.24rem;
        line-height: 0.33rem;
        white-space: inherit;
        height: 0.66rem;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .styleC .activityItem > .activityItem_content > .activityItem_time {
        margin-top: 0.16px;
        float: left;
        margin-top: 0.12rem;
    }

    .newslistmain_right #newsListBox .styelD{
        width: 100%;
        height: 321px;
    }

    .newslistmain_right #newsListBox > .styelD .styleDItem_img{
        width: 100%;
    }

    .newslistmain_right #newsListBox > .styelD .styleDItem_title{
        font-size: 0.28rem;
        padding-bottom: 10px;
    }

    .newslistmain_right #newsListBox > .styelD .styleDItem_description{
        font-size: 0.24rem;
    }
}

/*大屏*/
@media(min-width: 3840px) {
    .modulebox__pc1200{
        width: 2400px;
    }
    .newslistmain_left{
        margin-top: -40px;
        width: 432px;
        border-radius: 8px;
        padding: 40px 0;
    }
    .newslist_main {
        min-height: 1200px;
    }

    .newslistmain_left ul li {
        height: 96px;
        line-height: 96px;
        padding-left: 80px;
        font-size: 32px;
    }

    .newslistmain_left ul li.active::before {
        width: 6px;
        height: 64px;
        left: 0;
        top: 16px;
    }

    .newslistmain_right {
        width: 1888px;
    }

    .newslistmain_right ul li {
        padding: 64px 0;
        border-bottom: 2px solid #e9e9e9;
    }

    .newslistmain_right #newsListBox .styelD {
        width: 920px;
        height: 704px;
        box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.06), 0px 4px 8px 0px rgba(0, 0, 0, 0.03);
        border-radius: 8px;
        margin-top: 48px;
    }

    .newslistmain_right #newsListBox > .styelD .styleDItem_img {
        width: 920px;
        height: 440px;
        border-radius: 8px;
    }

    .newslistmain_right #newsListBox > .styelD .styleDItem_img > img {
        border-radius: 8px;
    }

    .newslistmain_right #newsListBox > .styelD .styleDItem_title {
        max-height: 50px;
        font-size: 36px;
        line-height: 50px;
        padding: 30px 48px 20px;
    }

    .newslistmain_right #newsListBox > .styelD .styleDItem_description {
        max-height: 96px;
        font-size: 28px;
        line-height: 48px;
        padding: 0 48px;
    }

    .newsItem_img {
        width: 440px;
        height: 300px;
        border-radius: 8px;
    }

    .newsItem_img img {
        font-size: 24px;
        border-radius: 8px;
    }

    .newsItem_cont {
        font-size: 28px;
    }

    .newsItem_img + .newsItem_cont {
        padding-left: 64px;
        max-width: 1440px;
    }

    .newsItem_title {
        height: 60px;
        line-height: 60px;
        font-size: 40px;
    }

    .newsItem_desc {
        line-height: 48px;
        margin-top: 48px;
        height: 96px;
        margin-bottom: 48px;
    }

    .newsItem_time {
        height:42px;
        line-height: 42px;
    }

    /*活动公告样式*/
    .activityItem {
        font-size: 32px;
        height: 144px;
        line-height: 144px;
    }

    .styleC .activityItem .activityItem_img {
        width: 180px;
        height: 144px;
        border-radius: 8px;
    }

    .styleC .activityItem .activityItem_img img {
        font-size: 24px;
    }

    .styleC .activityItem > .activityItem_content {
        padding-left: 64px;
    }

    .styleC .activityItem > .activityItem_content > .activityItem_title {
        height: 44px;
        font-size: 32px;
        line-height:44px;
        margin-top: 16px;
    }

    .styleC .activityItem > .activityItem_content >.activityItem_time {
        height: 40px;
        font-size: 28px;
        line-height: 40px;
        margin-top: 34px;
    }
    #emptyBox {
        height: 1200px;
    }

    #emptyBox>img{
        width: 398px;
    }

    #emptyBox>span{
        margin-top: 20px;
        font-size:28px;
    }
}