* {
  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: #333333;
}
#page #header {
  width: 1570px;
  margin: auto;
  padding: 10px 0;
  background-color: white;
  overflow: hidden;
}
#page #header .left_logo {
  float: left;
  padding-top: 18px;
}
#page #header .left_logo img {
  width: 100%;
  height: 100%;
}
#page #header .nav_block {
  float: left;
  margin-left: 40px;
}
#page #header .nav_block ul li {
  height: 60px;
  line-height: 60px;
  float: left;
  margin-left: 10px;
  font-size: 18px;
}
#page #header .nav_block ul li a:hover {
  color: #3c609c !important;
  font-weight: bold;
}
#page #header .search_block {
  float: right;
}
#page #header .search_block #search {
  margin-top: 5px;
  position: relative;
  background: #fafafa;
  border-radius: 2px;
  width: 307px;
  height: 46px;
  margin-right: 16px;
}
#page #header .search_block #search input[type=text] {
  width: 240px;
  position: absolute;
  top: 1px;
  left: 0;
  height: 45px;
  padding-left: 21px;
  line-height: 88px;
  font-size: 14px;
  color: #bcbcbc;
  letter-spacing: 0.7px;
  text-align: left;
  border: 1px solid #d1a3a3;
}
#page #header .search_block #search input[type=submit] {
  background: #3c609c url(../images/max-search.png) no-repeat 50%;
  border-radius: 2px;
  height: 46px;
  width: 68px;
  cursor: pointer;
  float: right;
}
#page .header_ad {
  width: 1000px;
  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%;
}
#page .container .block_1 {
  overflow: hidden;
}
#page .container .block_1 .banner_b {
  width: 850px;
  height: 450px;
  background-color: white;
  padding: 10px;
}
#page .container .block_1 .banner_b .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#page .container .block_1 .banner_b .swiper-container .swiper-pagination {
  position: absolute;
  text-align: center;
  bottom: 0;
  height: 30px;
}
#page .container .block_1 .banner_b .swiper-container .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: white;
  margin: 0 3px;
  opacity: 1;
  cursor: pointer;
}
#page .container .block_1 .banner_b .swiper-container .swiper-pagination-bullet-active {
  background-color: #1C72B5;
  width: 20px;
}
#page .container .block_1 .banner_b .swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -42.5px;
  width: 45px;
  height: 85px;
  z-index: 99;
}
#page .container .block_1 .banner_b .swiper-container img {
  width: 100%;
  height: 100%;
}
#page .container .block_1 .banner_b .swiper-container .desc {
  position: absolute;
  width: 100%;
  padding: 0 10px 70px;
  bottom: 0px;
  left: 0;
  height: 40px;
  text-align: left;
  line-height: 40px;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  font-size: 16px;
}
#page .container .block_1 .right_b {
  width: 700px;
  background-color: white;
}
#page .container .block_1 .right_b .tabs_contents .tabs_list {
  display: none;
  width: 100%;
  margin-bottom: 12px;
  padding: 10px 15px 0px 0px;
  position: relative;
}
#page .container .block_1 .right_b .tabs_contents .tabs_list.active {
  display: block;
}
#page .container .block_1 .right_b .tabs_contents .tabs_list .pub_ul li {
  height: 38px;
  line-height: 38px;
  font-size: 0;
  position: relative;
}
#page .container .block_1 .right_b .tabs_contents .tabs_list .pub_ul li a {
  height: 39px;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  position: absolute;
  left: 18px;
  right: 100px;
  top: 0;
}
#page .container .block_1 .right_b .tabs_contents .tabs_list .pub_ul li:nth-child(1) a,
#page .container .block_1 .right_b .tabs_contents .tabs_list .pub_ul li:nth-child(4) a,
#page .container .block_1 .right_b .tabs_contents .tabs_list .pub_ul li:nth-child(8) a {
  font-weight: bold;
}
#page .container .w1570 {
  width: 1570px;
  margin: auto;
}
#page .container .blo_tit {
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0;
}
#page .container .blo_tit a {
  position: relative;
  padding-left: 15px;
  display: block;
  color: red;
}
#page .container .blo_tit a::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 3px;
  width: 4px;
  height: 18px;
  background-color: red;
}
#page .container .block1 .block_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page .container .block1 .block_con a {
  display: inline-block;
  width: 231px;
  height: 130px;
  position: relative;
}
#page .container .block1 .block_con a img {
  width: 100%;
  height: 100%;
}
#page .container .block1 .block_con a span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  padding-left: 5px;
}
#page .container .block2 .block2_con {
  height: 440px;
  overflow: hidden;
}
#page .container .block2 .block2_con .left_part {
  width: 1045px;
  float: left;
}
#page .container .block2 .block2_con .left_part .top {
  height: 400px;
  position: relative;
}
#page .container .block2 .block2_con .left_part .top span {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 35px;
  line-height: 35px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}
