* {
  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: 190px;
  height: 41px;
  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: #C6252D;
  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;
  background-color: #C6252D;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  letter-spacing: 5px;
  color: white;
  text-indent: 1em;
  border-radius: 0 10px 10px 0;
  background: url("../images/search.png") no-repeat center;
}
#page #header .nav_block {
  height: 50px;
  line-height: 50px;
  background-color: #C6252D;
}
#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: 0 24px;
}
#page #header .nav_block .content li:hover {
  background-color: #a5070f;
}
#page #header .nav_block .content li.on {
  background-color: #a5070f;
}
#page #header .nav_block .content li a {
  color: white;
}
#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%;
}
#article {
  width: 1200px;
  margin: 30px auto;
  overflow: hidden;
}
#article .banner_block {
  width: 621px;
  height: 351px;
  margin-bottom: 30px;
}
#article .banner_block a {
  overflow: hidden;
  height: 100%;
  display: inline-block;
  width: 100%;
}
#article .banner_block .swiper-container {
  width: 100%;
  height: 351px;
  position: relative;
}
#article .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 0;
  height: 30px;
}
#article .banner_block .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 .banner_block .swiper-container .swiper-pagination-bullet-active {
  background-color: white;
}
#article .banner_block .swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -42.5px;
  width: 45px;
  height: 85px;
  z-index: 99;
}
#article .banner_block .swiper-container .swiper-button-next {
  background: url(../images/banner_arrow.png) no-repeat right top;
  right: 0 !important;
}
#article .banner_block .swiper-container .swiper-button-prev {
  background: url(../images/banner_arrow.png) no-repeat left top;
  left: 0;
}
#article .banner_block .swiper-container img {
  width: 100%;
  height: 100%;
}
#article .banner_block .swiper-container .desc {
  position: absolute;
  width: 100%;
  padding: 0 10px;
  bottom: 0;
  left: 0;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: white;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.4);
}
#article .newslist_block {
  width: 558px;
  background-color: white;
  padding: 0px 20px 21px;
  height: 351px;
  overflow: hidden;
}
#article .newslist_block .news_list li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
#article .newslist_block .news_list li h3 {
  font-weight: normal;
}
#article .newslist_block .news_list li h3 a {
  font-size: 26px;
  color: #444;
  font-weight: bold;
  line-height: 48px;
  text-decoration: none;
  display: inline-block;
  width: 516px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .newslist_block .news_list li p {
  text-indent: 2em;
  margin: 3px;
  padding: 4px;
  font-size: 14px;
  text-align: left;
  line-height: 1.6em;
  font-weight: normal;
  color: #666;
}
#article .tit {
  margin-bottom: 10px;
  overflow: hidden;
}
#article .tit .t_info {
  float: left;
  width: 94px;
  height: 36px;
  line-height: 36px;
  background: #c5252d;
  text-align: center;
  border-radius: 5px;
  font-weight: 700;
  overflow: hidden;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}
#article .tit .t_info a{
	color: #fff;
}
#article .tit .line {
  width: 216px;
  float: left;
  border-bottom: 1px solid #ccc;
  margin: 18px 0 0 10px;
}
#article .tit .more {
  float: right;
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
}
#article .b_tit .line {
  width: 688px !important;
}
#article .block_01 {
  margin-top: 20px;
}
#article .block_01 .b_ul {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
#article .block_01 .b_ul li {
  overflow: hidden;
  width: 380px;
}
#article .block_01 .b_ul li .o_img {
  width: 100%;
  height: 180px;
}
#article .block_01 .b_ul li .o_img img {
  width: 100%;
  height: 100%;
}
#article .block_01 .b_ul li .l_ul li {
  width: 100%;
  height: 41px;
}
#article .block_01 .b_ul li .l_ul li a {
  font-size: 16px;
  line-height: 42px;
  color: #444;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 350px;
  padding-left: 15px;
  position: relative;
}
#article .block_01 .b_ul li .l_ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 19px;
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 50%;
}
#article .block_tit {
  width: 1200px;
  font-size: 25px;
  margin: 15px auto;
  padding-left: 15px;
  position: relative;
  padding-bottom: 10px;
}
#article .block_tit::before {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #C5252D;
  border-radius: 50%;
}
#article .block_02 {
  width: 1200px;
  margin-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}
