* {
  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: #333333;
}
body {
  font: 14px "microsoft Yahei", "Arial", sans-serif;
}
a {
  color: #333333;
}
.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: 211px;
  height: 70px;
  margin-top: 10px;
  user-select: none;
}
#page #header .top_block .logo_block img {
  width: 190px;
  height: 41px;
}
#page #header .top_block .search_block {
  height: 36px;
}
#page #header .top_block .search_block form {
  display: flex;
}
#page #header .top_block .search_block form .search {
  width: 227px;
  height: 36px;
  line-height: 36px;
  outline: none;
  text-indent: 1em;
  color: #999999;
  border: 1px solid #9b9b9b;
  border-right: none;
}
#page #header .top_block .search_block form .submit {
  border: 0;
  width: 45px;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  color: white;
  text-indent: 1em;
  background: url(../images/search.png) no-repeat center;
  background-position-x: 13px;
  border: 1px solid #9b9b9b;
  border-left: none;
  background-size: 20px 20px;
}
#page #header .nav_block {
  height: 50px;
  line-height: 50px;
  background:#b1e1f1;
}
#page #header .nav_block .content {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  overflow: hidden;
}
#page #header .nav_block .content li {
  float: left;
  margin-left: 0px;
  font-size: 20px;
  height: 55px;
  box-sizing: border-box;
  line-height: 55px;
  font-weight: bold;
}
#page #header .nav_block .content li.on ,
#page #header .nav_block .content li:hover  {
  background:#065281;
  
}
#page #header .nav_block .content li.on a,
#page #header .nav_block .content li:hover a{
  color:white;
} 
#page #header .nav_block .content li a {
  color: #444444;
  padding: 0 20px;

}
#page .header_ad {
  width: 1200px;
  height: 90px;
  margin: 5px 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: 5px auto;
  overflow: hidden;
}
#article section {
  overflow: hidden;
  width: 1200px;
  margin: auto;
}
#article section .banner_block {
  width: 1200px;
  height: 590px;
  margin-bottom: 30px;
  border-radius: 10px;
  position: relative;
}
#article section .banner_block .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
#article section .banner_block .swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
#article section .banner_block .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#article section .banner_block .mySwiper2 {
  height: 450px;
  width: 100%;
}
#article section .banner_block .mySwiper2 .swiper-slide {
  position: relative;
}
#article section .banner_block .mySwiper2 .swiper-slide .img_b {
  display: inline-block;
  width: 800px;
  height: 100%;
}
#article section .banner_block .mySwiper2 .swiper-slide .desc_body {
  position: absolute;
  right: 0;
  top: 0;
  background: #f8f8f8;
  width: 400px;
  height: 450px;
  padding: 40px 23px;
  box-sizing: border-box;
}
#article section .banner_block .mySwiper2 .swiper-slide .desc_body a .focus-title {
  font-size: 30px;
  line-height: 40px;
  color: #282828;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: initial;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#article section .banner_block .mySwiper2 .swiper-slide .desc_body a .focus-content {
  font-size: 16px;
  color: #5a5a5a;
  line-height: 24px;
  margin-top: 30px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: initial;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
#article section .banner_block .mySwiper {
  height: 150px;
  box-sizing: border-box;
  padding: 10px 0;
}
#article section .banner_block .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
#article section .banner_block .mySwiper .swiper-slide mg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#article section .banner_block .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
#article section .banner_block .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -42.5px;
  width: 45px;
  height: 85px;
  z-index: 99;
}
#article section .banner_block .swiper-button-next,
#article section .banner_block .swiper-button-prev {
  width: 45px;
  height: 85px;
  user-select: none;
}
#article section .banner_block .swiper-button-next {
  background: url(../images/banner_arrow.png) no-repeat right top;
  right: 0 !important;
}
#article section .banner_block .swiper-button-prev {
  background: url(../images/banner_arrow.png) no-repeat left top;
  left: 0;
}
#article .main .breadcurmb {
  font-size: 16px;
  margin-top: 40px;
}
#article .main .breadcurmb a {
  color: #c1c1c1;
}
#article .main .main_container {
  width: 1200px;
  margin: auto;
}
#article .main .main_container .left_part {
  width: 800px;
  float: left;
  margin-top: 55px;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}
