* {
  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;
}
#page #header {
  background-color: white;
}
#page #header .top_block {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page #header .top_block .logo_block {
  width: 210px;
  height: 50px;
  margin-top: 10px;
  user-select: none;
}
#page #header .top_block .logo_block img {
  margin-top:10px;
}
#page #header .top_block .search_block {
  height: 36px;
}
#page #header .top_block .search_block form {
  display: flex;
  border-radius: 5px;
}
#page #header .top_block .search_block form .search {
  width: 270px;
  height: 32px;
  line-height: 32px;
  background-color: #f3f3f3;
  outline: none;
  border: 0;
  text-indent: 1em;
  color: #999999;
  border-radius: 30px;
}
#page #header .top_block .search_block form .submit {
  border: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  color: white;
  text-indent: 1em;
  margin-left: 10px;
  border-radius: 50%;
  background: #527DC4 url("http://www.shangbao.rexun.cn/static/images/search.png") no-repeat center;
  background-position-x: 5px;
}
#page #header .nav .wrapper {
  width: 1200px;
  margin: auto;
}
#page #header .nav .fixed {
  position: fixed;
  top: -48px;
  left: 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: top 0.5s;
  -moz-transition: top 0.5s;
  -ms-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
}
#page #header .nav .scroll-down {
  top: 0;
}
#page #header .main-nav-outer {
  height: 48px;
}
#page #header .main-nav {
  height: 48px;
  background: #527DC4;
}
#page #header .main-nav li {
  float: left;
}
#page #header .main-nav a {
  display: block;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  padding: 0 16px;
}
#page #header .main-nav a:hover {
  background: #1654D1;
}
#page #header .main-nav a.active {
  background: #1654D1;
}
#page .header_ad {
  width: 1200px;
  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%;
}
#article {
  overflow: hidden;
}
#article .breadcrumb {
  padding-top: 20px;
  padding-left: 5px;
  font-family: "微软雅黑", "黑体";
  font-size: 17px;
  color: #0c7ff2;
  margin-bottom: 20px;
}
#article .breadcrumb i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
#article .breadcrumb i img {
  width: 100%;
  height: 100%;
}
#article .breadcrumb a {
  color: #333333;
}
#article .pub_ul {
  width: 600px;
}
#article .pub_ul .tabs_head {
  position: relative;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
#article .pub_ul .tabs_head span {
  float: left;
  font-size: 22px;
  line-height: 36px;
  padding: 5px 25px;
  font-weight: bold;
}
#article .pub_ul .tabs_head span.active {
  background-color: #527dc4;
  color: white;
}
#article .pub_ul .tabs_contents .tabs_list {
  display: none;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 15px 10px 0px;
  position: relative;
}
#article .pub_ul .tabs_contents .tabs_list.active {
  display: block;
}
#article .pub_ul .tabs_contents .tabs_list ul li {
  width: 600px;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
