* {
  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;
}
a {
  color: #333333;
}
#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: 210px;
  height: 70px;
  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: #1482F0;
  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;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  letter-spacing: 5px;
  color: white;
  text-indent: 1em;
  border-radius: 0 10px 10px 0;
  background: #D60A17 url("http://www.yangsheng.henunews.com/static/images/search.png") no-repeat center;
}
#page #header .menu {
  width: 1000px;
  background: #d60a17;
  text-align: center;
  overflow: hidden;
  line-height: 45px;
  margin-left: auto;
  margin-right: auto;
}
#page #header .menu a {
  font-size: 18px;
  color: #fff;
  float: left;
  padding: 0 14px;
  height: 45px;
  -webkit-transition: all 0.5s;
}
#page #header .menu a:hover {
  background: #b80000;
}
#page .header_ad {
  width: 1000px;
  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 #article {
  width: 1000px;
  margin: 20px auto;
  overflow: hidden;
}
#page #article .breadcrumb {
  padding-top: 10px;
  padding-left: 5px;
  font-size: 17px;
  margin-bottom: 10px;
}
#page #article .breadcrumb i {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
#page #article .breadcrumb i img {
  width: 100%;
  height: 100%;
}
#page #article .breadcrumb a {
  color: #333333;
}
#page #article .block1 .banner_block {
  width: 640px;
  height: 430px;
  margin-bottom: 30px;
}
#page #article .block1 .banner_block a {
  overflow: hidden;
  height: 100%;
  display: inline-block;
  width: 100%;
}
#page #article .block1 .banner_block .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}
#page #article .block1 .banner_block .swiper-container .swiper-pagination {
  position: absolute;
  text-align: right;
  bottom: 34px;
  height: 30px;
  left: -17px;
}
#page #article .block1 .banner_block .swiper-container .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: white;
  margin: 0 3px;
  cursor: pointer;
  opacity: 1;
}
#page #article .block1 .banner_block .swiper-container .swiper-pagination-bullet-active {
  background-color: #1482F0;
}
#page #article .block1 .banner_block .swiper-container .swiper-button {
  position: absolute;
  top: 50%;
  margin-top: -42.5px;
  width: 45px;
  height: 85px;
  z-index: 99;
}
#page #article .block1 .banner_block .swiper-container img {
  width: 100%;
  height: 100%;
}
#page #article .block1 .banner_block .swiper-container .desc {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  text-align: center;
  z-index: 9;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.5);
}
#page #article .block1 .right_part {
  width: 340px;
}
#page #article .block1 .right_part .index-list {
  margin-top: 5px;
}
#page #article .block1 .right_part .index-list .weight-list {
  font-size: 20px;
  font-weight: 600;
}
#page #article .block1 .right_part .index-list li {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 35px;
}
#page #article .block2 {
  width: 1000px;
  overflow: hidden;
  margin-bottom: 20px;
}
#page #article .block2 .col_threee {
  width: 310px;
}
#page #article .block2 .col_threee .title {
  padding: 10px;
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
#page #article .block2 .col_threee .title a {
  font-size: 24px;
  color: #d60a17;
}
#page #article .block2 .col_threee .tImg {
  display: block;
  position: relative;
  margin: 15px 0;
}
#page #article .block2 .col_threee .tImg img {
  width: 310px;
  height: 153px;
  display: block;
  margin: 0 auto;
}
#page #article .block2 .col_threee .tImg .txt {
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.4);
}
#page #article .block2 .col_threee .tImg .txt p {
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#page #article .block2 .col_threee .index_ul li {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 35px;
}
#page #article .block2 .col_threee .img_ul {
  margin-top: 20px;
}
#page #article .block2 .col_threee .img_ul li {
  background: #f5f5f5;
  margin: 14px 0px;
  position: relative;
}
#page #article .block2 .col_threee .img_ul li.notimg {
  padding: 10px 5px;
}
#page #article .block2 .col_threee .img_ul li.notimg .tit {
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 55px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#page #article .block2 .col_threee .img_ul li a {
  display: block;
  font-size: 14px;
}
#page #article .block2 .col_threee .img_ul li a img {
  width: 170px;
  height: 100px;
  vertical-align: middle;
}
#page #article .block2 .col_threee .img_ul li a .tit {
  display: inline-block;
  width: 118px;
  vertical-align: middle;
  padding: 0 0 0 10px;
  max-height: 76px;
  overflow: hidden;
}
#page #article .block2 .left {
  margin-right: 35px;
}
#page #article .block3 .en-top {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  text-indent: 5px;
}
#page #article .block3 .en-top a {
  color: #d50915;
}
#page #article .block3 .left_img {
  width: 365px;
  height: 420px;
  overflow: hidden;
  position: relative;
  background: #d50915;
}
#page #article .block3 .left_img img {
  width: 365px;
  height: 233px;
  display: block;
}
#page #article .block3 .left_img .tit {
  color: #fff;
  margin: 10px 20px 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  overflow: hidden;
  width: 92%;
  white-space: normal;
  height: 42px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page #article .block3 .left_img .text {
  color: #fff;
  margin: 0 20px;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  overflow: hidden;
  width: 92%;
  white-space: normal;
  height: 86px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#page #article .block3 .mid {
  width: 330px;
  margin-left: 20px;
  float: left;
}
#page #article .block3 .mid .en-txt-list li {
  margin-bottom: 20px;
}
#page #article .block3 .mid .en-txt-list li .en-tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 45px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page #article .block3 .mid .en-txt-list li .en-txt {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 73px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#page #article .block3 .en-pic-list {
  width: 265px;
}
#page #article .block3 .en-pic-list li {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}
#page #article .block3 .en-pic-list li.notImg .en-tit {
  width: 100%;
}
#page #article .block3 .en-pic-list li img {
  display: block;
  width: 125px;
  height: 80px;
  float: left;
}
#page #article .block3 .en-pic-list li .en-tit {
  color: #333;
  max-height: 65px;
  width: 128px;
  overflow: hidden;
  float: right;
}
#page #article .block3 .en-pic-list li .en-tit a {
  font-size: 13px;
}
#page #article .list_left_part {
  width: 640px;
}
#page #article .list_left_part .list_ul li {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
#page #article .list_left_part .list_ul li.notImg .l-list-txt {
  width: 100%;
}
#page #article .list_left_part .list_ul li img {
  width: 200px;
  height: 140px;
  object-fit: contain;
}
#page #article .list_left_part .list_ul li .l-list-txt {
  width: 430px;
  height: 140px;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