#article .main .main_container .left_part .title {
  font-size: 25px;
  background-size: 25px 21px;
  padding-bottom: 15px;
  line-height: 19px;
}
#article .main .main_container .left_part .title.mt30 {
  margin-top: 30px;
}
#article .main .main_container .left_part .list_ul li {
  overflow: hidden;
  position: relative;
  padding: 30px 0 60px;
  width: 100%;
  border-bottom: 1px solid #E6E6E6;
}
#article .main .main_container .left_part .list_ul li.notImg .info {
  margin-left: 0;
  height: auto;
}
#article .main .main_container .left_part .list_ul li .thumb img {
  width: 300px;
  height: 168px;
  position: absolute;
  left: 0;
  top: 30px;
}
#article .main .main_container .left_part .list_ul li .meta {
  position: absolute;
  bottom: 5px;
  left: 0;
  height: 20px;
  line-height: 20px;
  color: #9B9B9B;
  font-size: 14px;
  width: 300px;
}
#article .main .main_container .left_part .list_ul li .meta .source {
  background: url(../images/list_icon.png) center left no-repeat;
  background-size: 20px 20px;
  padding-left: 30px;
}
#article .main .main_container .left_part .list_ul li .meta .time {
  float: right;
}
#article .main .main_container .left_part .list_ul li .info {
  margin-left: 340px;
  position: relative;
  height: 140px;
}
#article .main .main_container .left_part .list_ul li .info .news_tit {
  font-size: 24px;
  line-height: 33px;
  text-decoration: none;
  overflow: hidden;
  width: initia;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#article .main .main_container .left_part .list_ul li .info .news_tit a {
  color: #333333;
}
#article .main .main_container .left_part .list_ul li .info .desc {
  font-size: 16px;
  line-height: 24px;
  color: #9B9B9B;
  margin-top: 20px;
  text-decoration: none;
  overflow: hidden;
  width: initia;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#article .main .main_container .left_part .show_container .show_tit {
  font-size: 36px;
  color: #000000;
  line-height: 50px;
  margin-top: 30px;
}
#article .main .main_container .left_part .show_container .show_meta {
  font-size: 16px;
  color: #9B9B9B;
  margin-top: 40px;
}
#article .main .main_container .left_part .show_container .show_body p {
  color: #4a4a4a;
  margin-top: 15px;
  line-height: 180%;
  text-align: justify;
  font-size: 18px;
}
#article .main .main_container .left_part .show_container .show_body p img {
  max-width: 600px;
  display: block;
  margin: auto;
}
#article .main .main_container .left_part .show_container .show_body a {
  color: #333333;
}
#article .main .main_container .left_part .show_container .recommend_part {
  margin-top: 50px;
}
#article .main .main_container .left_part .show_container .recommend_part .rp_01 ul li {
  float: left;
  margin-top: 10px;
  width: 48%;
  margin-right: 2%;
  position: relative;
  font-size: 16px;
}
#article .main .main_container .left_part .show_container .recommend_part .rp_01 ul li:nth-of-type(2n) {
  margin-right: 0;
}
#article .main .main_container .left_part .show_container .recommend_part .rp_01 ul li a {
  position: relative;
  padding-left: 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .main_container .left_part .show_container .recommend_part .rp_01 ul li a:hover {
  color: #EF2D36;
}
#article .main .main_container .left_part .show_container .recommend_part .rp_01 ul li a::after {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #EF2D36;
  border-radius: 50%;
}
#article .main .main_container .no_mt {
  margin-top: 0 !important;
  border: none;
}
#article .main .main_container .title {
  font-size: 18px;
  padding-left: 37px;
  background: url(../images/icon-tit.png) top left no-repeat;
  background-size: 17px 13px;
  padding-bottom: 15px;
  line-height: 11px;
}
#article .main .main_container .aside_part {
  width: 300px;
  float: right;
  margin-top: 50px;
}
#article .main .main_container .aside_part .a_block_1 {
  margin-bottom: 40px;
  background: #f8f8f8;
  padding: 23px 11px 11px;
}
#article .main .main_container .aside_part .a_block_1 ._img {
  margin-top: 10px;
  width: 100%;
  height: 200px;
  position: relative;
}
#article .main .main_container .aside_part .a_block_1 ._img a img {
  width: 100%;
  height: 100%;
}
#article .main .main_container .aside_part .a_block_1 ._img p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .main_container .aside_part .a_block_1 ul {
  background-color: white;
  padding: 10px;
}
#article .main .main_container .aside_part .a_block_1 ul li {
  margin-top: 7px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .main .main_container .aside_part .a_block_1 ul li:hover a {
  color: #EF2D36;
}
#article .main .main_container .aside_part .a_block_1 ul li a {
  font-size: 16px;
  padding-left: 10px;
  position: relative;
}
#article .main .main_container .aside_part .a_block_1 ul li a::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #EF2D36;
  left: 0;
  bottom: 7px;
  border-radius: 50%;
}
#article .main .main_container .aside_part .a_block_2 ul li a {
  padding-left: 0;
}
#article .main .main_container .aside_part .a_block_2 ul li a::before {
  content: none;
}
#article .main .main_container .aside_part .a_block_3 {
  margin-bottom: 40px;
  background: #f8f8f8;
  padding: 23px 11px 11px;
}
#article .main .main_container .aside_part .a_block_3 ul {
  background-color: white;
  overflow: hidden;
  padding: 10px;
}
#article .main .main_container .aside_part .a_block_3 ul li {
  overflow: hidden;
  margin-bottom: 20px;
}
#article .main .main_container .aside_part .a_block_3 ul li.notImg .as_tit {
  width: 100%;
}
#article .main .main_container .aside_part .a_block_3 ul li.notImg .con {
  width: 100%;
}
#article .main .main_container .aside_part .a_block_3 ul li ._img {
  width: 120px;
  height: 80px;
  float: left;
  margin-right: 15px;
}
#article .main .main_container .aside_part .a_block_3 ul li ._img img {
  width: 100%;
  height: 100%;
}
#article .main .main_container .aside_part .a_block_3 ul li .as_tit {
  display: inline-block;
  width: 122px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-size: 16px;
}
#article .main .main_container .aside_part .a_block_3 ul li .con {
  font-size: 14px;
  color: #666666;
  text-decoration: none;
  overflow: hidden;
  width: 122px;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#footer {
  padding-top: 20px;
  background: #E7E7E7;
  margin-top: 10px;
  color: #333333;
  overflow: hidden;
  position: relative;
}
#footer::before {
  content: "";
  background: #E60013;
  height: 5px;
  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: #333333;
}
#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;
  align-items: baseline;
}
#footer .container .friendsLink h3 {
  color: #333333;
  font-size: 14px;
  margin-right: 20px;
}
#footer .container .friendsLink ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 29px;
}
#footer .container .friendsLink ul li {
  font-size: 12px;
  float: left;
  margin-right: 15px;
  margin-bottom: 3px;
}
#footer .container .friendsLink ul li:hover {
  text-decoration: underline;
}
#footer .container .friendsLink ul li a {
  color: #333333;
}
#footer .container .banquan {
  text-align: center;
  font-size: 12px;
  padding: 30px 9px;
  color: #333333;
  line-height: 25px;
}
#footer .container .banquan a {
  color: #333333;
}
.goTop {
  position: fixed;
  bottom: 200px;
  right: 200px;
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background: url(../images/toTop.png) 0 0 no-repeat;
  text-indent: -999em;
}
.goTop:hover {
  background: url(../images/toTop_active.png) 0 0 no-repeat;
}
.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: 60px;
  overflow: hidden;
  border-radius: 3px;
  font-size: 0px;
  line-height: normal;
  text-align: center;
}
.page_fenye span {
  background-color: #EF2D36;
  color: white;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 16px;
  font-size: 14px;
  border-left: 1px solid #fff;
  margin: 0 2px;
}
.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;
  margin: 0 2px;
}
.page_fenye a:hover {
  background-color: #EF2D36;
  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;
}
.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;
}
.turn_Page {
  margin-top: 30px;
  padding-bottom: 20px;
}
.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:hover a {
  color: #C6252D;
}
/*# sourceMappingURL=index.css.map */
.show_body img{ 
width: 100%;
display: block;

}
.show_body p{ 
    text-indent: 2.5rem;

}