#article .pub_ul .tabs_contents .tabs_list ul li:before {
  position: absolute;
  left: 0px;
  top: 18px;
  width: 4px;
  height: 4px;
  background-color: #4165B3;
  content: '';
  border-radius: 50%;
}
#article .pub_ul .tabs_contents .tabs_list ul li a {
  padding-left: 10px;
  max-width: 84%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: black;
}
#article .pub_ul .tabs_contents .tabs_list ul li .date {
  float: right;
  color: #999;
}
#article .block_1_wrap {
  background-color: #F6F7FC;
  padding-top: 10px;
}
#article .top_b {
  width: 1200px;
  margin: 20px auto;
}
#article .top_b .t1 {
  line-height: 42px;
  padding-bottom: 14px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  font-size: 30px;
}
#article .top_b .t1 a {
  color: #455C97;
}
#article .top_b .t2 {
  line-height: 28px;
  color: #333;
  text-align: center;
}
#article .top_b .t2 span {
  margin: 0 8px;
}
#article .block_1 {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}
#article .block_1 .banner_b {
  width: 560px;
  height: 350px;
  padding: 5px;
  background-color: #a1a7c2;
}
#article .block_1 .banner_b .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#article .block_1 .banner_b .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 0;
  height: 30px;
}
#article .block_1 .banner_b .swiper-container .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ffffff;
  margin: 0 3px;
  cursor: pointer;
}
#article .block_1 .banner_b .swiper-container .swiper-pagination-bullet-active {
  background-color: #ffd64b;
}
#article .block_1 .banner_b .swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -42.5px;
  width: 45px;
  height: 85px;
  z-index: 99;
}
#article .block_1 .banner_b .swiper-container .swiper-button-next {
  background: url(http://www.shangbao.rexun.cn/static/images/banner_arrow.png) no-repeat right top;
  right: 0 !important;
}
#article .block_1 .banner_b .swiper-container .swiper-button-prev {
  background: url(http://www.shangbao.rexun.cn/static/images/banner_arrow.png) no-repeat left top;
  left: 0;
}
#article .block_1 .banner_b .swiper-container img {
  width: 100%;
  height: 100%;
}
#article .block_1 .banner_b .swiper-container .desc {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  bottom: 0;
  left: 0;
  height: 40px;
  text-align: left;
  line-height: 40px;
  color: white;
  opacity: 1;
  background: url(http://www.shangbao.rexun.cn/static/images/sy_dotb.png) repeat;
  font-size: 16px;
}
#article .block_2 {
  overflow: hidden;
  width: 1200px;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 20px;
}
#article .block_2 .l {
  border: 1px solid #ebebeb;
  border-top: 1px solid #3b68ca;
  padding-bottom: 12px;
  width: 382px;
}
#article .block_2 .l .topic_icon {
  margin-top: -27px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#article .block_2 .l .t {
  font-size: 28px;
  padding-top: 15px;
  color: #4c4c4c;
  font-weight: bold;
  display: block;
  text-align: center;
}
#article .block_2 .l .b_body {
  height: 820px;
}
#article .block_2 .l .b_body .public_tab.pt15 {
  padding-top: 15px;
}
#article .block_2 .l .b_body .public_tab .hd {
  margin-top: 13px;
  overflow: hidden;
  background: url(http://www.shangbao.rexun.cn/static/images/hdjl_tb.jpg) no-repeat 0 center;
}
#article .block_2 .l .b_body .public_tab .hd ul {
  font-size: 22px;
}
#article .block_2 .l .b_body .public_tab .hd ul li {
  float: left;
  line-height: 30px;
  font-size: 22px;
  color: #000;
  width: 33%;
  text-align: center;
}
#article .block_2 .l .b_body .public_tab .hd ul li a {
  color: #999999;
}
#article .block_2 .l .b_body .public_tab .hd ul li.on a {
  color: #000;
}
#article .block_2 .l .b_body .public_tab .bd {
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
}
#article .block_2 .l .b_body .public_tab .bd ul {
  display: none;
  font-size: 16px;
}
#article .block_2 .l .b_body .public_tab .bd ul.on {
  display: block;
}
#article .block_2 .l .b_body .public_tab .bd ul li {
  height: 42px;
  line-height: 42px;
}
#article .block_2 .l .b_body .public_tab .bd ul li a {
  display: block;
  height: 42px;
  color: #333;
}
#article .block_2 .l .b_body .public_tab .bd ul li a span {
  display: block;
  float: left;
  color: #3A3949;
  font-size: 16px;
}
#article .block_2 .l .b_body .public_tab .bd ul li a span.ico {
  height: 42px;
  width: 30px;
  background: url(http://www.shangbao.rexun.cn/static/images/dt3.png) no-repeat center;
}
#article .block_2 .l .b_body .public_tab .bd ul li a span.text {
  width: 310px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#article .block_2 .m {
  margin-left: 30px;
}
#article .block_3 {
  overflow: hidden;
}
#article .block_3 .l .b_body {
  height: auto !important;
}
#article .block_3 .m {
  margin-left: 0;
}
#article .block_3 .w50 {
  width: 49%;
}
#article .block_3 .w50 .b_body .public_tab .hd ul li {
  width: auto !important;
  padding-left: 20px;
}
#article .block_3 .w50 .b_body .public_tab .bd ul li .text {
  width: 93% !important;
}
#article .block_4 .r .b_body .I_block,
#article .block_4 .m .b_body .I_block {
  background: url(http://www.shangbao.rexun.cn/static/images/sy_xx2_10n.jpg) no-repeat 0 0;
  width: 350px;
  height: 177px;
  position: relative;
  margin-top: 20px;
  margin-left: 15px;
  overflow: hidden;
}
#article .block_4 .r .b_body .I_block.notImg .l_desc,
#article .block_4 .m .b_body .I_block.notImg .l_desc {
  width: 87%;
}
#article .block_4 .r .b_body .I_block .tit span,
#article .block_4 .m .b_body .I_block .tit span {
  float: left;
  font-size: 19px;
  margin-left: 22px;
}
#article .block_4 .r .b_body .I_block .tit span a,
#article .block_4 .m .b_body .I_block .tit span a {
  color: black;
}
#article .block_4 .r .b_body .I_block .l_desc,
#article .block_4 .m .b_body .I_block .l_desc {
  width: 150px;
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0 0 20px;
  color: #333;
  text-align: left;
}
#article .block_4 .r .b_body .I_block .l_desc a,
#article .block_4 .m .b_body .I_block .l_desc a {
  color: black;
}
#article .block_4 .r .b_body .I_block .l_desc a span,
#article .block_4 .m .b_body .I_block .l_desc a span {
  margin-top: 10px;
  display: inline-block;
  float: left;
}
#article .block_4 .r .b_body .I_block .l_desc a span span,
#article .block_4 .m .b_body .I_block .l_desc a span span {
  text-decoration: none;
  overflow: hidden;
  width: auto;
  white-space: normal;
  height: 96px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#article .block_4 .r .b_body .I_block .l_desc a span i,
