/*@charset "UTF-8";
@import url("reset.css");
@import url("header.css");
@import url("login.css");
@import url("bjd-footer.css");*/
img.scale {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

img.scale:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.title-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 22px;
  letter-spacing: 2px;
}

.title-first a.t {
  margin-left: 7px;
  font-weight: 700;
  color: #303030;
  font-size: 18px;
}

.title-first a.m {
  color: #303030;
  margin-left: auto;
  font-size: 14px;
}

.title-first a.m:hover {
  color: #3159b6;
}

.title-second {
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 22px;
  margin-bottom: 20px;
}

.title-second a.t {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  display: flex;
  color: #3159b6;
  font-size: 20px;
}

.title-second a.t span {
  margin-left: 6px;
}

.title-second a.t.m {
  margin-left: auto;
}

.title-second a.m {
  color: #303030;
  margin-left: auto;
  font-size: 14px;
}

.title-second a.m:hover {
  color: #3159b6;
}

main {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 40px;
}

main .more {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  margin: 20px auto;
  width: 330px;
  height: 32px;
  line-height: 32px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3159b6), to(#7a96c8));
  background: linear-gradient(#3159b6 0%, #7a96c8 100%);
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  letter-spacing: 1px;
  border-radius: 100px;
}

main .crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-top: 30px;
}

