* {
  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;
}
body {
  background-color: #F9F9F9;
}
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: 211px;
  height: 70px;
  margin-top: 10px;
  user-select: none;
}
#page #header .top_block .logo_block img {
      margin: 12px;
      width: 190px;
      height: 41px;
}
#page #header .top_block .search_block {
  height: 36px;
}
#page #header .top_block .search_block form {
  display: flex;
  background: #D83548;
  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: #E00011;
  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-size: contain;
  background-color: #E00011;
}
#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: 16px;
    padding: 0px 17px
}
#page #header .nav_block .content li:hover {
  background-color: #e46243;
}
#page #header .nav_block .content li.on {
  background-color: #e46243;
}
#page #header .nav_block .content li a {
  color: white;
}
#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%;
}
#page .container {
  padding: 22px 0;
  margin: auto;
}
#page .container .block1 {
  width: 1200px;
  height: 370px;
  overflow: hidden;
  margin: auto;
}
#page .container .block1 .left_banner {
  width: 800px;
  height: 370px;
}
#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: 375px;
  margin-left: 25px;
}
#page .container .block1 .right_news ul li {
  font-size: 16px;
  line-height: 25px;
}
#page .container .block1 .right_news ul li:nth-child(1),
#page .container .block1 .right_news ul li:nth-child(7) {
  font-weight: bold;
  font-size: 20px;
}
#page .container .block1 .right_news ul li a {
  display: inline-block;
  width: 100%;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#page .container .block2 {
  width: 1200px;
  margin: 20px auto;
}
#page .container .block2 .block_pub {
  width: 380px;
}
#page .container .block2 .block_pub .tit {
  background: url(../images/tit_bg.png) no-repeat;
  height: 35px;
  line-height: 35px;
  width: 355px;
  padding: 0 0 0 25px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
#page .container .block2 .block_pub ul {
  width: 350px;
  padding: 20px 15px;
  display: block;
  background: #fff;
  padding-right: 0;
}
#page .container .block2 .block_pub ul li {
  font-size: 16px;
  line-height: 36px;
  padding: 4px 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .container .block2 .block_pub ul li a {
  color: #000;
}
#page .container .block2 .center {
  margin-left: 30px;
}
#page .container .block_bg {
  background-color: white;
  padding: 20px 0;
}
#page .container .block3 {
  width: 1200px;
  margin: 20px auto;
}
#page .container .block3 .tit {
  padding-left: 20px;
  font-weight: 800;
  width: 1180px;
  position: relative;
  font-size: 28px;
  height: 30px;
  line-height: 30px;
}
#page .container .block3 .tit::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 27px;
  background-color: #DD0010;
}
#page .container .block3 .b3_left {
  margin-top: 20px;
  width: 800px;
  background: #f9f9f9;
  height: 250px;
}
#page .container .block3 .b3_left .o_img {
  overflow: hidden;
  float: left;
  min-width: 20px;
  width: 330px;
  height: 250px;
  margin-right: 20px;
}
#page .container .block3 .b3_left .o_img img {
  float: left;
  margin-right: 30px;
  width: 100%;
  height: 100%;
}
#page .container .block3 .b3_left .o_text {
  margin-right: 20px;
}
#page .container .block3 .b3_left .o_text h3 {
  font-size: 24px;
  font-weight: 800;
  padding: 16px 0;
}
#page .container .block3 .b3_left .o_text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  overflow: hidden;
  width: 430px;
  white-space: normal;
  height: 112px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#page .container .block3 .b3_r {
  margin-top: 20px;
  width: 370px;
  height: 250px;
  background: #f9f9f9;
}
#page .container .block3 .b3_r ul {
  padding: 10px 10px 0 10px;
}
#page .container .block3 .b3_r ul li {
  font-size: 16px;
  line-height: 36px;
  padding: 4px 0;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .container .three_item {
  width: 1200px;
  margin: 20px auto;
}
#page .container .three_item .three_item_pub .o_img {
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 380px;
  height: 220px;
}
#page .container .three_item .three_item_pub .o_img img {
  display: block;
  width: 100%;
  height: 100%;
}
#page .container .three_item .three_item_pub .o_img span {
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35px;
  line-height: 35px;
  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;
}
#page .container .three_item .three_item_pub ul {
  width: 380px;
  padding: 20px 15px;
  display: block;
  background: #fff;
}
#page .container .three_item .three_item_pub ul li {
  font-size: 16px;
  line-height: 30px;
  padding: 4px 0;
}
#page .container .three_item .three_item_pub ul li a {
  color: black;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .container .three_item .center {
  margin-left: 30px;
}
#page .list_container,
#page .show_container {
  width: 1200px;
  margin: auto;
}
#page .list_container .left_part,
#page .show_container .left_part {
  margin-top: 30px;
  width: 870px;
  padding-right: 20px;
  border-right: 1px solid #CCCCCC;
}
#page .list_container .left_part .breadcurmb,
#page .show_container .left_part .breadcurmb {
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #707070;
}
#page .list_container .left_part .new_list li,
#page .show_container .left_part .new_list li {
  width: 100%;
  padding: 5px 15px;
  text-align: left;
  margin-bottom: 2px;
  overflow: hidden;
  position: relative;
}
#page .list_container .left_part .new_list li::before,
#page .show_container .left_part .new_list li::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  bottom: 14px;
  left: 0;
  background-color: #E00011;
  border-radius: 50%;
}
#page .list_container .left_part .new_list li:nth-of-type(5n),
#page .show_container .left_part .new_list li:nth-of-type(5n) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #dadada;
}
#page .list_container .left_part .new_list li:nth-of-type(5n)::before,
#page .show_container .left_part .new_list li:nth-of-type(5n)::before {
  bottom: 28px;
}
#page .list_container .left_part .new_list li:hover .font,
#page .show_container .left_part .new_list li:hover .font {
  text-decoration: underline;
}
#page .list_container .left_part .new_list li .font,
#page .show_container .left_part .new_list li .font {
  font-size: 16px;
  line-height: 24px;
  float: left;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
