/* body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
} */

.bg .bg-top-img {
    margin-bottom: 45px !important;
    background-image: url(../img/newsTop.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
}

ul li {
    list-style-type: disc !important;
    list-style: disc;
}

#news_container {
    max-width: 1920px;
    margin: 0 auto;
    /* padding-top: 55px; */
}

#news_container .banner {
    width: 96rem;
    height: 35rem;
    background: url('../images/news_banner.png');
    background-size: cover;
    background-position: right bottom;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    flex-direction: column;
    padding-top: 12.65rem;
}

#news_container .banner .banner_word {
    /* font-size: 3.9rem;
    font-family: '思源黑体';
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 23px; */
    width: 51.2rem;
    height: 10.1rem;
    /*transform: translate(3.9rem,-1.4rem);*/
    background: url('../images/news_word.png');
    background-size: 100% 100%;
    /* letter-spacing: 8px; */
}

#news_container .times_box {
    /*width: 96rem;*/
    /* background: #F6F6F6; */
    /* background: #cae0f7; */
    display: flex;
    flex-direction: column;
    padding: 5rem 0;
}

#news_container .times_box .times_item {
    width: 50.8rem;
    cursor: pointer;
    background: #FFFFFF;
    /* padding: 2rem 2.5rem 2.5rem; */
    padding: 0 1rem 0 2rem;
    margin-left: 22.2rem;
    position: relative;
    margin-bottom: 2.5rem;
    box-shadow: 0px 0px 5px #888888;
}

.times_item_mh {
    height: 6.3rem;
}

#news_container .times_box .times_item .times_item_title {
    font-size: 1rem;
    font-weight: bold;
    color: #333333;
    /* margin-bottom: 1.5rem; */
    margin: 0.8rem 0 1rem 0;
    text-align: left;
}

#news_container .times_box .times_item .times_item_content {
    font-size: 0.7rem;
    font-weight: 400;
    color: #333333;
    margin-bottom: 2rem;
    /*line-height: 2rem;*/
    text-align: left;
}

#news_container .times_box .times_item .less_show {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.times_item_content:last-child {
    margin-bottom: 0 !important;
}

#news_container .times_box .time_date {
    position: absolute;
    left: -7.2rem;
    top: 0;
    width: 7.2rem;
    height: 6.5rem;
    background: #1C73C5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#news_container .times_box .time_date .time_DD {
    width: 4.2rem;
    height: 3.9rem;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 4.9rem;
    color: #FFFFFF;
    letter-spacing: 4px;
    opacity: 1;
    margin: 0 auto;
}

#news_container .times_box .time_date .time_YY {
    width: 5.65rem;
    height: 1.65rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.65rem;
    color: #FFFFFF;
    opacity: 1;
    margin: 0 auto 1.2rem;
}

#news_container .times_box .time_date .time_icon {
    margin: 1.3rem auto 0;
    width: 1.23rem;
    height: 1.12rem;
    background: url('../images/news_icon.png');
    background-size: 100% 100%;
}

#news_container .times_box .time_date .time_icon_down {
    margin: 1.3rem auto 0;
    height: 1.23rem;
    width: 1.12rem;
    background: url('../images/news_down.png');
    background-size: 100% 100%;
    display: none;
}

.M-box {
    display: flex;
    justify-content: center;
    margin: 5rem 0;
}

