* {
  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;
}
body {
  font: 14px "microsoft Yahei", "Arial", sans-serif;
}
a {
  color: #333333;
}
.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: 180px;
  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;
}
#page #header .top_block .search_block form .search {
  width: 227px;
  height: 36px;
  line-height: 36px;
  background-color: #f3f3f3;
  outline: none;
  border: 0;
  text-indent: 1em;
  color: #999999;
  border-radius: 15px 0 0 15px;
}
#page #header .top_block .search_block form .submit {
  border: 0;
  width: 80px;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  color: white;
  text-indent: 1em;
  border-radius: 0 15px 15px 0;
  background: #E60013 url(../images/search.png) no-repeat center;
  background-position-x: 8px;
}
#page #header .nav_block {
  height: 50px;
  line-height: 50px;
  background: #F7F9FB;
  width: 1200px;
  margin: auto;
  border-radius: 10px;
}
#page #header .nav_block .content {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  overflow: hidden;
}
#page #header .nav_block .content li {
  float: left;
  margin-left: -1px;
  line-height: 50px;
  font-size: 16px;
  padding: 0 12px;
  font-weight: bold;
}
#page #header .nav_block .content li.on a,
#page #header .nav_block .content li:hover a {
  color: #e60013;
}
#page #header .nav_block .content li a {
  color: #333;
  transition: all 0.3s;
}
#page .header_ad {
  width: 1200px;
  height: 90px;
  margin: 30px 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%;
}
.title {
  padding-left: 20px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #a61000;
  position: relative;
}
.title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 5px;
  height: 22px;
  background-color: #A61000;
}
.title a {
  color: #a61111;
}
#article {
  width: 1200px;
  margin: 30px auto;
  overflow: hidden;
}
#article section {
  overflow: hidden;
  width: 1200px;
  margin: auto;
}
#article section .banner_block {
  width: 840px;
  height: 490px;
  margin-bottom: 30px;
  border-radius: 10px;
}
#article section .banner_block a {
  overflow: hidden;
  height: 100%;
  display: inline-block;
  width: 100%;
}
#article section .banner_block .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 10px;
}
#article section .banner_block .swiper-container:hover .meta,
#article section .banner_block .swiper-container:hover .desc {
  opacity: 0.7;
}
#article section .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: left;
  bottom: 5px;
  height: 30px;
  left: 25px;
  color: white;
}
#article section .banner_block .swiper-container .swiper-pagination-current {
  font-size: 24px;
  color: #FF3234;
  font-weight: 600;
}
#article section .banner_block .swiper-container .swiper-pagination-total {
  font-size: 18px;
}
#article section .banner_block .swiper-container .swiper-button-next,
#article section .banner_block .swiper-container .swiper-button-prev {
  bottom: -10px !important;
}
#article section .banner_block .swiper-container .swiper-button {
  position: absolute;
  bottom: 5px;
  margin-top: -42.5px;
  width: 45px;
  height: 85px;
  z-index: 99;
}
#article section .banner_block .swiper-container .swiper-button-next {
  background: url(../images/banner_arrow_right.png) no-repeat top;
  right: 0 !important;
}
#article section .banner_block .swiper-container .swiper-button-prev {
  background: url(../images/banner_arrow_left.png) no-repeat top;
  left: 0;
}
#article section .banner_block .swiper-container img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#article section .banner_block .swiper-container .desc,
#article section .banner_block .swiper-container .meta {
  position: absolute;
  bottom: 60px;
  left: 0;
  padding: 0 10px;
  font-weight: lighter;
  font-size: 40px;
  line-height: 55px;
  text-decoration: none;
  overflow: hidden;
  width: initial;
  white-space: normal;
  height: 110px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: white;
  transition: all 0.3s;
}
#article section .banner_block .swiper-container .meta {
  font-size: 14px;
  height: 155px;
}
#article section .newslist_block {
  float: right;
  width: 336px;
  box-sizing: border-box;
  margin-left: 22px;
}
#article section .newslist_block .news_list {
  height: 490px;
  background-color: #f7f9fb;
  box-sizing: border-box;
  border-top: 2px solid #d80c1d;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  padding: 20px 22px;
}
#article section .newslist_block .news_list li {
  padding: 9px 0;
}
#article section .newslist_block .news_list li a {
  display: block;
  line-height: 19px;
  max-height: 38px;
  overflow: hidden;
}
#article section .newslist_block .news_list li a .time {
  float: left;
  color: #666;
  margin-right: 18px;
  position: relative;
  font-family: 'DIN-Regular';
}
#article section .newslist_block .news_list li a .time::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #929293;
}
#article section .newslist_block .news_list li a .news_con {
  color: #333333;
  display: inline-block;
  width: 235px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
