* {
  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 {
  margin-top: 10px;
  user-select: none;
}
#page #header .top_block .logo_block img {
}
#page #header .top_block .search_block {
  height: 36px;
}
#page #header .top_block .search_block form {
  display: flex;
  background: #255b9b;
  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;
  background-color: #255b9b;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  letter-spacing: 5px;
  color: white;
  text-indent: 1em;
  border-radius: 0 10px 10px 0;
  background: url("../images/search.png") no-repeat center;
}
#page #header .nav_block {
  height: 48px;
  line-height: 48px;
  background-color: #255b9b;
}
#page #header .nav_block .content {
  width: 1200px;
  margin: 0 auto;
  height: 48px;
  overflow: hidden;
}
#page #header .nav_block .content li {
  float: left;
  display: inline-block;
  color: #ffffff;
}
#page #header .nav_block .content li:hover a,
#page #header .nav_block .content li.on a {
  color: #ffff00;
  text-decoration: underline;
}
#page #header .nav_block .content li:last-child a {
  border: none;
}
#page #header .nav_block .content li a {
  display: inline-block;
  padding: 0px 27px;
  font-size: 14px;
  height: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  border-right: 1px solid white;
}
#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 {
  width: 1200px;
  margin: 30px auto;
  overflow: hidden;
}
#article section {
  overflow: hidden;
  width: 1200px;
  margin: auto;
  margin-top: 30px;
}
#article .banner_block {
  width: 750px;
  height: 405px;
  margin-bottom: 30px;
}
#article .banner_block a {
  overflow: hidden;
  height: 100%;
  display: inline-block;
  width: 100%;
}
#article .banner_block .swiper-container {
  width: 100%;
  height: 405px;
  position: relative;
}
#article .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 0;
  height: 30px;
}
#article .banner_block .swiper-container .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
#article .banner_block .swiper-container .swiper-pagination-bullet-active {
  background-color: white;
}
#article .banner_block .swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -42.5px;
  width: 45px;
  height: 85px;
  z-index: 99;
}
#article .banner_block .swiper-container .swiper-button-next {
  background: url(../images/banner_arrow.png) no-repeat right top;
  right: 0 !important;
}
#article .banner_block .swiper-container .swiper-button-prev {
  background: url(../images/banner_arrow.png) no-repeat left top;
  left: 0;
}
#article .banner_block .swiper-container img {
  width: 100%;
  height: 100%;
}
#article .banner_block .swiper-container .desc {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  bottom: 0;
  left: 0;
  height: 64px;
  text-align: left;
  line-height: 87px;
  color: white;
  font-size: 24px;
  background: url(../images/desc_bg.png) repeat-x;
}
#article .newslist_block {
  width: 422px;
  background-color: white;
  height: 405px;
  overflow: hidden;
}
#article .newslist_block .news_list li {
  padding-bottom: 39px;
}
#article .newslist_block .news_list li h3 {
  font-weight: normal;
}
#article .newslist_block .news_list li h3:hover a {
  color: #da4747;
}
#article .newslist_block .news_list li h3 a {
  font-size: 25px;
  color: #444;
  font-weight: bold;
  line-height: 39px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .newslist_block .news_list li p {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  line-height: 1.6em;
  font-weight: normal;
  color: #7e7e7e;
  font-size: 18px;
}
#article .newslist_block .news_list li p:hover a {
  color: #da4747;
}
#article .newslist_block .news_list li p a {
  color: #7e7e7e;
}
#article .main .left_part {
  width: 815px;
}
#article .main .left_part .news_list {
  margin-bottom: 30px;
  overflow: hidden;
}
#article .main .left_part .news_list.notImg .news_list_item {
  width: 48%;
  float: left;
}
#article .main .left_part .news_list.notImg .news_list_item .right_oul {
  width: 100% !important;
}
#article .main .left_part .news_list .news_list_header {
  font-weight: normal;
  color: #444;
  font-size: 23px;
  font-family: "Microsoft Yahei";
  cursor: default;
  border-top: 2px solid #dadada;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}
