<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  word-wrap: break-word;
}
.clear::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
#page #header {
  background-color: white;
}
#page #header .top_block {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#page #header .top_block .logo_block {
  width: 181px;
  height: 60px;
  margin-top: 10px;
  user-select: none;
}
#page #header .top_block .logo_block img {
  width: 100%;
  height: 100%;
}
#page #header .top_block .search_block form .ss-wrap {
  height: 40px;
  line-height: 34px;
  padding: 3px;
  text-align: right;
  position: absolute;
  bottom: 17px;
  right: 25px;
  border: 1px solid #eeee;
  font-size: 0;
  z-index: 9;
}
#page #header .top_block .search_block form .ss-wrap i {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
#page #header .top_block .search_block form .ss-wrap input[type=text] {
  width: 205px;
  height: 34px;
  line-height: 34px;
  background: none;
  border: 0;
  padding: 0;
  vertical-align: middle;
  font-size: 16px;
  color: #666;
}
#page #header .top_block .search_block form .ss-wrap input[type=submit] {
  width: 60px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  vertical-align: middle;
  border: 0;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  background: #3C6ECE url("../images/search_icon.png") no-repeat center;
}
#page #header .nav {
  height: 48px;
  background-color: #015293;
}
#page #header .nav ul {
  width: 1200px;
  margin: auto;
  height: 48px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
