* {
  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;
}
a {
  color: black;
}
.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: 70px;
  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 {
  font-size: 14px;
  color: #767676;
  width: 265px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  height: 48px;
  line-height: 48px;
  background: #ffffff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border: 1px solid #eeeeee;
}
#page #header .top_block .search_block form .submit {
  display: inline-block;
  width: 62px;
  height: 48px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background: #015293 url("../images/search.png") no-repeat center;
  background-position-x: 16px;
}
#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: #015293;
}
#page #header .main-nav li {
  float: left;
  background: url(../images/xhy-hnavline_03.png) left top no-repeat;
}
#page #header .main-nav li:hover,
#page #header .main-nav li.active {
  background-color: #216dac;
}
#page #header .main-nav a {
  display: block;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  padding: 0 20px;
}
#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-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 {
  border-bottom: 2px solid #6baecb;
}
#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: 98%;
  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 .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: #015293;
}
#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;
  padding: 10px;
}
#article .block_1 .banner_b {
  width: 560px;
  height: 350px;
}
#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: #B5B5B6;
  margin: 0 3px;
  cursor: pointer;
}
#article .block_1 .banner_b .swiper-container .swiper-pagination-bullet-active {
  background-color: #ffffff;
}
#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: 40px;
  text-align: left;
  line-height: 40px;
  color: white;
  opacity: 1;
  background: url(../images/sy_dotb.png) repeat;
  font-size: 16px;
}
#article .block_2 {
  width: 1200px;
  margin: 10px auto;
  overflow: hidden;
}
#article .block_2 .pub_tab {
  overflow: hidden;
}
#article .block_2 .pub_tab .tabs_head {
  width: 585px;
  height: 60px;
  border-bottom: 1px solid #e3e9f1;
}
#article .block_2 .pub_tab .tabs_head span {
  display: inline-block;
  width: 135px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #333333;
}
#article .block_2 .pub_tab .tabs_head span.active {
  font-size: 20px;
  font-weight: bold;
  color: #7db89c;
  border-bottom: 2px solid #6baecb;
}
#article .block_2 .pub_tab .tabs_body ul {
  display: none;
  padding-top: 10px;
}
#article .block_2 .pub_tab .tabs_body ul.active {
  display: block;
}
#article .block_2 .pub_tab .tabs_body ul li {
  width: 585px;
  height: 36px;
  background: url(../images/item-liicon_03.png) no-repeat left center;
}
#article .block_2 .pub_tab .tabs_body ul li a {
  display: inline-block;
  width: 430px;
  height: 36px;
  line-height: 36px;
  padding-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333333;
}
#article .block_2 .pub_tab .tabs_body ul li a:hover {
  color: #7db89c;
  font-weight: bold;
}
#article .block_2 .pub_tab .tabs_body ul li span {
  font-size: 16px;
  color: #333333;
  float: right;
  vertical-align: middle;
}
#article .block_2 .olist {
  width: 590px;
  border-left: 1px solid #e3e9f1;
  box-sizing: border-box;
  margin-top: 23px;
  height: 375px;
}
#article .block_2 .olist .o_tit {
  margin-top: 10px;
  margin-left: 12px;
  display: inline-block;
  width: 145px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background: #7db89c;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