#article .main .left_part .news_list .news_list_con .news_list_item {
  margin: 0 0 30px 0;
}
#article .main .left_part .news_list .news_list_con .news_list_item .left_img {
  width: 300px;
  text-align: center;
}
#article .main .left_part .news_list .news_list_con .news_list_item .left_img a {
  color: #666666;
}
#article .main .left_part .news_list .news_list_con .news_list_item .left_img a:hover {
  color: #da4747;
}
#article .main .left_part .news_list .news_list_con .news_list_item .left_img a img {
  width: 300px;
  height: 180px;
}
#article .main .left_part .news_list .news_list_con .news_list_item .left_img p a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .left_part .news_list .news_list_con .news_list_item .right_oul {
  width: 475px;
  margin: 0;
}
#article .main .left_part .news_list .news_list_con .news_list_item .right_oul li {
  display: block;
  margin: 10px 0 0 0;
}
#article .main .left_part .news_list .news_list_con .news_list_item .right_oul li:first-child {
  margin: 0 0 30px 0;
}
#article .main .left_part .news_list .news_list_con .news_list_item .right_oul li:first-child a {
  font-size: 25px;
  color: black;
  font-weight: bold;
}
#article .main .left_part .news_list .news_list_con .news_list_item .right_oul li:first-child a:hover {
  color: #da4747;
}
#article .main .left_part .news_list .news_list_con .news_list_item .right_oul li a {
  color: #7e7e7e;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .left_part .news_list .news_list_con .news_list_item .right_oul li a:hover {
  color: #da4747;
}
#article .main .right_part {
  width: 340px;
}
#article .main .right_part .right_part_header {
  border-top: 1px solid #dadada;
  height: 50px;
  line-height: 50px;
  color: #44619d;
  font-weight: bold;
  font-family: "Microsoft Yahei";
  cursor: default;
  border-top: 2px solid #44619d;
  padding: 0 10px;
  font-size: 20px;
  margin-bottom: 20px;
}
#article .main .right_part .rp_01 .oImg {
  width: 100%;
  height: 150px;
  margin-bottom: 40px;
  position: relative;
}
#article .main .right_part .rp_01 .oImg img {
  width: 100%;
  height: 100%;
}
#article .main .right_part .rp_01 .oImg p {
  position: absolute;
  left: 0;
  bottom: -31px;
  color: #7e7e7e;
  height: 30px;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .right_part .rp_01 ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
}
#article .main .right_part .rp_01 ul li a {
  color: #7e7e7e;
  height: 17px;
  line-height: 18px;
  display: block;
  margin: 0 0 18px 0;
  padding-left: 20px;
  position: relative;
}
#article .main .right_part .rp_01 ul li a::before {
  content: '';
  position: absolute;
  left: 8px;
  bottom: 6px;
  width: 3px;
  height: 3px;
  background-color: #666666;
}
#article .main .right_part .rp_01 ul li a:hover {
  color: #da4747;
}
#article .main .right_part .rp_02 {
  margin-top: 20px;
}
#article .main .right_part .ranking ul li {
  overflow: hidden;
  font-size: 18px;
  display: flex;
  margin-bottom: 3px;
  align-items: baseline;
}
#article .main .right_part .ranking ul li a {
  color: #7e7e7e;
  height: 17px;
  line-height: 17px;
  margin: 0 0 18px 0;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .right_part .ranking ul li a:hover {
  color: #da4747;
}
#article .main .right_part .ranking ul li em {
  display: inline-block;
}
.list_content {
  width: 1200px;
  margin: auto;
}
.list_content .list_left {
  margin-top: 30px;
  width: 864px;
  padding-right: 20px;
  border-right: 1px solid #CCCCCC;
}
.list_content .list_left .breadcurmb {
  width: 100%;
  text-align: left;
  font-family: '\5fae\8f6f\96c5\9ed1';
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #707070;
}
.list_content .list_left .new_list li {
  width: 100%;
  text-align: left;
  overflow: hidden;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ededed;
}
.list_content .list_left .new_list li a {
  color: #000;
}
.list_content .list_left .new_list li .font {
  font-size: 16px;
  float: left;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.list_content .list_left .new_list li .time {
  font-size: 12px;
  color: #838383;
  float: right;
  display: block;
}
.list_content .list_right {
  width: 300px;
}
.list_content .list_right .rp_01 {
  margin-top: 30px;
  overflow: hidden;
  background: #f9f9f9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.list_content .list_right .rp_01 .r_pub_tit {
  margin-bottom: 20px;
  position: relative;
  height: 62px;
  line-height: 78px;
  font-size: 18px;
  background: #f9f9f9;
  color: #000;
  display: inline-block;
  margin-left: 20px;
}
.list_content .list_right .rp_01 .r_pub_tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #255b9b;
}
.list_content .list_right .rp_01 ul {
  background: #fff;
  margin: 0 5px;
  width: 290px;
  display: block;
  overflow: hidden;
  font-size: 14px;
}
.list_content .list_right .rp_01 ul li {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  display: block;
  height: 34px;
  line-height: 34px;
}
.list_content .list_right .rp_01 ul li:nth-child(1) span,
.list_content .list_right .rp_01 ul li:nth-child(2) span,
.list_content .list_right .rp_01 ul li:nth-child(3) span {
  color: #da4747;
}
.list_content .list_right .rp_01 ul li a {
  color: #333;
  padding-left: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 285px;
}
.list_content .list_right .rp_01 ul li a span {
  color: black;
  padding-right: 10px;
}
.list_content .list_right .rp_02 ul {
  background: initial;
}
.list_content .list_right .rp_02 ul li {
  position: relative;
  padding-left: 10px;
}
.list_content .list_right .rp_02 ul li::before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 5px;
  width: 4px;
  height: 4px;
  background-color: #255b9b;
  border-radius: 50%;
}
.list_content .list_right .rp_03 ul li:nth-child(1) {
  width: 100% !important;
  height: 138px;
  margin-bottom: 15px;
  position: relative;
}
.list_content .list_right .rp_03 ul li:nth-child(1) a {
  display: inline-block;
}
.list_content .list_right .rp_03 ul li:nth-child(1) a img {
  width: 100%;
  height: 100%;
}
.list_content .list_right .rp_03 ul li:nth-child(1) 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: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.show_container .list_left .show_con .show_tit {
  font-size: 32px;
  font-weight: bold;
}
.show_container .list_left .show_con .meta {
  margin: 20px 0;
  font-size: 14px;
  color: #8b8b8b;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}
.show_container .list_left .show_con .content {
  margin-bottom: 30px;
}
.show_container .list_left .show_con .content img {
  max-width: 600px;
  display: flex;
  margin: auto;
}
.show_container .list_left .show_con .content p {
  text-indent: 2em;
  margin-top: 15px;
  font-size: 16px;
  line-height: 38px;
  text-align: justify;
}
.show_container .list_left .recommend_part .rec_tit {
  font-size: 20px;
  line-height: 1;
  margin-top: 37px;
  margin-bottom: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.show_container .list_left .recommend_part .rec_tit strong {
  display: inline-block;
  position: relative;
}
.show_container .list_left .recommend_part .rec_tit strong::after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  width: 50%;
  background-color: #255b9b;
  height: 3px;
  margin: auto;
}
.show_container .list_left .recommend_part .bd {
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}
.show_container .list_left .recommend_part .bd ul {
  float: left;
  margin-top: -1px;
  width: 100%;
}
.show_container .list_left .recommend_part .bd ul li {
  float: left;
  width: 50%;
  padding: 13px 0;
  height: 35px;
  overflow: hidden;
}
.show_container .list_left .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 .list_left .recommend_part .bd ul li p::before {
  position: absolute;
  content: '';
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  background-color: #255b9b;
  border-radius: 50%;
}
.show_container .list_left .recommend_part .bd ul li p a {
  color: inherit;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.show_container .list_left .recommend_part .articleList .item {
  position: relative;
  font-size: 0;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f5f5f5;
}
.show_container .list_left .recommend_part .articleList .item a {
  display: block;
}
.show_container .list_left .recommend_part .articleList .item a .pic {
  float: left;
  font-size: 0;
  margin-right: 20px;
  overflow: hidden;
  display: block;
}
.show_container .list_left .recommend_part .articleList .item a .pic img {
  width: 200px;
  height: 133px;
}
.show_container .list_left .recommend_part .articleList .item a .text {
  display: block;
  overflow: hidden;
}
.show_container .list_left .recommend_part .articleList .item a .text strong {
  display: block;
  margin-bottom: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 17px;
  color: #333;
  font-weight: bold;
}
.show_container .list_left .recommend_part .articleList .item a .text em {
  display: block;
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #333;
  text-align: justify;
  font-style: normal;
  font-weight: 400;
}
.show_container .list_left .recommend_part .articleList .item a .meta {
  margin-top: 20px;
  display: block;
  text-align: left;
  color: #333;
  font-size: 14px;
}
#footer {
  padding-top: 20px;
  background: #333333;
  margin-top: 10px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#footer::before {
  content: "";
  background: #255b9b;
  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;
}
.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: 0px;
  line-height: normal;
  text-align: center;
}
.page_fenye span {
  background-color: #255b9b;
  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: #255b9b;
  color: white;
}
.closead {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  user-select: none;
}
.adversiment {
  position: relative;
  width: 300px;
  height: 300px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.adversiment a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.adversiment a img {
  width: 100%;
  height: 100%;
}
.adversiment a p {
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 50px;
  height: 20px;
  text-align: center;
  font-size: 12px;
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 20px;
  border-radius: 0 5px 0 0;
}
/*# sourceMappingURL=index.css.map */