* {
  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;
}
#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 {
  height: 36px;
}
#page #header .top_block .search_block form {
  display: flex;
  border-radius: 5px;
}
#page #header .top_block .search_block form .search {
  width: 270px;
  height: 32px;
  line-height: 32px;
  outline: none;
  border: 1px solid #e5e5e5;
  text-indent: 1em;
  color: #999999;
}
#page #header .top_block .search_block form .submit {
  border: 0;
  width: 48px;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  color: white;
  background: #004A99 url("../images/search.png") no-repeat center;
}
#page #header .nav .wrapper {
  width: 1200px;
  margin: auto;
}
#page #header .nav .fixed {
  position: fixed;
  top: -48px;
  left: 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
}
#page #header .nav .scroll-down {
  top: 0;
}
#page #header .main-nav-outer {
  height: 48px;
}
#page #header .main-nav {
  height: 48px;
  background: #004A99;
}
#page #header .main-nav li {
  float: left;
}
#page #header .main-nav a {
  display: block;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  padding: 0 17px;
}
#page #header .main-nav a:hover {
  background: #3063c9;
}
#page #header .main-nav a.active {
  background: #3063c9;
}
#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 .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: #333333;
}
#article .block_1_wrap {
  padding-top: 10px;
}
#article .block_1 {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}
#article .block_1 .focus-news-inner {
  width: 750px;
  height: 450px;
  position: relative;
  overflow: hidden;
  float: left;
}
#article .block_1 .focus-news-inner .hot-event .event-item {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  overflow: hidden;
}
#article .block_1 .focus-news-inner .hot-event .event-item img {
  height: 100%;
  width: 100%;
}
#article .block_1 .focus-news-inner .hot-event .event-item .show {
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 18;
  text-align: center;
  background-image: linear-gradient(transparent, #000000);
}
#article .block_1 .focus-news-inner .hot-event .event-item .show a {
  font-size: 16px;
  color: #fff;
  width: 78%;
  display: block;
  margin-left: 77px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#article .block_1 .focus-news-inner .hot-event .switch-nav {
  top: 35%;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
}
#article .block_1 .focus-news-inner .hot-event .switch-nav .prev {
  position: absolute;
  left: 30px;
  top: 0;
  padding: 22px 0;
}
#article .block_1 .focus-news-inner .hot-event .switch-nav .next {
  position: absolute;
  right: 30px;
  top: 0;
  padding: 22px 0;
}
#article .block_1 .focus-news-inner .hot-event .switch-nav i {
  display: inline-block;
  width: 18px;
  height: 25px;
}
#article .block_1 .focus-news-inner .hot-event .switch-nav .i-prev {
  background: url(../images/focus_left_b.png) no-repeat;
}
#article .block_1 .focus-news-inner .hot-event .switch-nav .i-next {
  background: url(../images/focus_right_b.png) no-repeat;
}
#article .block_1 .focus-news-inner .inner_page {
  position: absolute;
  bottom: 12px;
  left: 10px;
  font-size: 28px;
  color: #fff;
  z-index: 99;
  font-weight: normal;
}
#article .block_1 .focus-news-inner .inner_page .page_current {
  font-size: 32px;
  color: #e60012;
}
#article .block_1 .focus-news-inner .inner_page .page_total {
  font-size: 24px;
  color: #fff;
  margin-left: 3px;
}
#article .block_1 .focus-list {
  width: 420px;
  float: right;
}
#article .block_1 .focus-list li a {
  padding-left: 15px;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
}
#article .block_1 .focus-list li a::before {
  position: absolute;
  bottom: 12px;
  border-radius: 10px;
  left: 0;
  width: 5px;
  height: 15px;
  background: #2386C9;
  content: '';
}
#article .block_1 .focus-list li:nth-child(1) a,
#article .block_1 .focus-list li:nth-child(7) a {
  font-weight: bold;
  padding-left: 0;
  font-size: 18px;
}
#article .block_1 .focus-list li:nth-child(1) a::before,
#article .block_1 .focus-list li:nth-child(7) a::before {
  content: '';
  width: 0;
}
#article .block_2 {
  width: 1200px;
  margin: 20px auto;
}
#article .block_2 .big_img {
  margin-top: 10px;
  width: 100%;
  height: 150px;
  position: relative;
}
#article .block_2 .big_img img {
  width: 100%;
  height: 100%;
}
#article .block_2 .big_img p {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-image: linear-gradient(transparent, #000000);
  padding: 0 10px;
}
#article .block_2 .double_img {
  margin-top: 10px;
}
#article .block_2 .double_img a {
  display: block;
  width: 48%;
  height: 150px;
  position: relative;
}
#article .block_2 .double_img a img {
  width: 100%;
  height: 100%;
}
#article .block_2 .double_img a p {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25px;
  line-height: 25px;
  background-image: linear-gradient(transparent, #000000);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  color: white;
  font-size: 15px;
}
#article .block_2 .sort_title {
  height: 37px;
  line-height: 37px;
  border-bottom: 1px solid #d4d4d4;
}
#article .block_2 .sort_title a {
  float: right;
  font-size: 13px;
  color: #777777;
}
#article .block_2 .sort_title span {
  font-size: 18px;
  color: #004a99;
  border-bottom: 2px solid #004a99;
  display: inline-block;
  padding: 0px 5px;
  font-weight: 600;
}
#article .block_2 .sort_list {
  padding-top: 10px;
}
#article .block_2 .sort_list ul li {
  font-size: 16px;
  text-align: left;
  line-height: 35px;
  color: #333333;
  padding-left: 15px;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .block_2 .sort_list ul li::before {
  content: '';
  position: absolute;
  bottom: 13px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #004A99;
}
#article .block_2 .sort_list ul li span {
  float: right;
  font-size: 13px;
  color: #888888;
}
#article .block_2 .sort_list ul li a {
  color: #333333;
}
#article .block_2 .left_part {
  margin-top: 15px;
  width: 890px;
  float: left;
  margin-bottom: 10px;
}
#article .block_2 .left_part .sort_part {
  width: 435px;
  float: left;
  margin-bottom: 5px;
}
#article .block_2 .left_part .sort_part.ml {
  margin-left: 20px;
}
#article .block_2 .right_part {
  margin-top: 10px;
  width: 260px;
  float: right;
  margin-bottom: 10px;
}
#article .block_2 .right_part .rp_01.mt10 {
  margin-top: 10px;
}
#article .block_3 .left_part {
  width: 100%;
}
#article .block_3 .left_part .sort_part {
  width: 46%;
}
#article .block_3 .left_part .sort_part.ml {
  margin-left: 7%;
}
.list_container {
  width: 1200px;
  margin: auto;
}
.list_container .breadcurmb {
  margin-left: 20px;
  margin-top: 30px;
  width: 100%;
  text-align: left;
  line-height: 20px;
  font-size: 13px;
  color: #666;
  padding-right: 10px;
}
.list_container .breadcurmb a {
  color: #666;
}
.list_container .left_part {
  background-color: #fff;
  padding: 20px;
  width: 860px;
}
.list_container .left_part .new_list li {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #f8f8f8;
  overflow: hidden;
}
.list_container .left_part .new_list li .left_img {
  float: left;
  width: 220px;
  height: 123px;
  border-radius: 2px;
}
.list_container .left_part .new_list li .left_img img {
  width: 100%;
  height: 100%;
}
.list_container .left_part .new_list li .right_text {
  float: right;
  width: calc(100% - 230px);
  color: #666666;
}
.list_container .left_part .new_list li .right_text .tit {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: initial;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list_container .left_part .new_list li .right_text .tit a {
  color: #333333;
}
.list_container .left_part .new_list li .right_text .meta {
  margin-top: 50px;
  font-size: 16px;
}
.list_container .left_part .new_list li .right_text .meta .source {
  float: left;
}
.list_container .left_part .new_list li .right_text .meta .date {
  float: right;
}
.list_container .left_part .new_list li.notImg .right_text {
  width: 100%;
}
.list_container .no_mt {
  margin-top: 0 !important;
  border: none;
}
.list_container .aside_part {
  width: 320px;
  float: right;
  margin-top: 30px;
  padding: 10px;
  background: #F8F8F8;
  box-sizing: border-box;
}
.list_container .aside_part a {
  color: #333333;
}
.list_container .aside_part a:hover {
  color: #004A99;
}
.list_container .aside_part .title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
.list_container .aside_part .title a {
  color: #004A99;
}
.list_container .aside_part .big_img {
  width: 100%;
  height: 150px;
  position: relative;
}
.list_container .aside_part .big_img img {
  width: 100%;
  height: 100%;
}
.list_container .aside_part .big_img p {
  position: absolute;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  left: 0;
  text-align: center;
  color: white;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  background-image: linear-gradient(transparent, #000000);
}
.list_container .aside_part .part_01 {
  overflow: hidden;
  margin-bottom: 20px;
}
.list_container .aside_part .part_01 ul li {
  float: left;
  width: 300px;
  height: 40px;
  line-height: 40px;
}
.list_container .aside_part .part_01 ul li a {
  position: relative;
  padding-left: 15px;
  height: 40px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_container .aside_part .part_01 ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #004A99;
}
.list_container .aside_part .part_02 {
  margin-bottom: 20px;
}
.list_container .aside_part .part_02 .part_02_ul li {
  padding: 0 0 5px 0;
  transition: 0.3s ease;
  position: relative;
}
.list_container .aside_part .part_02 .part_02_ul li a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: initial;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list_container .aside_part .part_02 .part_02_ul li a:hover {
  color: #004A99;
}
.list_container .aside_part .part_03 .O_img {
  overflow: hidden;
  float: left;
  width: 300px;
}
.list_container .aside_part .part_03 .O_img h3 {
  overflow: hidden;
  float: left;
  width: 190px;
  height: 126px;
  margin-right: 20px;
}
.list_container .aside_part .part_03 .O_img h3 a img {
  width: 100%;
  height: 100%;
}
.list_container .aside_part .part_03 .O_img p {
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
  height: 126px;
  line-height: 32px;
  text-decoration: none;
  overflow: hidden;
  width: initial;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.list_container .aside_part .part_04 ul li {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 20px 0;
}
.list_container .aside_part .part_04 ul li a {
  float: left;
  width: 120px;
  height: 80px;
  display: block;
}
.list_container .aside_part .part_04 ul li a img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.list_container .aside_part .part_04 ul li .text {
  float: right;
  width: calc(100% - 130px);
}
.list_container .aside_part .part_04 ul li .text h4 a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: initial;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 16px;
  line-height: 28px;
}
.list_container .aside_part .part_04 ul li.notImg .text {
  width: 100%;
}
.list_container .aside_part .part_05 .big_img {
  margin-bottom: 10px;
}
.list_container .aside_part .part_05 .double_img a {
  display: block;
  width: 48%;
  height: 100px;
  position: relative;
}
.list_container .aside_part .part_05 .double_img a img {
  width: 100%;
  height: 100%;
}
.list_container .aside_part .part_05 .double_img a p {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25px;
  line-height: 25px;
  background-image: linear-gradient(transparent, #000000);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  color: white;
  font-size: 15px;
}
.show_container .left_part .show_con .show_tit {
  line-height: 64px;
  text-align: center;
  font-weight: normal;
  color: #333333;
  font-size: 30px;
}
.show_container .left_part .show_con .meta {
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  color: #666666;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.show_container .left_part .show_con .show_body {
  padding-bottom: 20px;
  line-height: 32px;
  color: #333;
  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 .show_con .recommend_part {
  margin-top: 20px;
  padding: 10px;
}
.show_container .left_part .show_con .recommend_part .rec_tit {
  font-size: 22px;
  margin-top: 20px;
}
.show_container .left_part .show_con .recommend_part .rec_tit a {
  color: inherit;
  position: relative;
  display: inline-block;
}
.show_container .left_part .show_con .recommend_part .rec_tit a::after {
  content: '';
  position: absolute;
  bottom: -10px;
  width: 50%;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  border-radius: 5px;
  background-color: #1C3F9D;
}
.show_container .left_part .show_con .recommend_part .rec_01 {
  overflow: hidden;
}
.show_container .left_part .show_con .recommend_part .rec_01 ul {
  width: 49%;
  overflow: hidden;
  padding-top: 25px;
}
.show_container .left_part .show_con .recommend_part .rec_01 ul li {
  margin-bottom: 15px;
}
.show_container .left_part .show_con .recommend_part .rec_01 ul li a {
  padding-left: 10px;
  color: #333333;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.show_container .left_part .show_con .recommend_part .rec_01 ul li a:before {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 4px;
  height: 10px;
  border-radius: 5px;
  background-color: #1C3F9D;
}
.show_container .left_part .show_con .recommend_part .tabs_ul {
  display: none;
}
.show_container .left_part .show_con .recommend_part .tabs_ul.active {
  display: block;
}
.show_container .left_part .show_con .recommend_part .tabs_ul li {
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-align: left;
  height: auto;
  padding-top: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.show_container .left_part .show_con .recommend_part .tabs_ul li.notImg h1 {
  width: 100%;
}
.show_container .left_part .show_con .recommend_part .tabs_ul li.notImg p {
  width: 100%;
}
.show_container .left_part .show_con .recommend_part .tabs_ul li a {
  color: #333333;
}
.show_container .left_part .show_con .recommend_part .tabs_ul li a img {
  width: 180px;
  height: 130px;
  float: left;
  margin-right: 25px;
}
.show_container .left_part .show_con .recommend_part .tabs_ul li h1 {
  font-size: 20px;
  color: #000000;
  text-align: left;
  margin-bottom: 10px;
  display: inline-block;
  width: 521px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.show_container .left_part .show_con .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;
}
.show_container .left_part .show_con .recommend_part .tabs_ul li .tabs_meta {
  font-size: 14px;
  color: #999;
  float: left;
}
.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: #004A99;
  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 #333;
  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: 14px;
  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;
  display: flex;
  align-items: baseline;
}
#footer .container .friendsLink h3 {
  color: white;
  font-size: 14px;
  float: left;
  margin-right: 20px;
  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: 20px;
  color: white;
  font-size: 14px;
}
.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: #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-position: -60px 0;
}
.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: 15px;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0px;
  line-height: normal;
  text-align: center;
}
.page_fenye span {
  background-color: #004A99;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 14px;
  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: 14px;
  border-left: 1px solid #fff;
}
.page_fenye a:hover {
  background-color: #004A99;
  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 */