/* 
蓝色背景：f1f9ff 
深蓝色：2b61d9

绿色背景：f3fcf9
深绿色：40a585
*/
body{
    font-family:"Microsoft Yahei";
    background-color: #fff;
}
/* 头部 */
.top li a img{
    width: 20px;
    height: 20px;
    margin-top: 10px;
    float: left;
}
.top li a p{
    float: left;
    color: #eee;
    margin-left: 5px;
}
.lkg{
    margin-top: 12px !important;
}
.content{
    background-color: #fff;
}
.news ul{
    list-style-type:none;
}
.title{
    margin: 3.2rem auto;
}
/* pc端 开始 */
.zwPC{
    display: block;
}

.title .img1 span{
    font-family: "微软雅黑";
    font-size: 30px;
    z-index: 999;
    width: 100%;
    margin-top: -50px;
    text-align: center;
    height: 31px;
    line-height: 31px;
    color:#a62118;
    font-weight: bold;
}
.title .img2 span{
    font-family: "微软雅黑";
    font-size: 18px;
    z-index: 999;
    width: 100%;
    margin-top: -30px;
    text-align: center;
    height: 31px;
    line-height: 31px;
    color:#a62118;
    font-weight: bold;
}
.newsword{
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
    position: relative;
}
.newsword1 , .newsword2{
    width: 381px;
    height: 130px;
    position:relative;
    float: left;
    background-color: #ffffff;
    border: 1px solid #eee; 
}
.newsword1 {
    box-shadow:#f5f5f5 2px -2px 20px 4px
}
.newsword1:first , .newsword2:first{
    margin-left: 0;
}
.newsword1{
    transition: transform 0.25s ease;
}
.newsword1:hover{
    background-color:#a62118 ;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%);
}
.newsword1:hover .newsword_tit{
    color: #fff;
}
.newsword1:hover .newsword_text{
    color: #fff;
}
.newsword1:hover .newsword_time{
    color: #fff;
}

.newsword1 a , .newsword2 a{
    width: 90%;
    margin: auto;
}
.newsword_tit{
    margin-top: 1rem;
    font-size: 16px;
    color: #333;
    line-height: 35px;
    font-weight: bold;
}
.newsword_text{
    height: 90px;
    font-size: 14px;
    left: 4%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 30px;
    margin-top: -15px;
    display: none;
}
.newsword_time{
    height: 30px;
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}
.zw-news{
    padding-top: 1rem;
    overflow: hidden;
}
.zw-news li:nth-child(even){
    margin-left: 1.5%;
}
.zw-news li{
    width: 49%;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border: 1px solid #eee;
    margin-top: 20px;
    float: left;
}
.zw-news li:hover .news_p1{
    color: #fff;
}
.zw-news li:hover .news_p2{
    color: #fff;
}
.zw-news li:hover .news_p3{
    color: #fff;
}
.zw-news li:hover{
    background-color: #a62118;
}
.zw-news li:hover .dot{
    background-color: #fff;
}
.zw-news .dot{
    width: 3px;
    height: 30px;
    background-color: #a62118;
    position: absolute;
    top: 11px;
}
.news_p1{
    position: absolute;
    left: 1.5%;
    color: #666;
    width: 70%;
}
.t-el{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_p2,.news_p3{
    position: absolute;
    right: 1%;
    color: #bebebe;
}
.news_p2{
    display: block;
    margin-right: 2%;
}
.news_p3{
    display: none;
}
.gl-news-pc .min_page{
    margin: 40px auto 30px;
}
/* pc端 结束 */

/* 移动端 开始 */
.zwMo{
    display: none;
}
/* 移动端 结束 */


/* 导航按钮 */
.swiper.swiper-container-initialized.swiper-container-horizontal{
    display: none;
}
.swiper-pagination-bullet{
    border-radius:0px
}
.swiper-pagination-bullet-active{
    width: 25px;
    background-color: #a62118;
}
.swiper-pagination{
    display: none;
}
.min_page li a.on, .min_page .active span{
    background: #a62118 !important;
}
@media screen and (max-width:1201px){
    /* pc端 开始 */
    .zwPC{
        display: none;
    }
    .news_p2{
        display: none;
    }
    
    /* pc端 结束 */

    /* 移动端 开始 */
    .zwMo{
        display: block;
        overflow:hidden
    }
    .news_p3{
        display: block;
        font-size: 12px;
        color:#8B8B83;
    }
    .newsword{
        display: block !important;
    }
    .newsword2{
        margin-left: 0;
        height: 130px;
        border: 0;
        background: #a62118;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 0px;
    }
    .newsword_tit{
        font-size: 14px;
        line-height: 25px;
        color: #fff;
        margin-top: 3rem;
    }
    .newsword_text{
        font-size: 12px;
        line-height: 25px;
        margin-top: -40px;
        height: 100px;
        color: #fff;
    }
    .newsword_time{
        color: #fff;
        margin-top: 2rem;
    }
    .c{
        font-size: 12px;
        color: #fff;
    }
    .zw-news li:nth-child(even){
        margin-left: 0;
    }
    .zw-news li{
        width: 99%;
    }
    .t-el{
        font-size: 12px;
        margin-left: 2%;
    }
    .news_p2{
        font-size: 12px;
    }
    /* 分页开始 */
    .swiper-pagination{
        display: block;
    }
    /* 移动端 结束 */
}