#article .block_4 .m .b_body .I_block .l_desc a span i {
  font-style: normal;
  color: #999999;
}
#article .block_4 .r .b_body .I_block .r_img,
#article .block_4 .m .b_body .I_block .r_img {
  margin: 15px 10px 0 0;
}
#article .block_4 .r .b_body .I_block .r_img img,
#article .block_4 .m .b_body .I_block .r_img img {
  width: 140px;
  height: 110px;
}
.list_container {
  width: 1200px;
  margin: auto;
}
.list_container .breadcurmb {
  margin-top: 30px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  color: #707070;
}
.list_container .breadcurmb a {
  color: #333333;
}
.list_container .left_part {
  margin-top: 30px;
  background-color: #fff;
  padding: 20px;
  width: 860px;
}
.list_container .left_part .new_list li {
  height: 76px;
  line-height: 76px;
  border-bottom: 1px solid #f0f0f0;
}
.list_container .left_part .new_list li a {
  display: block;
  height: 76px;
}
.list_container .left_part .new_list li a span {
  display: block;
  float: left;
  color: #3A3949;
  font-size: 16px;
  height: 76px;
}
.list_container .left_part .new_list li a span.ico {
  height: 76px;
  width: 30px;
  background: url(http://www.shangbao.rexun.cn/static/images/dt3.png) no-repeat center;
}
.list_container .left_part .new_list li a span.text {
  width: 654px;
  height: 76px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_container .left_part .new_list li a span.time {
  float: right;
  color: #C1C2C7;
  width: 90px;
}
.list_container .no_mt {
  margin-top: 0 !important;
  border: none;
}
.list_container .aside_part {
  width: 300px;
  float: right;
  padding-top: 30px;
}
.list_container .aside_part a {
  color: black;
}
.list_container .aside_part .title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}
.list_container .aside_part .title::before {
  position: absolute;
  content: '';
  bottom: 5px;
  left: 0;
  width: 4px;
  background-color: #527DC4;
  height: 17px;
}
.list_container .aside_part .title a {
  padding-left: 15px;
}
.list_container .aside_part .part_01 {
  overflow: hidden;
  margin-bottom: 20px;
}
.list_container .aside_part .part_01.have_img ul li {
  float: initial !important;
  height: 36px;
}
.list_container .aside_part .part_01 ul li {
  float: left;
  width: 300px;
  height: 40px;
  line-height: 40px;
}
.list_container .aside_part .part_01 ul li a {
  position: relative;
  padding-left: 15px;
  height: 40px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_container .aside_part .part_01 ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #E28DB7;
}
.list_container .aside_part .part_01 ._img {
  margin-top: 20px;
  width: 100%;
  height: 240px;
  position: relative;
  border: 5px solid #eee;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.list_container .aside_part .part_01 ._img img {
  width: 100%;
  height: 100%;
}
.list_container .aside_part .part_01 ._img p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  color: white;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.4);
}
.list_container .aside_part .part_02 {
  margin-bottom: 20px;
}
.list_container .aside_part .part_02 .part_02_ul li {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_container .aside_part .part_02 .part_02_ul li:nth-of-type(-n+3) em {
  color: #C6252D;
}
.list_container .aside_part .part_02 .part_02_ul li em {
  font-weight: bold;
}
.list_container .aside_part .part_02 .part_02_ul li a {
  padding-left: 10px;
  color: #333333;
}
.list_container .aside_part .part_03 .O_img {
  overflow: hidden;
  float: left;
  width: 300px;
}
.list_container .aside_part .part_03 .O_img h3 {
  overflow: hidden;
  float: left;
  width: 190px;
  height: 126px;
  margin-right: 20px;
}
.list_container .aside_part .part_03 .O_img h3 a img {
  width: 100%;
  height: 100%;
}
.list_container .aside_part .part_03 .O_img p {
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
  height: 126px;
  line-height: 32px;
  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;
}
.list_container .aside_part .part_04 .two_img ul li {
  overflow: hidden;
  display: inline;
  position: relative;
  float: left;
  width: 145px;
  margin: 10px 0px 0px 10px;
}
.list_container .aside_part .part_04 .two_img ul li:nth-child(1) {
  margin-left: 0;
}
.list_container .aside_part .part_04 .two_img ul li a {
  overflow: hidden;
  width: 145px;
  height: 120px;
  z-index: 1;
}
.list_container .aside_part .part_04 .two_img ul li a img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.list_container .aside_part .part_04 .two_img ul li p {
  position: absolute;
  bottom: 4px;
  left: 0;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_container .aside_part .part_04 .fonts li {
  float: left;
  width: 358px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_container .aside_part .part_04 .fonts li a {
  padding-left: 12px;
  position: relative;
}
.list_container .aside_part .part_04 .fonts li a::before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 3px;
  height: 12px;
  background-color: #CF468A;
}
.show_container .left_part .show_con .show_tit {
  line-height: 64px;
  text-align: center;
  font-weight: normal;
  color: #4b5b97;
  font-size: 30px;
}
.show_container .left_part .show_con .meta {
  height: 56px;
  line-height: 56px;
  overflow: hidden;
  color: #9797a1;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.show_container .left_part .show_con .show_body {
  padding-top: 25px;
  padding-bottom: 50px;
  line-height: 32px;
  color: #333;
  font-size: 18px;
}
.show_container .left_part .show_con .show_body img {
  max-width: 600px;
  display: block;
  margin: 10px auto;
}
.show_container .left_part .show_con .show_body p {
  text-indent: 2em;
  text-align: left;
  margin-top: 10px;
}
.show_container .left_part .recommend_part {
  margin-top: 20px;
  padding: 10px;
}
.show_container .left_part .recommend_part .rec_tit {
  font-size: 24px;
}
.show_container .left_part .recommend_part .rec_tit a {
  color: inherit;
  position: relative;
  display: block;
  padding-left: 15px;
}
.show_container .left_part .recommend_part .rec_tit a:before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 6px;
  height: 20px;
  background-color: #1C3F9D;
}
.show_container .left_part .recommend_part .rec_01 {
  overflow: hidden;
  margin-bottom: 30px;
}
.show_container .left_part .recommend_part .rec_01 ul {
  width: 49%;
  overflow: hidden;
  padding-top: 25px;
}
.show_container .left_part .recommend_part .rec_01 ul li {
  margin-bottom: 20px;
}
.show_container .left_part .recommend_part .rec_01 ul li a {
  padding-left: 20px;
  color: #333333;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.show_container .left_part .recommend_part .rec_01 ul li a:before {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1C3F9D;
}
.show_container .left_part .recommend_part .tabs_ul {
  display: none;
}
.show_container .left_part .recommend_part .tabs_ul.active {
  display: block;
}
.show_container .left_part .recommend_part .tabs_ul li {
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-align: left;
  height: auto;
  padding-top: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.show_container .left_part .recommend_part .tabs_ul li.notImg h1 {
  width: 100%;
}
.show_container .left_part .recommend_part .tabs_ul li.notImg p {
  width: 100%;
}
.show_container .left_part .recommend_part .tabs_ul li a {
  color: #333333;
}
.show_container .left_part .recommend_part .tabs_ul li a img {
  width: 240px;
  height: 160px;
  float: left;
  margin-right: 25px;
}
.show_container .left_part .recommend_part .tabs_ul li h1 {
  font-size: 20px;
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  display: inline-block;
  width: 521px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.show_container .left_part .recommend_part .tabs_ul li p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  text-decoration: none;
  overflow: hidden;
  width: 521px;
  white-space: normal;
  height: 60px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 27px;
}
.show_container .left_part .recommend_part .tabs_ul li .tabs_meta {
  font-size: 14px;
  color: #999;
  float: left;
}
.show_container .left_part .bd {
  overflow: hidden;
  padding-top: 10px;
  position: relative;
}
.show_container .left_part .bd ul {
  float: left;
  margin-top: -1px;
  width: 100%;
}
.show_container .left_part .bd ul li {
  float: left;
  width: 50%;
  padding: 13px 0;
  height: 42px;
  border-bottom: 1px dotted #dadada;
  overflow: hidden;
}
.show_container .left_part .bd ul li p {
  overflow: hidden;
  width: 90%;
  font-size: 16px;
}
.show_container .left_part .bd ul li p a {
  padding-left: 10px;
  position: relative;
  color: inherit;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.show_container .left_part .bd ul li p a::after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 3px;
  height: 10px;
  background-color: #1C3F9D;
}
#footer {
  padding-top: 20px;
  background: #333333;
  margin-top: 10px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#footer::before {
  content: "";
  background: #527DC4;
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#footer .container {
  margin: 0px auto;
  width: 1180px;
  position: relative;
  margin-top: 10px;
}
#footer .container .friends {
  border-top: 1px solid #333;
  position: relative;
}
#footer .container .friends a {
  color: white;
}
#footer .container .friends .friends_list_ul li:hover {
  text-decoration: underline;
}
#footer .container .friends #link_menu {
  margin-bottom: 30px;
}
#footer .container .friends #link_896a3aee.links {
  text-align: left;
  font-size: 12px;
  padding: 1.5em 0;
}
#footer .container .friends #link_896a3aee.links ul {
  clear: both;
}
#footer .container .friends #link_896a3aee.links li {
  float: left;
  margin-right: 10px;
  line-height: 1.8em;
  list-style: none;
  padding: 0;
}
#footer .container .friends #link_896a3aee.links em {
  clear: both;
  display: block;
}
#footer .container .friends #link_896a3aee.links #link_menu li {
  font-size: 14px;
  line-height: 2.5em;
  cursor: pointer;
  width: 5em;
}
#footer .container .friends #link_896a3aee.links #link_menu i {
  font-size: 12px;
  line-height: 2.9em;
  float: right;
  font-style: normal;
  margin-right: 15px;
}
#footer .container .friends #link_896a3aee.links .on {
  font-weight: bold;
}
#footer .container .friendsLink {
  width: 1200px;
  margin: 10px auto;
  display: flex;
  align-items: baseline;
}
#footer .container .friendsLink h3 {
  color: white;
  font-size: 14px;
  float: left;
  margin-right: 20px;
  width: 135px;
}
#footer .container .friendsLink ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 29px;
}
#footer .container .friendsLink ul li {
  font-size: 12px;
  float: left;
  margin-left: 15px;
  margin-bottom: 3px;
}
#footer .container .friendsLink ul li:hover {
  text-decoration: underline;
}
#footer .container .friendsLink ul li a {
  color: white;
}
#footer .container .banquan {
  margin: 20px 0 15px 0;
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
}
#footer .container .banquan a {
  color: white;
}
.tags {
  margin-top: 20px;
  color: white;
  font-size: 14px;
}
.tags a {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  color: white;
}
.turn_Page {
  margin-top: 30px;
  padding-bottom: 20px;
  overflow: hidden;
}
.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 a {
  color: #333333;
}
.turn_Page p span:hover a {
  color: #C6252D;
}
.goTop {
  position: fixed;
  bottom: 200px;
  right: 200px;
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background: url(http://www.shangbao.rexun.cn/static/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: #527DC4;
  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: #527DC4;
  color: white;
}
.adversiment {
  position: relative;
  width: 300px;
  height: 300px;
  margin-bottom: 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 */