main .crumbs::before {
  content: "";
  width: 8px;
  height: 14px;
  margin-right: 7px;
  background: url("/web/skin/static/images/crumbs-right.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 34px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

main .crumbs a {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}

main .crumbs a:hover {
  color: #3159b6;
}

main .crumbs a.curmbs__index {
  display: block;
  width: 24px;
  height: 22px;
  margin-right: 28px;
}

main .crumbs a.curmbs__index img {
  display: block;
  width: 100%;
}

main .crumbs a.curmbs__class {
  display: inline-block;
  min-width: 36px;
  height: 22px;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  padding: 0 18px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2a58d0), to(#7a96c8));
  background: linear-gradient(#2a58d0 0%, #7a96c8 100%);
  border-radius: 20px;
}

main .search-tips {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 22px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}

main .search-tips span {
  color: #d41313;
}

main .search-tips::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("/template/qyj/images/search-b.png") no-repeat center center;
  background-size: contain;
  margin-left: 15px;
}

main .article-title {
  margin-top: 32px;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  color: #222222;
}

main .top—bar-fixed {
  display: none;
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  background: #f8f8f8;
  -webkit-box-shadow: 0 2px 4px #acacac;
          box-shadow: 0 2px 4px #acacac;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

main .top—bar-fixed p {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
  width: 1200px;
  margin: 0 auto;
}

main .article-tag {
  display: inline-block;
  min-width: 36px;
  height: 28px;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  padding: 0 20px;
  background: #3159b6;
  border-radius: 5px;
  margin: 30px 0 20px 0;
}

main .article-source {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  font-size: 16px;
  color: #7d7c7c;
  line-height: 20px;
  border-bottom: 1px solid #e5e5e5;
}

main .article-source .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .article-source .date {
  width: 170px;
  text-align: right;
}

main .article-source .source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 50px;
}

main .article-source .source a,
main .article-source .source span {
  display: inline-block;
}

/*txt-scroll*/
.txt-scroll {
  margin: 18px 0;
  background: #fff url("/web/skin/static/images/notice.png") no-repeat 15px center;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 30px 0 55px;
  border-radius: 18px;
}

.txt-scroll .scrollbox {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.txt-scroll .txt,
.txt-scroll .txt-clone {
  display: inline;
  position: relative;
  text-align: center;
}

.txt-scroll .txt a,
.txt-scroll .txt-clone a {
  font-size: 16px;
  color: #3159b6;
}

/*slider*/
.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 4px;
  overflow: hidden;
}

.banner .slider-box {
  width: 812px;
  height: 390px;
  overflow: hidden;
  position: relative;
}

.banner .slider-con {
  height: 390px;
  overflow: hidden;
  position: absolute;
}

.banner .slider-panel {
  width: 812px;
  height: 390px;
  overflow: hidden;
  float: left;
  position: relative;
}

.banner .slider-panel img {
  display: block;
  width: 812px;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner .slider-play:hover {
  background-position: 0 0;
}

.banner .slider-nav {
  width: 388px;
  height: 390px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff url("/web/skin/static/images/banner-right-bg.png") no-repeat center center;
}

.banner .slider-nav li {
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner .slider-nav li::before {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  content: "";
  margin: 0 23px;
  width: 8px;
  height: 8px;
  background: #7996c8;
  border-radius: 100%;
}

.banner .slider-nav li a {
  font-weight: 500;
  font-size: 16px;
  color: #3b3b3b;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.banner .slider-nav li p {
  width: 308px;
}

.banner .slider-nav li.current {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#7a96c8), to(#2a58d0));
  background-image: linear-gradient(to bottom right, #7a96c8, #2a58d0);
}

.banner .slider-nav li.current::before {
  background: #fff;
}

.banner .slider-nav li.current a {
  color: #fff;
}

.banner .slider-box a.prev,
.banner .slider-box a.next {
  display: block;
  width: 25px;
  height: 60px;
  overflow: hidden;
  position: absolute;
  cursor: pointer;
}

.banner .slider-box a.prev {
  left: 13px;
  top: 50%;
  margin-top: -30px;
  background: url("/web/skin/static/images/left.png") no-repeat;
}

.banner .slider-box a.next {
  right: 13px;
  top: 50%;
  margin-top: -30px;
  background: url("/web/skin/static/images/right.png") no-repeat;
}

.card {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

ul.item-list li a:hover h6 {
  color: #3159b6;
}

ul.item-list li .pic {
  width: 258px;
  height: 146px;
  border-radius: 6px;
  overflow: hidden;
}

ul.item-list li .pic img {
  width: 258px;
  height: 146px;
  -o-object-fit: cover;
     object-fit: cover;
}

ul.item-list li .con {
  padding: 8px 0;
}

ul.item-list li .con h6 {
  height: 36px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #323232;
}

ul.item-list li .con .source {
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.item-list li:last-child .con {
  padding: 8px 0 0;
}

.domestic-world {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.domestic-world .left {
  width: 580px;
  height: 662px;
}

.domestic-world .left .card {
  padding: 10px;
}

.domestic-world .left .card a {
  display: block;
}

.domestic-world .left .card a:hover .title,
.domestic-world .left .card a:hover .brief,
.domestic-world .left .card a:hover p {
  color: #3159b6;
}

.domestic-world .left .pic {
  width: 560px;
  height: 315px;
  overflow: hidden;
  border-radius: 6px;
}

.domestic-world .left .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.domestic-world .left .con {
  padding: 20px 10px 15px;
  border-bottom: 1px solid #e5e5e5;
}

.domestic-world .left .con .title {
  font-size: 18px;
  font-weight: 500;
  color: #222222;
}

.domestic-world .left .con .brief {
  height: 50px;
  font-size: 14px;
  color: #7d7c7c;
  line-height: 25px;
  margin: 10px 0;
  text-align: justify;
}

.domestic-world .left .con .date {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.domestic-world .left .con .date .region {
  font-size: 18px;
  font-weight: 800;
  color: #3159b6;
  letter-spacing: 2px;
}

.domestic-world .left .con .date .source {
  font-size: 14px;
  font-weight: 400;
  color: #7d7c7c;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.domestic-world .left ul {
  margin-top: 20px;
  margin-bottom: 10px;
}

.domestic-world .left ul li {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.domestic-world .left ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #7996c8;
  border-radius: 100%;
  margin-left: 10px;
}

.domestic-world .left ul li a {
  display: block;
  width: 530px;
  font-size: 16px;
  color: #797979;
}

.domestic-world .left ul li p {
  line-height: 32px;
}

.domestic-world .middle {
  width: 290px;
}

.domestic-world .middle .card {
  padding: 14px 15px;
  margin-top: 12px;
}

.domestic-world .right {
  width: 290px;
}

.domestic-world .right .card {
  padding: 14px 15px;
  margin-top: 12px;
}

.ad {
  width: 1200px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ad img {
  margin-top: 20px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.ad img {
  width: 100%;
  height: 110px;
}

.ad1 a:first-child img {
  width: 390px;
  height: 110px;
}

.ad1 a:last-child img {
  width: 792px;
  height: 110px;
}

.ad2 img {
  width: 390px;
  height: 110px;
}

.sports-world {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.sports-world .card {
  padding: 0 18px;
  margin-top: 20px;
}

.sports-world .card a {
  display: block;
}

.sports-world .card a:hover h4,
.sports-world .card a:hover h6,
.sports-world .card a:hover .title,
.sports-world .card a:hover .brief,
.sports-world .card a:hover p {
  color: #3159b6;
}

.sports-world .item {
  width: 387px;
}

.sports-world .item .column {
  padding-top: 23px;
}

.sports-world .item .column:nth-child(2n) .btm {
  border: none;
}

.sports-world .item .top {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.sports-world .item .top h6 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #000000;
}

.sports-world .item .top .pic {
  width: 350px;
  height: 197px;
  overflow: hidden;
  margin-top: 14px;
  border-radius: 4px;
}

.sports-world .item .top .pic img {
  width: 350px;
  height: 197px;
  -o-object-fit: cover;
     object-fit: cover;
}

.sports-world .item .top p {
  height: 40px;
  font-size: 12px;
  text-align: justify;
  color: #767575;
  line-height: 20px;
  margin-top: 10px;
}

.sports-world .item .btm {
  padding: 10px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}

.sports-world .item .btm h4 {
  height: 44px;
  font-weight: normal;
  font-size: 16px;
  text-align: justify;
  color: #000;
  line-height: 22px;
}

.sports-world .item .source {
  margin-top: 14px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: centers;
      -ms-flex-align: centers;
          align-items: centers;
}

.history-read {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.history-read .card {
  padding: 20px 18px 10px;
}

.history-read .card a {
  display: block;
}

.history-read .card a:hover h4,
.history-read .card a:hover h6,
.history-read .card a:hover .title,
.history-read .card a:hover .brief,
.history-read .card a:hover p {
  color: #3159b6 !important;
}

.history-read .top {
  border-bottom: 1px solid #e5e5e5;
}

.history-read .top h6 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #000000;
  margin: 18px 0;
}

.history-read .top .source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.history-read .top .pic {
  width: 258px;
  height: 146px;
  border-radius: 4px;
  overflow: hidden;
}

.history-read .top .pic img {
  width: 258px;
  height: 146px;
  -o-object-fit: cover;
     object-fit: cover;
}

.history-read .top p {
  height: 40px;
  color: #898989;
  line-height: 20px;
}

.history-read .btm ul {
  margin-top: 10px;
}

.history-read .btm ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.history-read .btm ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #7996c8;
  border-radius: 100%;
}

.history-read .btm ul li p {
  width: 234px;
  line-height: 34px;
  font-size: 14px;
  color: #5f5f5f;
}

.history-read .examine .card {
  padding: 20px 18px 6px;
}

.history-read .examine ul li {
  margin-bottom: 10px;
}

.history-read .examine ul li .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.history-read .examine ul li .con .pic {
  width: 210px;
  height: 120px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.history-read .examine ul li .con .pic img {
  width: 210px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}

.history-read .examine ul li .con .pic img.tags {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.history-read .examine ul li .con .text {
  width: 328px;
}

.history-read .examine ul li .con .text h6 {
  line-height: 21px;
  height: 42px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.history-read .examine ul li .con .text p {
  margin: 10px 0;
  text-align: justify;
  color: #7d7c7c;
  line-height: 20px;
}

.history-read .examine ul li .con .text .source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.history-read .examine .btm {
  padding: 6px 0 4px 0;
}

.history-read .examine .btm .cloumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.history-read .examine .btm .cloumn::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #7996c8;
  border-radius: 100%;
  position: absolute;
  top: 11px;
  left: 0;
}

.history-read .examine .btm .cloumn a {
  width: 532px;
  display: block;
}

.history-read .examine .btm .cloumn p {
  font-size: 14px;
  text-align: justify;
  color: #404040;
  line-height: 30px;
}

.whole-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.whole-block .item {
  width: 388px;
}

.whole-block .item .cloumn {
  margin-bottom: 11px;
}

.whole-block .item .cloumn .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.whole-block .item .cloumn .con .pic {
  width: 132px;
  height: 74px;
  overflow: hidden;
  border-radius: 4px;
}

.whole-block .item .cloumn .con .pic img {
  width: 132px;
  height: 74px;
  -o-object-fit: cover;
     object-fit: cover;
}

.whole-block .item .cloumn .con .text {
  width: 200px;
}

.whole-block .item .cloumn .con .text h6 {
  font-weight: normal;
  font-size: 16px;
  color: #3c3b3b;
  line-height: 20px;
  margin-top: 2px;
}

.whole-block .item .cloumn .con .text h6:hover {
  color: #3159b6;
}

.whole-block .item .cloumn .con .text .source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
  height: 16px;
}

.whole-block .item.guoji .main-pic {
  position: relative;
  width: 350px;
  height: 113px;
  overflow: hidden;
  border-radius: 4px;
}

.whole-block .item.guoji .main-pic img {
  width: 350px;
  height: 113px;
  -o-object-fit: cover;
     object-fit: cover;
}

.whole-block .item.guoji .main-pic p {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 8px;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.64);
}

.whole-block .item.guoji ul {
  margin-top: 11px;
}

.whole-block .item.guoji ul li {
  border-bottom: 1px solid #eeeeee;
}

.whole-block .item.guoji ul li p {
  font-size: 14px;
  color: #404040;
  line-height: 32px;
}

.whole-block .item.guoji ul li p:hover {
  color: #3159b6;
}

.whole-block .card {
  padding: 20px 20px 14px;
}

.video-block {
  margin-top: 20px;
}

.video-block .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.video-block .shehui {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 12px;
  width: 388px;
  position: relative;
}

.video-block .shehui::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  width: 1px;
  height: 305px;
  background: #eeeeee;
}

.video-block .video-block__con {
  width: 758px;
  padding: 20px 20px 6px;
}

.video-block .video-block__con ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.video-block .video-block__con ul li {
  width: 178px;
  margin-bottom: 6px;
}

.video-block .video-block__con ul li .pic {
  overflow: hidden;
  border-radius: 4px;
  width: 178px;
  height: 100px;
}

.video-block .video-block__con ul li .pic img {
  display: block;
  width: 178px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-block .video-block__con ul li p {
  font-size: 14px;
  color: #404040;
  line-height: 20px;
  height: 40px;
  padding-left: 20px;
  background: url("/web/skin/static/images/video-small-icon.png") no-repeat left 4px;
  background-size: 14px;
}

.whole-block--list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.whole-block--list ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #7996c8;
  border-radius: 100%;
}

.whole-block--list ul li p {
  width: 324px;
  line-height: 32px;
  font-size: 14px;
  color: #404040;
}

.whole-block--list ul li:hover p {
  color: #3159b6;
}

.shehui.whole-block--list p {
  line-height: 30px;
}

.special-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.special-item .card {
  padding: 20px 18px 8px;
}

.special-item .card a {
  display: block;
}

.special-item .card a:hover h4,
.special-item .card a:hover h6,
.special-item .card a:hover .title,
.special-item .card a:hover .brief,
.special-item .card a:hover p {
  color: #3159b6 !important;
}

.special-item .item {
  width: 388px;
}

.special-item .item .top .pic {
  width: 350px;
  height: 197px;
  border-radius: 4px;
  overflow: hidden;
}

.special-item .item .top .pic img {
  width: 350px;
  height: 197px;
  -o-object-fit: cover;
     object-fit: cover;
}

.special-item .item .top h6 {
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  font-weight: 500;
  color: #000000;
  margin-top: 16px;
}

.special-item .item .top .source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 12px 0;
  height: 16px;
}

.special-item .item .btm.image .cloumn {
  margin-bottom: 10px;
}

.special-item .item .btm.image .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.special-item .item .btm.image .con .pic {
  width: 132px;
  height: 74px;
  border-radius: 4px;
  overflow: hidden;
}

.special-item .item .btm.image .con .pic img {
  width: 132px;
  height: 74px;
  -o-object-fit: cover;
     object-fit: cover;
}

.special-item .item .btm.image .con .text {
  width: 210px;
}

.special-item .item .btm.image .con .text h6 {
  font-weight: normal;
  font-size: 16px;
  color: #3c3b3b;
  line-height: 20px;
}

.special-item .item .btm.image .con .text .source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}

.special-item .item .btm.list {
  padding-top: 16px;
}

.special-item .item .btm.list .cloumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.special-item .item .btm.list .cloumn::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #7996c8;
  border-radius: 100%;
  position: absolute;
  top: 14px;
  left: 6px;
}

.special-item .item .btm.list .cloumn a {
  width: 326px;
  display: block;
}

.special-item .item .btm.list .cloumn p {
  width: 326px;
  font-size: 14px;
  text-align: justify;
  color: #000000;
  line-height: 38px;
}

.special-item.main .card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.special-item.main .card .title-second a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.special-item.main .top {
  border-bottom: 1px solid #eeeeee;
}

.special-item.main .top h6 {
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  font-weight: 500;
  color: #000000;
  margin: 18px 0;
}

.special-item.main .top .source {
  margin: 0 0 16px;
}

.special-item.main .btm {
  margin-top: 16px;
}

.drawer {
  position: fixed;
  width: 442px;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  right: -450px;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  overflow-y: auto;
}

.drawer.open {
  -webkit-transform: translateX(-450px);
          transform: translateX(-450px);
}

.drawer .drawer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 106px 54px 0;
}

.drawer .drawer-wrap .drawer-close {
  cursor: pointer;
  position: absolute;
  top: 38px;
  right: 44px;
  width: 22px;
  height: 22px;
  background: url("/web/skin/static/images/close.png") no-repeat;
  background-size: cover;
}

.drawer .drawer-wrap .drawer-tit {
  padding-left: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #3159b6;
  line-height: 25px;
  background: url("/web/skin/static/images/like.png") no-repeat left center;
  background-size: 21px 21px;
  margin-bottom: 40px;
}

.drawer .drawer-wrap .item {
  text-align: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 1px solid #fff;
}

.drawer .drawer-wrap .item:hover {
  border-bottom: 1px solid #8c8c8c;
}

.drawer .drawer-wrap .item:hover a {
  color: #3159b6;
}

.drawer .drawer-wrap .item a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  font-size: 18px;
}

.mask {
  display: none;
  position: fixed;
  z-index: 9998;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(191, 191, 191, 0.4);
}

.catalog-list {
  min-height: 600px;
  padding: 22px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}

.catalog-list .empty {
  font-size: 18px;
  text-align: center;
}

.catalog-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
}

.catalog-list .item .pic {
  width: 180px;
  height: 126px;
  overflow: hidden;
  border-radius: 4px;
}

.catalog-list .item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.catalog-list .item .pic img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.catalog-list .item .con {
  width: 956px;
}

.catalog-list .item .con .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
}

.catalog-list .item .con .tit .tag {
  text-align: center;
  min-width: 70px;
  padding: 0 16px;
  height: 28px;
  line-height: 28px;
  background: #3159b6;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 16px;
  color: #ffffff;
}

.catalog-list .item .con .tit h6 {
  line-height: 28px;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.catalog-list .item .con .tit h6 span {
  float: left;
  display: block;
  text-align: center;
  min-width: 40px;
  padding: 0 16px;
  height: 28px;
  line-height: 28px;
  background: #3159b6;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 16px;
  color: #ffffff;
}

.catalog-list .item .con p {
  font-size: 14px;
  text-align: justify;
  color: #7d7c7c;
  line-height: 25px;
  margin: 10px 0;
}

.catalog-list .item .con .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  color: #7d7c7c;
  line-height: 25px;
}

.catalog-list .item .con:hover .tit h6 {
  color: #3159b6;
}

.catalog-list .item .con:hover p {
  color: #3159b6;
}

.content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content .article {
  -ms-flex-item-align: start;
      align-self: flex-start;
  background: #fff;
  border-radius: 4px;
  width: 754px;
}

.content .article .article-text {
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
}

.content .article .article-text .abstract {
  padding: 0 50px;
  border-radius: 4px;
  position: relative;
  text-align: justify;
}

.content .article .article-text .abstract::before, .content .article .article-text .abstract::after {
  content: "";
  display: block;
  width: 32px;
  height: 26px;
  position: absolute;
  background-size: contain !important;
}

.content .article .article-text .abstract::before {
  background: url("/web/skin/static/images/abstract-l.png");
  top: 0;
  left: 0;
}

.content .article .article-text .abstract::after {
  background: url("/web/skin/static/images/abstract-r.png");
  bottom: 0;
  right: 0;
}

.content .article .article-text .abstract p {
  color: #666;
  margin: 0;
}

.content .article .article-text img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
}

.content .article .article-text video {
  display: block;
}

.content .article .article-text p {
  font-size: 16px;
  text-align: justify;
  color: #222222;
  line-height: 30px;
  text-indent: 2em;
  margin: 20px 0;
}

.content .article .article-text h1,
.content .article .article-text h2,
.content .article .article-text h3,
.content .article .article-text h4,
.content .article .article-text h5,
.content .article .article-text h6 {
  margin: 20px 0;
  line-height: normal;
}

.content .article .article-text h4 {
  line-height: 22px;
  padding-left: 12px;
  font-size: 16px;
  position: relative;
}

.content .article .article-text h4::before {
  content: "";
  display: block;
  width: 4px;
  height: 18px;
  background: #ff0000;
  position: absolute;
  top: 2px;
  left: 0;
}

.content .article .article-text h5 {
  font-size: 14px;
}

.content .article .article-text .load {
  width: 100%;
  padding: 50px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), color-stop(50%, white));
  background-image: linear-gradient(rgba(255, 255, 255, 0.6) 0%, white 50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
}

.content .article .article-text .load.normal {
  position: static !important;
  -webkit-transform: none !important;
          transform: none !important;
  left: 0 !important;
}

.content .article .article-text .load.normal .info {
  margin-top: 0 !important;
}

.content .article .article-text .load .load-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content .article .article-text .load .load-icon {
  cursor: pointer;
  position: relative;
}

.content .article .article-text .load .down-text {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #202020;
  line-height: 30px;
}

.content .article .article-text .load .info {
  margin-top: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 500px;
  height: 154px;
  position: relative;
}

.content .article .article-text .load .info::before {
  content: "";
  width: 2px;
  height: 154px;
  opacity: 0.5;
  background: #cecece;
  position: absolute;
  left: 344px;
}

.content .article .article-text .load .info .bjd-logo {
  width: 279px;
  height: 71px;
}

.content .article .article-text .load .info .bjd-logo img {
  margin: 0;
}

.content .article .article-text .load .info .qrcode {
  width: 110px;
  height: 154px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.content .article .article-text .load .info .qrcode img {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0;
}

.content .article .article-text .load .info .qrcode p {
  margin: 6px 0;
  text-align: center;
  font-size: 12px;
  color: #969696;
  line-height: 16px;
  text-indent: 0;
}

.content .article .article-tools {
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 26px 0 18px 0;
}

.content .article .article-tools .tools__left,
.content .article .article-tools .tools__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.content .article .article-tools .tools__left p {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  line-height: 25px;
}

.content .article .article-tools div {
  cursor: pointer;
  margin-left: 25px;
  position: relative;
}

.content .article .article-tools div img.s {
  display: none;
}

.content .article .article-tools div .tools-qrcode {
  display: none;
  z-index: 99;
  position: absolute;
  top: 36px;
  left: -78px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}

.content .article .article-relation {
  margin: 80px -30px 0 -30px;
  padding: 20px 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.content .article .article-relation .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.content .article .article-relation .title h4 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #222;
  line-height: 22px;
}

.content .article .article-relation .title span {
  color: #3159b6;
}

.content .article .article-relation .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
}

.content .article .article-relation .item .pic {
  width: 180px;
  height: 126px;
  overflow: hidden;
  border-radius: 4px;
}

.content .article .article-relation .item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.content .article .article-relation .item .pic img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.content .article .article-relation .item .con {
  width: 550px;
}

.content .article .article-relation .item .con .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3px;
}

