* {
  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;
}
body {
  width: 100%;
  height: 100%;
  background: url("../images/bg.png") no-repeat center;
  background-size: cover;
}
#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;
  background: #C6252D;
  border-radius: 5px;
}
#page #header .top_block .search_block form .search {
  width: 300px;
  height: 36px;
  line-height: 36px;
  background-color: #f3f3f3;
  outline: none;
  border: 0;
  text-indent: 1em;
  color: #999999;
}
#page #header .top_block .search_block form .submit {
  border: 0;
  width: 70px;
  background-color: #C6252D;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  letter-spacing: 5px;
  color: white;
  text-indent: 1em;
  border-radius: 0 10px 10px 0;
  background: url("../images/search.png") no-repeat center;
}
#page #header .nav_block {
  height: 35px;
  line-height: 35px;
  background-color: #C9453A;
}
#page #header .nav_block .content {
  width: 1200px;
  margin: 0 auto;
  height: 35px;
  overflow: hidden;
}
#page #header .nav_block .content li {
  float: left;
  color: #ffffff;
  padding: 0px 10px;
  text-align: center;
  line-height: 36px;
  background: url("../images/nav_r_line.jpg") no-repeat right center;
}
#page #header .nav_block .content li:last-child {
  background: none;
}
#page #header .nav_block .content li a {
  display: block;
  font-size: 16px;
  color: #ffffff;
}
#page #header .nav_block .content li a:hover {
  background: url("../images/navbg.png") no-repeat center center;
}
#page .header_ad {
  width: 1200px;
  height: 90px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  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: 0px auto;
  overflow: hidden;
  /*margin-top: 30px;*/
}
#article .block_1 {
  overflow: hidden;
}
#article .block_1 .left_banner {
  box-sizing: content-box;
  width: 674px;
  padding: 6px 6px 10px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 5px #5c9ed8;
  height: 476px;
}
#article .block_1 .left_banner .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#article .block_1 .left_banner .swiper-container .swiper-pagination {
  position: absolute;
  text-align: center;
  bottom: -9px;
  height: 30px;
}
#article .block_1 .left_banner .swiper-container .swiper-pagination-bullet {
  display: inline-block;
  width: 20px;
  height: 4px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
#article .block_1 .left_banner .swiper-container .swiper-pagination-bullet-active {
  background-color: #65AEF2;
}
#article .block_1 .left_banner .swiper-container img {
  width: 100%;
  height: 95%;
  border-radius: 15px;
}
#article .block_1 .left_banner .swiper-container .desc {
  border-radius: 0 0 15px 15px;
  position: absolute;
  width: 100%;
  padding: 0 10px;
  bottom: 23px;
  left: 0;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0.5);
}
#article .block_1 .right_list {
  box-shadow: 0 0 5px #5c9ed8;
  width: 435px;
  padding: 20px 35px;
  background: #fff;
  height: 452px;
  border-radius: 20px;
  box-sizing: content-box;
}
#article .block_1 .right_list ul li .title a {
  background: url(../images/icon-arrow.png) no-repeat 0 12px;
  display: block;
  padding-left: 25px;
  font-size: 18px;
  color: #000000;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .block_1 .right_list ul li .desc {
  margin-bottom: 20px;
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0px 7px;
  border-bottom: 1px solid #e1e1e1;
}
#article .block_1 .right_list dl {
  height: 198px;
  overflow: hidden;
}
#article .block_1 .right_list dl dt a {
  display: block;
  padding-left: 15px;
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .block_1 .right_list dl dt a::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  bottom: 11px;
  background-color: #C2BDBD;
}
#article h1 {
  display: block;
  height: 70px;
  line-height: 70px;
  color: #448aca;
  font-size: 38px;
}
#article h1 a {
  color: #448aca;
  position: relative;
  padding-left: 25px;
}
#article h1 a::before {
  content: '';
  position: absolute;
  height: 25px;
  width: 6px;
  bottom: 9px;
  left: 0;
  background-color: #448aca;
}
#article .block_2 {
  overflow: hidden;
  padding-bottom: 25px;
  border-radius: 20px;
  background: #fff;
  margin: 30px 0;
  box-shadow: 0 0 5px #5c9ed8;
}
#article .block_2 .left_part {
  width: 415px;
  padding: 10px 0 10px 32px;
}
#article .block_2 .left_part ul {
  width: 100%;
  overflow: hidden;
}
#article .block_2 .left_part ul li:last-child a {
  margin-bottom: 0;
}
#article .block_2 .left_part ul li a {
  display: block;
  padding-left: 15px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 11px;
  font-size: 18px;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .block_2 .left_part ul li a::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  bottom: 11px;
  background-color: #C2BDBD;
}
#article .block_2 .right_part {
  width: 730px;
}
#article .block_2 .right_part h1 {
  margin-left: 46px;
}
#article .block_2 .right_part .picBtnTop {
  width: 730px;
  height: 300px;
  border-left: 1px solid #c9c9c9;
  padding-left: 50px;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