#page #article .list_left_part .list_ul li .l-list-txt a {
  font-size: 22px;
  color: #000;
  margin-bottom: 15px;
  display: block;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page #article .list_left_part .list_ul li .l-list-txt .con {
  margin-top: 5px;
  text-decoration: none;
  overflow: hidden;
  width: 100%;
  white-space: normal;
  height: 60;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 26px;
}
#page #article .list_left_part .list_ul li .l-list-txt .meta {
  position: absolute;
  bottom: 0;
  color: #999999;
}
#page #article .list_left_part .list_ul li .l-list-txt .meta span {
  color: #999999;
}
#page #article .show_tit {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  font-size: 38px;
  font-weight: bold;
}
#page #article .show_meta {
  font-size: 16px;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  color: #999999;
  position: relative;
  line-height: 35px;
}
#page #article .show_left_part {
  width: 640px;
}
#page #article .show_left_part .show_body p {
  text-indent: 2em;
  line-height: 2em;
  margin: 2em 0 2em 0;
  text-align: justify;
  font-size: 18px;
}
#page #article .show_left_part .show_body img {
  display: block;
  margin: 10px auto;
  max-width: 600px;
}
#page #article .show_left_part .tags {
  margin-top: 15px;
  font-size: 15px;
  color: white;
}
#page #article .show_left_part .tags a {
  display: inline-block;
  margin-right: 5px;
  color: white;
}
#page #article .show_left_part .turn_Page {
  margin-top: 30px;
  padding-bottom: 20px;
  overflow: hidden;
}
#page #article .show_left_part .turn_Page p {
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
}
#page #article .show_left_part .turn_Page p span {
  font-size: 16px;
  color: #333333;
}
#page #article .show_left_part .turn_Page p span:hover a {
  color: #C6252D;
}
#page #article .list_right_part {
  width: 300px;
}
#page #article .list_right_part .widget-title {
  font-size: 24px;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 10px;
  margin-top: 20px;
}
#page #article .list_right_part .widget-title a {
  color: #d60a17;
}
#page #article .list_right_part .widget_2 {
  margin-bottom: 40px;
}
#page #article .list_right_part .widget_2 ul li {
  margin: 0;
  padding: 15px 0;
  display: flex;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(239, 239, 239, 0.8);
  position: relative;
  line-height: 0.46;
}
#page #article .list_right_part .widget_2 ul li .img {
  width: 100px;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 2px;
}
#page #article .list_right_part .widget_2 ul li .img a {
  color: #5a5a5a;
  display: block;
}
#page #article .list_right_part .widget_2 ul li .img a img {
  width: 100px;
  height: 62px;
}
#page #article .list_right_part .widget_2 ul li .content {
  position: relative;
  margin-left: 10px;
  width: calc(100% - 110px);
  -webkit-flex-shrink: 1;
  box-sizing: border-box;
  flex-shrink: 1;
}
#page #article .list_right_part .widget_2 ul li .content .item-title {
  line-height: 1.4;
  margin: 0 0 10px;
  text-decoration: none;
  overflow: hidden;
  width: auto;
  white-space: normal;
  height: 43px;
  display: inline-block;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#page #article .list_right_part .widget_2 ul li .content .item-title a {
  color: #262626;
}
#page #article .list_right_part .widget_2 ul li .content .item-date {
  position: absolute;
  bottom: 0;
  margin: 0;
  font-size: 12px;
  color: #828282;
  line-height: 14px;
}
#page #article .list_right_part .widget_2 ul li.notImg .content {
  width: 100%;
  margin-left: 0px;
}
#page #article .list_right_part .widget_2 ul li.notImg .content .item-title {
  height: 42px;
  margin: 0 0 25px;
}
#page #article .list_right_part .rp2 ul li {
  overflow: hidden;
  position: relative;
  margin: 15px 0;
}
#page #article .list_right_part .rp2 ul li.notImg .text {
  width: 100%;
}
#page #article .list_right_part .rp2 ul li img {
  width: 140px;
  height: 100px;
  vertical-align: middle;
  margin-right: 10px;
}
#page #article .list_right_part .rp2 ul li .text {
  float: right;
  vertical-align: middle;
  font-size: 16px;
  color: #000;
  display: inline-block;
  width: 140px;
  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: #D60A17;
  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: 1000px;
  margin: 10px auto;
  display: flex;
  align-items: baseline;
}
#footer .container .friendsLink h3 {
  color: white;
  font-size: 14px;
  float: left;
  margin-right: 10px;
  width: 157px;
}
#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;
}
.goTop {
  position: fixed;
  bottom: 200px;
  right: 200px;
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  background: url(http://www.yangsheng.henunews.com/static/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: #D60A17;
  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: #D60A17;
  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 */