.banner {
  margin-top: 100px;
  position: relative; }
  .banner > img {
    width: 100%; }

.ab_navbox {
  position: absolute;
  left: 50%;
  top: 35px;
  z-index: 12;
  transform: translateX(-50%);
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  line-height: 24px; }
  .ab_navbox img {
    vertical-align: unset;
    margin-right: 5px; }

.frat_box {
  width: 340px;
  height: 75px;
  background: #0F325D;
  position: absolute;
  right: 13%;
  bottom: 80px;
  z-index: 1; }

.frat_type {
  width: 100%;
  height: 100%;
  position: relative; }

.pro_one {
  padding: 0 80px 0 30px;
  position: relative;
  z-index: 12;
  cursor: pointer;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 75px; }

.SortBy {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center; }
  .SortBy:hover {
    background: rgba(255, 255, 255, 0.1); }

.protype_box {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  display: none;
  z-index: 12;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.12);
  padding: 20px 0 30px; }
  .protype_box p {
    padding: 0 20px;
    transition: all .4s;
    cursor: pointer; }
    .protype_box p a {
      display: block;
      font-size: 15px;
      font-family: "Lato", sans-serif;
      font-weight: 400;
      color: #333333;
      line-height: 20px;
      padding: 9px 0 14px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      color: #333333; }
    .protype_box p:hover {
      background: #0F325D;
      -webkit-transition: all .4s;
      -moz-transition: all .4s;
      -ms-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .protype_box p:hover a {
        color: #fff; }
  .protype_box .activa {
    background: #0F325D; }
    .protype_box .activa a {
      color: #fff; }

.set2 {
  padding: 117px 0 80px; }

.news_box {
  margin-bottom: 60px; }

.news_image {
  width: 28.5%;
  overflow: hidden; }
  .news_image a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .news_image img {
    transition: all .3s; }
  .news_image:hover img {
    transform: scale(1.1);
    transition: all .3s; }

.news_cnt {
  width: 68%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 40px; }
  .news_cnt > a {
    display: block; }
    .news_cnt > a:hover {
      text-decoration: none; }
  .news_cnt h4 {
    font-size: 24px;
    color: black;
    line-height: 30px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .news_cnt p {
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 25px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical; }
  .news_cnt h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 32px; }
  .news_cnt h5 {
    font-size: 20px;
    font-weight: 600;
    color: #0F325D;
    line-height: 28px;
    margin-top: 10px;
    display: inline-block;
    border-bottom: 1px solid #0F325D; }

.page {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0; }
  .page .pagination {
    margin: 0 0; }
  .page .pagination > li > a, .page .pagination > li > span {
    padding: 0;
    margin: 0 5px;
    text-decoration: none;
    background: #ececec;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 40px; }
  .page .pagination > .active > a, .page .pagination > .active > a:focus, .page .pagination > .active > a:hover, .page .pagination > .active > span, .page .pagination > .active > span:focus, .page .pagination > .active > span:hover {
    background: #0F325D;
    border: none;
    color: #fff; }
  .page .pagination > li:first-child > a, .page .pagination > li:first-child > span, .page .pagination > li:last-child > a, .page .pagination > li:last-child > span {
    font-size: 26px;
    line-height: 36px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

@media screen and (min-width: 1300px) and (max-width: 1500px) {
  .frat_box {
    right: 5%; } }
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .news_cnt p {
    margin-top: 15px;
    margin-bottom: 20px; }

  .news_cnt {
    padding-bottom: 30px; } }
@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .frat_box {
    right: 3%; } }
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .banner {
    margin-top: 128px; }

  .frat_box {
    width: 320px;
    height: 60px;
    right: 2%;
    bottom: 50px; }

  .pro_one {
    padding: 0 65px 0 20px;
    font-size: 16px;
    line-height: 60px; }

  .SortBy {
    width: 60px;
    height: 60px;
    line-height: 56px; }
    .SortBy img {
      width: 30%; }

  .news_cnt p {
    margin-top: 12px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 28px; }

  .news_cnt h6 {
    font-size: 15px;
    line-height: 24px; }

  .news_cnt {
    padding-bottom: 25px; }

  .news_cnt h4 {
    font-size: 23px;
    line-height: 24px; }

  .news_box {
    margin-bottom: 40px; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .banner {
    margin-top: 118px; }

  .frat_box {
    width: 290px; }

  .news_cnt p {
    margin-top: 10px;
    line-height: 24px; }

  .news_cnt {
    width: 63%; }

  .news_image {
    width: 33%; }

  .set2 {
    padding: 70px 0 60px; } }
@media screen and (max-width: 767px) {
  .banner {
    margin-top: 78px; }

  .banner > img {
    height: 260px;
    object-fit: cover; }

  .ab_navbox {
    top: 18px; }

  .news_image {
    width: 100%; }

  .frat_box {
    width: 88%;
    height: 50px;
    right: 6%;
    bottom: -70px; }

  .pro_one {
    padding: 0 60px 0 20px;
    font-size: 16px;
    line-height: 50px; }

  .SortBy {
    width: 50px;
    height: 50px;
    line-height: 48px; }
    .SortBy img {
      width: 15px; }

  .protype_box {
    background: white; }

  .news_cnt {
    width: 100%;
    padding-bottom: 20px;
    padding-top: 25px; }
    .news_cnt h4 {
      font-size: 20px;
      line-height: 20px; }
    .news_cnt p {
      font-size: 15px;
      line-height: 24px;
      margin-top: 15px;
      margin-bottom: 20px; }
    .news_cnt h6 {
      font-size: 14px;
      line-height: 24px; }
    .news_cnt h5 {
      font-size: 16px;
      line-height: 28px;
      margin-top: 7px; }

  .page {
    margin-bottom: 20px; }

  .page .pagination > li > a, .page .pagination > li > span {
    margin: 0 3px;
    width: 34px;
    height: 34px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 34px; }

  .page .pagination > li:first-child > a, .page .pagination > li:first-child > span, .page .pagination > li:last-child > a, .page .pagination > li:last-child > span {
    font-size: 24px;
    line-height: 30px; } }

/*# sourceMappingURL=news.css.map */