.content .article .article-relation .item .con .tit .tag {
  text-align: center;
  min-width: 70px;
  padding: 0 16px;
  height: 28px;
  line-height: 28px;
  background: #3159b6;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 16px;
  color: #ffffff;
}

.content .article .article-relation .item .con .tit h6 {
  line-height: 28px;
  font-size: 18px;
  font-weight: 500;
  color: #222222;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content .article .article-relation .item .con .tit h6 span {
  float: left;
  display: block;
  text-align: center;
  min-width: 40px;
  padding: 0 16px;
  height: 22px;
  line-height: 22px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2a58d0), to(#7a96c8));
  background: linear-gradient(#2a58d0 0%, #7a96c8 100%);
  border-radius: 20px;
  margin-right: 10px;
  margin-top: 4px;
  font-size: 16px;
  color: #ffffff;
}

.content .article .article-relation .item .con p {
  font-size: 14px;
  text-align: justify;
  color: #7d7c7c;
  line-height: 25px;
  margin: 10px 0;
}

.content .article .article-relation .item .con .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  color: #7d7c7c;
  line-height: 25px;
}

.content .side {
  width: 325px;
  margin-top: 10px;
}

.content .side .adimg {
  width: 100%;
  margin-bottom: 30px;
}

.content .side .adimg img {
  width: 100%;
}

