* {
  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;
}
a {
  color: #666;
}
.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: 190px;
  height: 41px;
}
#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;
}
#page #header .nav ul {
  width: 1200px;
  margin: auto;
  height: 48px;
  background: url(../images/header_nav.png) no-repeat center;
  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 {
  font-size: 16px;
  color: #fff;
}
#page #header .nav ul li:hover,
#page #header .nav ul li.active {
  background-color: #4687f2;
  color: white;
  background-position: bottom center;
  background-repeat: no-repeat;
}
#page #header .nav ul li:hover a,
#page #header .nav ul li.active a {
  font-weight: bold;
}
#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%;
}
.pub_ul {
  line-height: 39px;
}
.pub_ul li {
  height: 36px;
  line-height: 36px;
  padding-left: 2px;
  font-size: 0;
  position: relative;
}
.pub_ul li i {
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #3C6ECE;
  vertical-align: middle;
  margin: 2px 0 0 0;
}
.pub_ul li a {
  height: 39px;
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  position: absolute;
  left: 18px;
  right: 100px;
  top: 0;
}
.pub_ul li span {
  color: #999;
  float: right;
  font-size: 16px;
}
#article {
  overflow: hidden;
}
#article .breadcrumb {
  padding-top: 20px;
  padding-left: 5px;
  font-size: 17px;
  color: #0c7ff2;
  margin-bottom: 20px;
}
#article .breadcrumb i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
#article .breadcrumb i img {
  width: 100%;
  height: 100%;
}
#article .breadcrumb a {
  color: #666;
}
#article .block_1_wrap .block_1 {
  width: 1200px;
  margin: auto;
  overflow: hidden;
  padding-top: 10px;
}
#article .block_1_wrap .block_1 .banner_b {
  width: 570px;
  height: 320px;
}
#article .block_1_wrap .block_1 .banner_b .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#article .block_1_wrap .block_1 .banner_b .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 0;
  height: 30px;
}
#article .block_1_wrap .block_1 .banner_b .swiper-container .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: white;
  margin: 0 3px;
  opacity: 1;
  cursor: pointer;
}
#article .block_1_wrap .block_1 .banner_b .swiper-container .swiper-pagination-bullet-active {
  background-color: #2A54B4;
  width: 20px;
}
#article .block_1_wrap .block_1 .banner_b .swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -42.5px;
  width: 45px;
  height: 85px;
  z-index: 99;
}
#article .block_1_wrap .block_1 .banner_b .swiper-container img {
  width: 100%;
  height: 100%;
}
#article .block_1_wrap .block_1 .banner_b .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(0, 0, 0, 0.4);
  font-size: 16px;
}
#article .block_1_wrap .block_1 .right_b {
  width: 600px;
  background-color: white;
}
#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%;
  margin-bottom: 12px;
  padding: 10px 15px 0px 0px;
  position: relative;
}
#article .block_1_wrap .block_1 .right_b .tabs_contents .tabs_list.active {
  display: block;
}
#article .block_2_wrap {
  width: 1200px;
  overflow: hidden;
  margin: 0px auto;
}
#article .block_2_wrap .txtScroll-top {
  position: relative;
  clear: both;
  background-color: white;
}
#article .block_2_wrap .txtScroll-top .hd {
  float: right;
  width: 30px;
  height: 64px;
}
#article .block_2_wrap .txtScroll-top .hd .prev,
#article .block_2_wrap .txtScroll-top .hd .next {
  display: block;
  width: 30px;
  height: 15px;
  margin-right: auto;
  margin-top: 15px;
  overflow: hidden;
  cursor: pointer;
  margin-left: auto;
  user-select: none;
}
#article .block_2_wrap .txtScroll-top .hd .prev {
  background: url(../images/prev.gif) no-repeat;
}
#article .block_2_wrap .txtScroll-top .hd .next {
  background: url(../images/next.gif) no-repeat;
}
#article .block_2_wrap .txtScroll-top .hd .pageState {
  text-align: center;
  width: 30px;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