#article section .newslist_block .news_list li a .news_con:hover {
  color: #E50011;
}
#article .bread_crumb {
  margin-bottom: 20px;
  font-size: 16px;
}
#article .bread_crumb a {
  color: #999999;
}
#article .main {
  width: 1200px;
  margin: auto;
}
#article .main .list_ul li {
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0;
}
#article .main .list_ul li.not_img .item_con .news_tit {
  width: 733px;
}
#article .main .list_ul li.not_img .item_con .news_con {
  width: 733px;
}
#article .main .list_ul li ._img {
  float: left;
  width: 180px;
  margin-right: 16px;
  height: 110px;
}
#article .main .list_ul li ._img a img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#article .main .list_ul li .item_con {
  position: relative;
  overflow: hidden;
}
#article .main .list_ul li .item_con .news_tit {
  height: auto;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
  margin: 0 84px 0 0;
  display: inline-block;
  width: 530px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .list_ul li .item_con .news_tit:hover {
  color: #E50011;
}
#article .main .list_ul li .item_con .news_con {
  font-size: 16px;
  color: #999999;
  letter-spacing: 0.5px;
  margin: 25px 84px 0 0;
  text-decoration: none;
  overflow: hidden;
  width: 530px;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#article .main .list_ul li .item_con .time {
  text-align: right;
  color: #999;
  line-height: 16px;
}
#article .main .left_part {
  width: 818px;
  box-sizing: border-box;
}
#article .main .left_part .news_label {
  color: #e60013;
  font-weight: bold;
  line-height: 20px;
  padding: 0 0 0 20px;
  background: url(../images/tit_icon.png) left center no-repeat;
  margin-bottom: 10px;
  font-size: 20px;
  margin-top: 25px;
}
#article .main .left_part .banner_block_2 {
  margin-top: 10px;
  height: 206px;
  user-select: none;
  overflow: hidden;
}
#article .main .left_part .banner_block_2 .banner_tit {
  float: left;
  background: #e50011;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  width: 46px;
  height: 206px;
  padding: 63px 10px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  display: block;
  border-radius: 10px;
}
#article .main .left_part .banner_block_2 .banner_tit a {
  color: #fff;
}
#article .main .left_part .banner_block_2 .banner_con {
  overflow: hidden;
  position: relative;
  padding: 0 23px;
  height: 206px;
  width: 778px;
  float: left;
}
#article .main .left_part .banner_block_2 .banner_con .swiper {
  width: 100%;
  height: 100%;
  margin: 0 2px;
  overflow: hidden;
}
#article .main .left_part .banner_block_2 .banner_con .swiper .swiper-wrapper {
  margin: 0 1px;
}
#article .main .left_part .banner_block_2 .banner_con .swiper .swiper-button-next,
#article .main .left_part .banner_block_2 .banner_con .swiper .swiper-button-prev {
  margin-top: 0;
  top: 0;
  width: 14px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  z-index: 10;
  cursor: pointer;
  background-size: auto;
  display: block !important;
}
#article .main .left_part .banner_block_2 .banner_con .swiper .swiper-button-prev.swiper-button-white {
  left: 5px;
  background-image: url(../images/arrow_left.png);
}
#article .main .left_part .banner_block_2 .banner_con .swiper .swiper-button-next.swiper-button-white {
  right: 5px;
  background-image: url(../images/arrow_right.png);
}
#article .main .left_part .banner_block_2 .banner_con .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#article .main .left_part .banner_block_2 .banner_con .swiper-slide {
  overflow: hidden;
  border-radius: 10px;
  box-sizing: border-box;
  display: block;
  background: #f4f5f6;
}
#article .main .left_part .banner_block_2 .banner_con .swiper-slide img {
  display: block;
  width: 100%;
  height: 60%;
  object-fit: cover;
}
#article .main .left_part .banner_block_2 .banner_con .swiper-slide .tit {
  padding: 18px 22px 20px;
}
#article .main .left_part .banner_block_2 .banner_con .swiper-slide .tit strong {
  display: block;
  line-height: 19px;
  height: 38px;
  text-align: left;
  font-size: 14px;
  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: 2;
}
#article .main .right_part {
  overflow: hidden;
  float: right;
  width: 336px;
  box-sizing: border-box;
  margin-left: 22px;
  margin-top: 20px;
}
#article .main .right_part .pub_border {
  background-color: #f7f9fb;
  box-sizing: border-box;
  border-top: 2px solid #d80c1d;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
  padding: 20px 22px;
}
#article .main .right_part .pub_border::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 1px;
  left: 0;
  background-color: #d80c1d;
}
#article .main .right_part .pub_border .tit {
  font-size: 22px;
  line-height: 30px;
  color: #000;
  margin-bottom: 7px;
}
#article .main .right_part .pub_border .tit strong {
  display: inline-block;
  padding: 0 17px 0 0;
  background: url(../images/icon_more.png) right center no-repeat;
}
#article .main .right_part .rp_01 {
  margin-bottom: 20px;
}
#article .main .right_part .rp_01 ._con .top_img {
  padding: 3px 0 0;
}
#article .main .right_part .rp_01 ._con .top_img img {
  width: 100%;
  height: 181px;
  border-radius: 10px;
}
#article .main .right_part .rp_01 ._con .top_img .desc {
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  padding: 12px 0;
  font-size: 16px;
  letter-spacing: 0.5px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .right_part .rp_01 ._con .rp1_list_ul li {
  padding: 8px 0;
}
#article .main .right_part .rp_01 ._con .rp1_list_ul li a {
  padding: 0 0 0 12px;
  position: relative;
  display: block;
  color: #666;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  font-size: 16px;
}
#article .main .right_part .rp_01 ._con .rp1_list_ul li a:hover {
  color: #E50011;
}
#article .main .right_part .rp_01 ._con .rp1_list_ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 100%;
}
#article .main .right_part .rp_02 {
  margin-top: 30px;
}
#article .main .right_part .rp_02 .tit {
  overflow: hidden;
}
#article .main .right_part .rp_02 .tit ul li {
  float: left;
  line-height: 26px;
  text-align: center;
}
#article .main .right_part .rp_02 .tit ul li.active span {
  background-color: #E60013;
  color: white;
}
#article .main .right_part .rp_02 .tit ul li span {
  display: block;
  width: 56px;
  color: #000;
  font-weight: bold;
  background: #e4e3e3;
  font-size: 14px;
  transition: all 0.3s;
}
#article .main .right_part .rp_02 ._con {
  padding: 6px 0 3px;
}
#article .main .right_part .rp_02 ._con ul {
  display: none;
}
#article .main .right_part .rp_02 ._con ul.active {
  display: block;
}
#article .main .right_part .rp_02 ._con ul li {
  margin-bottom: 10px;
}
#article .main .right_part .rp_02 ._con ul li b {
  font-family: 'din-bold';
  float: left;
  width: 18px;
  color: #000;
  margin-right: 5px;
  line-height: 19px;
  position: relative;
  text-decoration: underline;
  text-align: center;
}
#article .main .right_part .rp_02 ._con ul li a {
  display: block;
  color: #666;
  line-height: 19px;
  max-height: 38px;
  font-size: 16px;
  letter-spacing: 0.5px;
  display: inline-block;
  width: 92%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .right_part .rp_02 ._con ul li a:hover {
  color: #E60013;
}
#article .main .right_part .rp_03 {
  margin-top: 20px;
}
#article .main .right_part .rp_03 ul li {
  margin-top: 15px;
}
#article .main .right_part .rp_03 ul li a img {
  float: left;
  width: 115px;
  height: 70px;
  margin-right: 12px;
  border-radius: 5px;
}
#article .main .right_part .rp_03 ul li a .tit {
  text-decoration: none;
  width: initial;
  white-space: normal;
  height: 38px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 19px;
  overflow: hidden;
  font-size: 16px;
}
#article .main .right_part .rp_03 ul li a .tit:hover {
  color: #E50011;
}
#article .main .right_part .rp_03 ul li a .meta {
  margin-top: 16px;
  font-size: 14px;
  color: #666666;
}
#article .main .right_part .rp_04 {
  margin-top: 20px;
}
#article .list_block {
  padding: 0 0 14px;
  margin-bottom: 20px;
}
#article .list_block .left_block {
  width: 850px;
}
#article .list_block .right_part {
  width: 300px;
}
#article .list_block .right_part .rp_01,
#article .list_block .right_part .rp_02,
#article .list_block .right_part .rp_03,
#article .list_block .right_part .rp_04 {
  width: 300px;
}
#article .list_block .right_part .rp_02 ._con ul li a {
  width: 90%;
}
#article .list_block .right_part .rp_04 ._con .rp1_list_ul li a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
#article .show_block .left_block .show_tit {
  color: #000;
  font-size: 32px;
  line-height: 1.45;
  padding: 20px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
