* {
  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: 181px;
  height: 60px;
  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;
  border-radius: 5px;
}
#page #header .top_block .search_block form .search {
  width: 270px;
  height: 32px;
  line-height: 32px;
  background-color: #f3f3f3;
  outline: none;
  border: 0;
  text-indent: 1em;
  color: #999999;
  border-radius: 30px;
}
#page #header .top_block .search_block form .submit {
  border: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 15px;
  color: white;
  text-indent: 1em;
  margin-left: 10px;
  border-radius: 50%;
  background: #1482F0 url("../images/search.png") no-repeat center;
  background-position-x: 5px;
}
#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: -webkit-linear-gradient(bottom, #5482e2 0%, #569bfa 100%);
}
#page #header .main-nav li {
  float: left;
}
#page #header .main-nav a {
  display: block;
  line-height: 48px;
  font-size: 18px;
  color: #fff;
  padding: 0 16px;
}
#page #header .main-nav a:hover {
  background: #2180d9;
}
#page #header .main-nav a.active {
  background: #2180d9;
}
#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-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 .pub_ul {
  width: 600px;
}
#article .pub_ul .tabs_head {
  overflow: hidden;
  border-bottom: 1px solid #dcdcdc;
}
#article .pub_ul .tabs_head span {
  font-size: 22px;
  position: relative;
  height: 48px;
  width: 140px;
  margin: 0 30px;
  line-height: 48px;
  text-align: center;
  float: left;
  border-top: 0;
  _font-weight: bold;
  cursor: pointer;
}
#article .pub_ul .tabs_head span.active {
  border-bottom: 3px solid #065ACA;
  color: #065ACA;
}
#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: #5686e8;
  content: '';
  border-radius: 50%;
}
#article .pub_ul .tabs_contents .tabs_list ul li a {
  padding-left: 10px;
  max-width: 84%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}