#page #header .nav ul li {
  float: left;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
}
#page #header .nav ul li a {
  display: block;
  color: #fff;
  position: relative;
}
#page #header .nav ul li:hover,
#page #header .nav ul li.active {
  background: url(../images/nav_bgh.jpg) left center repeat-x;
}
#page #header .nav ul li:hover a,
#page #header .nav ul li.active a {
  font-weight: bold;
  position: relative;
}
#page #header .nav ul li:hover a::after,
#page #header .nav ul li.active a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 3px;
  background-color: white;
  right: 0;
  margin: auto;
}
#page #header .nav ul a {
  display: block;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  padding: 0 4px;
}
#page .header_ad {
  width: 1200px;
  height: 90px;
  margin: 10px auto;
  position: relative;
}
#page .header_ad .closead {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  user-select: none;
}
#page .header_ad img {
  width: 100%;
  height: 100%;
}
#article {
  overflow: hidden;
}
#article .top_swiper {
  width: 1200px;
  margin: 5px auto;
  height: 160px;
  border: 2px solid #eaf2fb;
  border-top-color: #015293;
  position: relative;
}
#article .top_swiper .lead-box {
  padding: 30px 25px 0;
}
#article .top_swiper .lead-box a {
  overflow-wrap: break-word;
  display: block;
  line-height: 48px;
  max-height: 48px;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .top_swiper .lead-box div {
  line-height: 39px;
  max-height: 39px;
  color: #888;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#article .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 0;
  height: 30px;
}
#article .swiper-container .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 3px;
  opacity: 1;
  cursor: pointer;
}
#article .swiper-container .swiper-pagination-bullet-active {
  background-color: white;
  width: 20px;
}
#article .swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -42.5px;
  width: 45px;
  height: 85px;
  z-index: 99;
}
#article .swiper-container img {
  width: 100%;
  height: 100%;
}
#article .swiper-container .desc {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  bottom: 0;
  left: 0;
  height: 40px;
  text-align: left;
  line-height: 40px;
  color: white;
  background: rgba(23, 20, 15, 0.5);
  font-size: 16px;
}
#article .swiper-container_top {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#article .swiper-container_top .swiper-wrapper {
  height: 86%;
}
#article .swiper-container_top .swiper-pagination_top {
  text-align: center;
}
#article .swiper-container_top .swiper-pagination-bullet-active {
  background-color: #015293;
  width: 30px;
  border-radius: 5px;
}
#article .block_1_wrap .block_1 {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  padding-top: 10px;
}
#article .block_1_wrap .block_1 .banner_b {
  width: 650px;
  height: 383px;
}
#article .block_1_wrap .block_1 .right_b {
  width: 550px;
  border: 1px solid #dae9fd;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 #eeeeee;
  margin-top: -1px;
  padding: 20px;
}
#article .block_1_wrap .block_1 .right_b .tabs_head {
  cursor: pointer;
  user-select: none;
  height: 36px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: -7px;
}
#article .block_1_wrap .block_1 .right_b .tabs_head li {
  margin-bottom: -1px;
  height: 36px;
  padding: 0 15px;
  float: left;
  display: block;
  font-size: 16px;
  color: #666666;
}
#article .block_1_wrap .block_1 .right_b .tabs_head li.active {
  color: #2e5bb5;
  font-weight: bold;
  border-bottom: 2px solid #2e5bb5;
  font-size: 18px;
}
#article .block_1_wrap .block_1 .right_b .tabs_contents .tabs_list {
  display: none;
  width: 100%;
  padding: 10px 15px 0 0;
  position: relative;
}
#article .block_1_wrap .block_1 .right_b .tabs_contents .tabs_list.active {
  display: block;
}
#article .block_1_wrap .block_1 .right_b .tabs_contents .tabs_list .pub_ul {
  line-height: 39px;
}
#article .block_1_wrap .block_1 .right_b .tabs_contents .tabs_list .pub_ul li {
  height: 38px;
  line-height: 36px;
  padding-left: 2px;
  font-size: 0;
  position: relative;
}
#article .block_1_wrap .block_1 .right_b .tabs_contents .tabs_list .pub_ul li i {
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #959595;
  vertical-align: middle;
  margin: 2px 0 0 0;
  border-radius: 50%;
}
#article .block_1_wrap .block_1 .right_b .tabs_contents .tabs_list .pub_ul li a {
  height: 39px;
  display: inline-block;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  position: absolute;
  left: 18px;
  right: 100px;
  top: 0;
  color: #333333;
}
#article .block_1_wrap .block_1 .right_b .tabs_contents .tabs_list .pub_ul li span {
  color: #999;
  float: right;
  font-size: 16px;
}
#article .block_1_wrap .block_1 .right_b .tabs_contents .tabs_list .pub_ul li:hover i {
  background: #015293;
}
#article .block_1_wrap .block_1 .right_b .tabs_contents .tabs_list .pub_ul li:hover span {
  color: #015293;
}
#article .block_1_wrap .block_1 .right_b .tabs_contents .tabs_list .pub_ul li:hover a {
  color: #015293;
}
#article .block_tit {
  overflow: hidden;
}
#article .block_tit h3 {
  float: left;
  border-bottom: 2px solid #015293;
  padding-left: 4px;
  font-size: 24px;
  font-weight: bold;
  color: #015293;
  position: relative;
  height: 50px;
  line-height: 48px;
}
#article .block_tit h3::before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  right: -9px;
  bottom: -2px;
  background: url(../images/line_icon.png) no-repeat;
}
#article .block_tit h3 a {
  color: inherit;
}
#article .aside_part {
  width: calc((100% - 28px) / 2);
  background: #f4f8fd;
  border-radius: 3px;
  padding: 9px 13px 0;
  overflow: hidden !important;
}
#article .aside_part .tabs_head {
  overflow: hidden;
}
#article .aside_part .tabs_head li {
  float: left;
  height: 44px;
  line-height: 42px;
  font-size: 18px;
  color: #333;
  padding: 0 3px;
  border-bottom: 2px solid transparent;
  margin-left: 26px;
}
#article .aside_part .tabs_head li:first-child {
  margin-left: 0;
}
#article .aside_part .tabs_head li a {
  color: inherit;
}
#article .aside_part .tabs_head li.active {
  border-color: #015293;
  color: #015293;
  font-weight: bold;
  font-size: 20px;
}
#article .aside_part .tabs_body,
#article .aside_part .Spe_body {
  padding-top: 11px;
}
#article .aside_part .tabs_body .tabs_list,
#article .aside_part .Spe_body .tabs_list {
  display: none;
}
#article .aside_part .tabs_body .tabs_list.active,
#article .aside_part .Spe_body .tabs_list.active {
  display: block;
}
#article .aside_part .tabs_body .tabs_list ul li,
#article .aside_part .Spe_body .tabs_list ul li {
  height: 44px;
  line-height: 44px;
  font-size: 15px;
  vertical-align: top;
}
#article .aside_part .tabs_body .tabs_list ul li .news-date,
#article .aside_part .Spe_body .tabs_list ul li .news-date {
  float: right;
  color: #888;
}
#article .aside_part .tabs_body .tabs_list ul li a,
#article .aside_part .Spe_body .tabs_list ul li a {
  display: block;
  padding-left: 16px;
  color: #333;
  background: url(../images/dian.jpg) left center no-repeat;
  display: inline-block;
  width: 78%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .aside_part .tabs_body.Half .tabs_list ul,
