* {
  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:before,
.clear:after {
  clear: both;
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  font-size: 0;
}
body {
  background-color: #ffffff;
}
a {
  color: inherit;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
#page #header {
  background-color: white;
}
#page #header .top_block {
  width: 1000px;
  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: 250PX;
  height: 45PX;
}
#page #header .top_block .search_block {
  height: 36px;
}
#page #header .top_block .search_block form {
  display: flex;
  background: #2C73AC;
  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: #2C73AC;
  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: #2C73AC;
}
#page #header .nav_block .content {
  width: 1000px;
  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: #12578f;
}
#page #header .nav_block .content li.on {
  background-color: #12578f;
}
#page #header .nav_block .content li a {
  color: white;
}
#page .header_ad {
  width: 1000px;
  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%;
}
#page .container {
  padding: 22px 0;
  width: 1000px;
  margin: auto;
}
#page .container .block1 {
  width: 1000px;
  height: 370px;
  overflow: hidden;
}
#page .container .block1 .left_banner {
  width: 540px;
  height: 370px;
  margin-left: 40px;
}
#page .container .block1 .left_banner .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#page .container .block1 .left_banner .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  top: 0;
  height: 20px;
  line-height: 20px;
}
#page .container .block1 .left_banner .swiper-container img {
  width: 100%;
  height: 100%;
}
#page .container .block1 .left_banner .swiper-container .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: white;
}
#page .container .block1 .right_news {
  width: 419px;
}
#page .container .block1 .right_news ul li {
  list-style: none;
  margin: 0;
  border-bottom: 1px solid #ededed;
  padding: 0 0 0 0;
}
#page .container .block1 .right_news ul li a h2 {
  color: #4F4F4D;
  font-size: 19px;
  margin: 10px 0 5px 0;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  font-weight: normal;
}
#page .container .block1 .right_news ul li a p {
  text-indent: 2em;
  font: 12px "SimSun", "Arial Narrow", HELVETICA;
  color: #888;
  line-height: 22px;
  margin-bottom: 5px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .container .block2 {
  overflow: hidden;
}
#page .container .block2 .title {
  margin-top: 10px;
  border-bottom: 2px solid #8B8B8B;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
}
#page .container .block2 .title span {
  display: block;
  float: left;
  padding: 0 10px;
  background-color: #6FB5E8;
  color: #ffffff;
  position: relative;
}
#page .container .block2 .title span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FE914E;
}
#page .container .block2 .sort_tit {
  height: 40px;
  line-height: 40px;
}
#page .container .block2 .left_col {
  width: 575px;
  display: inline;
  float: left;
  min-height: 1px;
}
#page .container .block2 .left_col .col_con {
  height: auto;
  overflow: hidden;
  clear: both;
  margin-left: -20px;
}
#page .container .block2 .left_col .col_con .col_left {
  width: 235px;
  display: inline;
  float: left;
  margin-left: 20px;
  min-height: 1px;
}
#page .container .block2 .left_col .col_con .col_left .has_img {
  height: 120px;
}
#page .container .block2 .left_col .col_con .col_left .has_img li {
  height: 120px;
  line-height: 26px;
  font-size: 14px;
}
#page .container .block2 .left_col .col_con .col_left .has_img li .has_img_tit {
  color: #1570A6;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .container .block2 .left_col .col_con .col_left .has_img li img {
  float: left;
  margin: 3px 8px 0 0;
  border: 1px solid #dcdddd;
  height: 80px;
  width: 110px;
}
#page .container .block2 .left_col .col_con .col_left .has_img li .has_img_con {
  line-height: 22px;
  text-indent: 2em;
  text-decoration: none;
  overflow: hidden;
  width: auto;
  white-space: normal;
  height: auto;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#page .container .block2 .left_col .col_con .col_left .fonts_list li {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  overflow: hidden;
}
#page .container .block2 .left_col .col_con .col_left .fonts_list li a {
  color: #1570A6;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .container .block2 .left_col .col_con .col_right {
  width: 320px;
  display: inline;
  float: left;
  margin-left: 20px;
  min-height: 1px;
}
#page .container .block2 .left_col .col_con .col_right li {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  overflow: hidden;
}
#page .container .block2 .left_col .col_con .col_right li a {
  color: #1570A6;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .container .block2 .left_col .col_235 {
  width: 248px;
  float: left;
  margin-right: 7px;
}
#page .container .block2 .left_col .col_235 .fonts_list li {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  overflow: hidden;
}
#page .container .block2 .left_col .col_235 .fonts_list li a {
  color: #1570A6;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .container .block2 .right_col {
  width: 405px;
  display: inline;
  float: left;
  margin-left: 20px;
  min-height: 1px;
  font-size: 16px;
}
#page .container .block2 .right_col ul {
  list-style: none;
  margin: 18px 0 10px 0;
  font-size: 18px;
}
#page .container .block2 .right_col ul li {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  padding-left: 10px;
  font-size: 16px;
  position: relative;
}
#page .container .block2 .right_col ul li:nth-child(1) {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 8px;
}
#page .container .block2 .right_col ul li:nth-child(1)::before {
  width: 0px;
}
#page .container .block2 .right_col ul li::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #CBCBCB;
  left: 0;
  bottom: 11px;
  border-radius: 50%;
}
#page .container .block2 .right_col ul li a {
  color: #555;
}
#page .list_container {
  width: 1000px;
  margin: auto;
}
#page .list_container .left_part {
  margin-top: 30px;
  width: 740px;
  padding-right: 40px;
  border-right: 1px solid #E4E4E4;
}
#page .list_container .left_part .breadcurmb {
  width: 100%;
  text-align: left;
  font-family: '\5fae\8f6f\96c5\9ed1';
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #707070;
}
#page .list_container .left_part .articlesList {
  background: #fff none repeat scroll 0 0;
}
#page .list_container .left_part .articlesList .list_item_wrap {
  display: flex;
  overflow: hidden;
  border: 1px;
}
#page .list_container .left_part .articlesList .list_item_wrap.HasImg .list_item {
  width: 98%;
}
#page .list_container .left_part .articlesList .list_item_wrap .ImgWrap {
  padding: 22px 10px;
  width: 250px;
  height: 161px;
}
#page .list_container .left_part .articlesList .list_item_wrap .ImgWrap img {
  width: 100%;
  height: 100%;
}
#page .list_container .left_part .articlesList .list_item {
  padding: 20px 20px 20px 0px;
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
#page .list_container .left_part .articlesList .list_item header {
  margin-bottom: 10px;
}
#page .list_container .left_part .articlesList .list_item header h3 {
  display: inline;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 0;
}
#page .list_container .left_part .articlesList .list_item header h3 a {
  transition: all 0.3s ease 0s;
  color: #000;
  display: inline-block;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .list_container .left_part .articlesList .list_item .meta {
  margin-bottom: 10px;
}
#page .list_container .left_part .articlesList .list_item .meta span {
  margin-right: 10px;
  margin: 0;
  padding-right: 10px;
  color: #ababab;
}
#page .list_container .left_part .articlesList .list_item .meta span:last-child {
  border: 0 none;
  margin-right: 10px;
}
#page .list_container .left_part .articlesList .list_item .content {
  color: #666;
  font-size: 14px;
  line-height: 1.8em;
  min-height: 50px;
  overflow-wrap: break-word;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 50px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page .list_container .right_part {
  width: 250px;
}
#page .list_container .right_part .right_part01_tit {
  width: 100%;
  height: 34px;
  font-size: 18px;
  padding-bottom: 10px;
  line-height: 20px;
  border-bottom: 1px solid #ABABAB;
}
#page .list_container .right_part .right_part01_tit span {
  height: 34px;
  font-size: 20px;
  position: relative;
  padding-bottom: 10px;
}
#page .list_container .right_part .right_part01_tit span::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: #2C73AC;
}
#page .list_container .right_part .right_part01 {
  margin-top: 15px;
}
#page .list_container .right_part .right_part01 ul .o_img {
  margin: 10px 0;
  width: 100%;
  height: 190px;
  overflow: hidden;
}
#page .list_container .right_part .right_part01 ul .o_img img {
  width: 100%;
  height: 80%;
}
#page .list_container .right_part .right_part01 ul .o_img p {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 5px;
  text-align: center;
}
#page .list_container .right_part .right_part01 ul li a {
  line-height: 30px;
  padding-left: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .list_container .right_part .right_part01 ul li a::before {
  content: '';
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #B5B4B4;
}
#page .list_container .right_part .right_part02 {
  margin-top: 15px;
}
#page .list_container .right_part .right_part02 ul li a {
  line-height: 30px;
  padding-left: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .list_container .right_part .right_part02 ul li a::before {
  content: '';
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #B5B4B4;
}
.show_container .left_part .show_con .show_tit {
  font-size: 22px;
  font-family: '\5fae\8f6f\96c5\9ed1';
}
.show_container .left_part .show_con .meta {
  margin: 20px 0;
  font-size: 14px;
  color: #8b8b8b;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}
.show_container .left_part .show_con .content {
  margin-bottom: 30px;
}
.show_container .left_part .show_con .content img {
  max-width: 600px;
  display: flex;
  margin: auto;
}
.show_container .left_part .show_con .content p {
  text-align: justify;
  text-indent: 2em;
  margin-top: 15px;
  line-height: 28px;
  font-size: 16px;
}
.show_container .left_part .recommend_part {
  margin-bottom: 30px;
}
.show_container .left_part .recommend_part .recommend_tit {
  height: 30px;
  border-bottom: 1px solid #C3C3C3;
}
.show_container .left_part .recommend_part .recommend_tit span {
  display: inline-block;
  height: 30px;
  font-weight: bold;
  border-bottom: 2px solid #4B698D;
}
.show_container .left_part .bd {
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}
.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;
  padding-left: 3.5%;
  width: 90%;
  position: relative;
}
.show_container .left_part .bd ul li p::before {
  position: absolute;
  content: '';
  bottom: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #B5B4B4;
  border-radius: 50%;
}
.show_container .left_part .bd ul li p a {
  color: inherit;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#footer {
  padding-top: 20px;
  background: #333333;
  margin-top: 10px;
  color: #fff;
  overflow: hidden;
  position: relative;
}
#footer::before {
  content: "";
  background: ;
  height: 10px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#footer .container {
  margin: 0px auto;
  width: 1100px;
  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: 1100px;
  margin: 10px auto;
  display: flex;
  align-items: baseline;
}
#footer .container .friendsLink h3 {
  color: white;
  font-size: 14px;
  float: left;
  margin-right: 20px;
  width: 150px;
}
#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: #2C73AC;
  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: #f5f5f5;
  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: #2C73AC;
  color: white;
}
.adversiment {
  position: relative;
  width: 250px;
  height: 250px;
  float: right;
  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 */