#article .block_2 .right_part .picBtnTop .hd {
  width: 320px;
  height: 300px;
  position: absolute;
  right: -41px;
  overflow: hidden;
}
#article .block_2 .right_part .picBtnTop .hd ul li {
  margin-bottom: 19px;
  line-height: 30px;
  color: #333333;
  font-size: 18px;
  padding: 0 13px 5px 20px;
  text-decoration: none;
  overflow: hidden;
  width: 257px;
  white-space: normal;
  height: 61px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative;
}
#article .block_2 .right_part .picBtnTop .hd ul li p {
  position: relative;
  padding-left: 15px;
}
#article .block_2 .right_part .picBtnTop .hd ul li p a {
  color: #333333;
}
#article .block_2 .right_part .picBtnTop .hd ul li p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #C2BDBD;
}
#article .block_2 .right_part .picBtnTop .hd ul li.on {
  box-shadow: -10px 5px 5px #bdbdbd;
  background: #448aca;
}
#article .block_2 .right_part .picBtnTop .hd ul li.on p a {
  color: #fff;
}
#article .block_2 .right_part .picBtnTop .hd ul li.on p::before {
  content: '';
  background-color: white;
}
#article .block_2 .right_part .picBtnTop .bd {
  width: 400px;
  height: 300px;
  position: relative;
}
#article .block_2 .right_part .picBtnTop .bd li {
  position: relative;
  zoom: 1;
  vertical-align: middle;
}
#article .block_2 .right_part .picBtnTop .bd li .pic {
  position: relative;
  z-index: 0;
}
#article .block_2 .right_part .picBtnTop .bd li .pic img {
  width: 400px;
  height: 300px;
  vertical-align: bottom;
}
#article .block_2 .right_part .picBtnTop .bd li .bg {
  width: 400px;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
}
#article .block_2 .right_part .picBtnTop .bd li .title {
  width: 400px;
  height: 30px;
  line-height: 30px;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}
#article .block_2 .right_part .picBtnTop .bd li .title a {
  color: #fff;
  padding-left: 15px;
}
#article .block_3 {
  padding: 16px;
  border-radius: 20px;
  background: #fff;
  margin: 30px 0;
  box-shadow: 0 0 5px #5c9ed8;
  overflow: hidden;
}
#article .block_3 .left_part,
#article .block_3 .right_part {
  width: 563px;
  padding-left: 16px;
}
#article .block_3 .left_part .first_part,
#article .block_3 .right_part .first_part {
  margin: 10px 0 25px 0px;
  overflow: hidden;
}
#article .block_3 .left_part .first_part .fl_img,
#article .block_3 .right_part .first_part .fl_img {
  width: 220px;
  height: 165px;
  box-shadow: 0 0 10px #bdbdbd;
}
#article .block_3 .left_part .first_part .fl_img a img,
#article .block_3 .right_part .first_part .fl_img a img {
  width: 100%;
  height: 100%;
}
#article .block_3 .left_part .first_part .font_fr,
#article .block_3 .right_part .first_part .font_fr {
  width: 316px;
}
#article .block_3 .left_part .first_part .font_fr .title a,
#article .block_3 .right_part .first_part .font_fr .title a {
  background: url(../images/icon-arrow.png) no-repeat 0 12px;
  display: block;
  padding-left: 25px;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  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 .block_3 .left_part .first_part .font_fr .desc,
#article .block_3 .right_part .first_part .font_fr .desc {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  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;
}
#article .block_3 .left_part ul li,
#article .block_3 .right_part ul li {
  height: 44px;
  line-height: 44px;
}
#article .block_3 .left_part ul li a,
#article .block_3 .right_part ul li a {
  font-size: 18px;
  display: block;
  padding-left: 15px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .block_3 .left_part ul li a::before,
