.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
header {
  height: 500px;
  position: relative;
  background: url("../images/news/header_bg.png") no-repeat center / cover;
}
header .header_main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding-top: 110px;
  width: 1000px;
  height: 100%;
}
header .left {
  flex: none;
  width: 530px;
  margin-right: 20px;
  color: #fff;
}
header .left h2 {
  font-size: 44px;
  line-height: 100px;
}
header .left .content {
  font-size: 20px;
  line-height: 1.6;
  text-align: justify;
}
header .right {
  flex: none;
}
header .right > img {
  width: 273px;
  vertical-align: top;
}
main {
  padding-bottom: 40px;
  background-color: #FDF8F4;
}
.newslist_wrap {
  margin: 0 auto;
  width: 1200px;
  padding-top: 40px;
}
.mainleft {
  float: left;
  width: 860px;
  padding: 0 20px 15px;
  background: #fff;
  border-right: 1px solid #E5E5E5;
}
.news_card {
  padding: 36px 0 40px;
  border-bottom: 1px solid #E5E5E5;
}
.news_card .card_header {
  padding: 0 120px 10px 0;
}
.news_card .card_header .news_tag {
  display: inline-block;
  margin-right: 10px;
  height: 22px;
  line-height: 21px;
  vertical-align: text-bottom;
  padding: 0 6px;
  font-size: 12px;
  color: #ff6700;
  border: 1px solid #ff6700;
}
.news_card .card_header .news_title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.news_card .content_text {
  padding-right: 80px;
  font-size: 14px;
  line-height: 1.5;
  height: 3em;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_card .handler_container {
  font-size: 13px;
  color: #666666;
}
.news_card .handler_container .iconfont {
  margin-right: 1px;
}
.news_card .button_go_detail {
  float: right;
  font-size: 12px;
  color: #666;
  transition: 0.2s ease-out;
}
.news_card .button_go_detail:hover {
  color: #ff6700;
}
.mainright {
  float: right;
  width: 323px;
}
.mainright .mainright_block {
  margin-bottom: 20px;
  padding: 10px 20px;
  background: #fff;
  box-shadow: 0 4px 7px 1px rgba(120, 120, 120, 0.1);
}
.mainright .mainright_block .block_header {
  margin-left: 16px;
  padding: 10px 0;
  font-size: 18px;
  color: #333;
  position: relative;
}
.mainright .mainright_block .block_header:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 9px;
  width: 0;
  height: 0;
  font-size: 0;
  border: 4px solid #ff6700;
  border-radius: 4px;
}
.mainright .mainright_block .block_header .header__tag {
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  line-height: 14px;
  padding: 0 5px;
  font-size: 12px;
  color: #fff;
  background-color: #ff0000;
  border-radius: 8px 8px 8px 0;
}
.mainright .mainright_block .block_header .header__tag.recommand_tag {
  background-color: #409EFF;
}
.mainright .mainright_block .block__list_item {
  padding: 16px 0;
  font-size: 14px;
  color: #333;
  border-top: 1px solid #E5E5E5;
}
.mainright .mainright_block .block__list_item a:hover {
  color: #ff6700;
}
.mainright .mainright_block .block__list_item .iconfont {
  font-size: 12px;
  vertical-align: 1px;
}
.mainright .mainright_block .block__tag_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mainright .mainright_block .block__tag_list.type_tag .block__tag_list_item:nth-child(4n) {
  color: #7B8AEA;
  border-color: #7B8AEA;
}
.mainright .mainright_block .block__tag_list.type_tag .block__tag_list_item:nth-child(4n + 1) {
  color: #27ABC3;
  border-color: #27ABC3;
}
.mainright .mainright_block .block__tag_list.type_tag .block__tag_list_item:nth-child(4n + 2) {
  color: #FF5E5E;
  border-color: #FF5E5E;
}
.mainright .mainright_block .block__tag_list.type_tag .block__tag_list_item:nth-child(4n + 3) {
  color: #46B0FE;
  border-color: #46B0FE;
}
.mainright .mainright_block .block__tag_list_item,
.mainright .mainright_block .dummy_item {
  flex-basis: 31%;
  margin-bottom: 10px;
  padding: 0 5px;
  height: 26px;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mainright .mainright_block .dummy_item {
  visibility: hidden;
}
/*********** 新闻详情页*************/
.news_detail_body {
  margin: 0 auto;
  width: 1200px;
  padding-top: 120px;
}
.bread-crumb {
  padding: 30px 10px;
  font-size: 14px;
}
.bread-crumb > * {
  display: inline-block;
  margin: 0 10px;
  padding: 0 6px;
  position: relative;
}
.bread-crumb > a::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 6px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
.bread-crumb > a:hover {
  color: #ff6700;
}
.news_more {
  padding: 30px 0;
  text-align: center;
}
.news_more a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #ff6700;
  border: 1px solid #ff6700;
  font-size: 18px;
  border-radius: 3px;
  transition: 0.2s;
}
.news_more a:hover {
  color: #fff;
  background-color: #ff6700;
}
.news_banner_title {
  color: #383838;
  font-size: 48px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.news_banner_info {
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #B4B6BD;
}
.news_banner_author {
  color: #B4B6BD;
}
.news_banner_author:hover {
  color: #ff6700;
}
.news_banner_created_time {
  margin-left: 60px;
}
.news_banner_content {
  color: #808080;
  font-size: 16px;
  padding: 20px 10px;
  line-height: 40px;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.news_middle .news_tags {
  padding: 20px 0;
  font-size: 16px;
  color: #666;
}
.news_middle .news_tag_item {
  display: inline-block;
  margin-right: 10px;
  height: 26px;
  line-height: 24px;
  font-size: 12px;
  padding: 0 8px;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  vertical-align: middle;
  cursor: pointer;
}
.news_middle .news_tag_item:hover {
  color: #ff6700;
  border-color: #ff6700;
}
.news_d {
  padding: 20px 30px;
  font-size: 16px;
  color: #808080;
  line-height: 23px;
}
.news_d p,
.news_d h2 {
  margin-bottom: 15px;
}
.news_d h2 {
  font-weight: bold;
}
.rich-text img {
  max-width: 100% !important;
  height: auto !important;
  vertical-align: middle!important;
}
.rich-text li {
  list-style: inherit;
}
.rich-text ol,
.rich-text ul {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}
.rich-text ol {
  list-style-type: decimal;
}
.news_prev_and_next {
  margin: 20px 0;
}
.news_prev_and_next .news_prev_nav,
.news_prev_and_next .news_next_nav {
  padding: 10px 20px;
  width: 40%;
  height: 54px;
  background: #F8F8F8;
}
.news_prev_and_next .news_prev_nav:hover *,
.news_prev_and_next .news_next_nav:hover * {
  color: #ff6700;
}
.news_prev_and_next .news_prev_nav {
  float: left;
}
.news_prev_and_next .news_next_nav {
  float: right;
}
.news_prev_and_next .news_nav_label,
.news_prev_and_next .news_nav_content {
  height: 36px;
}
.news_prev_and_next .news_nav_label {
  float: left;
  width: 70px;
  line-height: 34px;
}
.news_prev_and_next .news_nav_content {
  padding-left: 10px;
  border-left: 1px dashed #ddd;
  line-height: 34px;
  font-size: 12px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
.news_detail_recommand_list {
  padding: 20px 0;
  border-top: 1px dashed #E5E5E5;
}
.news_detail_recommand_list__header {
  padding: 10px 0;
  font-size: 16px;
  color: #333;
}
.news_detail_recommand_list__item {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: #333;
}
.news_detail_recommand_list__item:hover {
  color: #ff6700;
}
@media screen and (max-width: 700px) {
  .mobile-news-list {
    width: 94vw;
    border-bottom: 1px solid #D2D2D2;
    padding: 14px 0;
    margin: 0 auto 14px;
  }
  .mobile-news-list .content {
    font-size: 12px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
  }
  .mobile-news-list .content .title {
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .mobile-news-list .content .text {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .mobile-news-list .status {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 24px;
    padding-top: 14px;
  }
  .mobile-news-list .status .tag {
    color: #ff6700;
  }
  .mobile-news-list .status .right .iconfont {
    margin-right: 5px;
  }
  .mobile-news-list .status .right .time {
    margin-left: 10px;
  }
  .mobile-news-detail .content {
    padding: 14px 3vw;
    border-bottom: 1px solid #E5E5E5;
    font-weight: 400;
    color: #333;
    line-height: 24px;
  }
  .mobile-news-detail .content .title {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
  }
  .mobile-news-detail .content .time {
    font-size: 12px;
    text-align: center;
  }
  .mobile-news-detail .content .text {
    font-size: 12px;
  }
  .mobile-news-detail .content .text img,
  .mobile-news-detail .content .text table {
    max-width: 94vw;
    height: auto;
  }
  .mobile-news-detail .tags {
    padding: 14px 3vw;
    font-size: 12px;
  }
  .mobile-news-detail .tags .tag {
    padding: 2px 5px;
    border: 1px solid #D2D2D2;
    border-radius: 2px;
    margin-right: 10px;
  }
  .mobile-news-detail .recommend {
    padding: 14px 3vw;
    font-size: 12px;
  }
  .mobile-news-detail .recommend .title {
    font-size: 14px;
    line-height: 28px;
  }
  .mobile-news-detail .recommend .list {
    padding: 5px 0;
  }
  .mobile-news-detail .recommend .list .item {
    line-height: 14px;
    padding: 5px 0;
  }
  .mobile-news-detail .action {
    display: flex;
    justify-content: center;
    padding: 14px 3vw 28px;
  }
  .mobile-news-detail .action a {
    display: block;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 28px;
    white-space: nowrap;
    color: #666;
    box-shadow: 0 0 10px 0 rgba(74, 74, 74, 0.2);
  }
}