.content .side .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 14px;
}

.content .side .title h4 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #222;
  line-height: 22px;
}

.content .side .title span {
  color: #3159b6;
}

.content .side .title .refresh {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-size: 14px;
  color: #919191;
  padding-left: 26px;
  background: url("/web/skin/static/images/refresh.png") no-repeat left center;
  background-size: contain;
}

.content .side .hot-list,
.content .side .rec-list,
.content .side .video-list {
  margin-bottom: 30px;
}

.content .side .hot-list .adimg img,
.content .side .rec-list .adimg img,
.content .side .video-list .adimg img {
  display: block;
  width: 100%;
  height: 185px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 30px auto;
}

.content .side .hot-list .con,
.content .side .rec-list .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
}

.content .side .hot-list .pic,
.content .side .rec-list .pic {
  width: 95px;
  height: 65px;
  overflow: hidden;
  border-radius: 4px;
}

.content .side .hot-list .pic img,
.content .side .rec-list .pic img {
  display: block;
  width: 95px;
  height: 65px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content .side .hot-list .text p,
.content .side .rec-list .text p {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  color: #454545;
  line-height: 20px;
}

.content .side .hot-list .text .date,
.content .side .rec-list .text .date {
  font-size: 12px;
  color: #7d7c7c;
  line-height: 16px;
  margin-top: 6px;
}

.content .side .hot-list ul li.major {
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
}

.content .side .hot-list ul li.major .pic {
  position: relative;
}

.content .side .hot-list ul li.major .pic .num {
  position: absolute;
  font-size: 12px;
  font-weight: 600;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: #144ac8;
  text-align: center;
  line-height: 18px;
  color: #fff;
  border-radius: 4px 0 4px 0;
}

.content .side .hot-list ul li.major .text {
  width: 216px;
}

.content .side .hot-list ul li.major:nth-child(2) .num {
  background: #ff7400;
}

.content .side .hot-list ul li.major:nth-child(3) .num {
  background: #ffd300;
}

.content .side .hot-list ul li.unimpor {
  padding-top: 15px;
}

.content .side .hot-list ul li.unimpor a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content .side .hot-list ul li.unimpor p {
  font-size: 16px;
  color: #454545;
  line-height: 24px;
  padding-left: 30px;
  position: relative;
}

.content .side .hot-list ul li.unimpor p .num {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  font-size: 12px;
  width: 18px;
  height: 18px;
  background: #e5e5e5;
  border-radius: 2px;
  color: #9e9e9e;
  text-align: center;
  line-height: 18px;
}

.content .side .rec-list ul li {
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
}

.content .side .rec-list ul li .text {
  width: 218px;
}

.content .side .rec-list ul li .text .btm {
  margin-top: 4px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-item-align: center;
      align-self: center;
}

.content .side .rec-list ul li .text .btm .source {
  height: 18px;
  border: 1px solid #3159b6;
  border-radius: 10px;
  color: #3159b6;
  padding: 0 6px;
  max-width: 40%;
}

.content .side .rec-list ul li .text .btm .date {
  margin: 0;
  line-height: 18px;
}

.content .side .video-list ul li {
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5;
}

.content .side .video-list ul li .pic {
  width: 100%;
  height: 183px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.content .side .video-list ul li .pic .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 57px;
  height: 54px;
  background: url("/web/skin/static/images/play.png") no-repeat center center;
}

.content .side .video-list ul li .pic img {
  display: block;
  width: 100%;
  height: 183px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content .side .video-list ul li h6 {
  font-size: 16px;
  font-weight: 500;
  color: #454545;
  position: relative;
  line-height: 22px;
  padding-left: 16px;
  margin: 10px 0;
}

.content .side .video-list ul li h6::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #7996c8;
  position: absolute;
  top: 8px;
  left: 0;
}

.content .side .video-list ul li .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #7d7c7c;
  line-height: 12px;
}

