﻿.c_list
{
    padding: 0 1rem;
}/* 轮播 */
.loop
{
    background: #fff;
}
.loop_box
{
    width: 16rem;
    margin: 1rem auto;
    display: flex;
    overflow: hidden;
    background: #f6f6f6;
}
.swiper-wrapper
{
    display: flex;
}
.news_loopitem
{
    display: flex;
}
.loop_box .img_box
{
    width: 7.8rem;
    height: 4.7rem;
}
.loop_box .new_info
{
    padding: .6rem .5rem .2rem .5rem;
    width: 8.2rem;
}
.new_info .date
{
    font-size: .2rem;
    font-weight: 900;
    color: #c6982f;
}
.new_info .p_subtitle
{
    font-size: .24rem;
    font-weight: bold;
    color: #333;
    line-height: .4rem;
    margin: .2rem 0 .3rem 0;
}
.new_info .p_summary
{
    font-size: .18rem;
    font-weight: bold;
    color: #666;
    line-height: .4rem;
}/* 新闻列表 */
.news_box
{
    padding-top: .6rem;
    background: #f5f6f8;
    padding-bottom: 1rem;
}
.new_list
{
    width: 16rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.new_list .container
{
    flex: 0 0 calc(100% / 3);
    padding: 0 .17rem;
}
.new_list .container .scale_box
{
    height: 2.97rem;
}
.news_box .date::before
{
    background: url(/png/erco1imh.png);
}
.new_list .container .title
{
    background: #fff;
}
.new_list .container .title .line2
{
    height: .58rem;
}
.new_list .scale_box
{
    width: 100%;
}
.new_list .item
{
    flex: 0 0 calc(100% / 3);
    margin-bottom: .3rem;
}
.new_list .title
{
    padding: .2rem;
    background-color: #fff;
    line-height: .32rem;
    width: 100%;
}
.new_list .line2
{
    margin-top: .1rem;
    height: .64rem;
}
.new_list .date
{
    color: #005bab;
    padding-left: .25rem;
    position: relative;
    line-height: .36rem;
}
.new_list .date::before
{
    content: '';
    display: inline-block;
    width: .18rem;
    height: .18rem;
    background: url(/png/erco1imh.png);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-size: 100% 100%;
}
.new_list .more
{
    width: 1.14rem;
    height: .41rem;
    line-height: .41rem;
    background: #005bab;
    color: #fff;
    text-align: center;
    border-radius: .5rem;
    margin-top: .25rem;
}
.new_items
{
    width: 5rem;/*height: 4.2rem;*/
    border-bottom: .01rem solid #ccc;
    background: #f5f6f8;
    transition: var(--tran_03);
    margin-right: .5rem;
    margin-top: .4rem;
}
.new_items:nth-child(3n)
{
    margin-right: 0;
}
.new_items .pic
{
    width: 5rem;
    height: 3.2rem;
}
.new_items .txt
{
    font-size: .18rem;
    color: #333;
    line-height: .36rem;
    padding: 0 .2rem;
    margin: .15rem 0;
}
.scale_box:hover .scale_img
{
    transform: scale(1.1);
}
.new_items:hover
{
    background-color: #fff;
    border-bottom: 1px solid #005bab;
}
.new_items:hover .txt
{
    font-weight: bold;
    color: #333;
}
.news_wrap
{
    padding-top: .8rem;
    padding-bottom: .8rem;
}
.v_flex
{
    margin: 0 -.25rem;
}
.v_flex .item
{
    margin-bottom: .33rem;
    padding: 0 .25rem;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
.v_flex .item .scale_box
{
    height: 3.2rem;
}
.v_flex .item .title_box
{
    margin-top: .13rem;
    justify-content: space-between;
}
.v_flex .item .line1
{
    text-align: center;
    transition: var(--tran_03);
}
.v_flex .item:hover .line1
{
    font-weight: bold;
    color: var(--c);
}
.v_flex .cover .coverImage img
{
    height: 2.58rem;
}
.v_flex .cover>img
{
    width: .56rem;
    height: .56rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.v_flex .p_video
{
    position: relative;
}
body .videoBox .name
{
    color: #fff;
    margin-top: .34rem;
    text-align: center;
}
body .videoBox .closeVideo
{
    color: #333;
}
body .videoBox .closeVideo:hover
{
    color: #fff;
}
body .videoBox
{
    z-index: 99999;
    background: rgba(0,0,0,.7);
}
body .videoBox svg
{
    color: #fff!important;
}
@media only screen and (max-width: 1024px)
{
    .news_wrap
    {
        padding-left: 15px;
        padding-right: 15px;
    }
    .loop_box, .loop, .loop_box .img_box, .loop_box .new_info, .new_list
    {
        width: 100%!important;
    }
    .loop_box
    {
        margin: 0;
    }
    .new_info .p_summary, .news_box .date, .new_list .container .title .line2, .news_box .more, .v_flex .item .line1, .v_flex .item .date
    {
        font-size: 12px;
    }
    .news_box
    {
        margin-top: 10px;
    }
    .news_wrap .prev, .news_wrap .next
    {
        top: 99%!important;
    }
    .news_wrap .prev
    {
        right: 15%!important;
    }
    .new_list .item
    {
        flex: 0 0 calc(100% / 2);
    }
    .new_list .container .scale_box
    {
        height: 2.5rem;
    }
    .v_flex .item
    {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .news_loopitem
    {
        display: block;
    }
    body .videoBox .name
    {
        font-size: 14px;
    }
}
