* {
  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;
  color: #505050;
}
.clear {
  clear: both;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
body {
  background-color: #f4f4f4;
  position: relative;
  top: 0;
  transition: top 0.5s;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
#page .w_header {
  background-color: #ffffff;
  width: 100%;
  height: 75px;
  line-height: 1;
}
#page .w_header .container {
  position: relative;
  margin: 0px auto;
  width: 1120px;
}
#page .w_header .container .logo {
  float: left;
  text-align: left;
  height: 75px;
}
#page .w_header .container .logo a {
  display: inline-block;
  line-height: 75px;
}
#page .w_header .container .logo a img {
  max-height: 45px;
  vertical-align: middle;
  width: auto;
}
#page .w_header .container .navul {
  display: block;
}
#page .w_header .container .navul ul {
  float: left;
  margin-left: 25px;
  display: flex;
  justify-content: space-between;
  width: auto;
  max-width: 841px;
  overflow: hidden;
}
#page .w_header .container .navul ul li {
  white-space: nowrap;
  line-height: 75px;
  position: relative;
  width: auto;
}
#page .w_header .container .navul ul li a {
  color: #2c3644;
  font-size: 15px;
  padding: 0px 5px;
  text-transform: uppercase;
  text-decoration: none;
  zoom: 1;
  display: block;
  position: relative;
}
#page .w_header .container .navul ul li a.active {
  color: #037ef3;
  background-color: #f9f9f9;
}
#page .w_header .container .navul ul li a.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #037ef3;
}
#page .w_header .container .navul ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 0;
  margin: 0 auto;
  height: 3px;
  background-color: #037ef3;
  transition: all 0.3s;
}
#page .w_header .container .navul ul li a:hover {
  color: #037ef3;
  background-color: #f9f9f9;
}
#page .w_header .container .navul ul li a:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #037ef3;
}
#page .w_header .container .search {
  user-select: none;
  display: block;
  position: absolute;
  top: 27px;
  right: 0;
}
#page .w_header .container .search i {
  position: relative;
  top: 2px;
}
#page .w_header .container .header-search {
  background-color: #fff;
  border-top: 3px solid #ffbe02;
  line-height: 1;
  width: 300px;
  height: 0;
  position: absolute;
  top: 72px;
  right: 0;
  z-index: -1;
  box-shadow: rgba(190, 190, 190, 0.46) 0px 1px 5px;
  -webkit-box-shadow: rgba(190, 190, 190, 0.46) 0px 1px 5px;
  transition: all 0.3s;
  overflow: hidden;
}
#page .w_header .container .header-search.active {
  z-index: 999;
  height: 60px;
  top: 75px;
}
#page .w_header .container .header-search::after {
  color: #999;
  font-family: 'Genericons';
  font-size: 22px;
  content: '';
  position: absolute;
  top: 19px;
  left: 24px;
  width: 16px;
  height: 21px;
  background: url(../images/搜索.png) no-repeat;
  background-position-y: 2px;
}
#page .w_header .container .header-search .search-input {
  background: #f5f5f5;
  border: none;
  color: #222;
  font-size: 16px;
  width: 249px;
  height: 32px;
  padding-left: 38px;
  position: absolute;
  top: 13px;
  left: 13px;
}
#page .w_header .container .header-search .search-submit {
  border: none;
  box-shadow: none;
  color: #fff;
  background-color: #037ef3;
  font-size: 14px;
  height: 32px;
  position: absolute;
  top: 13px;
  right: 13px;
  width: 60px;
  text-align: center;
  text-transform: uppercase;
}
#page .header_ad {
  width: 1124px;
  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%;
}
#page .w_content {
  padding: 0px 0;
  margin: 5px auto;
  width: 1124px;
}
#page .w_content #primary {
  float: left;
  width: 790px;
}
#page .w_content #primary .swiper_content {
  user-select: none;
  background-color: #fff;
  margin-bottom: 25px;
  padding: 25px;
  position: relative;
}
#page .w_content #primary .swiper_content .bx-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0;
  width: 740px;
  height: 414px;
}
#page .w_content #primary .swiper_content .bx-wrapper .swiper-pagination {
  position: absolute;
  text-align: right;
  height: 30px;
  top: 0;
  left: 0;
  width: 100%;
  display: inline-block;
}
#page .w_content #primary .swiper_content .bx-wrapper a img {
  width: 740px;
  height: 414px;
}
#page .w_content #primary .swiper_content .bx-wrapper .desc {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  width: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}

