* {
  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: 70px;
  margin-top: 10px; */
  user-select: none;
}
#page #header .top_block .logo_block img {
/* width: 190px;
    height: 39px;
    margin-top: 10px; */
}
#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;
  background-color: #f3f3f3;
  outline: none;
  border: 0;
  text-indent: 1em;
  color: #999999;
  border-radius: 30px;
}
#page #header .top_block .search_block form .submit {
  border: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  color: white;
  text-indent: 1em;
  margin-left: 10px;
  border-radius: 50%;
  background: #3c609c url("../images/search.png") no-repeat center;
  background-position-x: 5px;
}
#page #header .nav {
  width: 1200px;
  margin: auto;
}
#page #header .nav .wrapper {
  width: 1200px;
  margin: auto;
}
#page #header .main-nav {
  height: 48px;
  background: #3c609c;
  border-radius: 5px;
}
#page #header .main-nav li {
  float: left;
}
#page #header .main-nav a {
  display: block;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  padding: 0 19px;
}
#page #header .main-nav a:hover,
#page #header .main-nav a.active {
  text-decoration: underline;
}
#page .header_ad {
  width: 1200px;
  height: 90px;
  margin: 5px 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 {
  width: 1200px;
  margin: 10px auto;
  overflow: hidden;
}
#article .top_Fonts {
  margin-bottom: 10px;
}
#article .top_Fonts .hot_title {
  overflow: hidden;
}
#article .top_Fonts .hot_title .tout {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  float: left;
}
#article .top_Fonts .hot_title .tout h1 {
  font-size: 26.8667px;
  width: 97.5%;
  height: 76px;
  line-height: 76px;
  display: block;
  overflow: hidden;
  font-family: microsoft yahei;
  text-align: center;
  margin: 0 auto;
}
#article .top_Fonts .hot_title .tout ul {
  display: block;
  width: 98%;
  margin: 0 auto;
  overflow: hidden;
}
#article .top_Fonts .hot_title .tout ul li {
  float: left;
  font-size: 16px;
  width: 50%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#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 .block_1 {
  overflow: hidden;
}
#article .block_1 .banner_b {
  width: 690px;
  height: 450px;
}
#article .block_1 .banner_b .swiper-container {
  width: 98.1%;
  height: 100%;
  margin: 0 auto;
  box-shadow: -1px 0px 10px black;
  overflow: hidden;
  position: relative;
}
#article .block_1 .banner_b .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 0;
  height: 30px;
}
#article .block_1 .banner_b .swiper-container .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
#article .block_1 .banner_b .swiper-container .swiper-pagination-bullet-active {
  background-color: white;
}
#article .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 .banner_b .swiper-container .swiper-button-next {
  background: url(../images/banner_arrow.png) no-repeat right top;
  right: 0 !important;
}
#article .block_1 .banner_b .swiper-container .swiper-button-prev {
  background: url(../images/banner_arrow.png) no-repeat left top;
  left: 0;
}
#article .block_1 .banner_b .swiper-container img {
  width: 100%;
  height: 100%;
}
#article .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;
  font-size: 17px;
  background: url(../images/tpk.png) top no-repeat;
  overflow: hidden;
  z-index: 9;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  background-size: 100%;
}
#article .block_1 .right_b {
  width: 450px;
  height: 460px;
  padding-top: 30px;
}
#article .block_1 .right_b ul {
  width: 100%;
  height: 590px;
  display: block;
  overflow: hidden;
  margin-top: -18px;
}
#article .block_1 .right_b ul li {
  width: 100%;
  height: 49px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
  border-bottom: 1px solid #f3f3f3;
}
#article .block_1 .right_b ul li a {
  color: black;
  font-family: 微软雅黑, 宋体;
  font-size: 17px;
}
#article .block_1 .right_b ul li a:hover {
  color: #d33;
  text-decoration: underline;
}
#article .title {
  width: 100%;
  float: left;
  padding: 12px 0 8px;
}
#article .title strong {
  float: left;
  color: #3c609c;
  display: block;
  font-size: 19px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  height: 24px;
}
#article .title strong a {
  color: #3c609c;
  font-weight: bold;
}
#article .list_newsr {
  clear: both;
  width: 100%;
}
#article .list_newsr li {
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  font-family: '微软雅黑';
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  width: 96%;
}
#article .list_newsr li a {
  color: black;
}
#article .b_t {
  width: 99%;
  float: left;
  margin: 10px 0 15px 0;
  position: relative;
  display: table;
}
#article .b_t .img_t {
  width: 178px;
  height: 94px;
  float: left;
}
#article .b_t .img_t a {
  display: block;
  width: 100%;
  height: 100%;
}
#article .b_t .img_t a img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
#article .b_t .font_t {
  width: 142px;
  font-size: 16px;
  font-weight: normal;
  font-family: '微软雅黑';
  float: right;
  margin-right: 15px;
  line-height: 30px;
  display: table-cell;
  vertical-align: middle;
}
#article .b_t .font_t a {
  color: black;
  display: block;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#article .block_2 {
  overflow: hidden;
}
#article .block_2 .left_part {
  width: 848px;
}
#article .block_2 .left_part .b_1 {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
  margin-bottom: 20px;
  width: 105%;
  height: 245px;
}
#article .block_2 .left_part .b_1 ul {
  width: 890px;
  height: auto;
  display: block;
  overflow: hidden;
}
#article .block_2 .left_part .b_1 ul li {
  width: 365px;
  padding-left: 10px;
  padding-right: 18px;
  height: 40px;
  line-height: 40px;
  display: block;
  overflow: hidden;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .block_2 .left_part .b_1 ul li a {
  font-size: 17px;
  color: black;
  margin: 0 auto;
}
#article .block_2 .left_part .b_2 {
  width: 355px;
}
#article .block_2 .left_part .b_3,
#article .block_2 .left_part .b_4,
#article .block_2 .left_part .b_5 {
  width: 355px;
}
#article .block_2 .left_part .b_4 {
  width: 355px;
  overflow: hidden;
  float: left;
}
#article .block_2 .right_part {
  width: 312px;
}
#article .block_2 .right_part .b_5 {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}
#article .block_2 .right_part .videos_part ul li {
  width: 47%;
  height: 160px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
  margin-bottom: 6px;
}
#article .block_2 .right_part .videos_part ul li:nth-child(3),
#article .block_2 .right_part .videos_part ul li:nth-child(5),
#article .block_2 .right_part .videos_part ul li:nth-child(7) {
  margin-right: 0;
}
#article .block_2 .right_part .videos_part ul li:first-child {
  width: 100%;
  max-width: 412px;
  height: auto;
}
#article .block_2 .right_part .videos_part ul li:first-child img {
  height: 231px;
}
#article .block_2 .right_part .videos_part ul li img {
  width: 100%;
  height: 111px;
  border-radius: 5px;
  vertical-align: middle;
}
#article .block_2 .right_part .videos_part ul li h1 {
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  line-height: 44px;
}
#article .block_2 .right_part .videos_part ul li h1 a {
  color: black;
  font-weight: normal;
}
#article .block_3 {
  margin-top: 20px;
}
#article .block_3 .b3_pub {
  width: 380px;
  float: left;
  margin-right: 25px;
}
#article .block_3 .b3_pub:last-child {
  margin-right: 0;
}
#article .block_3 .b3_pub .tabs_head {
  margin-top: 15px;
  letter-spacing: 6px;
  overflow: hidden;
}
#article .block_3 .b3_pub .tabs_head ul li {
  float: left;
  cursor: pointer;
  font-size: 20px;
  font-weight: normal;
  padding: 0 10px;
  width: 24%;
  color: #3f3f3f;
  height: 46px;
  line-height: 46px;
  text-align: left;
}
#article .block_3 .b3_pub .tabs_head ul li a:hover {
  text-decoration: underline;
}
#article .block_3 .b3_pub .tabs_head ul li.active a {
  color: #c00;
  font-weight: bold;
}
#article .block_3 .b3_pub .tabs_body {
  display: none;
  width: 100%;
  padding: 0px 6px 0px;
}
#article .block_3 .b3_pub .tabs_body.active {
  display: block;
}
#article .block_3 .b3_pub .tabs_body .pic {
  float: left;
  margin: 10px 0 15px 0;
  position: relative;
  display: table;
  width: 100%;
}
#article .block_3 .b3_pub .tabs_body .pic .img_h {
  width: 100%;
  height: 209px;
  text-align: center;
}
#article .block_3 .b3_pub .tabs_body .pic .img_h a {
  display: block;
  width: 100%;
  height: 100%;
}
#article .block_3 .b3_pub .tabs_body .pic .img_h a img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#article .block_3 .b3_pub .tabs_body .text_h {
  margin-top: 5px;
  text-align: center;
  width: 100%;
}
#article .block_3 .b3_pub .tabs_body .text_h a {
  font-size: 15px;
  color: black;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .block_3 .b3_pub .tabs_body ul {
  margin-top: 20px;
}
#article .block_3 .b3_pub .tabs_body ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
#article .block_3 .b3_pub .tabs_body ul li a {
  position: relative;
  padding-left: 15px;
  color: black;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .block_3 .b3_pub .tabs_body ul li a:hover {
  text-decoration: underline;
}
#article .block_3 .b3_pub .tabs_body ul li a:before {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #E6E6E6;
}
#article .block_4,
#article .block_5 {
  overflow: hidden;
  margin: 20px 0;
}
#article .block_4 .left,
#article .block_5 .left {
  width: 360px;
  margin-right: 30px;
}
#article .block_4 .left .tabs_body .list_newsr,
#article .block_5 .left .tabs_body .list_newsr {
  padding: 10px;
}
#article .block_4 .middle,
#article .block_5 .middle {
  width: 360px;
}
#article .block_4 .right,
#article .block_5 .right {
  width: 360px;
}
#article .block_5 .left {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
}
#article .block_5 .left .tabs_head {
  overflow: hidden;
}
#article .block_5 .left .tabs_head ul li {
  float: left;
  cursor: pointer;
  font-size: 20px;
  font-weight: normal;
  padding: 0 10px;
  border-right: 1px solid #f8f8f8;
  list-style: none;
  width: 50%;
  text-align: center;
  background: #f8f8f8;
  color: #3f3f3f;
  height: 46px;
  line-height: 46px;
}
#article .block_5 .left .tabs_head ul li.active {
  font-weight: normal;
  margin-left: 0px;
  background: #fff;
}
#article .block_5 .left .tabs_head ul li a {
  color: #3f3f3f;
}
#article .block_5 .left .tabs_body {
  margin-bottom: 10px;
}
#article .block_5 .left .tabs_body ul {
  display: none;
}
#article .block_5 .left .tabs_body ul.active {
  display: block;
}
.double_img {
  overflow: hidden;
}
.double_img a {
  display: block;
  width: 48%;
  position: relative;
}
.double_img a img {
  width: 100%;
  height: 100px;
  display: block;
}
.double_img a p {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
.new_list li {
  width: 100%;
  padding: 5px 0;
  text-align: left;
  margin-bottom: 2px;
  overflow: hidden;
}
.new_list li:nth-of-type(5n) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #dadada;
}
.new_list li:hover .font {
  text-decoration: underline;
}
.new_list li .font {
  font-size: 17px;
  line-height: 24px;
  float: left;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  color: black;
}
.new_list li .font a {
  color: black;
}
.new_list li .time {
  line-height: 24px;
  font-size: 14px;
  color: #838383;
  float: right;
  display: block;
}
.list_container {
  width: 1200px;
  margin: auto;
}
.list_container .left_part {
  margin-top: 30px;
  width: 860px;
  padding-right: 20px;
  border-right: 1px dashed #CCCCCC;
}
.list_container .left_part .breadcurmb {
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #707070;
}
.list_container .left_part .breadcurmb a {
  color: #333333;
}
.list_container .right_part {
  width: 300px;
}
.list_container .right_part .rp1 {
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #e5e5e5;
}
.list_container .right_part .rp1 .title {
  padding-bottom: 10px;
}
.list_container .right_part .rp1 .title span {
  font-size: 19px;
  float: left;
  color: #3c609c;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
}
.list_container .right_part .rp1 .title span::before {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 3px;
  height: 15px;
  background: #3c609c;
}
.list_container .right_part .rp1 .title span a {
  color: inherit;
}
.list_container .right_part .rp1 .rp1_img {
  display: inline-block;
  width: 100%;
  height: 160px;
  position: relative;
}
.list_container .right_part .rp1 .rp1_img p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_container .right_part .rp1 .rp1_img img {
  width: 100%;
  height: 100%;
}
.list_container .right_part .rp1 .rp1_news {
  margin-top: 8px;
}
.list_container .right_part .rp1 .rp1_news li {
  font-size: 16px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #e5e5e5;
  position: relative;
  padding-left: 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_container .right_part .rp1 .rp1_news li::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #3c609c;
}
.list_container .right_part .rp1 .rp1_news li:hover {
  text-decoration: underline;
}
.list_container .right_part .rp1 .rp1_news li a {
  color: #000;
}
.show_container .left_part .show_con .show_tit {
  font-size: 22px;
  font-weight: bold;
}
.show_container .left_part .show_con .meta {
  margin: 20px 0;
  font-size: 14px;
  color: #8b8b8b;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}
.show_container .left_part .show_con .content {
  margin-bottom: 30px;
}
.show_container .left_part .show_con .content img {
  max-width: 600px;
  display: block;
  margin: auto;
}
.show_container .left_part .show_con .content p {
  text-align: justify;
  /* text-indent: 2em; */
  margin-top: 19px;
  font-size: 17px;
  line-height: 30px;
}
.show_container .left_part .recommend_part {
  margin-bottom: 30px;
}
.show_container .left_part .recommend_part .recommend_tit {
  height: 30px;
  border-bottom: 1px solid #C3C3C3;
}
.show_container .left_part .recommend_part .recommend_tit span {
  font-size: 18px;
  display: inline-block;
  height: 30px;
  font-weight: bold;
  border-bottom: 2px solid #3c609c;
}
.show_container .left_part .recommend_part .rec_ul {
  overflow: hidden;
}
.show_container .left_part .recommend_part .rec_ul li {
  margin-top: 15px;
  font-size: 16px;
  display: inline-block;
  width: 48%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
  padding-left: 10px;
  position: relative;
}
.show_container .left_part .recommend_part .rec_ul li::before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #3c609c;
}
.show_container .left_part .recommend_part .rec_ul li:nth-of-type(even) {
  float: right;
}
.show_container .left_part .recommend_part .rec_ul li a {
  color: black;
}
.show_container .left_part .recommend_part .left {
  width: 48%;
}
.show_container .left_part .recommend_part .left .big_img {
  margin-top: 10px;
  width: 100%;
  height: 180px;
  position: relative;
}
.show_container .left_part .recommend_part .left .big_img img {
  width: 100%;
  height: 100%;
}
.show_container .left_part .recommend_part .left .big_img p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  color: white;
  text-align: center;
  background-image: linear-gradient(transparent, #000000);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
}
.show_container .left_part .recommend_part .left .double_img {
  margin-top: 10px;
}
.show_container .left_part .recommend_part .right {
  width: 48%;
}
.show_container .left_part .recommend_part .right .new_list .font {
  width: 80%;
}
#footer {
  padding-top: 20px;
  background: #333333;
  margin-top: 10px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#footer::before {
  content: "";
  background: #3c609c;
  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 {
  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: #000000;
}
.turn_Page p span {
  font-size: 16px;
  color: #555555;
}
.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: 0;
  line-height: normal;
  text-align: center;
}
.page_fenye span {
  background-color: #3c609c;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 14px;
  margin: 0 2px;
  border-radius: 50%;
}
.page_fenye a {
  background-color: #F3F4F4;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  color: #3c3e45;
  font-size: 14px;
  margin: 0 2px;
  border-radius: 5px;
}
.page_fenye a:hover {
  background-color: #3c609c;
  color: white;
}
.adversiment {
  position: relative;
  width: 300px;
  height: 300px;
  margin-top: 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 */