#article .block_3 .right_part ul li a::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  bottom: 11px;
  background-color: #C2BDBD;
}
#article .block_3 .right_part {
  width: 583px;
  padding-left: 0;
}
#article .block_3 .right_part h1 {
  padding-left: 25px;
}
#article .block_3 .right_part .l_line {
  overflow: hidden;
  border-left: 1px solid #c9c9c9;
  padding-left: 25px;
}
#article .block_4 {
  padding: 16px 16px 20px;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  margin: 30px 0;
  box-shadow: 0 0 5px #5c9ed8;
}
#article .block_4 h1 {
  padding-left: 20px;
}
#article .block_4 ul {
  width: 100%;
  overflow: hidden;
  border-left: 1px solid #c9c9c9;
  padding-left: 20px;
}
#article .block_4 ul li:last-child a {
  margin-bottom: 0;
}
#article .block_4 ul li a {
  display: block;
  padding-left: 15px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 11px;
  font-size: 18px;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .block_4 ul li a::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 0;
  bottom: 11px;
  background-color: #C2BDBD;
}
#article .block_4 .left_part {
  width: 346px;
}
#article .block_4 .left_part ul {
  border: none;
}
#article .block_4 .middle_part {
  width: 372px;
  margin-left: 24px;
}
#article .block_4 .right_part {
  width: 405px;
  margin-left: 20px;
  margin-top: 7px;
  padding-top: 7px;
}
.list_con {
  background-color: white;
}
.show_cot {
  background-color: #F7F7F7;
}
.list_content {
  width: 1200px;
  margin: auto;
  padding-bottom: 20px;
}
.list_content .breadcurmb {
  margin-top: 30px;
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #707070;
}
.list_content .list_left {
  margin-top: 30px;
  width: 864px;
  padding: 20px 20px 50px 20px;
  border: 1px solid #e9e9e9;
}
.list_content .list_left .new_list li {
  width: 100%;
  text-align: left;
  overflow: hidden;
  font-size: 14px;
  height: 41px;
  line-height: 41px;
  padding-left: 15px;
  position: relative;
}
.list_content .list_left .new_list li:nth-of-type(5n) {
  margin-bottom: 10px;
}
.list_content .list_left .new_list li:hover {
  border-bottom: 1px solid #c9453a;
}
.list_content .list_left .new_list li:hover::before {
  content: '';
  background-color: #c9453a;
}
.list_content .list_left .new_list li:hover a {
  color: #c9453a;
}
.list_content .list_left .new_list li::before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #C2BEBE;
}
.list_content .list_left .new_list li a {
  color: #000;
}
.list_content .list_left .new_list li .font {
  font-size: 14px;
  float: left;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.list_content .list_left .new_list li .time {
  font-size: 14px;
  color: #838383;
  float: right;
  display: block;
}
.list_content .list_right {
  width: 300px;
  margin-top: 30px;
}
.list_content .list_right .rp_01 {
  margin-bottom: 15px;
  padding: 12px;
  border: 1px solid #e9e9e9;
}
.list_content .list_right .rp_01 .news_tit {
  padding-bottom: 2px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 15px;
}
.list_content .list_right .rp_01 .news_tit span {
  font-size: 18px;
}
.list_content .list_right .rp_01 .news_tit span a {
  color: #333;
}
.list_content .list_right .rp_01 .news_tit .t {
  color: #333;
  padding-bottom: 2px;
  border-bottom: 1px solid #c9453a;
}
.list_content .list_right .rp_01 .news_tit .t i {
  display: inline-block;
  width: 18px;
  height: 12px;
  background: url(../images/icon-rank.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.list_content .list_right .rp_01 .list li {
  margin-top: 12px;
}
.list_content .list_right .rp_01 .list li a {
  color: #333333;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_content .list_right .rp_01 .list li a i {
  background: url(../images/icon-n_hot.png) no-repeat;
  background-size: contain;
  font-style: normal;
  display: inline-block;
  width: 15px;
  text-align: center;
  color: #fff;
  margin-right: 4px;
  font-size: 12px;
}
.list_content .list_right .rp_01 .list li a i.red {
  background: url(../images/icon_hot.png) no-repeat;
  background-size: contain;
}
.list_content .list_right .rp_02 .news_tit .t i,
.list_content .list_right .rp_03 .news_tit .t i {
  width: 21px;
  height: 15px;
  background: url(../images/icon_other.png) no-repeat;
}
.list_content .list_right .rp_02 ._img,
.list_content .list_right .rp_03 ._img {
  width: 100%;
  height: 250px;
  position: relative;
}
.list_content .list_right .rp_02 ._img img,
.list_content .list_right .rp_03 ._img img {
  width: 100%;
  height: 100%;
}
.list_content .list_right .rp_02 ._img p,
.list_content .list_right .rp_03 ._img p {
  position: absolute;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: white;
  left: 0;
  bottom: 3px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_content .list_right .rp_02 .list li a,
.list_content .list_right .rp_03 .list li a {
  position: relative;
  padding-left: 15px;
}
.list_content .list_right .rp_02 .list li a::before,
.list_content .list_right .rp_03 .list li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 4px;
  height: 4px;
  background-color: #C2BEBE;
}
.show_container .show_tit {
  font-size: 32px;
  font-weight: bold;
}
.show_container .meta {
  margin: 20px 0;
  font-size: 14px;
  color: #8b8b8b;
  padding-bottom: 0px;
}
.show_container .list_left {
  border: none;
  padding: 0;
  margin-top: 0;
}
.show_container .list_left .show_con {
  border: 1px solid #e9e9e9;
  background: white;
  padding: 10px;
}
.show_container .list_left .show_con .content {
  margin-bottom: 30px;
}
.show_container .list_left .show_con .content img {
  max-width: 600px;
  display: flex;
  margin: auto;
}
.show_container .list_left .show_con .content p {
  margin-bottom: 14px;
  line-height: 28px;
  font-size: 16px;
  text-indent: 2em;
  color: #1a1a1a;
  text-align: justify;
  font-family: "宋体";
}
.show_container .list_left .recommend_part {
  margin-top: 60px;
  border: 1px #e9e9e9 solid;
  background: #fff;
  padding: 18px;
}
.show_container .list_left .recommend_part .tabs_head {
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px #e9e9e9 solid;
}
.show_container .list_left .recommend_part .tabs_head li {
  float: left;
  display: inline-block;
  border-bottom: 1px #e9e9e9 solid;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  padding: 0 66px;
}
.show_container .list_left .recommend_part .tabs_head li a {
  color: black;
}
.show_container .list_left .recommend_part .tabs_head li.on,
.show_container .list_left .recommend_part .tabs_head li:hover {
  border-bottom: 1px #c9453a solid;
}
.show_container .list_left .recommend_part .tabs_body_item {
  overflow: hidden;
  display: none;
}
.show_container .list_left .recommend_part .tabs_body_item.active {
  display: block;
}
.show_container .list_left .recommend_part .tabs_body_item .fl {
  padding-top: 31px;
  width: 300px;
  height: 254px;
  position: relative;
}
.show_container .list_left .recommend_part .tabs_body_item .fl a {
  display: inline;
  position: relative;
}
.show_container .list_left .recommend_part .tabs_body_item .fl a img {
  width: 100%;
  height: 100%;
}
.show_container .list_left .recommend_part .tabs_body_item .fl a p {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
}
.show_container .list_left .recommend_part .tabs_body_item .fr {
  width: 505px;
}
.show_container .list_left .recommend_part .tabs_body_item .fr ul {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px #f7f7f7 solid;
}
.show_container .list_left .recommend_part .tabs_body_item .fr ul li a {
  padding-left: 20px;
  height: 32px;
  line-height: 32px;
  color: #333333;
  font-size: 16px;
  display: block;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.show_container .list_left .recommend_part .tabs_body_item .fr ul li a::before {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #C2BDBD;
}
.show_container .list_right {
  margin-top: 0;
}
.show_container .list_right .rp_01,
.show_container .list_right .rp_02 {
  background-color: white;
}
.show_container .list_right .rp_03 .rp_03_con a {
  display: block;
  margin-bottom: 10px;
  color: black;
}
.show_container .list_right .rp_03 .rp_03_con a .tit {
  background: url(../images/icon-arrow.png) no-repeat 0 4px;
  padding-left: 10px;
  text-indent: 2px;
  line-height: 21px;
  font-size: 16px;
  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;
}
.show_container .list_right .rp_03 .rp_03_con a .time {
  color: #999999;
  font-size: 12px;
}
#footer {
  padding-top: 20px;
  background: #DB3B34;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#footer::before {
  content: "";
  background: #AE0015;
  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 white;
  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;
}
.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;
  transition: all 0.3s;
}
.goTop:hover {
  background-position: -60px 0;
}
.page_fenye {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0px;
  line-height: normal;
  text-align: center;
}
.page_fenye span {
  background-color: #C6252D;
  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: #C6252D;
  color: white;
}
.turn_Page {
  margin-top: 30px;
  padding-bottom: 20px;
  overflow: hidden;
}
.turn_Page p {
  font-size: 18px;
  width: 50%;
  display: inline-block;
  width: 49%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.turn_Page p span {
  font-size: 16px;
}
.turn_Page p span a {
  color: black;
}
.turn_Page p span:hover {
  color: #C6252D;
}
.adversiment {
  position: relative;
  width: 300px;
  height: 300px;
  margin-bottom: 15px;
}
.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;
}
.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;
}