.desc a{
      color: #ccc;
}
#page .w_content #primary .swiper_content .bx-wrapper:hover .swiper-button-next,
#page .w_content #primary .swiper_content .bx-wrapper:hover .swiper-button-prev {
  display: block;
}
#page .w_content #primary .swiper_content .bx-wrapper .swiper-button-next {
  background: url(../images/arrow.png) no-repeat;
  width: 40px;
  height: 74px;
  background-position: -40px -74px;
  right: 0;
}
#page .w_content #primary .swiper_content .bx-wrapper .swiper-button-next:hover {
  background-position: -40px 0;
}
#page .w_content #primary .swiper_content .bx-wrapper .swiper-button-prev {
  background: url(../images/arrow.png) no-repeat;
  width: 40px;
  height: 74px;
  background-position: 0 -74px;
  left: 0;
}
#page .w_content #primary .swiper_content .bx-wrapper .swiper-button-prev:hover {
  background-position: 0 0;
}
#page .w_content #primary .swiper_content .bx-wrapper .swiper-button-next,
#page .w_content #primary .swiper_content .bx-wrapper .swiper-button-prev {
  display: none;
}
#page .w_content #primary .ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 111;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
#page .w_content #primary .ribbon span {
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: linear-gradient(#ffbe02 0%, #fbb034 100%);
  box-shadow: #000000 0px 3px 10px -5px;
  position: absolute;
  top: 19px;
  left: -21px;
}
#page .w_content #primary .ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-width: 3px;
  border-style: solid;
  border-color: #fbb034 transparent transparent #fbb034;
}
#page .w_content #primary .ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-width: 3px;
  border-style: solid;
  border-color: #fbb034 #fbb034 transparent transparent;
}
#page .w_content #primary .brand {
  background-color: white;
  height: 60px;
  line-height: 60px;
  padding-left: 15px;
}
#page .w_content #primary .brand a {
  display: inline-block;
  color: #999;
}
#page .w_content #primary .brand a:hover {
  text-decoration: underline;
}
#page .w_content #primary .w_main {
  background-color: #ffffff;
  padding: 25px;
}
#page .w_content #primary .w_main .content_list {
  margin-bottom: -25px;
}
#page .w_content #primary .w_main .content_list .content_item {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
#page .w_content #primary .w_main .content_list .content_item .block-1 .title a {
  display: inline-block;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .w_content #primary .w_main .content_list .content_item .block-1 .view .Flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page .w_content #primary .w_main .content_list .content_item .block-1 .view .Flex .left {
  margin-bottom: 10px;
}
#page .w_content #primary .w_main .content_list .content_item .block-1 .view .Flex .left .block-firstline {
  display: table;
}
#page .w_content #primary .w_main .content_list .content_item .block-1 .view .Flex .left .block-firstline .source,
#page .w_content #primary .w_main .content_list .content_item .block-1 .view .Flex .left .block-firstline .date {
  display: inline-block;
  font-size: 13px;
  color: #999;
  margin-bottom: 8px;
  margin-right: 15px;
}
#page .w_content #primary .w_main .content_list .content_item .block-1 .view .threeImg {
  display: flex;
  justify-content: space-between;
}
#page .w_content #primary .w_main .content_list .content_item .block-1 .view .threeImg li {
  width: 32%;
}
#page .w_content #primary .w_main .content_list .content_item .block-1 .view .threeImg li a {
  width: 100%;
  display: inline-block;
  height: 150px;
}
#page .w_content #primary .w_main .content_list .content_item .block-1 .view .threeImg li a img {
  width: 100%;
  height: 100%;
}
#page .w_content #primary .w_main .content_list .content_item .title {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 20px;
  font-weight: 400;
}
#page .w_content #primary .w_main .content_list .content_item .title a {
  color: #333;
  display: inline-block;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .w_content #primary .w_main .content_list .content_item .title a:hover {
  color: #037ef3;
}
#page .w_content #primary .w_main .content_list .content_item .img_wrapper {
  float: left;
  width: 210px;
  margin: 0px 25px 0px 0px;
  line-height: 0.5;
}
#page .w_content #primary .w_main .content_list .content_item .img_wrapper .img_box {
  position: relative;
  width: 210px;
  height: 140px;
}
#page .w_content #primary .w_main .content_list .content_item .img_wrapper .img_box img {
  width: 100%;
  height: 100%;
}
#page .w_content #primary .w_main .content_list .content_item .news_content .contnet {
  display: table;
  line-height: 1.8;
  margin-bottom: 20px;
}
#page .w_content #primary .w_main .content_list .content_item .news_content .contnet p {
  display: inline;
  line-height: 1.8em;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 83px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#page .w_content #primary .w_main .content_list .content_item .source {
  font-size: 13px;
  position: relative;
  color: #999999;
}
#page .w_content #primary .w_main .content_list .content_item .source .category {
  margin-right: 15px;
  border-color: #037ef3;
}
#page .w_content #primary .w_main .content_list .content_item .source .category a {
  color: #037ef3 !important;
  border: 1px solid;
  border-radius: 2px;
  display: inline-block;
  line-height: 1;
  padding: 5px 6px;
  text-transform: uppercase;
  backface-visibility: hidden;
}
#page .w_content #primary .w_main .content_list .content_item .source .date {
  margin-right: 15px;
}
#page .w_content #primary .w_main .content_list .content_item .source .laiyuan {
  margin-right: 30px;
}
#page .w_content #primary .w_main .content_list .content_item .source .watch {
  float: right;
}
#page .w_content #primary .paginating {
  margin: 40px 0px 40px;
  width: 100%;
  text-align: center;
}
#page .w_content #primary .paginating .nav-links a {
  background-color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  text-transform: uppercase;
  color: #333;
}
#page .w_content #primary .paginating .nav-links a.currentpage {
  color: #037ef3;
}
#page .w_content #primary #main {
  background-color: #ffffff;
  padding: 0px 25px;
}
#page .w_content #primary #main article .w_headerT {
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
#page .w_content #primary #main article .w_headerT .title {
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 20px;
  color: #222;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
}
#page .w_content #primary #main article .w_headerT .meta {
  font-size: 13px;
  position: relative;
  color: #999;
}
#page .w_content #primary #main article .w_headerT .meta .category {
  margin-right: 15px;
}
#page .w_content #primary #main article .w_headerT .meta .category a {
  border: 1px solid;
  border-radius: 2px;
  display: inline-block;
  line-height: 1;
  padding: 5px 6px;
  text-transform: uppercase;
  border-color: #037ef3;
  color: #037ef3 !important;
}
#page .w_content #primary #main article .w_headerT .meta .source {
  margin-right: 15px;
}
#page .w_content #primary #main article .w_headerT .meta .source a {
  color: #999;
}
#page .w_content #primary #main article .w_headerT .meta .watch {
  float: right;
  margin-right: 15px;
}
#page .w_content #primary #main article .w_headerT .meta .watch a {
  color: #999;
}
#page .w_content #primary #main article .content p {
  text-indent: 2em;
  line-height: 1.8;
  margin-bottom: 25px;
}
#page .w_content #primary #main article .content p img {
  margin-bottom: 20px;
  max-width: 90%;
  display: block;
  margin: 0 auto;
  text-align: center;
  clear: both;
}
#page .w_content #primary #main .recommend {
  border-top: 1px solid #e9e9e9;
  margin: 25px 0px -25px;
  padding: 25px 0px 0px;
}
#page .w_content #primary #main .recommend h3 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #222222;
  font-weight: 400;
}
#page .w_content #primary #main .recommend .recommend_loop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#page .w_content #primary #main .recommend .recommend_loop.clear::before,
#page .w_content #primary #main .recommend .recommend_loop.clear::after {
  content: none !important;
  display: table;
}
#page .w_content #primary #main .recommend .recommend_loop .reco_item {
  width: 230px;
}
#page .w_content #primary #main .recommend .recommend_loop .reco_item a.oImg {
  float: left;
  width: 100%;
  margin: 0px 0px 10px;
}
#page .w_content #primary #main .recommend .recommend_loop .reco_item a.oImg .ImgBox {
  height: auto;
  line-height: 0.8;
  position: relative;
  width: 230px;
  height: 153px;
}
#page .w_content #primary #main .recommend .recommend_loop .reco_item a.oImg .ImgBox img {
  width: 100%;
  height: 100%;
}
#page .w_content #primary #main .recommend .recommend_loop .reco_item .rec_desc {
  font-size: 16px;
  line-height: 1.35;
  display: table;
}
#page .w_content #primary #main .recommend .recommend_loop .reco_item .rec_desc a {
  color: #222222;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 40px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .w_content #primary #main .recommend .recommend_loop .reco_item:nth-of-type(3n+1) {
  clear: left;
}
#page .w_content .w_aside {
  float: right;
  width: 300px;
}
#page .w_content .w_aside .publicStyle {
  background-color: #ffffff;
  margin-bottom: 25px;
  padding: 20px;
  color: #999999;
  line-height: 1.4;
}
#page .w_content .w_aside .aside_menu .title {
  border-bottom: 1px solid #e9e9e9;
  color: #222222;
  font-size: 18px;
  margin: -5px 0px 20px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 400;
}
#page .w_content .w_aside .aside_menu .title::before {
  content: " ";
  width: 4px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: -20px;
  background-color: #037ef3;
}
#page .w_content .w_aside .aside_menu ul li {
  margin-bottom: 20px;
  padding: 0px !important;
  position: relative;
}
#page .w_content .w_aside .aside_menu ul li .img_wrapper {
  float: left;
  margin: 0px 12px 0px 0px;
  line-height: 0;
}
#page .w_content .w_aside .aside_menu ul li .img_wrapper img {
  width: 90px;
  height: 60px;
}
#page .w_content .w_aside .aside_menu ul li .news_font {
  display: table;
  line-height: 1.4;
}
#page .w_content .w_aside .aside_menu ul li .news_font a {
  color: #333333;
  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 .w_content .w_aside .aside_menu ul li .news_font .date {
  font-size: 13px;
  margin-top: 5px;
}
#page .w_content .w_aside .aside_menu.notFont li {
  width: 100%;
  margin: 20px auto;
  height: 150px;
  position: relative;
}
#page .w_content .w_aside .aside_menu.notFont li img {
  width: 100%;
  height: 100%;
}
#page .w_content .w_aside .aside_menu.notFont li .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background-color: rgba(50, 50, 50, 0.5);
  color: white;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
}
#page .w_content .w_aside .aside_menu.allFont li {
  width: 100%;
  margin: 10px auto;
  height: 25px;
  position: relative;
}
#page .w_content .w_aside .aside_menu.allFont li p a {
  color: black;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .w_content .w_aside .advertisement {
  background: 0px 0px;
  padding: 0px;
  position: relative;
}
#page .w_content .w_aside .advertisement .adwidget {
  line-height: 0.8;
}
#page .w_content .w_aside .advertisement .adwidget a img {
  line-height: 0.8;
  width: 300px;
  height: 250px;
}
#page .w_content .w_aside .advertisement .adwidget_title {
  border-bottom: none;
  color: #ffffff;
  font-size: 12px;
  margin: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 999;
  background: rgba(50, 50, 50, 0.8);
  padding: 2px 5px;
  border-top-right-radius: 10px;
}
#page .w_footer {
  position: relative;
}
#page .w_footer .box {
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  width: 1460px;
}
#page .w_footer .footer-wrap {
  border-radius: 5px;
  margin-top: 30px;
  overflow: hidden;
  background: white;
  margin: 0 auto;
  border-bottom: 1px solid #e9e9e9;
}
#page .w_footer .footer-wrap .footer-colum {
  background: #fff;
  border-radius: 5px;
  margin: 24px 8px 0 40px;
  float: left;
  width: 22.75%;
}
#page .w_footer .footer-wrap .footer-colum.Spe {
  width: 44%;
}
#page .w_footer .footer-wrap .footer-colum .part {
  font-size: 14px;
  margin-bottom: 25px;
}
#page .w_footer .footer-wrap .footer-colum .part.lasts_information .FlexWrap {
  display: flex;
}
#page .w_footer .footer-wrap .footer-colum .part.lasts_information .FlexWrap .leftImg {
  height: 201px;
  width: 278px;
  position: relative;
}
#page .w_footer .footer-wrap .footer-colum .part.lasts_information .FlexWrap .leftImg a {
  display: inline-block;
  height: 201px;
  width: 278px;
}
#page .w_footer .footer-wrap .footer-colum .part.lasts_information .FlexWrap .leftImg a img {
  width: 100%;
  height: 100%;
}
#page .w_footer .footer-wrap .footer-colum .part.lasts_information .FlexWrap .leftImg p.desc {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  background-color: rgba(50, 50, 50, 0.5);
  color: white;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  padding: 0 10px;
}
#page .w_footer .footer-wrap .footer-colum .part.lasts_information .FlexWrap .rightFont {
  margin-left: 20px;
  width: 350px;
  height: 201px;
}
#page .w_footer .footer-wrap .footer-colum .part.lasts_information .FlexWrap .rightFont ul {
  width: 350px;
  height: 206px;
  overflow: hidden;
}
#page .w_footer .footer-wrap .footer-colum .part.lasts_information .FlexWrap .rightFont ul li {
  padding: 0 2px;
  margin-bottom: 6px;
}
#page .w_footer .footer-wrap .footer-colum .part.lasts_information .FlexWrap .rightFont ul li a {
  font-size: 16px;
  color: #333;
  display: inline-block;
  width: 350px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .w_footer .footer-wrap .footer-colum .part .f_title {
  font-size: 17px;
  margin-bottom: 15px;
  color: #333;
  font-weight: normal;
}
#page .w_footer .footer-wrap .footer-colum .part ul {
  display: flex;
  flex-wrap: wrap;
}
#page .w_footer .footer-wrap .footer-colum .part ul li {
  margin-bottom: 15px;
  margin: 0 0 15px 0;
  padding: 0;
  line-height: 1.5;
}
#page .w_footer .footer-wrap .footer-colum .part ul li:first-child {
  border-top: none;
  padding-top: 0;
}
#page .w_footer .footer-wrap .footer-colum .part ul li .imgwrap {
  width: 80px;
  height: 57px;
  float: left;
  margin: 0 12px 0 0;
}
#page .w_footer .footer-wrap .footer-colum .part ul li .imgwrap img {
  width: 100%;
  height: 100%;
}
#page .w_footer .footer-wrap .footer-colum .part ul li .fontwrap {
  color: #999;
  line-height: 1.4;
  display: table;
}
#page .w_footer .footer-wrap .footer-colum .part ul li .fontwrap a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 37px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .w_footer .footer_bottom {
  background-color: #fff;
  font-size: 12px;
  padding: 20px 0;
}
#page #footer {
  padding-top: 20px;
  background: white;
  margin-top: 10px;
  color: #333;
  overflow: hidden;
}
#page #footer .container {
  margin: 0px auto;
  width: 1180px;
  position: relative;
  margin-top: 10px;
}
#page #footer .container .friends {
  border-top: 1px solid #333;
  position: relative;
}
#page #footer .container .friends a {
  color: #333;
}
#page #footer .container .friends .friends_list_ul li:hover {
  text-decoration: underline;
}
#page #footer .container .friends #link_menu {
  margin-bottom: 30px;
}
#page #footer .container .friends #link_896a3aee.links {
  text-align: left;
  font-size: 12px;
  padding: 1.5em 0;
}
#page #footer .container .friends #link_896a3aee.links ul {
  clear: both;
}
#page #footer .container .friends #link_896a3aee.links li {
  float: left;
  margin-right: 10px;
  line-height: 1.8em;
  list-style: none;
  padding: 0;
}
#page #footer .container .friends #link_896a3aee.links em {
  clear: both;
  display: block;
}
#page #footer .container .friends #link_896a3aee.links #link_menu li {
  font-size: 14px;
  line-height: 2.5em;
  cursor: pointer;
  width: 5em;
}
#page #footer .container .friends #link_896a3aee.links #link_menu i {
  font-size: 12px;
  line-height: 2.9em;
  float: right;
  font-style: normal;
  margin-right: 15px;
}
#page #footer .container .friends #link_896a3aee.links .on {
  font-weight: bold;
}
#page #footer .container .friendsLink {
  width: 1200px;
  margin: 10px auto;
  display: flex;
  align-items: baseline;
}
#page #footer .container .friendsLink h3 {
  color: #333;
  font-size: 14px;
  float: left;
  margin-right: 20px;
  width: 75px;
}
#page #footer .container .friendsLink ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 29px;
}
#page #footer .container .friendsLink ul li {
  font-size: 12px;
  float: left;
  margin-left: 15px;
  margin-bottom: 3px;
}
#page #footer .container .friendsLink ul li:hover {
  text-decoration: underline;
}
#page #footer .container .friendsLink ul li a {
  color: #333;
}
#page #footer .container .banquan {
  margin: 20px 0 15px 0;
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
}
.goTop {
  display: none;
  position: fixed;
  color: #222;
  bottom: 70px;
  right: 90px;
}
.goTop span {
  color: #fff;
  font-size: 18px;
  width: 30px;
  height: 35px;
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #037ef3;
  font-size: 12px;
  user-select: none;
}
.goTop span:hover {
  background-color: #ffbe02;
}
.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;
}
/*# sourceMappingURL=index.css.map */