#article .pub_ul .tabs_contents .tabs_list ul li .date {
  float: right;
  color: #999;
}
#article .block_1_wrap {
  background-color: #F6F7FC;
  padding-top: 40px;
}
#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: #455C97;
}
#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;
}
#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: #999;
  box-shadow: 0px 1px 2px #555 inset;
  margin: 0 3px;
  cursor: pointer;
}
#article .block_1 .banner_b .swiper-container .swiper-pagination-bullet-active {
  background-color: white;
}
#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: 60px;
  text-align: left;
  line-height: 60px;
  color: white;
  background: #07103B;
  opacity: 0.8;
  font-size: 17px;
}
#article .block_2 {
  overflow: hidden;
  width: 1200px;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 20px;
}
#article .block_2 .l {
  overflow: hidden;
  width: 382px;
}
#article .block_2 .l .title {
  border-bottom: 4px solid #065ACA;
  height: 72px;
  line-height: 72px;
  font-size: 28px;
}
#article .block_2 .l .title h4 {
  font-weight: normal;
}
#article .block_2 .l .title h4 a {
  display: block;
  height: 72px;
  padding-left: 52px;
  position: relative;
}
#article .block_2 .l .title h4 a i {
  position: absolute;
  display: block;
  width: 52px;
  height: 72px;
  top: 0;
  left: 0;
  background: url(../images/publicIcon.png) no-repeat left center;
}
#article .block_2 .l .b_body {
  height: 820px;
  padding: 20px;
  border: 1px solid #f1f1f1;
}
#article .block_2 .l .b_body .public_tab.pt15 {
  padding-top: 15px;
}
#article .block_2 .l .b_body .public_tab .hd {
  overflow: hidden;
  height: 42px;
  position: relative;
}
#article .block_2 .l .b_body .public_tab .hd ul {
  font-size: 22px;
}
#article .block_2 .l .b_body .public_tab .hd ul li {
  width: 33%;
  text-align: center;
  float: left;
  height: 42px;
  line-height: 42px;
  font-weight: 600;
  cursor: pointer;
}
#article .block_2 .l .b_body .public_tab .hd ul li a {
  color: black;
}
#article .block_2 .l .b_body .public_tab .hd ul li.on {
  color: #0859CC;
}
#article .block_2 .l .b_body .public_tab .hd ul li.on a {
  color: inherit;
}
#article .block_2 .l .b_body .public_tab .bd {
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
}
#article .block_2 .l .b_body .public_tab .bd ul {
  display: none;
  font-size: 16px;
}
#article .block_2 .l .b_body .public_tab .bd ul.on {
  display: block;
}
#article .block_2 .l .b_body .public_tab .bd ul li {
  height: 42px;
  line-height: 42px;
}
#article .block_2 .l .b_body .public_tab .bd ul li a {
  display: block;
  height: 42px;
  color: #333;
}
#article .block_2 .l .b_body .public_tab .bd ul li a span {
  display: block;
  float: left;
  color: #3A3949;
  font-size: 16px;
}
#article .block_2 .l .b_body .public_tab .bd ul li a span.ico {
  height: 42px;
  width: 30px;
  background: url(../images/dt3.png) no-repeat center;
}
#article .block_2 .l .b_body .public_tab .bd ul li a span.text {
  width: 310px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#article .block_2 .m {
  margin-left: 30px;
}
#article .block_3 {
  overflow: hidden;
}
#article .block_3 .l .b_body {
  height: auto !important;
}
#article .block_3 .m {
  margin-left: 0;
}
#article .block_3 .w50 {
  width: 49%;
}
#article .block_3 .w50 .b_body .public_tab .hd ul li {
  width: auto !important;
  padding-left: 10px;
}
#article .block_3 .w50 .b_body .public_tab .bd ul li .text {
  width: 93% !important;
}
.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 li {
  height: 76px;
  line-height: 76px;
  border-bottom: 1px solid #f0f0f0;
}
.list_container .left_part .new_list li a {
  display: block;
  height: 76px;
}
.list_container .left_part .new_list li a span {
  display: block;
  float: left;
  color: #3A3949;
  font-size: 16px;
  height: 76px;
}
.list_container .left_part .new_list li a span.ico {
  height: 76px;
  width: 30px;
  background: url(../images/dt3.png) no-repeat center;
}
.list_container .left_part .new_list li a span.text {
  width: 654px;
  height: 76px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_container .left_part .new_list li a span.time {
  float: right;
  color: #C1C2C7;
  width: 90px;
}
.list_container .no_mt {
  margin-top: 0 !important;
  border: none;
}
.list_container .title {
  font-size: 18px;
  background-size: 17px 13px;
  padding-bottom: 15px;
  line-height: 11px;
}
.list_container .title a {
  padding-left: 15px;
  display: inline-block;
  position: relative;
}
.list_container .title a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 4px;
  height: 15px;
  background-color: #065ACA;
}
.list_container .aside_part {
  width: 300px;
  float: right;
}
.list_container .aside_part a {
  color: #3A3949;
}
.list_container .aside_part .a_block_1 {
  margin-top: 20px;
  margin-bottom: 20px;
  background: white;
  padding: 23px 11px 11px;
}
.list_container .aside_part .a_block_1 ._img {
  margin-top: 10px;
  width: 100%;
  height: 200px;
  position: relative;
}
.list_container .aside_part .a_block_1 ._img a img {
  width: 100%;
  height: 100%;
}
.list_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;
}
.list_container .aside_part .a_block_1 ul {
  background-color: white;
  padding: 10px;
}
.list_container .aside_part .a_block_1 ul li {
  margin-top: 7px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list_container .aside_part .a_block_1 ul li:hover a {
  color: #065ACA;
}
.list_container .aside_part .a_block_1 ul li a {
  font-size: 16px;
  padding-left: 10px;
  position: relative;
}
.list_container .aside_part .a_block_1 ul li a::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #065ACA;
  left: 0;
  bottom: 7px;
  border-radius: 50%;
}
.list_container .aside_part .a_block_2 ul li a {
  padding-left: 0;
}
.list_container .aside_part .a_block_2 ul li a::before {
  content: none;
}
.list_container .aside_part .a_block_3 {
  margin-top: 20px;
  background: white;
  padding: 23px 11px 11px;
}
.list_container .aside_part .a_block_3 ul {
  background-color: white;
  overflow: hidden;
  padding: 10px;
}
.list_container .aside_part .a_block_3 ul li {
  overflow: hidden;
  margin-bottom: 20px;
}
.list_container .aside_part .a_block_3 ul li.notImg .as_tit {
  width: 100%;
}
.list_container .aside_part .a_block_3 ul li.notImg .con {
  width: 100%;
}
.list_container .aside_part .a_block_3 ul li ._img {
  width: 120px;
  height: 80px;
  float: left;
  margin-right: 15px;
}
.list_container .aside_part .a_block_3 ul li ._img img {
  width: 100%;
  height: 100%;
}
.list_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;
}
.list_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;
}
.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;
}
.show_container .left_part .show_con .show_body img {
  max-width: 600px;
  display: block;
  margin: auto;
}
.show_container .left_part .show_con .show_body p {
  text-indent: 2em;
  text-align: left;
  margin-bottom: 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: #0C7FF2;
}
.show_container .left_part .recommend_part ul {
  width: 49%;
  overflow: hidden;
  padding-top: 25px;
}
.show_container .left_part .recommend_part ul li {
  margin-bottom: 20px;
}
.show_container .left_part .recommend_part 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 ul li a:before {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0C7FF2;
}
.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: #0C7FF2;
}
#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;
}
#footer .container .banquan a {
  color: white;
}
.tags {
  margin-top: 15px;
  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: 15px;
  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;
}
.adversiment {
  position: relative;
  width: 300px;
  height: 300px;
  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 */