#page .container .block2 .block2_con .left_part .top img {
  width: 100%;
  height: 100%;
}
#page .container .block2 .block2_con .left_part .bot {
  margin-top: 45px;
  height: 145px;
  position: relative;
}
#page .container .block2 .block2_con .left_part .bot img {
  width: 100%;
  height: 100%;
}
#page .container .block2 .block2_con .left_part .bot span {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
}
#page .container .block2 .block2_con .right_part {
  width: 515px;
  float: right;
}
#page .container .block2 .block2_con .right_part a {
  display: inline-block;
  width: 240px;
  height: 154px;
}
#page .container .block2 .block2_con .right_part a img {
  width: 100%;
  height: 97px;
}
#page .container .block2 .block2_con .right_part a span {
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 43px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .container .block3 .block3_con {
  overflow: hidden;
}
#page .container .block3 .block3_con a {
  float: left;
  margin-right: 3.5%;
  width: 22%;
  height: 230px;
  display: inline-block;
}
#page .container .block3 .block3_con a:nth-of-type(4n) {
  margin-right: 0;
}
#page .container .block3 .block3_con a img {
  width: 100%;
  height: 180px;
}
#page .container .block3 .block3_con a span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .container .block4 .block4_con {
  overflow: hidden;
}
#page .container .block4 .block4_con .left {
  width: 1016px;
}
#page .container .block4 .block4_con .left .top_b .title h2 {
  font-size: 26px;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .container .block4 .block4_con .left .top_b .title p {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
#page .container .block4 .block4_con .left .top_b .title p a {
  width: 50%;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
}
#page .container .block4 .block4_con .left .top_b .title p a:first-child {
  text-align: right;
  border-right: 1px solid;
  padding-right: 20px;
}
#page .container .block4 .block4_con .left .top_b .title p a:last-child {
  text-align: left;
  padding-left: 20px;
}
#page .container .block4 .block4_con .left .bot_b {
  margin-top: 30px;
}
#page .container .block4 .block4_con .left .bot_b ul li {
  width: 46%;
  float: left;
  margin-right: 4%;
  margin-bottom: 10px;
}
#page .container .block4 .block4_con .left .bot_b ul li a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-left: 15px;
  font-size: 16px;
}
#page .container .block4 .block4_con .left .bot_b ul li a::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3c609c;
}
#page .container .block4 .block4_con .left .img_list {
  margin-top: 20px;
}
#page .container .block4 .block4_con .left .img_list a {
  width: 318px;
  height: 180px;
  float: left;
  position: relative;
  margin-right: 2%;
}
#page .container .block4 .block4_con .left .img_list a:last-child {
  margin-right: 0;
}
#page .container .block4 .block4_con .left .img_list a img {
  width: 100%;
  height: 100%;
}
#page .container .block4 .block4_con .left .img_list a span {
  padding-left: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .container .block4 .block4_con .right {
  width: 493px;
}
#page .container .block4 .block4_con .right .topb a {
  width: 490px;
  display: inline-block;
  margin-bottom: 15px;
}
#page .container .block4 .block4_con .right .topb a img {
  width: 230px;
  height: 130px;
  float: left;
}
#page .container .block4 .block4_con .right .topb a span {
  margin-top: 20px;
  float: left;
  margin-left: 10px;
  text-decoration: none;
  overflow: hidden;
  width: 240px;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .container .block4 .block4_con .right .topb a.notImg span {
  width: 100%;
}
#page #article {
  width: 1200px;
  margin: 20px auto;
  overflow: hidden;
}
#page #article .breadcrumb {
  padding-top: 20px;
  padding-left: 5px;
  font-family: "微软雅黑", "黑体";
  font-size: 17px;
  color: #0c7ff2;
  margin-bottom: 20px;
}
#page #article .breadcrumb i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
#page #article .breadcrumb i img {
  width: 100%;
  height: 100%;
}
#page #article .breadcrumb a {
  color: #333333;
}
#page #article .block1 .right_part {
  width: 340px;
}
#page #article .block1 .right_part .index-list {
  margin-top: 5px;
}
#page #article .block1 .right_part .index-list .weight-list {
  font-size: 20px;
  font-weight: 600;
}
#page #article .block1 .right_part .index-list li {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 35px;
}
#page #article .block2 {
  width: 1000px;
  overflow: hidden;
  margin-bottom: 20px;
}
#page #article .block2 .col_threee {
  width: 310px;
}
#page #article .block2 .col_threee .title {
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
#page #article .block2 .col_threee .title a {
  font-size: 24px;
  color: #d60a17;
}
#page #article .block2 .col_threee .tImg {
  display: block;
  position: relative;
  margin: 15px 0;
}
#page #article .block2 .col_threee .tImg img {
  width: 310px;
  height: 153px;
  display: block;
  margin: 0 auto;
}
#page #article .block2 .col_threee .tImg .txt {
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.4);
}
#page #article .block2 .col_threee .tImg .txt p {
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#page #article .block2 .col_threee .index_ul li {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 35px;
}
#page #article .block2 .col_threee .img_ul {
  margin-top: 20px;
}
#page #article .block2 .col_threee .img_ul li {
  background: #f5f5f5;
  margin: 14px 0px;
  position: relative;
}
#page #article .block2 .col_threee .img_ul li.notimg {
  padding: 10px 5px;
}
#page #article .block2 .col_threee .img_ul li.notimg .tit {
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 55px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#page #article .block2 .col_threee .img_ul li a {
  display: block;
  font-size: 14px;
}
#page #article .block2 .col_threee .img_ul li a img {
  width: 170px;
  height: 100px;
  vertical-align: middle;
}
#page #article .block2 .col_threee .img_ul li a .tit {
  display: inline-block;
  width: 118px;
  vertical-align: middle;
  padding: 0 0 0 10px;
  max-height: 76px;
  overflow: hidden;
}
#page #article .block2 .left {
  margin-right: 35px;
}
#page #article .block3 .en-top {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  text-indent: 5px;
}
#page #article .block3 .en-top a {
  color: #d50915;
}
#page #article .block3 .left_img {
  width: 365px;
  height: 420px;
  overflow: hidden;
  position: relative;
  background: #d50915;
}
#page #article .block3 .left_img img {
  width: 365px;
  height: 233px;
  display: block;
}
#page #article .block3 .left_img .tit {
  color: #fff;
  margin: 10px 20px 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  width: 92%;
  white-space: normal;
  height: 42px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page #article .block3 .left_img .text {
  color: #fff;
  margin: 0 20px;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  overflow: hidden;
  width: 92%;
  white-space: normal;
  height: 86px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#page #article .block3 .mid {
  width: 330px;
  margin-left: 20px;
  float: left;
}
#page #article .block3 .mid .en-txt-list li {
  margin-bottom: 20px;
}
#page #article .block3 .mid .en-txt-list li .en-tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 45px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page #article .block3 .mid .en-txt-list li .en-txt {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 73px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#page #article .block3 .en-pic-list {
  width: 265px;
}
#page #article .block3 .en-pic-list li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}
#page #article .block3 .en-pic-list li.notImg .en-tit {
  width: 100%;
}
#page #article .block3 .en-pic-list li img {
  display: block;
  width: 125px;
  height: 80px;
  float: left;
}
#page #article .block3 .en-pic-list li .en-tit {
  color: #333;
  max-height: 65px;
  width: 128px;
  overflow: hidden;
  float: right;
}
#page #article .block3 .en-pic-list li .en-tit a {
  font-size: 13px;
}
#page #article .list_left_part {
  width: 800px;
}
#page #article .list_left_part .list_ul li {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
#page #article .list_left_part .list_ul li.notImg .l-list-txt {
  width: 100%;
}
#page #article .list_left_part .list_ul li img {
  width: 200px;
  height: 140px;
  object-fit: contain;
}
#page #article .list_left_part .list_ul li .l-list-txt {
  width: 590px;
  height: 140px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