#page .list_container .left_part .new_list li .font a,
#page .show_container .left_part .new_list li .font a {
  color: black;
}
#page .list_container .left_part .new_list li .time,
#page .show_container .left_part .new_list li .time {
  line-height: 24px;
  font-size: 12px;
  color: #838383;
  float: right;
  display: block;
}
#page .list_container .right_part,
#page .show_container .right_part {
  width: 300px;
}
#page .list_container .right_part .rp1,
#page .show_container .right_part .rp1 {
  margin-top: 20px;
}
#page .list_container .right_part .rp1 .title,
#page .show_container .right_part .rp1 .title {
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 10px;
}
#page .list_container .right_part .rp1 .title span,
#page .show_container .right_part .rp1 .title span {
  font-size: 22px;
  float: left;
  color: black;
  position: relative;
  padding-left: 10px;
}
#page .list_container .right_part .rp1 .title span::before,
#page .show_container .right_part .rp1 .title span::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 4px;
  height: 21px;
  background-color: #E00011;
}
#page .list_container .right_part .rp1 .rp1_img,
#page .show_container .right_part .rp1 .rp1_img {
  display: inline-block;
  width: 300px;
  height: 160px;
  position: relative;
}
#page .list_container .right_part .rp1 .rp1_img p,
#page .show_container .right_part .rp1 .rp1_img p {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  text-align: center;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .list_container .right_part .rp1 .rp1_img img,
#page .show_container .right_part .rp1 .rp1_img img {
  width: 100%;
  height: 100%;
}
#page .list_container .right_part .rp1 .rp1_news li,
#page .show_container .right_part .rp1 .rp1_news li {
  height: 25px;
  margin-top: 4px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .list_container .right_part .rp1 .rp1_news li:hover,
#page .show_container .right_part .rp1 .rp1_news li:hover {
  text-decoration: underline;
}
#page .list_container .right_part .rp1 .rp1_news li a,
#page .show_container .right_part .rp1 .rp1_news li a {
  color: #000;
}
#page .list_container .right_part .rp2,
#page .show_container .right_part .rp2 {
  margin-top: 20px;
}
#page .list_container .right_part .rp3 h3,
#page .show_container .right_part .rp3 h3 {
  text-align: center;
  font-size: 14px;
  margin-bottom: 7px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .list_container .right_part .rp3 h3 a,
#page .show_container .right_part .rp3 h3 a {
  color: black;
}
#page .list_container .right_part .rp3 ul li em,
#page .show_container .right_part .rp3 ul li em {
  color: black;
  font-weight: bold;
}
#page .list_container .right_part .rp3 ul li.fcr em,
#page .show_container .right_part .rp3 ul li.fcr em {
  color: #E00011;
}
#page .show_container .left_part .show_con .show_tit {
  font-size: 26px;
}
#page .show_container .left_part .show_con .meta {
  margin: 20px 0;
  font-size: 14px;
  color: #8b8b8b;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
}
#page .show_container .left_part .show_con .content {
  margin-bottom: 30px;
}
#page .show_container .left_part .show_con .content img {
  max-width: 600px;
  display: flex;
  margin: auto;
}
#page .show_container .left_part .show_con .content p {
  text-align: justify;
  text-indent: 2em;
  margin-top: 15px;
  font-size: 16px;
  line-height: 24px;
}
#page .show_container .left_part .recommend_part {
  margin-bottom: 30px;
}
#page .show_container .left_part .recommend_part.part_1 .part_l li {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 10px;
}
#page .show_container .left_part .recommend_part.part_1 .part_l li a {
  display: inline-block;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .show_container .left_part .recommend_part.part_1 .part_l li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 11px;
  width: 3px;
  height: 3px;
  background-color: #E00011;
}
#page .show_container .left_part .recommend_part .recommend_tit {
  height: 30px;
  border-bottom: 1px solid #C3C3C3;
}
#page .show_container .left_part .recommend_part .recommend_tit span {
  font-size: 20px;
  display: inline-block;
  height: 30px;
  font-weight: bold;
  border-bottom: 2px solid #E00011;
}
#page .show_container .left_part .recommend_part ul li {
  margin-top: 10px;
  font-size: 16px;
  text-align: left;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page .show_container .left_part .bd {
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}
#page .show_container .left_part .bd ul {
  float: left;
  margin-top: -1px;
  width: 100%;
}
#page .show_container .left_part .bd ul li {
  float: left;
  width: 50%;
  padding: 13px 0;
  height: 42px;
  border-bottom: 1px dotted #dadada;
  overflow: hidden;
}
#page .show_container .left_part .bd ul li p {
  overflow: hidden;
  padding-left: 2%;
  width: 90%;
  height: 16px;
  border-left: 3px solid #E00011;
  font-size: 16px;
  line-height: 16px;
}
#page .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: #E00011;
  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: #E00011;
  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: #E00011;
  color: white;
}
.adversiment {
  position: relative;
  width: 300px;
  height: 300px;
  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 */