.M-box .active {
    width: 2.5rem;
    height: 2.5rem;
    display: inline-block;
    margin-right: 1.3rem;
    color: #FFFFFF;
    background: #1C73C5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.M-box a {
    width: 2.5rem;
    height: 2.5rem;
    background: #FFFFFF;
    color: #CCCCCC;
    border: 1px solid #ccc;
    display: inline-block;
    margin-right: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.M-box .next {
    display: none;
}

.M-box .prev {
    display: none;
}

.news_box {
    margin-left: 19.5rem;
    margin-right: 5rem;
    background: #FFFFFF;
}

.news_box .news_item {
    padding: 3.5rem 0;
    display: flex;
    border-bottom: 1px solid #ccc;
    position: relative;
    width: 63.2rem;
}

.news_box .news_item .news_item_date {
    font-size: 1.1rem;
    color: #333333;
    flex: 1;
}

.news_box .news_item .news_item_content {
    font-size: 1.3rem;
    color: #333333;
    opacity: 1;
    flex: 5;
}

.news_box .news_item .news_item_title {
    font-weight: 600;
    cursor: pointer;
    font-size: 2rem;
}

.news_box .news_item .real_content {
    font-size: 1.2rem;
    color: #333333;
    margin-top: 20px;
    font-weight: normal;
    line-height: 1.3rem;
    display: none;
    line-height: 23px;
}

.news_box .news_item .news_item_icon {
    width: 3.5rem;
    height: 3.5rem;
    background: url('../images/new_more.png');
    background-size: 100% 100%;
    position: absolute;
    left: -5.65rem;
    top: 3rem;
    display: none;
}

.links{
    font-size:14px;
    float:right;
    color:#ccc!important;
    height: 10px;
}
/* 媒体查询 */

@media (max-width: 970px) {
    /* body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   
} */
    .bg .bg-top-img {
        margin-bottom: 45px !important;
        background-image: url(../img/newsTop.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: bottom;
    }
    ul li {
        list-style-type: disc !important;
        list-style: disc;
    }
    #news_container {
        /* max-width: 1920px; */
        width: 90%;
        margin: 0 auto;
        /* padding-top: 55px; */
    }
    #news_container .banner {
        width: 96rem;
        height: 35rem;
        background: url('../images/news_banner.png');
        background-size: cover;
        background-position: right bottom;
        display: flex;
        align-items: center;
        /*justify-content: center;*/
        flex-direction: column;
        padding-top: 12.65rem;
    }
    #news_container .banner .banner_word {
        /* font-size: 3.9rem;
    font-family: '思源黑体';
    font-weight: 300;
    color: #FFFFFF;
    margin-bottom: 23px; */
        width: 51.2rem;
        height: 10.1rem;
        /*transform: translate(3.9rem,-1.4rem);*/
        background: url('../images/news_word.png');
        background-size: 100% 100%;
        /* letter-spacing: 8px; */
    }
    #news_container .times_box {
        /*width: 96rem;*/
        /* background: #F6F6F6; */
        /* background: #cae0f7; */
        display: flex;
        flex-direction: column;
        padding: 5rem 0;
    }
    #news_container .times_box .times_item {
        width: 60%;
        cursor: pointer;
        background: #FFFFFF;
        /* padding: 2rem 2.5rem 2.5rem; */
        padding: 0 2.5rem;
        margin-left: 130px;
        position: relative;
        margin-bottom: 4rem;
        box-shadow: 0px 0px 5px #888888;
    }
    .times_item_mh {
        height: 10.35rem;
    }
    #news_container .times_box .times_item .times_item_title {
        font-size: 1.2rem;
        font-weight: bold;
        color: #333333;
        /* margin-bottom: 1.5rem; */
        margin: 1.5rem 0;
        text-align: left;
    }
    #news_container .times_box .times_item .times_item_content {
        font-size: 1.2rem;
        font-weight: 400;
        color: #333333;
        margin-bottom: 2rem;
        line-height: 2rem;
        text-align: left;
    }
    #news_container .times_box .times_item .less_show {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .times_item_content:last-child {
        margin-bottom: 0 !important;
    }
    #news_container .times_box .time_date {
        position: absolute;
        left: -9.2rem;
        top: 0;
        width: 9.2rem;
        height: 10.35rem;
        background: #1C73C5;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #news_container .times_box .time_date .time_DD {
        width: 4.2rem;
        height: 4.9rem;
        font-size: 3.5rem;
        font-weight: 400;
        line-height: 4.9rem;
        color: #FFFFFF;
        letter-spacing: 4px;
        opacity: 1;
        margin: 0 auto;
    }
    #news_container .times_box .time_date .time_YY {
        width: 4.65rem;
        height: 1.65rem;
        font-size: 1.2rem;
        font-weight: 400;
        line-height: 1.65rem;
        color: #FFFFFF;
        opacity: 1;
        margin: 0 auto 1.2rem;
    }
    #news_container .times_box .time_date .time_icon {
        margin: 1.3rem auto 0;
        width: 1.23rem;
        height: 1.12rem;
        background: url('../images/news_icon.png');
        background-size: 100% 100%;
    }
    #news_container .times_box .time_date .time_icon_down {
        margin: 1.3rem auto 0;
        height: 1.23rem;
        width: 1.12rem;
        background: url('../images/news_down.png');
        background-size: 100% 100%;
        display: none;
    }
    .M-box {
        display: flex;
        justify-content: center;
        margin: 5rem 0;
    }
    .M-box .active {
        width: 2.5rem;
        height: 2.5rem;
        display: inline-block;
        margin-right: 1.3rem;
        color: #FFFFFF;
        background: #1C73C5;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .M-box a {
        width: 2.5rem;
        height: 2.5rem;
        background: #FFFFFF;
        color: #CCCCCC;
        border: 1px solid #ccc;
        display: inline-block;
        margin-right: 1.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .M-box .next {
        display: none;
    }
    .M-box .prev {
        display: none;
    }
    .news_box {
        margin-left: 19.5rem;
        margin-right: 5rem;
        background: #FFFFFF;
    }
    .news_box .news_item {
        padding: 3.5rem 0;
        display: flex;
        border-bottom: 1px solid #ccc;
        position: relative;
        width: 63.2rem;
    }
    .news_box .news_item .news_item_date {
        font-size: 1.1rem;
        color: #333333;
        flex: 1;
    }
    .news_box .news_item .news_item_content {
        font-size: 1.3rem;
        color: #333333;
        opacity: 1;
        flex: 5;
    }
    .news_box .news_item .news_item_title {
        font-weight: 600;
        cursor: pointer;
        font-size: 2rem;
    }
    .news_box .news_item .real_content {
        font-size: 1.2rem;
        color: #333333;
        margin-top: 20px;
        font-weight: normal;
        line-height: 1.3rem;
        display: none;
        line-height: 23px;
    }
    .news_box .news_item .news_item_icon {
        width: 3.5rem;
        height: 3.5rem;
        background: url('../images/new_more.png');
        background-size: 100% 100%;
        position: absolute;
        left: -5.65rem;
        top: 3rem;
        display: none;
    }
}