* {
  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 {
  /* width: 210px;
  height: 70px; */
  margin-top: 10px;
  user-select: none;
}
/* #page #header .top_block .logo_block img {
  width: 100%;
  height: 100%;
} */
#page #header .top_block .search_block {
  height: 36px;
}
#page #header .top_block .search_block form {
  display: flex;
  background: #1482F0;
  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: #1482F0 url("../images/search.png") no-repeat center;
}
#page #header .nav_block {
  height: 45px;
  line-height: 44px;
  border-bottom: 1px solid #e0e0e0;
}
#page #header .nav_block .content {
  width: 1200px;
  margin: 0 auto;
  height: 45px;
}
#page #header .nav_block .content li {
  display: inline-block;
  margin-right: 20px;
}
#page #header .nav_block .content li:hover,
#page #header .nav_block .content li.on {
  border-bottom: 1px solid #0c7ff2;
}
#page #header .nav_block .content li:hover a,
#page #header .nav_block .content li.on a {
  color: #4b9ff4;
}
#page #header .nav_block .content li a {
  display: inline-block;
  font-size: 16px;
  height: 16px;
  color: black;
  text-align: center;
  line-height: 16px;
}
#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%;
}
.list_container .aside_part {
  width: 300px !important;
}
#article {
  width: 1200px;
  margin: 20px auto;
  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 .left_part {
  width: 800px;
  float: left;
}
#article .left_part .banner_block {
  width: 800px;
  height: 455px;
  margin-bottom: 30px;
}
#article .left_part .banner_block a {
  overflow: hidden;
  height: 100%;
  display: inline-block;
  width: 100%;
}
#article .left_part .banner_block .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#article .left_part .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 34px;
  height: 30px;
  left: -17px;
}
#article .left_part .banner_block .swiper-container .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: white;
  margin: 0 3px;
  cursor: pointer;
  opacity: 1;
}
#article .left_part .banner_block .swiper-container .swiper-pagination-bullet-active {
  background-color: #1482F0;
}
#article .left_part .banner_block .swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -42.5px;
  width: 45px;
  height: 85px;
  z-index: 99;
}
#article .left_part .banner_block .swiper-container img {
  width: 100%;
  height: 100%;
}
#article .left_part .banner_block .swiper-container .desc {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  text-align: center;
  z-index: 9;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
}
#article .left_part .tabs_list_part {
  padding-left: 5px;
}
#article .left_part .tabs_list_part .tit {
  font-family: "微软雅黑", "黑体";
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  line-height: 35px;
  padding-right: 300px;
  height: 35px;
  overflow: hidden;
  border-bottom: #cacaca 1px solid;
}
#article .left_part .tabs_list_part .tit ~ .tit {
  margin-top: 30px;
}
#article .left_part .tabs_list_part .tabs_ul li {
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  text-align: left;
  font-family: "微软雅黑", "黑体";
  height: auto;
  padding-top: 35px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
