.news_list_n ul{display: flex; flex-wrap: wrap; margin: 0 -22px; }
.news_list_n li{width: 50%; margin-bottom: 24px;}
.news_list_n li .item{display: block;margin: 0 22px; padding:20px; border: 1px solid #E3E3E3;}
.news_list_n li .imgbox{position: relative; overflow: hidden; padding-bottom: 66%;}
.news_list_n li .imgbox .img{position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.news_list_n li .imgbox .img img{width: 100%; height: 100%; object-fit: cover; -webkit-transition: all 0.3s; transition: all 0.3s;}
.news_list_n li .item:hover .imgbox .img img{ -webkit-transform: scale(1.03); transform: scale(1.03);}
.news_list_n li .text{ padding-top:15px; font-size:16px; color:#b2acac;}
.news_list_n li .text .hh{margin: 0 0 0.7em; line-height: 1.3; font-weight: bold; font-size:18px; color: #000; overflow: hidden; line-height:1.3; height: 2.6em; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.news_list_n li .text p{ line-height: 1.4; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.news_list_n li .text .time{ margin-bottom:0.9em;}
.news_list_n li:hover .text .hh{color:#00A9E0;}

.page_n{margin-top: 5%; display:flex; justify-content:space-between; align-items:center; color:#999; flex-wrap:wrap; }
.page_n_l .cc_n{color:#D93536;}
.page_n_a{ line-height:34px; margin:10px 0; display:flex;flex-wrap:wrap; }
.page_n_a a{display:block; min-width:34px; height:34px; text-align: center; border:1px solid #DEDEDE;margin-left:-1px;}
.page_n_a a:hover,.page_n_a a.cur{background:#172E64; color:#fff;}
.page_n_a .page-pre{ width:54px; background:url(../images/left01.png) no-repeat center #EDEEF0; }
.page_n_a .page-next{ width:54px; background:url(../images/right01.png) no-repeat center #EDEEF0;}
.page_n_a .page-pre.disabled{background:url(../images/left01.png) no-repeat center #EDEEF0 !important; cursor: default; }
.page_n_a .page-next.disabled{background:url(../images/right01.png) no-repeat center #EDEEF0 !important; cursor: default; }
.page_n_a .page-pre:hover{ width:54px; background:url(../images/left01_1.png) no-repeat center #EDEEF0; }
.page_n_a .page-next:hover{ width:54px; background:url(../images/right01_1.png) no-repeat center #EDEEF0;  }

.news_list_c{}
.news_list_c li{border-bottom:1px dashed #999;}
.news_list_c li a{ display:flex; align-items: center; padding:4.6% 25px 4.6% 0; position:relative; overflow:hidden; background:url(../images/add_n.png) no-repeat right center;}
.news_list_c li:first-child a{ padding-top:0; background-position: right 30px; }
.news_list_c li .date{ float:left; flex-shrink: 0; width:84px; height:84px; border:1px solid #e1e1e1; color:#717171; text-align:center; box-sizing:border-box; padding:12px 0; line-height:1.1;}
.news_list_c li .date .day{ font-size:36px; color: #000;}
.news_list_c li .date .y_m{color: #636969;}
.news_list_c li .text{ margin-left:6%; flex:1;}
.news_list_c li .text h3{ color:#242424; font-size:22px; line-height:1.3; }
.news_list_c li a:hover .text h3{color:#00A9E0;}

.menu-tel-n{display:none; margin-top:-20px; }
.menu-tel-n a{line-height:2; display:inline-block; margin-right:20px; color:#000; font-size:16px; }
.menu-tel-n a.active,.menu-tel-n a:hover{color: #00A9E0;}

@media (max-width: 1200px){
  .news_list_n li .text .hh{font-size:16px;}
  .news_list_n li .text{ font-size:14px;}
  .news_list_c li .text h3{font-size:18px;}
  .menu-tel-n{display:block; margin-bottom:20px; }
}
@media (max-width: 960px){
  .news_list_n ul{
    margin:0 -10px;
  }
  .news_list_n li .item{
    margin:0 10px;
  }
}
@media (max-width: 520px){
  .news_list_n li{
    width: 100%;
    margin-bottom:15px;
  }
  .news_list_n li .item{
    padding: 5%;
  }
  .news_list_c li .date{ width:60px; height:60px; padding:5px;}
  .news_list_c li .date .day{ font-size:28px;}
  .news_list_c li .date .y_m{font-size:12px;}
  .news_list_c li:first-child a{ background-position: right 19px; }
  .news_list_c li .text h3{font-size:16px;}
}