* {
  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;
}
a {
  color: black;
}
#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: 210px;
  height: 60px;
  margin-top: 10px;
  user-select: none;
}
#page #header .top_block .logo_block img {
  width: 100%;
  height: 43px;
  margin-top: 5px;
}
#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: 40px;
  line-height: 40px;
  background-color: #f3f3f3;
  outline: none;
  border: 0;
  text-indent: 1em;
  color: #999999;
}
#page #header .top_block .search_block form .submit {
  border: 0;
  width: 50px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: white;
  text-indent: 1em;
  background: #C62626 url("../images/search.png") no-repeat center;
  background-position-x: 13px;
}
#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: #C62626;
  line-height: 48px;
}
#page #header .main-nav li {
  float: left;
  color: #ffffff;
}
#page #header .main-nav li:hover a,
#page #header .main-nav li.active a {
  color: #ffff00;
  text-decoration: underline;
}
#page #header .main-nav li:last-child a {
  border: none;
}
#page #header .main-nav li a {
  display: inline-block;
  padding: 0px 14px;
  font-size: 16px;
  height: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  border-right: 1px solid white;
}
#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-family: "微软雅黑", "黑体";
  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 .top_b {
  width: 1200px;
  margin: 20px auto;
}
#article .top_b .t1 {
  line-height: 42px;
  padding-bottom: 14px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  font-size: 30px;
}
#article .top_b .t1 a {
  color: #455C97;
}
#article .top_b .t2 {
  line-height: 28px;
  color: #333;
  text-align: center;
}
#article .top_b .t2 span {
  margin: 0 8px;
}
#article .block_1 {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}
#article .block_1 .left_part {
  width: 580px;
}
#article .block_1 .left_part .banner_b {
  width: 580px;
  height: 390px;
  padding: 5px;
}
#article .block_1 .left_part .banner_b .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#article .block_1 .left_part .banner_b .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 0;
  height: 30px;
}
#article .block_1 .left_part .banner_b .swiper-container .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ffffff;
  margin: 0 3px;
  cursor: pointer;
}
#article .block_1 .left_part .banner_b .swiper-container .swiper-pagination-bullet-active {
  background-color: white;
}
#article .block_1 .left_part .banner_b .swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -42.5px;
  width: 45px;
  height: 85px;
  z-index: 99;
}
#article .block_1 .left_part .banner_b .swiper-container img {
  width: 100%;
  height: 100%;
}
#article .block_1 .left_part .banner_b .swiper-container .desc {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  bottom: 0;
  left: 0;
  height: 35px;
  text-align: left;
  line-height: 35px;
  color: white;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
}
#article .block_1 .left_part .bottom_part {
  width: 580px;
  margin-top: 20px;
  height: 125px;
}
#article .block_1 .left_part .bottom_part ul {
  margin-left: 18px;
}
#article .block_1 .left_part .bottom_part ul li {
  float: left;
  width: 167px;
  margin-right: 18px;
}
#article .block_1 .left_part .bottom_part ul li img {
  width: 160px;
  height: 105px;
  border: 1px solid #CCCCCC;
}
#article .block_1 .left_part .bottom_part ul li p {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}
#article .block_1 .right_b {
  width: 580px;
}
#article .block_1 .right_b .r_t {
  height: 190px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #CCCCCC;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 10px;
}
#article .block_1 .right_b .r_t ul li .r_t_tit {
  height: 35px;
  font-size: 18px;
  line-height: 35px;
  font-weight: bold;
  float: left;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .block_1 .right_b .r_t ul li .r_con {
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 60px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#article .block_1 .right_b .b_t {
  margin-top: 5px;
  font-size: 16px;
  line-height: 32px;
}
#article .block_1 .right_b .b_t ul li {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 27px;
}
#article .block_2 {
  width: 1200px;
  margin: 20px auto;
  overflow: hidden;
}
#article .block_2 .block_ul {
  float: left;
  width: 380px;
  line-height: 38px;
  font-size: 16px;
}
#article .block_2 .block_ul.ml {
  margin-left: 25px;
}
#article .block_2 .block_ul .tit h3 {
  float: left;
  font-size: 20px;
  color: #C62626;
  width: 80px;
}
#article .block_2 .block_ul .tit h3 a {
  color: inherit;
}
#article .block_2 .block_ul .tit .more {
  width: 280px;
  margin-left: 15px;
  font-size: 14px;
  display: inline-block;
  border-bottom: 2px solid #eeeeee;
  text-align: right;
  color: #666666;
  line-height: 20px;
}
#article .block_2 .block_ul li {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 20px;
}
#article .block_3 {
  width: 1198px;
  border: 1px solid #cecece;
  height: 275px;
  background-color: #e6e6e6;
  margin: 15px auto 20px;
}
#article .block_3 .blo3_tit {
  font-size: 20px;
  line-height: 40px;
  padding-left: 15px;
  height: 40px;
  color: #c22d19;
  background-color: #f6f6f6;
}
#article .block_3 .tjtp {
  width: 1140px;
  height: 260px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0;
  padding-bottom: 0;
}
#article .block_3 .ttt {
  width: 5000px;
  overflow: hidden;
  padding: 10px 15px 10px 15px;
}
#article .block_3 .ttt ul {
  overflow: hidden;
  padding: 2px 0 0 0;
}
#article .block_3 .ttt ul li {
  float: left;
  margin-right: 40px;
  padding-left: 0;
  background: none;
  width: 226px;
  height: 270px;
}
#article .block_3 .ttt ul li a {
  display: block;
  margin-bottom: 5px;
}
#article .block_3 .ttt ul li .t_tit {
  color: #000000;
  font-size: 15px;
  text-align: left;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .block_3 .ttt ul li img {
  padding: 2px;
  border: 1px solid #ccc;
  margin-top: 8px;
  width: 200px;
  height: 118px;
}
#article .block_3 .ttt ul li .tyd {
  color: red;
  font-size: 13px;
  text-align: left;
  display: inline-block;
  line-height: 26px;
}
#article .block_4 .sep_ul .spe_list {
  display: inline-block;
  width: 48%;
  margin: auto;
}
#article .block_4 .sep_ul .spe_list img {
  width: 100%;
  height: 120px;
}
#article .block_4 .sep_ul .spe_list p {
  line-height: 1px;
  text-align: center;
}
.list_container {
  width: 1200px;
  margin: auto;
}
.list_container .breadcurmb {
  margin-top: 30px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  color: #707070;
}
.list_container .breadcurmb a {
  color: #333333;
}
.list_container .left_part {
  background-color: #fff;
  padding: 20px;
  width: 860px;
}
.list_container .left_part .new_list li {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px dashed #f0f0f0;
}
.list_container .left_part .new_list li:hover a {
  color: #C62626;
}
.list_container .left_part .new_list li a {
  display: block;
}
.list_container .left_part .new_list li a span {
  display: block;
  float: left;
  font-size: 16px;
}
.list_container .left_part .new_list li a span.text {
  width: 654px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 15px;
}
.list_container .left_part .new_list li a span.text::before {
  position: absolute;
  content: '';
  width: 3px;
  height: 3px;
  background-color: #C62626;
  left: 0;
  bottom: 23px;
}
.list_container .left_part .new_list li a span.time {
  float: right;
  color: #C1C2C7;
  width: 90px;
}
.list_container .no_mt {
  margin-top: 0 !important;
  border: none;
}
.list_container .aside_part {
  width: 300px;
  float: right;
  padding-top: 30px;
}
.list_container .aside_part z a {
  color: black;
}
.list_container .aside_part .title {
  font-size: 21px;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
  position: relative;
}
.list_container .aside_part .title::before {
  position: absolute;
  content: '';
  bottom: 5px;
  left: 0;
  width: 4px;
  background-color: #C62626;
  height: 17px;
}
.list_container .aside_part .title a {
  padding-left: 15px;
}
.list_container .aside_part .part_01 {
  overflow: hidden;
  margin-bottom: 20px;
}
.list_container .aside_part .part_01.have_img ul li {
  float: initial !important;
  height: 36px;
}
.list_container .aside_part .part_01 ul li {
  float: left;
  width: 300px;
  height: 35px;
  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: #E28DB7;
}
.list_container .aside_part .part_01 ._img {
  margin-top: 20px;
  width: 100%;
  height: 240px;
  position: relative;
  border: 5px solid #eee;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.list_container .aside_part .part_01 ._img img {
  width: 100%;
  height: 100%;
}
.list_container .aside_part .part_01 ._img p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  color: white;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.4);
}
.list_container .aside_part .part_02 {
  margin-bottom: 20px;
}
.list_container .aside_part .part_02 .part_02_ul li {
  height: 28px;
  line-height: 40px;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_container .aside_part .part_02 .part_02_ul li:nth-of-type(-n+3) em {
  color: #C6252D;
}
.list_container .aside_part .part_02 .part_02_ul li em {
  font-weight: bold;
}
.list_container .aside_part .part_02 .part_02_ul li a {
  color: #333333;
}
.list_container .aside_part .part_03 .title {
  margin-bottom: 10px;
}
.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: 148px;
  height: 100px;
  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 .two_img ul li {
  overflow: hidden;
  display: inline;
  position: relative;
  float: left;
  width: 145px;
  height: 100px;
  margin: 10px 0px 0px 10px;
}
.list_container .aside_part .part_04 .two_img ul li:nth-child(1) {
  margin-left: 0;
}
.list_container .aside_part .part_04 .two_img ul li a {
  overflow: hidden;
  width: 145px;
  height: 120px;
  z-index: 1;
}
.list_container .aside_part .part_04 .two_img ul li a img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.list_container .aside_part .part_04 .two_img ul li p {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_container .aside_part .part_04 .fonts li {
  float: left;
  width: 358px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_container .aside_part .part_04 .fonts li a {
  padding-left: 12px;
  position: relative;
}
.list_container .aside_part .part_04 .fonts li a::before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 3px;
  height: 12px;
  background-color: #C62626;
}
.show_container .left_part .show_con .show_tit {
  line-height: 64px;
  text-align: center;
  font-weight: normal;
  color: black;
  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: 50px;
  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 .recommend_part {
  margin-top: 20px;
  padding: 10px;
}
.show_container .left_part .recommend_part .rec_tit {
  font-size: 24px;
}
.show_container .left_part .recommend_part .rec_tit a {
  color: inherit;
  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: #C62626;
}
.show_container .left_part .recommend_part .rec_01 {
  overflow: hidden;
}
.show_container .left_part .recommend_part .rec_01 ul {
  width: 49%;
  overflow: hidden;
  padding-top: 25px;
}
.show_container .left_part .recommend_part .rec_01 ul li {
  margin-bottom: 5px;
}
.show_container .left_part .recommend_part .rec_01 ul li a {
  padding-left: 14px;
  color: #333333;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.show_container .left_part .recommend_part .rec_01 ul li a:before {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #C62626;
}
.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: 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 .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: 18px;
  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: 5px;
}
.show_container .left_part .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: #C62626;
}
#footer {
  padding-top: 20px;
  background: #333333;
  margin-top: 10px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#footer::before {
  content: "";
  background: #C62626;
  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: #C62626;
  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: #C62626;
  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 */