.content .side .video-list ul li .btm .date {
  margin-right: 30px;
}

.content .side .video-list ul li .btm .source {
  max-width: 200px;
}

.video-content .video-box {
  margin-top: 30px;
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.video-content .video-box .video {
  width: 882px;
  height: 496px;
  background: #000;
}

.video-content .video-box .video video {
  width: 100%;
  height: 100%;
}

.video-content .video-box .v-hot-list {
  width: 288px;
  height: 496px;
  padding: 0 20px 0 10px;
  background: #fff;
  overflow: hidden;
}

.video-content .video-box .v-hot-list .v-hot-list-tit {
  text-align: center;
  width: 158px;
  font-size: 20px;
  line-height: 48px;
  font-weight: 700;
  color: #3159b6;
  border-bottom: 2px solid #3159b6;
  margin-bottom: 10px;
}

.video-content .video-box .v-hot-list .item {
  margin-bottom: 19px;
}

.video-content .video-box .v-hot-list .item.selected p, .video-content .video-box .v-hot-list .item:hover p {
  color: #3159b6 !important;
}

.video-content .video-box .v-hot-list .item .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.video-content .video-box .v-hot-list .item .con .pic {
  width: 120px;
  height: 68px;
  border-radius: 4px;
  overflow: hidden;
}

.video-content .video-box .v-hot-list .item .con .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-content .video-box .v-hot-list .item .con .brief {
  width: 158px;
}

.video-content .video-box .v-hot-list .item .con .brief p {
  font-size: 14px;
  line-height: 20px;
  color: #3d3d3d;
  text-align: justify;
}

.video-content .video-box .v-hot-list .item .con .brief .source {
  margin-top: 8px;
  font-size: 14px;
  color: #8b8b8b;
}

.video-content .video-info {
  width: 882px;
}

.video-content .video-info .video-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 16px 0;
}

