html,
body {
  background-color: #fff;
}

/* 超大宽屏 */
.type_box {
  padding: 74px 0 68px 0;
  font-size: 16px;
}
.type_box a {
  color: #666;
}
.type_box .type_con {
  width: 1400px;
  margin: 0 auto;
}
.type_box .type_con .type_list {
  display: flex;
  justify-content: center;
  height: 46px;
  line-height: 46px;
}
.type_box .type_con .type_item a:hover { color: #ca931c; }
.type_box .type_con .type_item {
  width: 136px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.type_box .type_con .type_item::after {
  content: "";
  border-right: 1px solid #e5e5e5;
  position: absolute;
  right: 0;
  top: 35%;
  height: 20px;
}
.type_box .type_con .type_item:last-child:after {
  border: 0;
}
.type_box .type_con .type_item:first-child {
  border-left: 1px solid #e5e5e5;
}
.type_box .type_con .type_item:last-child {
  border-right: 1px solid #e5e5e5;
}
.type_box .type_con .type_item.active {
  background-color: #d2a532;
  border-top: 1px solid #d2a532;
  border-bottom: 1px solid #d2a532;
}
.type_box .type_con .type_item.active a {
  color: #fff;
}
.type_box .type_con .type_item.active::after {
  border-right: 0;
}

.news_sort_box {
  margin-bottom: 50px;
}
.news_sort_box .news_sort_con {
  width: 1400px;
  margin: 0 auto;
}
.news_sort_box .news_sort_con .news_sort {
  display: flex;
  align-items: center;
}
.news_sort_box .news_sort_con .news_sort .sort_item {
  margin-right: 22px;
  cursor: pointer;
  font-size: 16px;
  color: #666;
}
.news_sort_box .news_sort_con .news_sort .sort_item.active {
  font-weight: bold;
}

.news_list_box {
  padding: 30px 0;
}
.news_list_box .news_list_con {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_list_box:nth-child(2n) .news_list_con {
  flex-direction: row-reverse;
}
.news_list_box .news_list_con .con_l {
  width: 65%;
}
.news_list_box .news_list_con .con_l .title {
  font-size: 28px;
  position: relative;
  display: inline-block;
}
.news_list_box .news_list_con .con_l .title a {
  color: #333;
}
.news_list_box .news_list_con .con_l .title::after {
  content: "";
  width: 72px;
  height: 1px;
  background-color: #d2a532;
  position: absolute;
  left: 0;
  bottom: -16px;
  transition: ease-out 0.35s;
}
.news_list_box .news_list_con .con_l .desc {
  font-size: 16px;
  color: #333;
  margin-top: 40px;
  line-height: 26px;
  height: 76px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_list_box .news_list_con .con_l .dates {
  color: #999;
  margin-top: 14px;
}
.news_list_box .news_list_con .con_l .dates .md {
  font-size: 32px;
}
.news_list_box .news_list_con .con_l .dates .y {
  font-size: 20px;
}
.news_list_box .news_list_con .con_r {
  width: 30%;
}
.news_list_box .news_list_con .con_r img {
  width: 100%;
}

.news_list_box:hover {
  box-shadow: 3px 3px 3px rgba(127, 127, 127, 0.08),
    3px -3px 3px rgba(127, 127, 127, 0.08),
    -3px 3px 3px rgba(127, 127, 127, 0.08),
    -3px -3px 3px rgba(127, 127, 127, 0.08);
}
.news_list_box:hover .news_list_con .con_l .title a {
  color: #d2a532;
}
.news_list_box:hover .news_list_con .con_l .title::after {
  width: 100%;
}

.page_box {
  width: 1400px;
  margin: 0 auto;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.page_box a:hover { color: #ca931c; }

/* 宽屏设备 */
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .type_box .type_con {
    width: 96%;
  }
  .news_sort_box .news_sort_con {
    width: 96%;
  }
  .news_list_box .news_list_con {
    width: 96%;
  }
  .page_box {
    width: 96%;
  }
}

/* 中等屏幕 */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .type_box .type_con {
    width: 96%;
  }
  .news_sort_box .news_sort_con {
    width: 96%;
  }
  .news_list_box .news_list_con {
    width: 96%;
  }
  .page_box {
    width: 96%;
  }
}

/* ipad */
@media screen and (max-width: 991px) {
  .type_box .type_con {
    width: 96%;
  }
  .type_box {
    font-size: 16px;
    padding: 30px 0 12px 0;
  }
  .type_box .type_con .type_list {
    height: 36px;
    line-height: 36px;
  }
  .type_box .type_con .type_item {
    width: 100px;
  }
  .type_box .type_con .type_item::after {
    top: 22%;
  }
  .news_sort_box .news_sort_con {
    width: 90%;
  }
  .news_list_box .news_list_con {
    width: 90%;
  }
  .news_list_box .news_list_con .con_l .title {
    height: 26px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .page_box {
    width: 96%;
    margin: 10px 0 20px 0;
  }
}

/* 手机端 */
@media screen and (max-width:767px) {
    .type_box .type_con .type_item { width: 80px; }
    .news_sort_box { margin: 20px 0; }
    .news_list_box { padding: 0; margin-bottom: 20px; }
    .news_list_box .news_list_con { display: block; border-bottom: 1px solid #ededed; padding-bottom: 12px; }
    .news_list_box .news_list_con .con_l { width: 100%; margin-top: 10px; }
    .news_list_box .news_list_con .con_l .title { font-size: 18px; font-weight: bold; }
    .news_list_box .news_list_con .con_l .desc { margin-top: 6px; -webkit-line-clamp: 2; line-height: 20px; height: 38px; color: #999; }
    .news_list_box .news_list_con .con_r { width: 100%; }
    .news_list_box:hover { box-shadow: none; }
    .news_list_box .news_list_con .con_l .dates { margin-top: 8px; }
    .news_list_box .news_list_con .con_l .dates .md { font-size: 14px; }
    .news_list_box .news_list_con .con_l .dates .y { font-size: 14px; }
}
