/* 通用 */
/* article文章详情页 */
.article_title { text-align: center; font-size: 26px; }
.news_content{ margin-top: 30px;}

.news_content p { font-size: 18px; color: #666;  text-align: justify; line-height: 1.8em; }
.news_content img { width: auto; margin: 20px auto;}

/* 文章列表页 */
/* .list02_href :first-child { padding: 0 0 15px; } */
.list01_details { width: 75% }
.list01_details .title { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
.list01_details .news_time, .list02_details .news_time, .list03_details .news_time { color: #999; }
.list01_details .news_time { margin-top: 10px; }


.fangkuai { width: 10px; height: 10px; background: #fff; position: absolute; z-index: 2;}
.imglist_slt img { object-fit: cover; width: 100%;  position: relative; }
.img_borderx { width: calc(100% - 30px); height: 10px; z-index: 3; position: absolute; }
.img_bordery { width: 10px; height: calc(100% - 30px); z-index: 3; position: absolute; }

/* 分页 */
.pagination { display: flex; justify-content: center; align-items: center; margin-top: 10px; }
.pagination .active span { color: #355e87; }
.pagination .disabled { color: #355e87; }
.page-item {  padding: 10px; }
.page-link { color: #999; }

/* .Clear_foottop .footer { margin-top: 0;} */


/* 根据媒体查询 */
@media (max-width:768px){
    .article_wrap { padding: 50px 0px; }
    .list, .imglist { margin-top: 30px;}
    .list_wrap, .imglist_ul { margin-top: 15px; }
    
    .list01_details { width: 100%; }

    .list01_slt, .imglist_slt { display: none; }
    .list02_title, .list03_title { font-size: 17px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
    .news_desc, .list03_desc { display: none; }
    .list01_details .news_time, .list02_details .news_time, .list03_details .news_time { margin-top: 5px;}
    /*.list01_details, .list02_details, .list03_details { margin: 8px auto; }*/
    .list03_line { display: flex; }
    
}

@media (min-width: 768px) {
    .list {display: flex; justify-content: space-between; align-items: flex-start;}
   

    .list_wrap { margin: 60px 0; }
    .list2_wrap { margin: 40px 0 60px; }
    .imglist_ul { margin-top: 30px; display: flex; justify-content: space-between; flex-wrap: wrap; }
    .list01_href { display: flex; justify-content: space-between; }
    .imglist_wrap li { width: 31%; height: 360px; }
  
    .list01_slt { margin-right: 30px;}
    .list01_slt img { width: 200px; height: 135px; object-fit: cover;}
    .imglist_slt { width: 100%; height: 220px; position: relative;}
    .imglist_slt img { height: 220px; }
  
    .list01_details .title { font-size: 20px; font-weight: bold; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; 
                             -webkit-box-orient: vertical; }
    .list01_details .news_desc { line-height:28px; color: #666; margin-top: 8px; word-break: break-all; text-overflow: ellipsis; 
                                 overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
    .list01_details .news_time, .list02_details .news_time, .list03_details .news_time { color: #999; font-size: 15px;}
    .list01_details .news_time { margin-top: 20px; }
    .news_content img { width: 100%;}
    .list02_details { display: flex; justify-content: space-between; padding: 0.6rem 0; }
    .list02_title { width: calc(100% - 120px); font-size: 18px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
    .list02_desc .news_desc {line-height:28px; color: #666; margin-top: 10px; word-break: break-all; text-overflow: ellipsis; 
                            overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
    .list03_title { font-size: 18px; font-weight: bold; padding-left: 22px; background: url(../images/ico_list.png) no-repeat left center; 
                    overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; }
    .list03_desc { line-height:26px; color: #666; margin-top: 10px; word-break: break-all; text-overflow: ellipsis; 
                   overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
    .list03_details { margin-top: 15px;}
    .list03_line { display: none; }

    /* article文章详情页 */
    .article_wrap { padding: 50px 100px 65px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
   
}

@media (max-width:992px){
    .left_wrap { display: none; }
    .right_wrap { width: 100%; }
    

    
}

@media (min-width: 992px){
    .middle_nav { display: none; }
    .left_wrap {  background: #f5f5f5; position: relative; top: -70px; }
    .left_menu { width: 270px; min-height: 330px; padding-bottom: 30px; background: url(../images/bg_menu.png) no-repeat right bottom;  }
    .left_top { width: 270px; height: 70px; background: #355e87; }
    .top_name { color: #fff; font-size: 20px; line-height: 70px; font-weight: bold; text-align: center;}
    .left_menuli { text-align: center; height: 70px; line-height: 70px; font-size: 17px; }
    .left_menuli:hover { background: rgba(53, 94, 135, 0.06); }
    .left_active{ background: rgba(53, 94, 135, 0.2); color: #355e87; font-weight: bold;}
    
    .right_wrap { width: calc(100% - 330px);}
 


}



@media (min-width:1200px){
    .news_content img { width: auto; }



}