.video-content .video-info .video-title h6 {
  width: 1020px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  color: #434343;
}

.video-content .video-info .video-title .tools {
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-content .video-info .video-title .tools div {
  cursor: pointer;
  margin-left: 26px;
  position: relative;
}

.video-content .video-info .video-title .tools div img.s {
  display: none;
}

.video-content .video-info .video-title .tools div .tools-qrcode {
  display: none;
  z-index: 99;
  position: absolute;
  top: 36px;
  left: -78px;
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}

.video-content .video-info .btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 16px;
  color: #434343;
}

.video-content .video-info .btm .source {
  margin-right: 34px;
}

.video-content .video-info .video-brief {
  background: rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  color: #b0b0b0;
  margin: 25px 0;
  padding: 20px;
  text-align: justify;
  font-size: 14px;
  line-height: 25px;
}

.video-content .recommend {
  margin-top: 60px;
}

.video-content .recommend .rec-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #303030;
  position: relative;
  padding-left: 10px;
}

.video-content .recommend .rec-title::before {
  content: "";
  width: 4px;
  height: 24px;
  background: #3159b6;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 0;
}

.video-content .recommend .rec-slider {
  margin-top: 22px;
  position: relative;
}

.video-content .recommend .rec-slider .swiper-container .swiper-slide {
  width: 225px;
  border-radius: 4px;
  overflow: hidden;
}