#article .block_2_wrap .txtScroll-top .bd {
  height: 64px;
  overflow: hidden;
}
#article .block_2_wrap .txtScroll-top .bd .notice-name {
  font-weight: bold;
  font-size: 18px;
  color: #2e5bb5;
  padding-left: 28px;
  background: url(../images/notice.png) no-repeat left center;
  float: left;
  height: 64px;
  line-height: 64px;
}
#article .block_2_wrap .txtScroll-top .bd .notice-name a {
  color: #666666;
}
#article .block_2_wrap .txtScroll-top .bd .infoList {
  width: calc(100% - 123px);
  float: left;
}
#article .block_2_wrap .txtScroll-top .bd .infoList li {
  height: 64px;
  width: 1100px;
  line-height: 64px;
}
#article .block_2_wrap .txtScroll-top .bd .infoList li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: 70%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #2e5bb5;
}
#article .block_2_wrap .txtScroll-top .bd .infoList li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 5px;
  height: 5px;
  background-color: #666666;
  border-radius: 50%;
}
#article .block_3_wrap {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background-color: white;
}
#article .block_3_wrap .aside_part {
  width: 48%;
}
#article .block_3_wrap .tabs_contents .tabs_list {
  display: none;
}
#article .block_3_wrap .tabs_contents .tabs_list.active {
  display: block;
}
#article .block_4_wrap {
  width: 1200px;
  margin: 20px auto;
  overflow: hidden;
}
#article .block_4_wrap .aside {
  width: 48%;
}
#article .block_4_wrap .tabs_head {
  height: 27px;
  border-bottom: 1px solid #d7d7d7;
}
#article .block_4_wrap .tabs_head li {
  margin-right: 40px;
  float: left;
}
#article .block_4_wrap .tabs_head li a {
  display: inline-block;
  font-size: 16px;
  color: #666;
}
#article .block_4_wrap .tabs_head li.active a {
  font-size: 18px;
  color: #2e5bb5;
  border-bottom: 2px solid #2e5bb5;
  font-weight: bold;
}
#article .block_4_wrap .tabs_body ul {
  display: none;
}
#article .block_4_wrap .tabs_body ul.active {
  display: block;
}
#article .block_4_wrap .tabs_body ul li {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px dashed #d7d7d7;
  padding-left: 18px;
  position: relative;
  overflow: hidden;
}
#article .block_4_wrap .tabs_body ul li::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #2e5bb5;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#article .block_4_wrap .tabs_body ul li .time {
  color: #999;
  float: right;
  font-size: 14px;
}
#article .block_4_wrap .tabs_body ul li a {
  display: block;
  color: #666;
  float: left;
  width: 80%;
  font-size: 14px;
}
#article .block_5_wrap {
  width: 1200px;
  margin: 20px auto;
}
#article .block_5_wrap .three_item {
  width: 1200px;
  margin: 20px auto;
}
#article .block_5_wrap .three_item .three_item_pub .o_img {
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 380px;
  height: 220px;
}
#article .block_5_wrap .three_item .three_item_pub .o_img img {
  display: block;
  width: 100%;
  height: 100%;
}
#article .block_5_wrap .three_item .three_item_pub .o_img span {
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .block_5_wrap .three_item .three_item_pub ul {
  width: 380px;
  padding: 10px 0;
  display: block;
  background: #fff;
}
#article .block_5_wrap .three_item .three_item_pub ul li {
  font-size: 14px;
  line-height: 30px;
  padding: 4px 0;
}
#article .block_5_wrap .three_item .three_item_pub ul li a {
  color: #666666;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .block_5_wrap .three_item .center {
  margin-left: 30px;
}
#article .bottom_block {
  overflow: hidden;
  width: 1200px;
  margin: auto;
}
#article .bottom_block .title {
  height: 50px;
  line-height: 50px;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  font-size: 18px;
}
#article .bottom_block .title::before {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 35%;
  width: 4px;
  height: 30%;
  border-radius: 5px;
  background-color: #2e5bb5;
}
#article .bottom_block .title span {
  margin-left: 15px;
  font-weight: bold;
  color: #2e5bb5;
}
#article .bottom_block .swiper_bottom_part {
  width: 100%;
  background: #fff;
}
#article .bottom_block .swiper_bottom_part li {
  line-height: 36px;
  height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 10px;
}
#article .bottom_block .swiper_bottom_part li:nth-child(2) {
  margin-top: 10px;
}
#article .bottom_block .swiper_bottom_part li span {
  float: right;
  color: #bbb;
  font-size: 14px;
  vertical-align: middle;
}
#article .bottom_block .swiper_bottom_part li i {
  display: inline-block;
  margin-right: 5px;
  opacity: 0.5;
  color: #da1f2e;
  height: 30px;
  font-weight: bold;
  vertical-align: middle;
}
#article .bottom_block .swiper_bottom_part li a {
  color: #666666;
  font-size: 14px;
}
#article .bottom_block .swiper_bottom_part li:nth-child(1) {
  height: 100px;
}
#article .bottom_block .swiper_bottom_part li:nth-child(1) .leftimg {
  border: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
  width: 30%;
  float: left;
  position: relative;
  height: 100px;
}
#article .bottom_block .swiper_bottom_part li:nth-child(1) .leftimg img {
  width: 100%;
  height: 100%;
}
#article .bottom_block .swiper_bottom_part li:nth-child(1) .right_font {
  padding-left: 5px;
  border: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
}
#article .bottom_block .swiper_bottom_part li:nth-child(1) .right_font .right_font_tit {
  font-weight: normal;
  display: block;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  transition: 0.3s ease-out;
  text-align: left;
  text-overflow: ellipsis;
  font-size: 15px;
}
#article .bottom_block .swiper_bottom_part li:nth-child(1) .right_font .con {
  line-height: 22px;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 66px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#article .bottom_block .bottom_block_part {
  width: 32%;
  margin-right: 24px;
  float: left;
  background-color: white;
}
#article .bottom_block .bottom_block_part:nth-child(3n) {
  margin-right: 0;
}
#article .bottom_block .swiper_bottom_part ul li:first-child .right_font {
  padding-left: 20px !important;
}
#article .bottom_block .swiper_bottom_part ul li:first-child .right_font .right_font_tit {
  font-size: 17px;
  font-weight: bold;
  transition: all 0.3s;
}
#article .bottom_block .swiper_bottom_part ul li:first-child .right_font .right_font_tit:hover {
  color: #da1f2e;
}
#article .bottom_block .swiper_bottom_part ul li:first-child .right_font .con {
  font-size: 15px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 66px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#article .bottom_block .swiper_bottom_part ul li:first-child .right_font .time {
  float: left;
}
#article .mb10 {
  margin-bottom: 10px;
}
#article .block_tit {
  height: 45px;
  border-bottom: 2px solid #2279c8;
  margin-bottom: 10px;
}
#article .block_tit li {
  display: block;
  float: left;
  line-height: 45px;
  height: 45px;
  font-size: 18px;
  color: #666;
  margin-right: 40px;
}
#article .block_tit li a {
  color: inherit;
}
#article .block_tit li.active {
  font-weight: bold;
  color: #2279c8;
}
.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: 45px;
  line-height: 44px;
  padding-left: 20px;
  font-size: 0;
  position: relative;
}
.list_container .left_part .pub_ul li:nth-child(5n) {
  padding-bottom: 60px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #eeeeee;
}
.list_container .left_part .pub_ul li a {
  right: 204px;
  font-size: 16px;
}
.list_container .left_part .pub_ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #cccccc;
  position: absolute;
  left: 2px;
  top: 20px;
}
.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_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 {
  display: block;
  width: 190px;
  font-size: 16px;
  color: #666;
  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 a:hover {
  color: #ff5702;
}
.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 .ad_tit {
  margin-bottom: 20px;
}
.list_container .ad_tit h1 a {
  position: relative;
  font-size: 18px;
  color: #333333;
}
.list_container .ad_tit h1 a::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: -8px;
  width: 50%;
  margin: auto;
  height: 3px;
  background-color: #0068B7;
}
.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: #666;
  font-size: 18px;
}
.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: 20px;
}
.show_container .left_part .recommend_part .rec_tit a {
  color: #333333;
  position: relative;
  display: block;
  padding-left: 15px;
}
.show_container .left_part .recommend_part .rec_tit a:before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 6px;
  height: 20px;
  background-color: #1C3F9D;
}
.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: #666;
  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: #666;
  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 .pub_ul {
  overflow: hidden;
  margin-bottom: 20px;
}
.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: #666;
  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 #666;
  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: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
}
.turn_Page p span {
  font-size: 16px;
  color: #666;
}
.turn_Page p span a {
  color: #666;
}
.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 */