/* å¤´éƒ¨ */
.one_menu {
  display: block;
  position: relative;
  z-index: 8;
}
.one_menu > ul {
  display: none;
  position: absolute;
  top: 60px;
  left: 0px;
  background-color: #ffffff;
  box-shadow: 0 2px 12px 0 rgba(248, 137, 51, 0.43);
  /* padding: 10px; */
  /* border: 1px solid #f18621; */
  /* border-top: none; */
  /* background: linear-gradient(#F8F7F5, #f77d27) !important; */
}
.one_menu > ul li {
  position: relative;
  background: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}
.one_menu > ul li ul {
  position: absolute;
  top: 0;
  width: 160px;
  right: -160px;
  background: #fff;
  /* box-shadow: 0 11px 32px 0 rgba(204, 204, 204, 0.43); */
  display: none;
  text-align: center;
  line-height: 20px;
  /* padding: 10px; */
  /* border: 1px solid #f18621; */
}
.one_menu > ul a {
  color: #000000;
  display: block;
  width: 160px;
  line-height: 30px;
  padding: 10px 20px;
}
.one_menu > ul a:hover {
  color: #ffffff;
}
.one_menu > ul .two_item:hover {
  background-color: #ef681f;
}
.three_menu li a:hover {
  background-color: #ef681f !important;
  color: #ffffff !important;
}
.header_nav :hover > ul {
  display: block;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
/* å¯¼èˆªé¢åŒ…å±‘ */
.main .breadcrumb {
  /* display: flex; */
  margin-bottom: 28px;
  /* æ¸…é™¤æµ®åŠ¨ */
  overflow: hidden;
  padding-top: 28px;
}
.main .breadcrumb .icon_box {
  float: left;
  width: 14px;
  height: 14px;
  margin-right: 14px;
  padding-bottom: 2px;
}
.main .breadcrumb .icon_box img {
  width: 14px;
  height: 14px;
}
.main .breadcrumb .txt_box {
  float: left;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #323130;
}
/* åˆ—è¡¨ */
.main .list_wrapper {
  /* display: flex; */
  /* justify-content: space-between; */
  margin-bottom: 22px;
  /* æ¸…é™¤æµ®åŠ¨ */
  overflow: hidden;
}
.main .list_wrapper .left_box {
  float: left;
  width: 881px;
  overflow: hidden;
}
.main .list_wrapper .left_box .article_view {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  min-height: 724px;
  padding: 0 24px 0 24px;
  letter-spacing: 2px;
}
.main .list_wrapper .left_box .article_view .title_1 {
  text-align: center;
  padding: 20px 0;
  box-sizing: border-box;
  color: #333;
  font-size: 30px;
  font-weight: 400;
}
.main .list_wrapper .left_box .article_view .source_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
  box-sizing: border-box;
}
.main .list_wrapper .left_box .article_view .text_box {
  color: #2b2b2b;
  line-height: 1.8;
  text-align: justify;
}
.main .list_wrapper .left_box .article_view .text_box > * {
  margin-top: 15px;
  /*text-indent: 2em;*/
}
.main .list_wrapper .left_box .care_view {
  margin-top: 30px;
}
.main .list_wrapper .left_box .care_view img {
  width: 100%;
}
.main .list_wrapper .left_box .about_links_view {
  margin-top: 30px;
}
.main .list_wrapper .left_box .about_links_view .item_block .item_block_top {
  /* display: flex; */
  /* justify-content: space-between; */
  /* align-items: center; */
  border-bottom: 1px solid #ececec;
  padding-bottom: 14px;
  /* æ¸…é™¤æµ®åŠ¨ */
  overflow: hidden;
}
.main .list_wrapper .left_box .about_links_view .item_block .title {
  float: left;
  font-size: 21px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ca480e;
}
.main .list_wrapper .left_box .about_links_view .item_block .more {
  float: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #cd5726;
  cursor: pointer;
}
.main .list_wrapper .left_box .about_links_view .item_block .item_block_content {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2d2d2c;
  line-height: 35px;
  padding-top: 14px;
}
.main .list_wrapper .left_box .about_links_view .item_block .item_block_content ul li {
  position: relative;
  padding-left: 20px;
  /*width: 100%;*/
  /* æ¸…é™¤æµ®åŠ¨ */
  overflow: hidden;
  margin-bottom: 4px;
  border-bottom: 1px solid #e8e8e8;
}
.main .list_wrapper .left_box .about_links_view .item_block .item_block_content ul li a {
  display: block;
  width: 700px !important;
  float: left;
}
.main .list_wrapper .left_box .about_links_view .item_block .item_block_content ul li span {
  float: right;
  color: #9e9e9e;
}
.main .list_wrapper .left_box .about_links_view .item_block .item_block_content ul li a:hover {
  color: #ff0000;
}
.main .list_wrapper .left_box .about_links_view .item_block .item_block_content li:hover::before {
  background-color: #ff0000;
}
.main .list_wrapper .left_box .about_links_view .item_block .item_block_content li::before {
  position: absolute;
  content: '';
  top: 16px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #c8c8c8;
  border-radius: 50%;
}
.main .list_wrapper .right_box {
  width: 302px;
  float: right;
}
.common_title_view {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2d2d2c;
}
.common_title_view .common {
  border-bottom: 1px solid #e8e8e8;
  /* padding-left: 10px; */
  position: relative;
}
.common_title_view .common .title {
  position: relative;
  display: inline-block;
  padding: 7px 0;
  /* padding-left: 10px; */
}
.common_title_view .common .title::before {
  display: block;
  content: '';
  width: 2px;
  height: 20px;
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0px;
  margin: auto;
  background-color: #1aa973;
}
.common_title_view .common .title::after {
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  margin: auto;
  background-color: #1aa973;
}
.common_title_view.more .common::after {
  display: block;
  content: '>';
  /* width: 100%;
	height: 2px; */
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #1aa973;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.main .list_wrapper .right_box .total_hot_view {
  background-color: #fff;
  padding-bottom: 10px;
}
.main .list_wrapper .right_box .total_hot_view .list {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2d2d2c;
  padding: 0 10px;
  box-sizing: border-box;
  letter-spacing: 1px;
  max-height: 370px;
  overflow: hidden;
}
.main .list_wrapper .right_box .total_hot_view .list ul li {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.main .list_wrapper .right_box .total_hot_view .list ul li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: calc(100% - 18px - 10px);
}
.main .list_wrapper .right_box .total_hot_view .list ul li a:hover {
  color: #ff0000;
  font-weight: 400;
}
.main .list_wrapper .right_box .total_hot_view .list ul li .index {
  margin-right: 10px;
  background-color: #e2e2e2;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.main .list_wrapper .right_box .total_hot_view .list ul li:nth-of-type(-n + 3) .index {
  background-color: #db221d;
}
.main .list_wrapper .right_box .total_hot_view .list ul li:nth-of-type(-n + 3) a {
  color: #ff0000;
  font-weight: 400;
}
.main .list_wrapper .right_box .official_article_view {
  margin-top: 20px;
}
.main .list_wrapper .right_box .official_article_view .common_title_view {
  background-color: #fff;
}
.main .list_wrapper .right_box .official_article_view .list ul li a {
  display: block;
}
.main .list_wrapper .right_box .official_article_view .list ul li a .t1 {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 10px;
}
.main .list_wrapper .right_box .official_article_view .list ul li a .t1 img {
  width: 20px;
}
.main .list_wrapper .right_box .official_article_view .list ul li a .t1 span {
  /* width: 20px; */
  color: #2d2d2c;
  font-size: 16px;
  margin-left: 10px;
}
.main .list_wrapper .right_box .official_article_view .list ul li a .t2 img {
  /* width: 20px; */
  font-size: 0;
  width: 100%;
}
.main .list_wrapper .right_box .official_article_view .list ul li a .t3 {
  /* width: 20px; */
  font-size: 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 5px;
  box-sizing: border-box;
}