#article .block_02 .left_part {
  width: 791px;
  float: left;
}
#article .block_02 .left_part li {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
#article .block_02 .left_part li .l_img {
  width: 202px;
  height: 127px;
  margin-right: 31px;
  float: left;
}
#article .block_02 .left_part li .l_img img {
  width: 100%;
  height: 100%;
}
#article .block_02 .left_part li .r_text {
  overflow: hidden;
}
#article .block_02 .left_part li .r_text .r_tit {
  font-size: 20px;
  color: #c5252d;
  font-weight: bold;
  line-height: 42px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#article .block_02 .left_part li .r_text .r_con {
  text-indent: 2em;
  line-height: 28px;
  font-size: 16px;
  color: #666;
  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;
}
#article .block_02 .right_part {
  width: 380px;
  float: right;
  display: block;
  margin-top: -44px;
}
#article .block_02 .right_part li .l_ul {
  margin-bottom: 20px;
}
.list_container {
  width: 1200px;
  margin: auto;
}
.list_container .left_part {
  margin-top: 30px;
  width: 864px;
  padding-right: 20px;
  border-right: 1px solid #CCCCCC;
}
.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;
}
.list_container .left_part .new_list li {
  width: 100%;
  text-align: left;
  overflow: hidden;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ededed;
}
.list_container .left_part .new_list li a {
  color: #000;
}
.list_container .left_part .new_list li .font {
  font-size: 16px;
  float: left;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.list_container .left_part .new_list li .time {
  font-size: 12px;
  color: #838383;
  float: right;
  display: block;
}
.list_container .right_part {
  width: 300px;
}
.list_container .right_part .rp_01 {
  margin-top: 30px;
  overflow: hidden;
  background: #f9f9f9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.list_container .right_part .rp_01 .r_pub_tit {
  position: relative;
  height: 68px;
  line-height: 78px;
  font-size: 18px;
  padding-left: 20px;
  background: #f9f9f9;
  color: #000;
}
.list_container .right_part .rp_01 .r_pub_tit::before {
  content: "";
  width: 3px;
  height: 18px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 30px;
  background: #da4747;
}
.list_container .right_part .rp_01 ul {
  background: #fff;
  margin: 0 5px;
  width: 290px;
  display: block;
  overflow: hidden;
  font-size: 14px;
}
.list_container .right_part .rp_01 ul li {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  display: block;
  height: 34px;
  line-height: 34px;
}
.list_container .right_part .rp_01 ul li:nth-child(1) span,
.list_container .right_part .rp_01 ul li:nth-child(2) span,
.list_container .right_part .rp_01 ul li:nth-child(3) span {
  color: #da4747;
}
.list_container .right_part .rp_01 ul li a {
  color: #333;
  padding-left: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 285px;
}
.list_container .right_part .rp_01 ul li a span {
  color: black;
  padding-right: 10px;
}
.list_container .right_part .rp_02 ul {
  background: initial;
}
.list_container .right_part .rp_02 ul li {
  position: relative;
  padding-left: 10px;
}
.list_container .right_part .rp_02 ul li::before {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 5px;
  width: 4px;
  height: 4px;
  background-color: #C6252D;
  border-radius: 50%;
}
.list_container .right_part .rp_03 ul {
  width: 274px !important;
}
.list_container .right_part .rp_03 ul li {
  width: 274px !important;
  height: 138px;
  margin-bottom: 15px;
  position: relative;
}
.list_container .right_part .rp_03 ul li a {
  display: inline-block;
}
.list_container .right_part .rp_03 ul li a img {
  width: 100%;
  height: 100%;
}
.list_container .right_part .rp_03 ul li p {
  position: absolute;
  bottom: 0;
  left: 10px;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  text-align: center;
  display: inline-block;
  width: 264px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.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-indent: 2em;
  margin-top: 15px;
  font-size: 16px;
  line-height: 38px;
  text-align: justify;
}
.show_container .left_part .recommend_part .rec_tit {
  font-size: 24px;
  line-height: 1;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
.show_container .left_part .recommend_part .rec_tit::before {
  border-radius: 1px;
  content: " ";
  display: block;
  width: 4px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: red;
}
.show_container .left_part .recommend_part .conDivide {
  display: block;
  overflow: hidden;
}
.show_container .left_part .recommend_part .conDivide .mainPoints {
  width: 421px;
  float: right;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .list_lt {
  background-color: #FFF;
  margin-bottom: 20px;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .list_lt ul {
  overflow: hidden;
  padding: 14px 0 0;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .list_lt ul li {
  line-height: 31px;
  font-size: 14px;
  color: #3d3d3d;
  list-style: none;
  display: inline-block;
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .list_lt ul li a {
  color: #333;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .list_lt ul li:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
  line-height: 44px;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .list_lt ul li .last {
  margin-bottom: 0;
  margin-right: 0;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .picTitle {
  overflow: hidden;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .picTitle ul {
  clear: both;
  overflow: hidden;
  display: flex;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .picTitle ul li {
  list-style: none;
  width: 38%;
  margin-right: 12px;
  margin-bottom: 20px;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .picTitle ul li .image {
  width: 100%;
  height: 106px;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .picTitle ul li .image a img {
  width: 100%;
  height: 100%;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .picTitle ul li .text {
  font-size: 14px;
}
.show_container .left_part .recommend_part .conDivide .mainPoints .picTitle ul li .text a {
  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;
  color: black;
}
.show_container .left_part .recommend_part .bd {
  padding-top: 10px;
  position: relative;
  overflow: hidden;
}
.show_container .left_part .recommend_part .bd ul {
  float: left;
  margin-top: -1px;
  width: 100%;
}
.show_container .left_part .recommend_part .bd ul li {
  float: left;
  width: 50%;
  padding: 13px 0;
  height: 35px;
  overflow: hidden;
}
.show_container .left_part .recommend_part .bd ul li p {
  overflow: hidden;
  width: 96%;
  height: 17px;
  font-size: 16px;
  line-height: 17px;
  position: relative;
  padding-left: 15px;
}
.show_container .left_part .recommend_part .bd ul li p::before {
  position: absolute;
  content: '';
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  background-color: #C6252D;
  border-radius: 50%;
}
.show_container .left_part .recommend_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: #C6252D;
  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: #C6252D;
  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: #C6252D;
  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 */