* {
  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;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a {
  color: black;
}
#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: 70px;
  margin-top: 10px;
  user-select: none;
}
#page #header .top_block .logo_block img {
  width: 190px;
  height: 37px;
  margin-top:10px;
}
#page #header .top_block .search_block {
  height: 36px;
}
#page #header .top_block .search_block form {
  display: flex;
  background: #2A3EA0;
  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;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  letter-spacing: 5px;
  color: white;
  text-indent: 1em;
  border-radius: 0 10px 10px 0;
  background: #2A3EA0 url("../images/search.png") no-repeat center;
}
#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 {
  width: 100%;
  margin: 0px auto;
  height: 75px;
  background: #2A3EA0;
  box-shadow: 0px 10px 10px #fff;
}
#page #header .main-nav .main-nav-list {
  width: 1200px;
  margin: auto;
}
#page #header .main-nav li {
  float: left;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: relative;
    width: 108px;
    line-height: 75px;
}
#page #header .main-nav li:hover,
#page #header .main-nav li.active {
  background: url(../images/top_sy.png) no-repeat;
}
#page #header .main-nav li:hover a,
#page #header .main-nav li.active a {
  text-decoration: underline;
}
#page #header .main-nav a {
  color: #fff;
  padding: 0 8px;
}
#page .header_ad {
  width: 1200px;
  height: 90px;
  margin: 30px auto;
  position: relative;
}
#page .header_ad .closead {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  user-select: none;
}
#page .header_ad img {
  width: 100%;
  height: 100%;
}
#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: 470px;
}
#article .pub_ul .tabs_head {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
#article .pub_ul .tabs_head span {
  float: left;
  font-size: 22px;
  line-height: 36px;
  padding: 5px 13px;
  cursor: pointer;
}
#article .pub_ul .tabs_head span a {
  color: black;
  font-weight: bold;
}
#article .pub_ul .tabs_head span.active {
  border-bottom: 2px solid #1754d2;
}
#article .pub_ul .tabs_head span.active a {
  color: #1754d2;
}
#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 {
  font-size: 16px;
  line-height: 52px;
  text-align: right;
  overflow: hidden;
}
#article .pub_ul .tabs_contents .tabs_list ul li a {
  width: 85%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  text-align: left;
  color: black;
}
#article .pub_ul .tabs_contents .tabs_list ul li .date {
  display: inline-block;
  color: #bbb;
}
#article .block_1_wrap {
  background-color: #F6F7FC;
  padding-top: 40px;
}
#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: 700px;
  height: 420px;
}
#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-color: #234388;
  box-shadow: none;
  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(../images/banner_arrow.png) no-repeat right top;
  right: 0 !important;
}
#article .block_1 .banner_b .swiper-container .swiper-button-prev {
  background: url(../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: 35px;
  text-align: left;
  line-height: 35px;
  color: white;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.6);
}
#article .block_2 {
  overflow: hidden;
  width: 1200px;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 20px;
}
#article .block_2 .l {
  overflow: hidden;
  width: 382px;
}
#article .block_2 .l .title {
  border-bottom: 4px solid #065ACA;
  height: 72px;
  line-height: 72px;
  font-size: 28px;
}
#article .block_2 .l .title h4 {
  font-weight: normal;
}
#article .block_2 .l .title h4 a {
  display: block;
  height: 72px;
  padding-left: 52px;
  position: relative;
}
#article .block_2 .l .title h4 a i {
  position: absolute;
  display: block;
  width: 52px;
  height: 72px;
  top: 0;
  left: 0;
  background: url(../images/publicIcon.png) no-repeat left center;
}
#article .block_2 .l .b_body {
  height: 820px;
  padding: 20px;
  border: 1px solid #f1f1f1;
}
#article .block_2 .l .b_body .public_tab.pt15 {
  padding-top: 15px;
}
#article .block_2 .l .b_body .public_tab .hd {
  overflow: hidden;
  height: 42px;
  position: relative;
}
#article .block_2 .l .b_body .public_tab .hd ul {
  font-size: 22px;
}
#article .block_2 .l .b_body .public_tab .hd ul li {
  width: 33%;
  text-align: center;
  float: left;
  height: 42px;
  line-height: 42px;
  font-weight: 600;
  cursor: pointer;
}
#article .block_2 .l .b_body .public_tab .hd ul li a {
  color: black;
}
#article .block_2 .l .b_body .public_tab .hd ul li.on {
  color: #0859CC;
}
#article .block_2 .l .b_body .public_tab .hd ul li.on a {
  color: inherit;
}
#article .block_2 .l .b_body .public_tab .bd {
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
}
#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(../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: 10px;
}
#article .block_3 .w50 .b_body .public_tab .bd ul li .text {
  width: 93% !important;
}
#article .n_tit {
  width: 100%;
  font-size: 32px;
  text-align: left;
  font-weight: normal;
  line-height: 50px;
  margin: 20px 0px;
  clear: both;
  letter-spacing: 1px;
}
#article .n_tit::before {
  content: "";
  background: url(../images/sy_dian.png) no-repeat left;
  padding-left: 20px;
}
#article .block_4 {
  width: 1200px;
  margin: auto;
  overflow: hidden;
}
#article .block_4 .le_part {
  width: 200px;
  float: left;
}
#article .block_4 .le_part a {
  display: inline-block;
  width: 100%;
  height: 192px;
  margin-bottom: 16px;
  font-size: 22px;
  color: #fff;
  text-align: center;
}
#article .block_4 .le_part a img {
  width: 100%;
  height: 150px;
  clear: both;
}
#article .block_4 .le_part a .desc {
  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;
  font-size: 16px;
  color: black;
}
#article .block_4 .mi_part {
  width: 700px;
  overflow: hidden;
  margin-left: 60px;
}
#article .block_4 .mi_part .pub_ul {
  width: 100%;
}
#article .block_4 .mi_part .pub_ul .tabs_head span {
  float: left;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 20px !important;
}
#article .block_4 .mi_part .pub_ul .tabs_head span::after {
  content: "|";
  font-size: 24px;
  color: #ccc;
  font-weight: normal;
  margin-left: 20px;
}
#article .block_4 .mi_part .pub_ul .tabs_head span.active {
  border-bottom: 2px solid #1754d2;
  padding-bottom: 5px;
}
#article .block_4 .mi_part .pub_ul .tabs_contents .tabs_list ul li a {
  position: relative;
  padding-left: 15px;
}
#article .block_4 .mi_part .pub_ul .tabs_contents .tabs_list ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 25px;
  width: 4px;
  height: 4px;
  background-color: #4165B3;
}
#article .block_4 .ri_part {
  width: 225px;
  float: right;
}
#article .block_4 .ri_part h3 {
  font-size: 22px;
  color: #1754d2;
  border-bottom: 2px solid #1754d2;
  line-height: 40px;
  clear: both;
  width: 60%;
  text-align: left;
}
#article .block_4 .ri_part h3 a {
  color: inherit;
}
#article .block_4 .ri_part ul li {
  margin-top: 10px;
  border: 1px solid #d1d1d1;
  width: 223px;
  padding: 10px 0px 10px 10px;
  margin-bottom: 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 30px;
  font-size: 16px;
  color: #333333;
}
.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 {
  border-radius: 5px;
  margin-top: 30px;
  background-color: #fff;
  padding: 20px;
  width: 860px;
}
.list_container .left_part .new_list li {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #f0f0f0;
}
.list_container .left_part .new_list li a {
  display: block;
  height: 50px;
  position: relative;
  padding-left: 15px;
}
.list_container .left_part .new_list li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 25px;
  width: 4px;
  height: 4px;
  background-color: #2A3EA0;
}
.list_container .left_part .new_list li a span {
  display: block;
  float: left;
  color: #3A3949;
  font-size: 16px;
  height: 50px;
}
.list_container .left_part .new_list li a span.text {
  width: 654px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.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 .title {
  font-size: 18px;
  background-size: 17px 13px;
  padding-bottom: 15px;
  line-height: 11px;
}
.list_container .title a {
  padding-left: 15px;
  display: inline-block;
  position: relative;
}
.list_container .title a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 4px;
  height: 15px;
  background-color: #065ACA;
}
.list_container .right_part {
  width: 300px;
}
.list_container .right_part .rp_01 {
  margin-top: 30px;
  overflow: hidden;
  background: #f9f9f9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.list_container .right_part .rp_01 .r_pub_tit {
  position: relative;
  height: 68px;
  line-height: 78px;
  font-size: 18px;
  padding-left: 20px;
  background: white;
  color: #000;
}
.list_container .right_part .rp_01 .r_pub_tit::before {
  content: "";
  width: 3px;
  height: 18px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 30px;
  background: #2A3EA0;
}
.list_container .right_part .rp_01 ul {
  background: #fff;
  width: 300px;
  padding: 0 5px;
  display: block;
  overflow: hidden;
  font-size: 14px;
}
.list_container .right_part .rp_01 ul li {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  display: block;
  height: 34px;
  line-height: 34px;
}
.list_container .right_part .rp_01 ul li:nth-child(1) span,
.list_container .right_part .rp_01 ul li:nth-child(2) span,
.list_container .right_part .rp_01 ul li:nth-child(3) span {
  color: #2A3EA0;
}
.list_container .right_part .rp_01 ul li a {
  color: #333;
  padding-left: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 285px;
}
.list_container .right_part .rp_01 ul li a span {
  color: black;
  padding-right: 10px;
}
.list_container .right_part .rp_02 ul {
  background: white;
}
.list_container .right_part .rp_02 ul li {
  position: relative;
  padding-left: 10px;
}
.list_container .right_part .rp_02 ul li::before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 5px;
  width: 4px;
  height: 4px;
  background-color: #2A3EA0;
  border-radius: 50%;
}
.list_container .right_part .rp_03 ul {
  width: 300px !important;
}
.list_container .right_part .rp_03 ul li {
  width: 300px !important;
  height: 138px;
  margin-bottom: 15px;
  position: relative;
}
.list_container .right_part .rp_03 ul li a {
  display: inline-block;
}
.list_container .right_part .rp_03 ul li a img {
  width: 100%;
  height: 100%;
}
.list_container .right_part .rp_03 ul li p {
  position: absolute;
  bottom: 0;
  left: 10px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  text-align: center;
  display: inline-block;
  width: 264px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.show_container .left_part .show_con {
  padding-top: 15px;
}
.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;
}
.show_container .left_part .show_con .show_body img {
  max-width: 600px;
  display: block;
  margin: auto;
}
.show_container .left_part .show_con .show_body p {
  text-indent: 2em;
  text-align: left;
  margin-bottom: 10px;
}
.show_container .left_part .recommend_part .rec_tit {
  font-size: 24px;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
.show_container .left_part .recommend_part .rec_tit::before {
  border-radius: 1px;
  content: " ";
  display: block;
  width: 4px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2A3EA0;
}
.show_container .left_part .recommend_part .conDivide {
  display: block;
  overflow: hidden;
}
.show_container .left_part .recommend_part .conDivide .mainPoints {
  width: 400px;
  float: right;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .list_lt {
  background-color: #FFF;
  margin-bottom: 20px;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .list_lt ul {
  overflow: hidden;
  padding: 14px 0 0;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .list_lt ul li {
  line-height: 31px;
  font-size: 16px;
  color: #3d3d3d;
  list-style: none;
  display: inline-block;
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .list_lt ul li a {
  color: #333;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .list_lt ul li:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  line-height: 44px;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .list_lt ul li .last {
  margin-bottom: 0;
  margin-right: 0;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .picTitle {
  overflow: hidden;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .picTitle ul {
  clear: both;
  overflow: hidden;
  display: flex;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .picTitle ul li {
  list-style: none;
  width: 38%;
  margin-right: 12px;
  margin-bottom: 20px;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .picTitle ul li .image {
  width: 100%;
  height: 106px;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .picTitle ul li .image a img {
  width: 100%;
  height: 100%;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .picTitle ul li .text {
  font-size: 14px;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .picTitle ul li .text a {
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: black;
}
.show_container .left_part .recommend_part .bd {
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}
.show_container .left_part .recommend_part .bd ul {
  float: left;
  margin-top: -1px;
  width: 100%;
}
.show_container .left_part .recommend_part .bd ul li {
  float: left;
  width: 50%;
  padding: 13px 0;
  height: 35px;
  overflow: hidden;
}
.show_container .left_part .recommend_part .bd ul li p {
  overflow: hidden;
  width: 96%;
  height: 17px;
  font-size: 16px;
  line-height: 17px;
  position: relative;
  padding-left: 15px;
}
.show_container .left_part .recommend_part .bd ul li p a {
  color: inherit;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.show_container .left_part .recommend_part .bd ul li p a::after {
  content: '';
  height: 10px;
  top: 3px;
}
.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: #0C7FF2;
}
#footer {
  padding-top: 20px;
  background: #333333;
  margin-top: 10px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#footer::before {
  content: "";
  background: #2A3EA0;
  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: 60px;
  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(../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: 10px;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0px;
  line-height: normal;
  display: flex;
  justify-content: center;
}
.page_fenye a,
.page_fenye span {
  float: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  margin-left: -1px;
  border: 1px solid #ddd;
  line-height: 1.5;
  color: #999;
  background: #fff;
}
.page_fenye a:first-child,
.page_fenye span:first-child {
  -moz-border-radius: 50px 0 0 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px 0 0 50px;
}
.page_fenye a:last-child,
.page_fenye span:last-child {
  -moz-border-radius: 0 50px 50px 0;
  -webkit-border-radius: 0;
  border-radius: 0 50px 50px 0;
}
.page_fenye a:hover,
.page_fenye span:hover {
  border-color: #2A3EA0;
  background: #2A3EA0;
  color: #fff;
}
.page_fenye span {
  border-color: #2A3EA0;
  background: #2A3EA0;
  color: #fff;
}
.adversiment {
  position: relative;
  width: 300px;
  height: 300px;
  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 */