.video-content .recommend .rec-slider .swiper-container .swiper-slide .pic {
  width: 225px;
  height: 126px;
  overflow: hidden;
}

.video-content .recommend .rec-slider .swiper-container .swiper-slide .pic img {
  display: block;
  width: 225px;
  height: 126px;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-content .recommend .rec-slider .swiper-container .swiper-slide .con {
  padding: 12px 14px;
  background: #f1f1f1;
  border-radius: 0 0 4px 4px;
}

.video-content .recommend .rec-slider .swiper-container .swiper-slide p {
  height: 50px;
  line-height: 25px;
  text-align: justify;
}

.video-content .recommend .rec-slider .swiper-container .swiper-slide p a {
  font-size: 14px;
  color: #7d7c7c;
}

.video-content .recommend .rec-slider .swiper-container .swiper-slide .btm {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  color: #7d7c7c;
  line-height: 18px;
}

.video-content .recommend .rec-slider .swiper-container .swiper-slide .btm .source {
  max-width: 50%;
}

.video-content .recommend .rec-slider .swiper-container .swiper-slide .btm .share {
  position: relative;
}

.video-content .recommend .rec-slider .swiper-container .swiper-slide .btm .share img {
  cursor: pointer;
  display: inline-block;
  width: 22px;
  margin-left: 14px;
}

.video-content .recommend .rec-slider .button {
  width: 25px;
  height: 43px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.video-content .recommend .rec-slider .button.swiper-button-disabled {
  cursor: not-allowed;
}

.video-content .recommend .rec-slider .button.prev {
  background: url("/web/skin/static/images/slide-left.png") no-repeat;
  left: -45px;
}

.video-content .recommend .rec-slider .button.next {
  background: url("/web/skin/static/images/slide-right.png") no-repeat;
  right: -45px;
}

.video-content .recommend .rec-slider .recommend-wechat-drop {
  width: 120px;
  height: 120px;
  display: none;
  z-index: 99;
  position: absolute;
  left: 0;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}

.video-content .recommend .rec-slider .recommend-wechat-drop img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.h2c {
  width: 400px;
  position: fixed;
  top: -1000%;
  background: #fff url("/web/skin/static/images/h2c-bg.png") no-repeat center center;
  background-size: cover;
}

.h2c .h2c-banner {
  display: none;
  width: 100%;
  max-width: 100%;
  max-height: 270px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.h2c .canvas {
  position: relative;
  padding: 15px;
}

.h2c .canvas img {
  display: block;
}

.h2c .canvas .h2c-title {
  font-size: 20px;
  line-height: 25px;
  color: #2f2f2f;
  font-weight: 700;
  text-align: left;
}

.h2c .canvas .whole {
  padding-left: 12px;
  position: relative;
  margin-top: 25px;
}

.h2c .canvas .whole::before {
  content: "";
  display: block;
  width: 4px;
  height: 26px;
  background: #ff0000;
  position: absolute;
  top: 3px;
  left: 0;
}

.h2c .canvas .whole .info {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #aaaaaa;
  line-height: 16px;
}

.h2c .canvas .whole .info .source {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 50%;
  margin-right: 18px;
  color: #345cb7;
}

.h2c .canvas .whole .date {
  font-size: 12px;
  color: #aaaaaa;
  line-height: 16px;
  margin-right: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.h2c .canvas .h2c-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.h2c .canvas .h2c-con .logo {
  margin-top: 31px;
}

.h2c .canvas .h2c-con .logo img {
  width: 144px;
  display: block;
}

.h2c .canvas .h2c-con .logo .slogan {
  font-size: 12px;
  text-align: center;
  color: #898989;
  letter-spacing: 2px;
  margin: 12px auto;
}

.h2c .canvas .h2c-qr {
  margin-top: 16px;
}

.h2c .canvas .h2c-qr #h2c-qrcode {
  display: block;
  width: 72px;
  height: 72px;
  border: 4px solid #fff;
  border-radius: 4px;
}

.h2c .canvas .h2c-qr #h2c-qrcode img {
  width: 100%;
}

.h2c .canvas .h2c-qr p {
  margin-top: 10px;
}

.h2c .canvas p {
  text-align: center;
  font-size: 12px;
  color: #7d7d7d;
}

.model-fixed {
  display: none;
  width: 400px;
  background: #fff;
  -webkit-box-shadow: 1px 2px 57px 5px rgba(7, 5, 5, 0.11);
          box-shadow: 1px 2px 57px 5px rgba(7, 5, 5, 0.11);
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  border-radius: 4px;
  overflow: hidden;
}

.model-fixed .model-content {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 10px;
}

.model-fixed .model-content .h2c-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.model-fixed .model-content p {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 12px;
  color: #3159b6;
  cursor: pointer;
}

.model-fixed img {
  max-width: 100%;
}

@-webkit-keyframes down {
  from {
    top: 0px;
  }
  to {
    top: 10px;
  }
}

@keyframes down {
  from {
    top: 0px;
  }
  to {
    top: 10px;
  }
}
