.sidebar {
  display: none;
  position: absolute;
  width: 144px;
  height: 490px;
  top: 50vh;
  right: 150px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/bg_sidebar0f35.png?v=20190819.1") no-repeat center;
  z-index: 999;
}
.sidebar .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
     -moz-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 370px;
}
.sidebar .nav .link {
  width: 100%;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.sidebar .nav .link.play {
  height: 98px;
  background-image: url("../images/sidebar_play0f35.png?v=20190819.1");
}
.sidebar .nav .link.play:hover {
  background-image: url("../images/sidebar_play_on0f35.png?v=20190819.1");
}
.sidebar .nav .link .active {
  display: none;
}
.sidebar .nav .link:hover {
  background-image: url("../images/bg_sidebar_btn0f35.png?v=20190819.1");
}
.sidebar .nav .link:hover .base {
  display: none;
}
.sidebar .nav .link:hover .active {
  display: inline;
}
.sidebar .qrcode {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .sidebar {
    -webkit-transform: scale(0.8) translateY(-50%);
        -ms-transform: scale(0.8) translateY(-50%);
            transform: scale(0.8) translateY(-50%);
    right: 20px;
  }
}
.body {
  background: url("../images/bg_news0f35.jpg?v=20190819.1") no-repeat center top;
  min-width: 1280px;
  overflow-x: hidden;
  background-size: cover;
  /* background-color: rgb(23,31,42); */
}
.body .main {
  position: relative;
}
.body .main .page-title {
  width: 280px;
  height: 124px;
  margin: 0 auto;
  background: url("../images/css_sprites_news0f35.png?v=20190819.1") no-repeat;
}
.body .main .gohome {
  position: absolute;
  top: 0;
  left: 70%;
  width: 142px;
  height: 66px;
  color: #e6e6e6;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  background: url("../images/css_sprites_news0f35.png?v=20190819.1") no-repeat;
  background-position: -10px -154px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.body .main .gohome:hover {
  color: #c0ae88;
}
.body .main .news-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 12px 0;
  font-size: 18px;
  text-align: center;
}
.body .main .news-tab a {
  margin: 0 25px;
  padding: 0 6px 14px 6px;
  color: #e6e6e6;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.body .main .news-tab a.on, .body .main .news-tab a:hover {
  color: #c0ae88;
  border-color: #c0ae88;
}
.body .main .nav {
  display: block;
  width: 590px;
  margin: 20px auto;
  font-size: 12px;
  color: #cfdee5;
  text-decoration: underline;
}
.body .main .nav a {
  color: #cfdee5;
}
.body .main .news-list {
  list-style: none;
  margin: 0;
  padding: 0;
  min-height: 600px;
}
.body .main .news-list li {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.body .main .news-list li:hover {
  background-color: rgba(1, 19, 31, 0.5);
}
.body .main .news-list li .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 915px;
  height: 120px;
  margin: 0 auto;
}
.body .main .news-list li .content .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 64px;
  height: 30px;
  color: #fff;
  font-size: 13px;
  background: url("../images/css_sprites_news0f35.png?v=20190819.1") no-repeat;
  background-position: -172px -154px;
}
.body .main .news-list li .content .article {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 50px;
  padding-left: 50px;
}
.body .main .news-list li .content .article::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 70%;
  left: 0;
  top: 0;
  margin: 18px 0;
  background: #555;
}
.body .main .news-list li .content .article .title {
  display: inline-block;
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: 600;
  color: #f0f0f0;
  text-decoration: none;
}
.body .main .news-list li .content .article .summary {
  font-size: 12px;
  color: #cfdee5;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
}
.body .main .page-select {
  text-align: center;
  color: #a0906c;
}
.body .main .page-select .pagination {
  margin: 0 auto;
  display: inline-block;
  background: url("../images/css_sprites_news0f35.png?v=20190819.1") no-repeat;
  background-position: 20px -265px;
}
.body .main .page-select .pagination li,
.body .main .page-select .pagination a {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: #a0906c;
  font-size: 12px;
  text-decoration: none;
  margin: 0 14px;
  padding-top: 24px;
  background: url("../images/css_sprites_news0f35.png?v=20190819.1") no-repeat;
  background-position: -310px -196px;
}
.body .main .page-select .pagination li{
	background:unset;
}
.body .main .page-select .pagination li.thisclass{
	 background: url("../images/css_sprites_news0f35.png?v=20190819.1") no-repeat;
	 background-position: -310px -154px;
}
.body .main .page-select .pagination .pageinfo{
	display:block;
	width:250px;
}
.body .main .page-select .pagination a.active,
.body .main .page-select .pagination .thisclass {
  width: 22px;
  background-position: -310px -154px;
  padding-top: 28px;
  color: #ffd781;
}

.body .main .page-select .pagination a.prev {
  width: 24px;
  padding-top: 28px;
  background-position: -310px -58px;
}
.body .main .page-select .pagination a.prev.disable {
  background-position: -310px -106px;
}
.body .main .page-select .pagination a.next {
  width: 24px;
  padding-top: 28px;
  background-position: -256px -154px;
}
.body .main .page-select .pagination a.next.disable {
  background-position: -310px -10px;
}



