.container {
  background-color: #f5f5f5;
}
.page_title{
    display: flex;
    flex-wrap: wrap;    align-items: center;
    justify-content: space-between;padding: 140px 0 20px;
}
.page_title .category{padding: 0;}
.page_title .mo_search_icon {display: none;}
.page_title .mo_search_icon img{width: 22px;cursor: pointer;}

.news_top {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 80px;
}
.news_top > a {
  display: flex;
  flex-wrap: wrap;
}
.news_top .image {
  height: 460px;
  width: 60%;
}
.news_top .news_desc {
  width: 40%;
  background-color: #fff;
  padding: 0 20px 0 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.news_top .news_desc .news_desc_top {
}
.news_top .news_desc .news_desc_top .brd_cate {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.news_top .news_desc .news_desc_top h4 {
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  display: -webkit-box;
  margin: 0 0 50px;
  padding-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.news_top .news_desc .date {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #999999;
}

.news_category {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.news_category li {
  margin-right: 10px;
  background-color: #fff;
  padding: 12px 24px;
  border-radius: 30px;
}
.news_category li.selected {
  background-color: #000;
}
.news_category li a {
    line-height: 24px;
  color: #999999;
  font-weight: 500;
  font-size: 16px;
}
.news_category li.selected a {
  color: #fff;
}
.newsroom_list_wrap{padding-bottom: 150px;}
.newsroom_list{padding-bottom: 150px;}
.newsroom_list_top{display: flex;flex-wrap: wrap;justify-content: space-between;margin-bottom: 30px;}
.newsroom_list_top .brd_search_pc{}
.newsroom_list_top .brd_search_pc #search_wrap{position: relative;}
.newsroom_list_top .brd_search_pc #search_wrap input{background: #FFFFFF;width: 250px;  border-radius: 30px;outline: none;border: none;padding: 15px 30px;color: #999999;font-size: 14px;line-height: 17px;}
.newsroom_list_top .brd_search_pc  #search_button{width: 16px;height: 16px;background: url(../img/icon_find.png)no-repeat center/cover;border: none;outline: none;position: absolute;top: 50%;right: 20px;transform: translateY(-50%);} 

.newsroom-list {
  display: flex;
  flex-wrap: wrap;
}
.newsroom-list li {
  width: calc(33.33% - 20px);
  margin: 0 30px 30px 0;
  overflow: hidden;
  border-radius: 18px;
  transition: all 0.3s;
}
.newsroom-list li:hover {
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.07);
}
.newsroom-list li:nth-child(3n) {
  margin: 0 0 30px 0;
}
.newsroom-list .image {
  width: 100%;
  height: 250px;
}
.newsroom-list .news_desc {
  padding: 30px 30px 30px;
  background-color: #fff;
  height: 230px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.newsroom-list .news_desc .brd_cate {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.newsroom-list .news_desc h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  display: block;
  padding-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.newsroom-list .news_desc .date {
  padding-top: 60px;
  color: #999999;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.mo_search_bg{position: fixed;top:0;left:0;width: 100%;height: 100%; z-index: 998;background: rgba(0,0,0,0.4);transition: all .3s;opacity: 0;visibility: hidden;}
.mo_search_bg.show{opacity: 1;visibility: visible;}

.brd_search_mo{display: none; position: fixed;top: 53px;left: 0;width: 100%;padding:40px 30px;background-color: #fff;z-index: 999;}
.brd_search_mo #search_wrap{position: relative;}
.brd_search_mo #search_wrap input{width: 100%;border: none;outline: none; border-bottom: 1px solid #000;padding-bottom: 15px;font-size: 14px;color: #999999;}
.brd_search_mo #search_wrap .search_icon_wrap{position: absolute;right: 0;top: 50%;transform: translateY(-50%);display: flex;flex-wrap: wrap;}
.brd_search_mo #search_wrap button#search_button{background: transparent;border: none;}
.brd_search_mo #search_wrap button#search_button img{width: 19px;}
.brd_search_mo .search_cate{margin-top: 20px; display: flex;flex-wrap: wrap;}
.brd_search_mo .search_cate li{padding: 8px 16px;border: 1px solid #EAEAEA;
border-radius: 30px;margin-right: 6px;}
.brd_search_mo .search_cate li a{color: #999999;font-size: 12px;line-height: 18px;}

.brd_search_mo #search_wrap .mo_search_close{position: relative;width: 17px;height: 17px;}
.brd_search_mo #search_wrap .mo_search_close::after,
.brd_search_mo #search_wrap .mo_search_close::before{content: "";display: block;position: absolute;width: 100%;height: 1px;background: #999999;    top: 50%;}
.brd_search_mo #search_wrap .mo_search_close::after{transform: rotate(45deg);}
.brd_search_mo #search_wrap .mo_search_close::before{transform: rotate(-45deg);}



#pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
#pagination li {
  padding: 0 10px;
}
#pagination li a {
  font-size: 16px;
  line-height: 28px;
  color: #999;
}
#pagination li a.active {
  color: #000000;
}

#pagination li.pagin-next,
#pagination li.pagin-prev {
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  border-radius: 2px;
}
#pagination li.pagin-next img,
#pagination li.pagin-prev img {
  width: 5px;
}
@media all and (max-width: 1024px) {
  .page_title .category {
    font-size: 30px;
    line-height: 36px;
  }
  .news_top {
    margin-bottom: 60px;
  }
  .news_top .image {
    height: 350px;
  }
  .news_top .news_desc {
    padding: 0 20px;
  }
  .news_top .news_desc .news_desc_top .brd_cate {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .news_top .news_desc .news_desc_top h4 {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 30px;
    padding-top: 12px;
    line-height: 27px;
  }
  .news_top .news_desc .date {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
  }
  .news_category {
    margin-bottom: 20px;
  }
  .news_category li a {
    font-size: 14px;
    line-height: 21px;
  }
  .news_category li {
    padding: 8px 16px;
  }
  .newsroom-list li {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
  .newsroom-list li:nth-child(3n) {
    margin: 0 20px 20px 0;
  }
  .newsroom-list li:nth-child(2n) {
    margin: 0 0 20px 0;
  }
  .newsroom-list .news_desc {
    padding: 30px 20px 30px;
    height: 186px;
  }
  .newsroom-list .news_desc .brd_cate {
    font-size: 12px;
    line-height: 14px;
  }

  .newsroom-list .news_desc h4 {
    font-size: 18px;
    line-height: 27px;
    padding-top: 12px;
  }
  .newsroom-list .news_desc .date {
    padding-top: 30px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media all and (max-width: 767px) {
    .newsroom_list_top{display: none;}
  .w1200 {
    padding: unset;
  }
  .container {
    background-color: #fff;
  }
 
  .page_title .mo_search_icon {display: block;}
  .newsroom_top {
    padding: 0 20px;
  }
  .news_top {
    margin-bottom: 0;
  }
.newsroom_top .page_title{padding: 0;margin: 100px 0 20px;}
.newsroom_top .page_title .category{padding: 0;} 
  .news_top .image,
  .news_top .news_desc {
    width: 100%;
  }
  .news_top .news_desc {
    padding: 30px 0 60px;
  }
  .newsroom_list_wrap {
    background-color: #f5f5f5;
    padding: 60px 20px ;
  }
  .newsroom-list li {
    width: 100%;
    margin: 0 0 20px !important;
  }
  .newsroom-list .image {
    min-height: 213px;
    height: 71vw;
  }
  .newsroom-list .news_desc{height: auto;}
  .newsroom_list_top .brd_search_pc {
    display: none;
}
.newsroom_top #search_wrap{padding-bottom:0;}
}
