* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  word-wrap: break-word;
  color: #505050;
}
.clear::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 {
  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;
  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;
  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 20px;
  font-size: 18px;
  height: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  border-right: 1px solid white;
}
#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 {
  width: 1200px;
  margin: 0px auto;
  overflow: hidden;
}
#article section {
  overflow: hidden;
  width: 1200px;
  margin: auto;
}
#article section .banner_block {
  width: 725px;
  height: 413px;
  margin-bottom: 10px;
}
#article section .banner_block a {
  overflow: hidden;
  height: 100%;
  display: inline-block;
  width: 100%;
}
#article section .banner_block .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#article section .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 5px;
  height: 30px;
  left: -17px;
}
#article section .banner_block .swiper-container .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: white;
  margin: 0 3px;
  cursor: pointer;
  border-radius: initial;
  opacity: 1;
}
#article section .banner_block .swiper-container .swiper-pagination-bullet-active {
  background-color: #FF0A00;
}
#article section .banner_block .swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -42.5px;
  width: 45px;
  height: 85px;
  z-index: 99;
}
#article section .banner_block .swiper-container img {
  width: 100%;
  height: 100%;
}
#article section .banner_block .swiper-container .desc {
  position: absolute;
  width: 100%;
  height: 48px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  line-height: 48px;
  color: #fff;
  text-align: left;
  z-index: 9;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 77px;
  background-color: rgba(0, 0, 0, 0.8);
}
#article section .newslist_block {
  width: 445px;
  background-color: white;
  height: 430px;
  overflow: hidden;
}
#article section .newslist_block .news_list li {
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  position: relative;
}
#article section .newslist_block .news_list li a {
  color: #333333;
}
#article section .newslist_block .news_list li i {
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 16px;
  background: #d6d6d6;
  border-radius: 50%;
  overflow: hidden;
}
#article section .newslist_block .news_list li span {
  margin: 0 15px;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .b_tit {
  border-top: 1px solid #e7e7e7;
  height: 47px;
  position: relative;
  width: 442px;
}
#article .main .b_tit a {
  font-family: 'Microsoft Yahei', 'Hiragino Sans GB';
  font-size: 20px;
  border-top: 3px solid #255b9b;
  font-weight: bold;
  color: #255b9b;
  padding-top: 3px;
  display: inline-block;
  margin-bottom: 10px;
}
#article .main .pub_ul {
  width: 100%;
}
#article .main .pub_ul li {
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#article .main .pub_ul li a {
  color: #333;
}
#article .main .pub_ul li a .dot {
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 16px;
  background: #d6d6d6;
  border-radius: 50%;
  overflow: hidden;
}
#article .main .pub_ul li a span {
  margin: 0 15px;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .right_p1 {
  overflow: hidden;
}
#article .main .right_p1 .p_body {
  width: 350px;
  height: 290px;
  position: relative;
  background: #f5f5f5;
}
#article .main .right_p1 .p_body a {
  color: #333333;
}
#article .main .right_p1 .p_body a img {
  width: 100%;
  height: 245px;
}
#article .main .right_p1 .p_body a p {
  height: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  padding: 0 10px;
}
#article .main .block_1 {
  overflow: hidden;
}
#article .main .block_1 .left_part {
  width: 450px;
  height: 100%;
  margin-right: 25px;
}
#article .main .block_1 .left_part .b_body {
  width: 100%;
  margin-bottom: 20px;
}
#article .main .block_1 .left_part .b_body li {
  width: 100%;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  position: relative;
}
#article .main .block_1 .left_part .b_body li:nth-child(1) span {
  font-weight: bold;
}
#article .main .block_1 .left_part .b_body li .dot {
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 16px;
  background: #d6d6d6;
  border-radius: 50%;
  overflow: hidden;
}
#article .main .block_1 .left_part .b_body li span {
  margin: 0 15px;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .block_1 .left_part .b_body li a {
  color: #333;
}
#article .main .block_1 .center_part {
  width: 350px;
  height: 100%;
  margin-right: 25px;
  overflow: hidden;
}
#article .main .block_1 .center_part .center_p1 {
  width: 100%;
  height: 138px;
  overflow: hidden;
  margin-bottom: 22px;
}
#article .main .block_1 .center_part .center_p1 .center_p1_body {
  margin-top: 10px;
}
#article .main .block_1 .center_part .center_p1 .center_p1_body .fl {
  width: 130px;
  height: 90px;
  margin-bottom: 15px;
}
#article .main .block_1 .center_part .center_p1 .center_p1_body .fl .o_img {
  width: 130px;
  height: 90px;
  overflow: hidden;
  margin-right: 10px;
  float: left;
  position: relative;
}
#article .main .block_1 .center_part .center_p1 .center_p1_body .fl .o_img:hover p {
  display: block;
}
#article .main .block_1 .center_part .center_p1 .center_p1_body .fl .o_img img {
  width: 130px;
  height: 90px;
}
#article .main .block_1 .center_part .center_p1 .center_p1_body .fl .o_img p {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 20px;
  text-align: justify;
  padding: 10px;
  font-size: 12px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 100%;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: none;
}
#article .main .block_1 .center_part .center_p1 .center_p1_body .fr {
  width: 210px;
  height: 90px;
  margin-bottom: 15px;
}
#article .main .block_1 .center_part .center_p1 .center_p1_body .fr ul {
  width: 100%;
}
#article .main .block_1 .center_part .center_p1 .center_p1_body .fr ul li {
  width: 100%;
  font-size: 16px;
  overflow: hidden;
  height: 30px;
  line-height: 21px;
}
#article .main .block_1 .center_part .center_p1 .center_p1_body .fr ul li a {
  color: #333;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .block_1 .center_part .center_p1 .center_p1_body p {
  font-size: 18px;
  height: 35px;
  display: block;
}
#article .main .block_1 .center_part .center_p1 .center_p1_body p a {
  color: #333333;
}
#article .main .block_1 .center_part .center_p2 {
  overflow: hidden;
  margin-bottom: 20px;
}
#article .main .block_1 .center_part .center_p3 ul li {
  height: 36px;
  line-height: 36px;
}
#article .main .block_1 .center_part .center_p3 ul li a span {
  margin: 0;
}
#article .main .block_1 .right_part {
  width: 350px;
  height: 100%;
}
#article .main .block_1 .right_part .right_p2 {
  margin-bottom: 30px;
  overflow: hidden;
}
#article .main .block_2 {
  margin-top: 10px;
  overflow: hidden;
}
#article .main .block_2 .top_b {
  width: 100%;
  height: 350px;
  margin-bottom: 10px;
}
#article .main .block_2 .top_b .left_part .mode_l {
  width: 450px;
  margin-right: 25px;
}
#article .main .block_2 .top_b .left_part .mode_l ul li a span {
  display: inline-block;
  width: 96%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .block_2 .top_b .left_part .mode_l .right_p1 .p_body {
  height: 261px;
}
#article .main .block_2 .top_b .left_part .mode_l .right_p1 .p_body a img {
  height: 209px;
}
#article .main .block_2 .top_b .left_part .mode_l .right_p1 .p_body a p {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .block_2 .top_b .left_part .mode_m {
  width: 350px;
  height: 335px;
  margin-right: 25px;
}
#article .main .block_2 .top_b .left_part .mode_r {
  width: 350px;
  height: 335px;
  margin-right: 0;
}
.list_content {
  width: 1200px;
  margin: auto;
}
.list_content .list {
  width: 740px;
}
.list_content .list .breadcrumb {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-indent: 15px;
  position: relative;
  background: #f2f2f2;
  font-size: 16px;
  font-weight: bold;
  color: #01204f;
  margin-top:10px;
}
.list_content .list .breadcrumb i {
  display: block;
  height: 50px;
  width: 5px;
  background: #01204f;
  position: absolute;
  top: 0;
  left: 0;
}
.list_content .list_con {
  overflow: hidden;
}
.list_content .list_con li {
  width: 100%;
  padding: 10px 0 20px;
  border-bottom: 1px solid #dcdcdc;
}
.list_content .list_con li a .art {
  line-height: 24px;
  margin: 10px 0;
  color: #555;
  font-size: 14px;
  overflow: hidden;
  font-family: "宋体";
}
.list_content .list_con li a .art img {
  float: left;
  margin-right: 12px;
  width: 130px;
  height: 90px;
  object-fit: cover;
}
.list_content .list_con li a .art h1 {
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Microsoft Yahei", 'Hiragino Sans GB';
  margin-bottom: 10px;
  display: inline-block;
  width: initial;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_content .list_con li a .art p {
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list_content .list_con li .meta {
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  color: #999;
  font-family: "宋体";
}
.list_content .aside {
  width: 300px;
  font-family: "宋体";
}
.list_content .aside .aside_01 {
  margin: 20px 0;
  border: 1px solid #eaecef;
  padding: 0 18px;
}
.list_content .aside .aside_01 .h_tit {
  height: 43px;
  line-height: 43px;
  padding-top: 3px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 24px;
  margin-bottom: 15px;
  position: relative;
  margin-right: 10px;
  color: #333;
  font-weight: bold;
}
.list_content .aside .aside_01 ul li {
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  position: relative;
  padding-left: 28px;
}
.list_content .aside .aside_01 ul li a {
  color: #000;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_content .aside .aside_01 ul li i {
  display: block;
  width: 20px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #e92b13;
  line-height: 18px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  font-style: normal;
}
.list_content .aside .aside_02 ul li {
  padding-left: 15px;
  font-size: 14px;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  position: relative;
}
.list_content .aside .aside_02 ul li i {
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 16px;
  background: #d6d6d6;
  border-radius: 50%;
  overflow: hidden;
}
.list_content .aside .aside_03 .two_img .i_item {
  width: 117px;
  height: 96px;
  margin-right: 18px;
  float: left;
  overflow: hidden;
  position: relative;
}
.list_content .aside .aside_03 .two_img .i_item:last-child {
  margin-right: 0;
}
.list_content .aside .aside_03 .two_img .i_item img {
  width: 100%;
  height: 100%;
}
.list_content .aside .aside_03 .two_img .i_item p {
  position: absolute;
  display: block;
  z-index: 9;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.breadcurmb {
  width: 1200px;
  margin: 10px auto;
  text-align: left;
  font-family: '\5fae\8f6f\96c5\9ed1';
  font-size: 16px;
  line-height: 20px;
  color: #707070;
}
.show_container {
  margin-top: 10px;
}
.show_container .head_tit {
  color: #333;
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
  margin: 20px 0 15px;
}
.show_container .s_meta {
  height: 30px;
  line-height: 30px;
  position: relative;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 50px;
}
.show_container .s_meta span {
  color: #999;
  margin-right: 20px;
  font-size: 14px;
}
.show_container .show_body {
  width: 740px;
  margin-top: 20px;
  overflow: hidden;
}
.show_container .show_body ._con {
  font-size: 16px;
  line-height: 2em;
}
.show_container .show_body ._con p {
  margin: 15px 0;
}
.show_container .show_body ._con img {
  max-width: 600px;
  display: block;
  margin: auto;
}
.show_container .show_body .recommend_part {
  margin-top: 30px;
}
.show_container .show_body .recommend_part .rec_tit {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-indent: 15px;
  position: relative;
  background: #f2f2f2;
  font-size: 20px;
  font-weight: bold;
  color: #01204f;
}
.show_container .show_body .recommend_part .rec_tit i {
  display: block;
  height: 50px;
  width: 5px;
  background: #01204f;
  position: absolute;
  top: 0;
  left: 0;
}
#footer {
  padding-top: 20px;
  background: #5a5959;
  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;
  color: #fff;
}
#footer .container .banquan p,#footer .container .banquan a{
  color: #fff;
}
.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: 20px;
}
.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 */