* {
  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:before,
.clear:after {
  clear: both;
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  font-size: 0;
}
a {
  color: inherit;
}
.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: auto;
  user-select: none;
}
#page #header .top_block .logo_block img {
 width: auto;
}
#page #header .top_block .search_block {
  height: 36px;
}
#page #header .top_block .search_block form {
  display: flex;
  background: #1479D7;
  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: 100px;
  background-color: #1479D7;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  letter-spacing: 5px;
  color: white;
  text-indent: 1em;
}
#page #header .nav_block {
  height: 50px;
  line-height: 50px;
  background: url(../images/nav.png);
  background-size: contain;
  background-color: #1479D7;
}
#page #header .nav_block .content {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  overflow: hidden;
}
#page #header .nav_block .content li {
  float: left;
  margin-left: -1px;
  line-height: 50px;
  font-size: 15px;
  padding: 0 12px;
}
#page #header .nav_block .content li:hover {
  background-color: #1c609f;
}
#page #header .nav_block .content li.on {
  background-color: #1c609f;
}
#page #header .nav_block .content li a {
  color: white;
}
#page .header_ad {
  width: 1200px;
  height: 90px;
  margin: 0px 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%;
}
#page .block01_con {
  width: 1201px;
  margin: auto;
}
#page .block01_con .block01 .perch {
  width: 21px;
  float: left;
  height: 458px;
  margin-top: 72px;
}
#page .block01_con .block01 .block01_con {
  width: 1200px;
  background-color: #f4f4f4;
  border: 1px solid #a7bfd7;
  height: 458px;
  margin: 20px auto;
}
#page .block01_con .block01 .block01_con .left_banner {
  width: 669px;
  position: relative;
  float: left;
  height: 458px;
}
#page .block01_con .block01 .block01_con .left_banner .banner_wrap {
  width: 691px;
  height: 457px;
  position: absolute;
  left: -19px;
}
#page .block01_con .block01 .block01_con .left_banner .banner_wrap .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#page .block01_con .block01 .block01_con .left_banner .banner_wrap .swiper-container:hover .swiper-button {
  opacity: 1;
}
#page .block01_con .block01 .block01_con .left_banner .banner_wrap .swiper-container .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 30px;
}
#page .block01_con .block01 .block01_con .left_banner .banner_wrap .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  top: 0;
  height: 20px;
  line-height: 20px;
}
#page .block01_con .block01 .block01_con .left_banner .banner_wrap .swiper-container .swiper-button-next {
  background-image: url(../images/right_arrow.png);
}
#page .block01_con .block01 .block01_con .left_banner .banner_wrap .swiper-container .swiper-button-prev {
  background-image: url(../images/left_arrow.png);
}
#page .block01_con .block01 .block01_con .left_banner .banner_wrap .swiper-container .swiper-button {
  width: 60px;
  height: 60px;
  transition: all 0.3s;
  opacity: 0;
}
#page .block01_con .block01 .block01_con .left_banner .banner_wrap .swiper-container .swiper-button-next,
#page .block01_con .block01 .block01_con .left_banner .banner_wrap .swiper-container .swiper-button-prev {
  background-size: 47px 35px;
  margin-top: 183px;
}
#page .block01_con .block01 .block01_con .left_banner .banner_wrap .swiper-container img {
  width: 100%;
  height: 100%;
}
#page .block01_con .block01 .block01_con .right_font {
  width: 509px;
  padding-left: 64px;
  padding-top: 27px;
  float: left;
  height: 458px;
}
#page .block01_con .block01 .block01_con .right_font .top_con {
  width: 389px;
  margin-bottom: 10px;
}
#page .block01_con .block01 .block01_con .right_font .top_con .tit {
  color: #04407f;
  font-weight: bold;
  font-size: 20px;
}
#page .block01_con .block01 .block01_con .right_font .top_con .con {
  margin-top: 10px;
  min-height: 112px;
  border-bottom: 1px dashed #ccc;
  color: #828282;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  overflow: hidden;
  width: 389px;
  white-space: normal;
  height: 112px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#page .block01_con .block01 .block01_con .right_font ul {
  margin-top: 15px;
}
#page .block01_con .block01 .block01_con .right_font ul li {
  border-bottom: 1px dashed #ccc;
  width: 389px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page .block01_con .block01 .block01_con .right_font ul li a {
  line-height: 44px;
  color: #2d2d2d;
  padding-left: 15px;
  position: relative;
}
#page .block01_con .block01 .block01_con .right_font ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 8px;
  height: 8px;
  background-color: #014489;
}
#page .title {
  margin-bottom: 45px;
  padding-bottom: 15px;
  border-bottom: 2px solid #E6E6E6;
}
#page .title span {
  font-size: 20px;
  font-weight: bold;
  color: #00408A;
  padding-left: 10px;
  position: relative;
}
#page .title span::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 0;
  height: 3px;
  width: 100%;
  padding-left: 10px;
  background-color: #00408A;
}
#page .title span::before {
  content: '';
  left: 0;
  bottom: 4px;
  width: 4px;
  height: 15px;
  position: absolute;
  background-color: #00408A;
  border-radius: 5px;
}
#page .block02_con {
  width: 1201px;
  margin: auto;
}
#page .block02_con .block02_left {
  width: 800px;
  float: left;
}
#page .block02_con .block02_left ul li {
  white-space: normal;
  margin-bottom: 60px;
  height: 199px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page .block02_con .block02_left ul li.notImg .oText {
  width: 100%;
  padding-left: 0;
}
#page .block02_con .block02_left ul li .oImg {
  width: 300px;
  height: 199px;
  float: left;
}
#page .block02_con .block02_left ul li .oImg a img {
  width: 300px;
  height: 199px;
}
#page .block02_con .block02_left ul li .oText {
  width: 487px;
  height: 110px;
  float: left;
  padding-left: 28px;
}
#page .block02_con .block02_left ul li .oText .tit a {
  font-weight: bold;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .block02_con .block02_left ul li .oText .con {
  margin-top: 20px;
  height: 100px;
}
#page .block02_con .block02_left ul li .oText .con a {
  font-size: 16px;
  color: #858585;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 84px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#page .block02_con .block02_left ul li .oText .meta {
  font-size: 14px;
  color: #858585;
}
#page .block02_con .block02_right {
  width: 319px;
  float: right;
}
#page .block02_con .block02_right .part_01 {
  margin-bottom: 20px;
}
#page .block02_con .block02_right .part_01 .title {
  margin-bottom: 0;
}
#page .block02_con .block02_right .part_01 .title span {
  color: #00408A;
}
#page .block02_con .block02_right .part_01 .title span::after {
  content: '';
  background-color: #00408A;
}
#page .block02_con .block02_right .part_01 .title span::before {
  content: '';
  background-color: #00408A;
}
#page .block02_con .block02_right .part_01 .list_01 {
  width: 319px;
  background-color: #f4f4f4;
  padding-top: 15px;
}
#page .block02_con .block02_right .part_01 .list_01 li {
  padding-left: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page .block02_con .block02_right .part_01 .list_01 li a {
  line-height: 42px;
}
#page .block02_con .block02_right .part_02 .title {
  margin-bottom: 10px;
}
#page .block02_con .block02_right .part_02 .list_02 li {
  margin-top: 22px;
  overflow: hidden;
}
#page .block02_con .block02_right .part_02 .list_02 li .o_img {
  width: 150px;
  height: 100px;
  float: left;
}
#page .block02_con .block02_right .part_02 .list_02 li .o_img img {
  width: 100%;
  height: 100%;
}
#page .block02_con .block02_right .part_02 .list_02 li div {
  float: left;
  width: 167px;
  padding-left: 10px;
}
#page .block02_con .block02_right .part_02 .list_02 li div a {
  text-decoration: none;
  overflow: hidden;
  width: 167px;
  white-space: normal;
  height: 62px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#page .block02_con .block02_right .part_02 .list_02 li div span {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
}
#page .block02_con .block02_right .part_03 {
  margin-top: 20px;
}
#page .block02_con .block02_right .part_03 .title {
  margin-bottom: 10px;
}
#page .block02_con .block02_right .part_03 .list_03 li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page .block02_con .block02_right .part_03 .list_03 li a {
  line-height: 42px;
}
#page .block03_con {
  width: 1201px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#page .block03_con .list_items {
  width: 320px;
  height: 244px;
  margin: 10px 0;
}
#page .block03_con .list_items .title {
  margin-bottom: 10px;
}
#page .block03_con .list_items ul li {
  padding-left: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page .block03_con .list_items ul li a {
  line-height: 42px;
}
#page .list_container {
  width: 1200px;
  margin: 0 auto;
}
#page .list_container .bread_crumbs {
  margin-top: 15px;
  font-size: 17px;
  margin-bottom: 20px;
  height: 30px;
}
#page .list_container .bread_crumbs a {
  color: #999999;
}
#page .list_container #main .left_part {
  width: 820px;
  float: left;
}
#page .list_container #main .left_part .tit {
  border: none !important;
}
#page .list_container #main .left_part ul li {
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #dcdcdc;
}
#page .list_container #main .left_part ul li .tit {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .list_container #main .left_part ul li .con {
  font-size: 14px;
  color: #767676;
  line-height: 26px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 52px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .list_container #main .left_part ul li .meta {
  color: #909090;
  margin-top: 10px;
  float: left;
  font-size: 15px;
  margin-right: 20px;
}
#page .list_container #main .tit {
  border-top: 1px solid #cae0f3;
}
#page .list_container #main .tit h2 {
  color: #1479d7;
  font-weight: 700;
  font-size: 20px;
  border-top: 4px solid #1479d7;
  float: left;
  margin-bottom: 5px;
  position: relative;
  top: -2px;
  line-height: 50px;
  padding: 0 15px;
}
#page .list_container #main .right_part {
  float: right;
  width: 300px;
}
#page .list_container #main .right_part .part_01 .list_1 {
  font-size: 16px;
  line-height: 40px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #adbec5;
  margin-bottom: 7px;
}
#page .list_container #main .right_part .part_01 .list_1 a {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#page .list_container #main .right_part .part_02 {
  margin-top: 30px;
}
#page .list_container #main .right_part .part_02 .list_2 li {
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom: 1px dashed #adbec5;
  margin-bottom: 17px;
  text-align: justify;
}
#page .list_container #main .right_part .part_02 .list_2 li img {
  width: 148px;
  height: 85px;
  border-radius: 5px;
  float: right;
  margin-left: 10px;
}
#page .list_container #main .right_part .part_02 .list_2 li span {
  text-decoration: none;
  overflow: hidden;
  width: 142px;
  white-space: normal;
  height: 83px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#page .show_container .show_con .tit {
  border: none !important;
  font-size: 38px;
  font-weight: 700;
  color: #2e2e2e;
  padding-bottom: 10px;
}
#page .show_container .show_con .meta {
  line-height: 21px;
  padding: 15px 0 10px;
  overflow: hidden;
  clear: both;
  font-size: 14px;
  margin-right: 12px;
  color: #828282;
  display: inline-block;
}
#page .show_container .show_con .show_body p {
  text-align: left;
  font-size: 16px;
  line-height: 34px;
  margin: 0 3px 20px;
  text-indent: 2em;
}
#page .show_container .show_con .show_body img {
  max-width: 600px;
  display: flex;
  margin: auto;
}
#page .show_container .recommend_part {
  margin-top: 30px;
}
#page .show_container .recommend_part .tit {
  border-top: none !important;
  margin-bottom: 20px;
  font-size: 18px;
  padding-left: 10px;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  color: #1479D7;
}
#page .show_container .recommend_part .tit::before {
  position: absolute;
  content: '';
  bottom: 8px;
  left: 0;
  width: 3px;
  height: 15px;
  background-color: black;
  border-radius: 15px;
  background-color: #1479D7;
}
#page .show_container .recommend_part .fl,
#page .show_container .recommend_part .fr {
  width: 47% !important;
  float: left;
}
#page .show_container .recommend_part .fl li,
#page .show_container .recommend_part .fr li {
  color: black;
  font-size: 16px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
  display: inline-block;
  width: 98%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 8px;
}
#page .show_container .recommend_part .fl li a,
#page .show_container .recommend_part .fr li a {
  color: inherit;
}
#page .show_container .recommend_part .fr {
  float: right;
}
#page .show_container .recommend_part .fr .weidget {
  overflow: hidden;
  margin-bottom: 10px;
}
#page .show_container .recommend_part .fr .weidget .left_part,
#page .show_container .recommend_part .fr .weidget .right_part {
  width: 47% !important;
  float: left !important;
}
#page .show_container .recommend_part .fr .weidget .left_part p,
#page .show_container .recommend_part .fr .weidget .right_part p {
  color: black;
  font-size: 14px;
}
#page .show_container .recommend_part .fr .weidget .left_part p img,
#page .show_container .recommend_part .fr .weidget .right_part p img {
  width: 100%;
  height: 150px;
  margin-bottom: 4px;
}
#page .show_container .recommend_part .fr .weidget .left_part p.con,
#page .show_container .recommend_part .fr .weidget .right_part p.con {
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 38px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .show_container .recommend_part .fr .weidget .right_part {
  float: right !important;
}
#footer {
  padding-top: 20px;
  background: #333333;
  margin-top: 10px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#footer::before {
  content: "";
  background: #1479D7;
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#footer .container {
  margin: 0px auto;
  width: 1200px;
  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 {
  user-select: none;
  position: fixed;
  bottom: 200px;
  right: 200px;
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background: url(../images/top.jpg) 0 0 no-repeat;
}
.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: #1479D7;
  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: #1479D7;
  color: white;
}
.adversiment {
  position: relative;
  width: 300px;
  height: 300px;
  float: right;
  margin-bottom: 20px;
}
.adversiment ~ .adversiment {
  height: 300px;
}
.adversiment a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.adversiment a img {
  width: 100%;
  height: 100%;
}
.adversiment a p {
  position: absolute;
  left: 0;
  bottom: 0px;
  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 */