#page #article .list_left_part .list_ul li .l-list-txt a {
  font-size: 22px;
  color: black;
  margin-bottom: 15px;
  display: block;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .list_left_part .list_ul li .l-list-txt .con {
  margin-top: 5px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 60;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 26px;
}
#page #article .list_left_part .list_ul li .l-list-txt .meta {
  position: absolute;
  bottom: 0;
  color: #999999;
}
#page #article .list_left_part .list_ul li .l-list-txt .meta span {
  color: #999999;
}
#page #article .show_tit {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  font-size: 38px;
  font-weight: bold;
}
#page #article .show_meta {
  font-size: 16px;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  color: #999999;
  position: relative;
  line-height: 35px;
}
#page #article .show_left_part {
  width: 800px;
}
#page #article .show_left_part .show_body p {
  text-indent: 2em;
  line-height: 2em;
  margin: 2em 0 2em 0;
  text-align: justify;
  font-size: 18px;
}
#page #article .show_left_part .show_body img {
  display: block;
  margin: 10px auto;
  max-width: 600px;
}
#page #article .show_left_part .tags {
  margin-top: 15px;
  font-size: 15px;
  color: white;
}
#page #article .show_left_part .tags a {
  display: inline-block;
  margin-right: 5px;
  color: white;
}
#page #article .show_left_part .turn_Page {
  margin-top: 30px;
  padding-bottom: 20px;
  overflow: hidden;
}
#page #article .show_left_part .turn_Page p {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
}
#page #article .show_left_part .turn_Page p span {
  font-size: 16px;
  color: #333333;
}
#page #article .show_left_part .turn_Page p span:hover a {
  color: #C6252D;
}
#page #article .aside {
  width: 300px;
  font-family: "宋体";
}
#page #article .aside .aside_01 {
  margin: 20px 0;
  border: 1px dashed #eaecef;
  padding: 0 18px;
}
#page #article .aside .aside_01 .h_tit {
  height: 43px;
  line-height: 43px;
  padding-top: 3px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 24px;
  margin-bottom: 15px;
  position: relative;
  margin-right: 10px;
  color: #333;
  font-weight: bold;
}
#page #article .aside .aside_01 ul li {
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  position: relative;
  padding-left: 28px;
}
#page #article .aside .aside_01 ul li a {
  color: black;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .aside .aside_01 ul li i {
  display: block;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #e92b13;
  line-height: 18px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  font-style: normal;
  border-radius: 50%;
}
#page #article .aside .aside_02 ul li {
  padding-left: 15px;
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  position: relative;
}
#page #article .aside .aside_02 ul li i {
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 16px;
  background: #d6d6d6;
  border-radius: 50%;
  overflow: hidden;
}
#page #article .aside .aside_03 .two_img .i_item {
  width: 117px;
  height: 96px;
  margin-right: 18px;
  float: left;
  overflow: hidden;
  position: relative;
}
#page #article .aside .aside_03 .two_img .i_item:last-child {
  margin-right: 0;
}
#page #article .aside .aside_03 .two_img .i_item img {
  width: 100%;
  height: 100%;
}
#page #article .aside .aside_03 .two_img .i_item p {
  position: absolute;
  display: block;
  z-index: 9;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
#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: 1570px;
  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: 10px;
  width: 157px;
}
#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;
}
.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: #3c609c;
  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: #3c609c;
  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;
  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 */