#article .show_block .left_block .meta {
  color: #999;
  line-height: 24px;
  padding: 10px 0;
}
#article .show_block .left_block .show_body {
  font-size: 18px;
  line-height: 2;
  padding: 20px 0;
}
#article .show_block .left_block .show_body p {
  margin: 15px 0;
  text-indent: 2em;
}
#article .show_block .left_block .show_body p a {
  color: #333333;
}
#article .show_block .left_block .show_body img {
  display: block;
  max-width: 600px;
  margin: 15px auto;
}
#article .show_block .left_block .recommend_part {
  margin-top: 30px;
}
#article .show_block .left_block .recommend_part .rec_tit {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 3px;
  padding: 16px 0;
  font-size: 22px;
  line-height: 30px;
  color: #000;
}
#article .show_block .left_block .recommend_part .rec_tit strong {
  display: inline-block;
  padding: 0 17px 0 0;
  background: url(../images/icon_more.png) right center no-repeat;
}
#article .show_block .left_block .recommend_part .rec_con {
  margin-top: 20px;
}
#article .show_block .left_block .recommend_part .rec_con .fonts_ul li {
  margin-top: 15px;
  float: left;
  margin-right: 4%;
  display: inline-block;
  width: 46%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .show_block .left_block .recommend_part .rec_con .fonts_ul li:hover a {
  color: #E50011;
}
#article .show_block .left_block .recommend_part .rec_con .fonts_ul li:nth-of-type(2n) {
  margin-right: 0;
}
#article .show_block .left_block .recommend_part .rec_con .fonts_ul li a {
  font-size: 18px;
  padding-left: 15px;
  position: relative;
}
#article .show_block .left_block .recommend_part .rec_con .fonts_ul li a::before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #E60013;
  border-radius: 50%;
}
#footer {
  padding-top: 20px;
  background: #3E4649;
  margin-top: 10px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#footer::before {
  content: "";
  background: #E60013;
  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;
  align-items: baseline;
}
#footer .container .friendsLink h3 {
  color: white;
  font-size: 14px;
  margin-right: 20px;
}
#footer .container .friendsLink ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 29px;
}
#footer .container .friendsLink ul li {
  font-size: 12px;
  float: left;
  margin-right: 15px;
  margin-bottom: 3px;
}
#footer .container .friendsLink ul li:hover {
  text-decoration: underline;
}
#footer .container .friendsLink ul li a {
  color: white;
}
#footer .container .banquan {
  text-align: center;
  font-size: 12px;
  padding: 30px 9px;
  color: white;
  line-height: 25px;
}
#footer .container .banquan a {
  color: white;
}
.goTop {
  position: fixed;
  bottom: 200px;
  right: 200px;
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background: url(../images/toTop.png) 0 0 no-repeat;
  text-indent: -999em;
}
.goTop:hover {
  background: url(../images/toTop_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: 0px;
  line-height: normal;
  text-align: center;
}
.page_fenye span {
  background-color: #E60013;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 14px;
  border-left: 1px solid #fff;
  border-radius: 10px;
  margin: 0 2px;
}
.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;
  border-radius: 10px;
  margin: 0 2px;
}
.page_fenye a:hover {
  background-color: #E60013;
  color: white;
}
.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;
}
.adversiment {
  position: relative;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
}
.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;
}
.turn_Page {
  margin-top: 30px;
  padding-bottom: 20px;
}
.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:hover a {
  color: #C6252D;
}
/*# sourceMappingURL=index.css.map */