#article .block_2 .olist ul {
  margin-top: 20px;
  padding-left: 15px;
}
#article .block_2 .olist ul li {
  display: inline-block;
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: black;
  margin-top: 5px;
}
#article .block_2 .olist ul li i {
  margin-right: 5px;
}
#article .block_2 .olist ul li:nth-of-type(-n+3) i {
  color: red;
}
#article .block_2 .olist ul li a {
  color: inherit;
}
#article .block_2 .olist ul li a:hover {
  color: #7db89c;
  font-weight: bold;
}
#article .block_2 .olist .list li a {
  position: relative;
  padding-left: 15px;
  display: inline-block;
}
#article .block_2 .olist .list li a:before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background-color: #7db89c;
}
#article .block_3 {
  width: 1200px;
  margin: 10px auto;
}
#article .block_3 .block_con {
  width: 48%;
  background: #fff;
  margin: 10px 0 0;
}
#article .block_3 .block_con .blo_tit {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  
  margin-top: 10px;
}
#article .block_3 .block_con .blo_tit b {
  float: left;
  height: 40px;
  background: #fff;
  font-size: 22px;
  padding: 0 10px 0 0;
  color: #7db89c;
}
#article .block_3 .block_con .blo_tit a {
  float: right;
  height: 40px;
  background: #fff;
  font-size: 16px;
  color: #727171;
  padding-left: 10px;
}
#article .block_3 .block_con ul {
  float: left;
  width: 100%;
  padding: 20px 0;
}
#article .block_3 .block_con ul li {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin: 3px 0 0;
}
#article .block_3 .block_con ul li:hover a {
  color: #7db89c;
}
#article .block_3 .block_con ul li a {
  float: left;
  color: #000;
  font-size: 16px;
  padding-left: 20px;
  background: url(../images/point.jpg) left 14px no-repeat;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.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 {
  margin-left: 25px;
  padding: 0px 40px 32px 30px;
}
.list_container .left_part .new_list li {
  display: block;
  line-height: 34px;
  padding-left: 30px;
  margin-left: -30px;
  background: url(../images/point.jpg) 16px 14px no-repeat;
}
.list_container .left_part .new_list li:nth-of-type(5n) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.list_container .left_part .new_list li:hover a {
  color: #BC1B2D;
}
.list_container .left_part .new_list li:hover .time {
  color: #e14b45;
}
.list_container .left_part .new_list li a {
  display: block;
  font-size: 16px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_container .left_part .new_list li span {
  float: right;
  font-size: 14px;
  display: inline-block;
  color: #ababab;
  margin-left: 50px;
  line-height: 34px;
}
.list_container .no_mt {
  margin-top: 0 !important;
  border: none;
}
.list_container .right_part {
  margin-top: 30px;
  float: right;
  flex: 0 0 auto;
  width: 320px;
  background-color: white;
  padding: 10px;
}
.list_container .right_part .right_container .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #06080f;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px;
}
.list_container .right_part .right_container .tit .more {
  color: #666;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}
.list_container .right_part .right_container .rp_block_01 {
  position: relative;
  padding: 0 0 32px 0;
  border-bottom: 1px solid #f2f2f2;
}
.list_container .right_part .right_container .rp_block_01 .rp01_item {
  display: flex;
  margin-top: 16px;
}
.list_container .right_part .right_container .rp_block_01 .rp01_item .left {
  flex: 1;
}
.list_container .right_part .right_container .rp_block_01 .rp01_item .left a p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0px 4px 0;
  -moz-box-orient: vertical;
  word-break: break-all;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 40px;
  overflow: hidden;
  font-weight: 600;
}
.list_container .right_part .right_container .rp_block_01 .rp01_item .left a p:hover {
  color: #e14338;
}
.list_container .right_part .right_container .rp_block_01 .rp01_item .left .time {
  color: #bfbfbf;
  font-size: 12px;
  line-height: 12px;
}
.list_container .right_part .right_container .rp_block_01 .rp01_item .right {
  margin-left: 12px;
  width: 74px;
  height: 44px;
  border-radius: 2px;
  overflow: hidden;
}
.list_container .right_part .right_container .rp_block_01 .rp01_item .right img {
  width: 100%;
  height: 100%;
}
.list_container .right_part .right_container .rp_block_02 {
  position: relative;
  padding: 32px 0;
  border-bottom: 1px solid #f2f2f2;
}
.list_container .right_part .right_container .rp_block_02 .rp02_item {
  margin-top: 20px;
}
.list_container .right_part .right_container .rp_block_02 .rp02_item .banner {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.list_container .right_part .right_container .rp_block_02 .rp02_item .banner:hover img {
  transform: scale(1.03) translateZ(0);
}
.list_container .right_part .right_container .rp_block_02 .rp02_item .banner img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.list_container .right_part .right_container .rp_block_02 .rp02_item .banner .desc {
  position: absolute;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  left: 0;
  width: 100%;
  color: white;
}
.list_container .right_part .right_container .rp_block_02 .rp02_item .title {
  display: block;
  color: #06080f;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
  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;
}
.list_container .right_part .right_container .rp_block_02 .rp02_item .title:hover {
  color: #e14338;
}
.list_container .right_part .right_container .rp_block_02 .rp02_item .meta {
  display: flex;
  align-items: center;
  color: #bfbfbf;
  font-size: 12px;
  line-height: 12px;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 4px;
}
.list_container .right_part .right_container .rp_block_04 .rp02_item .title {
  display: inline-block;
  width: 100%;
  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;
  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: 10px;
}
.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;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-top: 10px;
}
.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: #015293;
  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: 10px;
  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: 30px;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0;
  line-height: normal;
  text-align: center;
}
.page_fenye span {
  background-color: #015293;
  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: #015293;
  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 */