#article .aside_part .Spe_body.Half .tabs_list ul {
  width: 48%;
  float: left;
}
#article .aside_part .tabs_body.Half .tabs_list .Text_b,
#article .aside_part .Spe_body.Half .tabs_list .Text_b {
  width: 48%;
  float: right;
}
#article .aside_part .tabs_body.Half .tabs_list .Text_b .item,
#article .aside_part .Spe_body.Half .tabs_list .Text_b .item {
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #DDDDDD;
}
#article .aside_part .tabs_body.Half .tabs_list .Text_b .item .txt,
#article .aside_part .Spe_body.Half .tabs_list .Text_b .item .txt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
#article .aside_part .tabs_body.Half .tabs_list .Text_b .item .desc,
#article .aside_part .Spe_body.Half .tabs_list .Text_b .item .desc {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-indent: 2em;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 43px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#article .block_2_wrap {
  width: 1200px;
  margin: 20px auto;
}
#article .block_2_wrap .b_con {
  border: 1px solid #dae9fd;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 10px 0px #eeeeee;
  margin-top: -1px;
  overflow: hidden;
  padding: 20px;
}
#article .block_2_wrap .b_con .left_img {
  width: 490px;
  height: 280px;
  border-radius: 15px;
  overflow: hidden;
}
#article .block_2_wrap .b_con .left_img a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
#article .block_2_wrap .b_con .left_img a img {
  width: 100%;
  height: 100%;
}
#article .block_2_wrap .b_con .left_img a p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 10px;
}
#article .block_2_wrap .b_con .right_lists {
  width: 630px;
}
#article .block_2_wrap .b_con .right_lists li {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  vertical-align: top;
}
#article .block_2_wrap .b_con .right_lists li span {
  float: right;
  color: #999;
}
#article .block_2_wrap .b_con .right_lists li a {
  display: block;
  color: #555;
  margin-right: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 15px;
}
#article .block_2_wrap .b_con .right_lists li a::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 16px;
  width: 4px;
  height: 4px;
  background-color: #A0A0A0;
  border-radius: 50%;
}
#article .block_2_wrap .b_con .left_imgList a {
  display: block;
  width: 230px;
  height: 90px;
  margin-top: 15px;
  position: relative;
}
#article .block_2_wrap .b_con .left_imgList a img {
  width: 100%;
  height: 100%;
}
#article .block_2_wrap .b_con .left_imgList a p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 10px;
}
#article .block_2_wrap .b_con .right_tabsList {
  width: 900px;
}
#article .block_2_wrap .b_con .right_tabsList .aside_part {
  width: 100%;
  height: initial;
}
#article .block_2_wrap.Scroll_news .tabs_list {
  overflow: hidden;
  width: 48.5%;
  float: left;
}
#article .block_2_wrap.Scroll_news .tabs_list.fr {
  height: 380px;
  float: right !important;
}
#article .block_3_wrap .b_con .right_lists {
  width: 47%;
}
.breadcrumb {
  padding-top: 20px;
  padding-left: 5px;
  font-size: 17px;
  color: #0c7ff2;
  margin-bottom: 20px;
}
.breadcrumb i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.breadcrumb i img {
  width: 100%;
  height: 100%;
}
.breadcrumb a {
  color: #666;
}
.list_container {
  width: 1200px;
  margin: auto;
}
.list_container .breadcurmb {
  height: 45px;
  line-height: 45px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  padding-left: 15px;
  color: #707070;
  margin-bottom: 3px;
}
.list_container .breadcurmb a {
  color: #666;
}
.list_container .left_part {
  background-color: #fff;
  padding: 20px;
  width: 860px;
}
.list_container .left_part .pub_ul li {
  height: 50px;
  padding: 0 7px 0 16px;
  line-height: 48px;
  font-size: 16px;
  border-bottom: 1px dashed #d5dae4;
  position: relative;
}
.list_container .left_part .pub_ul li a {
  width: calc(100% - 198px);
  color: #333;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_container .left_part .pub_ul li span {
  color: #777;
  float: right;
}
.list_container .left_part .pub_ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #cccccc;
  position: absolute;
  left: 2px;
  top: 24px;
  border-radius: 50%;
}
.list_container .left_part .pub_ul li:hover a {
  color: #015293;
}
.list_container .left_part .pub_ul li:hover::before {
  content: '';
  background-color: #015293;
}
.list_container .left_part .pub_ul li:nth-child(7n) {
  margin-bottom: 30px;
}
.list_container .no_mt {
  margin-top: 0 !important;
  border: none;
}
.list_container .list_right_part {
  width: 320px;
  float: right;
  background-color: #FFFFFF;
  padding: 10px;
  overflow: hidden;
}
.list_container .ad1 {
  width: 300px;
  margin-bottom: 18px;
  overflow: hidden;
}
.list_container .ad1 .news_ad1 {
  float: right;
  border: 1px solid #DDD;
  margin-bottom: 0;
  overflow: hidden;
  padding: 10px 15px;
      width: 300px;
}
.list_container .ad1 .news_ad1 a {
  display: block;
}
.list_container .ad1 .news_ad1 a .ihg-ctr {
  padding-bottom: 15px;
  padding-left: 15px;
  border-left: 2px solid #FDD7CE;
  position: relative;
}
.list_container .ad1 .news_ad1 a .ihg-ctr h1 {
  margin-bottom: 10px;
  font: bold 16px/18px "Microsoft YaHei";
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_container .ad1 .news_ad1 a .ihg-ctr h1 i {
  position: absolute;
  left: -5px;
  background-image: url(../images/index.gif);
  top: 1px;
  display: block;
  height: 21px;
  width: 28px;
  background-position: -48px -308px;
}
.list_container .ad1 .news_ad1 a .ihg-ctr p {
  overflow: hidden;
  line-height: 20px;
  color: #878787;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.list_container .ad1 .news_ad1 a .ihg-ctr p .more {
  color: #78C6AF;
  font-size: 12px;
  font-family: SimSun, Verdana;
}
.list_container .ad1 .double_img {
  overflow: hidden;
  margin-bottom: 20px;
}
.list_container .ad1 .double_img a {
  display: block;
  width: 48.5%;
  height: 120px;
  position: relative;
  float: left;
}
.list_container .ad1 .double_img a:nth-child(2n) {
  float: right;
}
.list_container .ad1 .double_img a img {
  width: 100%;
  height: 100%;
}
.list_container .ad1 .double_img a p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: white;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 10px;
}
.list_container .ad1_text_con {
  overflow: hidden;
  margin-bottom: 10px;
  height: 80px;
  border-bottom: 1px solid #e5e5e5;
}
.list_container .ad1_text_con img {
  float: left;
  width: 100px;
  height: 70px;
}
.list_container .ad1_text_con div {
  float: right;
}
.list_container .ad1_text_con.notImg div {
  float: left;
  overflow: hidden;
}
.list_container .ad1_text_con.notImg div a {
  width: auto;
}
.list_container .ad1_text_con div a {
  font-weight: bold;
  display: block;
  width: 190px;
  font-size: 16px;
  color: #333333;
  text-decoration: none;
  overflow: hidden;
  white-space: normal;
  height: 45px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list_container .ad1_text_con div span {
  display: block;
  font-size: 12px;
  color: #666666;
}
.list_container .ad1 ul li {
  line-height: 22px;
  font-size: 16px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.list_container .ad1 ul li a {
  color: #333333;
  padding-left: 15px;
  position: relative;
}
.list_container .ad1 ul li a::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 1px solid #777777;
  left: 0;
  bottom: 8px;
}
.list_container .ad1 ul li:first-child a {
  font-weight: bold;
  padding-left: 0;
}
.list_container .ad1 ul li:first-child a:before {
  content: '';
  width: 0;
  height: 0;
  border: 0;
}
.list_container .ad1 ul li:hover a:before {
  content: '';
  background-color: #015293;
}
.list_container .ad_tit {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #015293;
}
.list_container .ad_tit h1 {
  height: 20px;
  padding-left: 15px;
  line-height: 20px;
  border-left: 3px solid #015293;
}
.list_container .ad_tit h1 a {
  position: relative;
  font-size: 18px;
  color: #333333;
}
.list_container .ad2 {
  margin-bottom: 0;
}
.list_container .ad2 ul li:nth-child(-n+3) {
  color: #ff5702;
}
.show_container .left_part .show_con {
  padding-top: 15px;
}
.show_container .left_part .show_con .show_tit {
  line-height: 45px;
  font-weight: normal;
  color: #333;
  font-size: 30px;
}
.show_container .left_part .show_con .meta {
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  color: #9797a1;
  border-bottom: 1px solid #f0f0f0;
}
.show_container .left_part .show_con .show_body {
  padding-top: 25px;
  padding-bottom: 20px;
  line-height: 32px;
  color: #333333;
  font-size: 16px;
}
.show_container .left_part .show_con .show_body img {
  max-width: 600px;
  display: block;
  margin: 10px auto;
}
.show_container .left_part .show_con .show_body p {
  text-indent: 2em;
  text-align: left;
  margin-top: 10px;
}
.show_container .left_part .recommend_part {
  margin-top: 20px;
  padding: 10px;
}
.show_container .left_part .recommend_part .rec_tit {
  font-size: 24px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #015293;
}
.show_container .left_part .recommend_part .rec_tit a {
  color: black;
  position: relative;
  display: block;
}
.show_container .left_part .recommend_part .tabs_ul {
  display: none;
}
.show_container .left_part .recommend_part .tabs_ul.active {
  display: block;
}
.show_container .left_part .recommend_part .tabs_ul li {
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  text-align: left;
  height: auto;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-top: 10px;
}
.show_container .left_part .recommend_part .tabs_ul li.notImg h1 {
  width: 100%;
}
.show_container .left_part .recommend_part .tabs_ul li.notImg p {
  width: 100%;
}
.show_container .left_part .recommend_part .tabs_ul li a {
  color: #333333;
}
.show_container .left_part .recommend_part .tabs_ul li a img {
  width: 240px;
  height: 160px;
  float: left;
  margin-right: 25px;
}
.show_container .left_part .recommend_part .tabs_ul li h1 {
  font-size: 20px;
  color: #000000;
  text-align: left;
  padding-bottom: 5px;
  display: inline-block;
  width: 521px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.show_container .left_part .recommend_part .tabs_ul li p {
  font-size: 16px;
  color: #333;
  line-height: 28px;
  text-decoration: none;
  overflow: hidden;
  width: 521px;
  white-space: normal;
  height: 60px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 27px;
}
.show_container .left_part .recommend_part .tabs_ul li .tabs_meta {
  font-size: 16px;
  color: #999;
  float: left;
}
.show_container .left_part .recommend_part .double {
  overflow: hidden;
  padding-right: 20px;
}
.show_container .left_part .recommend_part .double .pub_ul {
  width: 48%;
  overflow: hidden;
  margin-bottom: 20px;
}
.show_container .left_part .recommend_part .double .pub_ul li a {
  display: inline-block;
  width: 74%;
  color: #333;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.show_container .left_part .bd {
  overflow: hidden;
  padding-top: 10px;
  position: relative;
}
.show_container .left_part .bd ul {
  float: left;
  margin-top: -1px;
  width: 100%;
}
.show_container .left_part .bd ul li {
  float: left;
  width: 50%;
  padding: 13px 0;
  height: 42px;
  border-bottom: 1px dotted #dadada;
  overflow: hidden;
}
.show_container .left_part .bd ul li p {
  overflow: hidden;
  width: 90%;
  font-size: 16px;
}
.show_container .left_part .bd ul li p a {
  padding-left: 10px;
  position: relative;
  color: inherit;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.show_container .left_part .bd ul li p a::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 3px;
  height: 10px;
  background-color: #1C3F9D;
}
#footer {
  padding-top: 20px;
  background: #333333;
  margin-top: 10px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#footer::before {
  content: "";
  background: #3C6ECE;
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#footer .container {
  margin: 0px auto;
  width: 1180px;
  position: relative;
  margin-top: 10px;
}
#footer .container .friends {
  border-top: 1px solid #333333;
  position: relative;
}
#footer .container .friends a {
  color: white;
}
#footer .container .friends .friends_list_ul li:hover {
  text-decoration: underline;
}
#footer .container .friends #link_menu {
  margin-bottom: 30px;
}
#footer .container .friends #link_896a3aee.links {
  text-align: left;
  font-size: 12px;
  padding: 1.5em 0;
}
#footer .container .friends #link_896a3aee.links ul {
  clear: both;
}
#footer .container .friends #link_896a3aee.links li {
  float: left;
  margin-right: 10px;
  line-height: 1.8em;
  list-style: none;
  padding: 0;
}
#footer .container .friends #link_896a3aee.links em {
  clear: both;
  display: block;
}
#footer .container .friends #link_896a3aee.links #link_menu li {
  font-size: 16px;
  line-height: 2.5em;
  cursor: pointer;
  width: 5em;
}
#footer .container .friends #link_896a3aee.links #link_menu i {
  font-size: 12px;
  line-height: 2.9em;
  float: right;
  font-style: normal;
  margin-right: 15px;
}
#footer .container .friends #link_896a3aee.links .on {
  font-weight: bold;
}
#footer .container .friendsLink {
  width: 1200px;
  margin: 10px auto;
  align-items: baseline;
}
#footer .container .friendsLink h3 {
  color: white;
  font-size: 16px;
  width: 135px;
}
#footer .container .friendsLink ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 29px;
}
#footer .container .friendsLink ul li {
  font-size: 12px;
  float: left;
  margin-left: 15px;
  margin-bottom: 3px;
}
#footer .container .friendsLink ul li:hover {
  text-decoration: underline;
}
#footer .container .friendsLink ul li a {
  color: white;
}
#footer .container .banquan {
  margin: 20px 0 15px 0;
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
}
#footer .container .banquan a {
  color: white;
}
.tags {
  margin-top: 10px;
  color: white;
  font-size: 16px;
}
.tags a {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  color: white;
}
.turn_Page {
  margin-top: 30px;
  padding-bottom: 20px;
  overflow: hidden;
}
.turn_Page p {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  width: 48%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
  float: left;
}
.turn_Page p:last-child {
  float: right;
}
.turn_Page p span {
  font-size: 16px;
  color: #333333;
}
.turn_Page p span a {
  color: #333333;
}
.turn_Page p span:hover a {
  color: #C6252D;
}
.goTop {
  position: fixed;
  bottom: 200px;
  right: 200px;
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background: url(../images/top.jpg) 0 0 no-repeat;
  text-indent: -999em;
}
.goTop:hover {
  background: url(../images/top_active.png) 0 0 no-repeat;
}
.closead {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  user-select: none;
}
.page_fenye {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0;
  line-height: normal;
  text-align: center;
}
.page_fenye span {
  background-color: #3C6ECE;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 16px;
  border-left: 1px solid #fff;
}
.page_fenye a {
  background-color: #F3F4F4;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  color: #3c3e45;
  font-size: 16px;
  border-left: 1px solid #fff;
}
.page_fenye a:hover {
  background-color: #3C6ECE;
  color: white;
}
.adversiment {
  position: relative;
  width: 300px;
  height: 300px;
  margin-bottom: 30px;
}
.adversiment a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.adversiment a img {
  width: 100%;
  height: 100%;
}
.adversiment a p {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 50px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 20px;
  border-radius: 0 5px 0 0;
}
/*# sourceMappingURL=index.css.map */</pre></body></html>