#article .left_part .tabs_list_part .tabs_ul li.notImg h1 {
  width: 100%;
}
#article .left_part .tabs_list_part .tabs_ul li.notImg p {
  width: 100%;
}
#article .left_part .tabs_list_part .tabs_ul li a {
  color: #666666;
}
#article .left_part .tabs_list_part .tabs_ul li a img {
  width: 230px;
  height: 160px;
  float: left;
  margin-right: 25px;
}
#article .left_part .tabs_list_part .tabs_ul li h1 {
  font-family: "微软雅黑", "黑体";
  font-size: 20px;
  color: #000000;
  text-align: left;
  padding-bottom: 18px;
  display: inline-block;
  width: 521px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .left_part .tabs_list_part .tabs_ul li p {
  text-decoration: none;
  overflow: hidden;
  width: 521px;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 15px;
}
#article .left_part .tabs_list_part .tabs_ul li .tabs_meta {
  font-size: 14px;
  float: left;
}
#article .show_con {
  margin-bottom: 30px;
}
#article .show_con .show_tit {
  font-family: "微软雅黑", "黑体";
  font-size: 30px;
  color: #000000;
  padding-bottom: 20px;
  padding-top: 10px;
}
#article .show_con .meta {
  font-family: "微软雅黑", "黑体";
  font-size: 14px;
  color: #666666;
  padding-bottom: 30px;
}
#article .show_con .show_body {
  font-family: "微软雅黑", "黑体";
  font-size: 16px;
  color: #000000;
  line-height: 30px;
}
#article .show_con .show_body p {
  margin: 0px 3px 15px;
  text-indent: 30px;
}
#article .show_con .show_body img {
  max-width: 600px;
  display: block;
  margin: auto;
}
#article .aside_part {
  float: right;
  width: 350px;
}
#article .aside_part .part_01_blo {
  border: 1px solid #cacaca;
  border-top: #0c7ff2 2px solid;
  padding: 20px 20px;
  padding-top: 30px;
}
#article .aside_part .part_01_blo .part_01 {
  background: url(../images/part01.jpg) repeat-y left top;
}
#article .aside_part .part_01_blo .part_01 ul li {
  background: url(../images/dot.png) no-repeat left 14px;
  font-family: "微软雅黑", "黑体";
  font-size: 16px;
  color: #737373;
  line-height: 26px;
  padding: 7.3px 0;
  padding-left: 25px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .aside_part .part_01_blo .part_01 ul li a {
  color: #333333;
}
#article .aside_part .part_02_blo {
  border: 1px solid #cacaca;
  padding: 20px 20px;
  margin-top: 30px;
}
#article .aside_part .part_02_blo .tit {
  float: left;
  width: 100%;
  font-family: "微软雅黑", "黑体";
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 20px;
}
#article .aside_part .part_02_blo .part_02 ul {
  font-family: "微软雅黑", "黑体";
  font-size: 16px;
  line-height: 27px;
  text-align: left;
  color: #727272;
  padding-top: 15px;
}
#article .aside_part .part_02_blo .part_02 ul li {
  padding-left: 12px;
  position: relative;
}
#article .aside_part .part_02_blo .part_02 ul li a {
  color: inherit;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .aside_part .part_02_blo .part_02 ul li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 19px;
  width: 3px;
  height: 3px;
  background: #0C7FF2;
}
#article .aside_part .part_02_blo .part_03 .two_img {
  width: 100%;
  overflow: hidden;
}
#article .aside_part .part_02_blo .part_03 .two_img .i_items {
  width: 49%;
  text-align: center;
}
#article .aside_part .part_02_blo .part_03 .two_img .i_items a img {
  width: 100%;
  height: 105px;
}
#article .aside_part .part_02_blo .part_03 .two_img .i_items p {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .aside_part .part_02_blo .part_04 ul {
  background: url(../images/paih.jpg) no-repeat left 14px;
  line-height: 42px;
  padding-left: 25px;
  overflow: hidden;
}
#article .aside_part .part_02_blo .part_04 ul li {
  height: 42.1px;
}
#article .aside_part .part_02_blo .part_04 ul li::before {
  width: 0;
  height: 0;
}
#article .aside_part .part_02_blo .part_04 ul li a {
  color: #666666;
  display: inline-block;
  width: 223px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .aside_part .part_02_blo .part_04 ul li span {
  float: right;
}
#article .aside_part .part_02_blo .part_05 {
  overflow: hidden;
}
#article .aside_part .part_02_blo .part_05 ul {
  float: left;
  overflow: hidden;
}
#article .aside_part .part_02_blo .part_05 ul li {
  overflow: hidden;
}
#article .aside_part .part_02_blo .part_05 ul li.notImg .right_font {
  width: 100%;
  padding-left: 0;
}
#article .aside_part .part_02_blo .part_05 ul li .left_img {
  position: relative;
  width: 110px;
  height: 85px;
  padding-top: 20px;
  float: left;
}
#article .aside_part .part_02_blo .part_05 ul li .left_img img {
  width: 100%;
  height: 100%;
}
#article .aside_part .part_02_blo .part_05 ul li .right_font {
  padding-left: 10px;
  font-family: "微软雅黑", "黑体";
  font-size: 16px;
  color: #000000;
  text-align: left;
  line-height: 22px;
  padding-top: 17px;
  float: right;
  text-decoration: none;
  overflow: hidden;
  width: 140x;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#footer {
  padding-top: 20px;
  background: #333333;
  margin-top: 10px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#footer::before {
  content: "";
  background: #1482F0;
  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: #0C7FF2;
  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: #0C7FF2;
  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 */