.a9_main {
  min-width: 1200px;
  height: auto;
}

/* 头图部分 开始 */

.a9_banner {
  min-width: 1200px;
  height: 460px;
  background: url('../images/a9-bg.jpg') no-repeat -60px top;
  background-size: auto 100%;
}

.a9_info {
  padding: 253px 0 0 850px;
}

.a9_info-time {
  display: block;
  height: 40px;
  padding-left: 38px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.a9_info div {
  position: relative;
  width: 500px;
  height: 98px;
  background: #5eecbc;
}

.a9_info div::after {
  position: absolute;
  top: 12px;
  left: 12px;
  content: 'A9VG专题报道';
  width: 500px;
  height: 98px;
  font-size: 55px;
  line-height: 98px;
  text-align: center;
  color: #02accb;
  font-weight: bold;
  background: #bcff7a;
}
/* 头图部分 结束 */

/* 导航部分 开始 */
.a9_nav {
  height: 60px;
  background: #3264bf;
}

.a9_nav-cont {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.a9_nav-cont ul {
  float: left;
}

.a9_nav-cont li {
  float: left;
  height: 100%;
}

.a9_nav-cont li a {
  display: block;
  width: 140px;
  height: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  background: transparent;
}
.a9_nav-cont li a:hover {
  background: #2853a2;
}

.a9_nav-cont div.a9_nav-media {
  float: right;
  height: 100%;
  padding-top: 14px;
}

.a9_nav-cont div.a9_nav-media a {
  position: relative;
  float: left;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.a9_nav-cont div.a9_nav-media a:hover {
  background-color: #2853a2;
}

.a9_nav-cont div.a9_nav-media a:hover i {
  display: block;
}

.a9_nav-cont div.a9_nav-media a:hover div {
  display: block;
}

a.android {
  background: url('../images/a9-share.png') no-repeat center -3px transparent;
}

a.ios {
  background: url('../images/a9-share.png') no-repeat center -37px transparent;
}

a.weixin {
  background: url('../images/a9-share.png') no-repeat center -71px transparent;
}

a.weibo {
  background: url('../images/a9-share.png') no-repeat center -105px transparent;
}

.a9_nav-cont div.a9_nav-media a i {
  display: none;
  position: absolute;
  top: 30px;
  left: 7px;
  z-index: 999;
  width: 16px;
  height: 16px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.a9_nav-cont div.a9_nav-media a > div {
  display: none;
  position: absolute;
  top: 45px;
  left: -142px;
  z-index: 998;
  width: 312px;
  height: 164px;
  padding: 30px 22px 0;
  border: 1px solid#e5e5e5;
  background: #fff;
}

.a9_nav-cont div.a9_nav-media a > div .fl {
  width: 112px;
  height: 112px;
}

.a9_nav-cont div.a9_nav-media a > div .fl img {
  width: 100%;
  height: 100%;
}

.a9_nav-cont div.a9_nav-media a > div .fr {
  width: 142px;
}

.a9_nav-cont div.a9_nav-media a > div .fr h3 {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: bold;
  color: #1e77bd;
}

.a9_nav-cont div.a9_nav-media a > div .fr p {
  font-size: 0.875rem;
  color: #999999;
  line-height: 18px;
}
/* 导航部分 结束 */

/* 轮播图部分 开始 */
.a9_swiper-box {
  padding-top: 36px;
  overflow: hidden;
}

.a9_swiper-container {
  position: relative;
  width: 1200px;
  height: 402px;
  margin: 0 auto;
}

.a9_swiper-wrapper {
  position: absolute;
  top: 0;
  left: -2432px;
  height: 100%;
}

.a9_swiper-wrapper li {
  position: relative;
  float: left;
  width: 1200px;
  height: 402px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

.a9_swiper-wrapper li a {
  position: relative;
  display: block;
  width: 1200px;
  height: 362px;
}

.a9_swiper-wrapper li.active a {
  margin-top: 0;
  height: 402px;
}

.a9_swiper-wrapper li div:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36);
}
.a9_swiper-wrapper li p {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.a9_swiper-wrapper li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 362px;
  background: rgba(0, 0, 0, 0.36);
}

.a9_swiper-wrapper li img {
  width: 100%;
  height: 100%;
}

.a9_pagination {
  position: absolute;
  bottom: 15px;
  left: 50%;
  width: 125px;
  height: 10px;
  margin-left: -62.5px;
}

.a9_pagination span {
  float: left;
  width: 10px;
  height: 100%;
  margin-right: 5px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: width 200ms;
}

.a9_pagination span.select {
  width: 60px;
  background: #3264bf;
  border-radius: 10px;
}

.a9_btn {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 90px;
  margin-top: -45px;
  background-color: transparent;
  border-radius: 5px;
  cursor: pointer;
}

.a9_prev {
  left: 20px;
  background: url('../images/a9_lBtn.png') no-repeat center;
}

.a9_prev:hover {
  background: url('../images/a9_lBtn-hover.png') no-repeat center
    rgba(0, 0, 0, 0.5);
}

.a9_next {
  right: 20px;
  background: url('../images/a9_rBtn.png') no-repeat center;
}

.a9_next:hover {
  background: url('../images/a9_rBtn-hover.png') no-repeat center
    rgba(0, 0, 0, 0.5);
}
/* 轮播图部分 结束 */

/* 内容 开始 */
.a9__common {
  width: 1200px;
  margin: auto;
}
.a9__common h3 {
  height: 92px;
  font-size: 20px;
  line-height: 92px;
  font-weight: bold;
  color: #007bc2;
}
.a9__tag {
  position: absolute;
  top: 6px;
  height: 18px;
  padding: 0 6px;
  font-size: 12px;
  line-height: 18px;
  color: white;
}
.a9__tag.is-blue {
  background-color: #00b7ee;
}
.a9__tag.is-green {
  background-color: #17a49c;
}
.a9__tag.is-orange {
  background-color: #f9832c;
}
.a9__header {
  display: flex;
  align-items: center;
}
.a9__line {
  flex: 1;
  height: 2px;
  margin-left: 28px;
  background-image: -webkit-linear-gradient(
    left,
    rgba(118, 182, 225, 1) 0%,
    rgba(118, 182, 225, 0.1) 80%
  );
}
.a9__more-news {
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #eee;
}
.a9__more-news a {
  color: #3fa4df;
}
.a9__more-news:hover {
  background-color: #3264bf;
}
.a9__more-news:hover a {
  color: #fff;
}
.a9__nav {
  background-color: #3264bf;
}
.a9__nav-list {
  display: flex;
  height: 60px;
}
.a9__nav-item a {
  display: block;
  width: 120px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  color: white;
}
.a9__nav-item a:hover {
  background-color: #2853a2;
}
.a9__nav-item.is-active a {
  background-color: #2853a2;
}
.a9__news-interview-inner {
  display: flex;
}
.a9__news-interview-inner .a9__line {
  margin-left: 8px;
}
.a9__news-inner {
  display: flex;
}
.a9__news-text {
  width: 450px;
  margin-right: 30px;
}
.a9__news-text > a {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
  color: #585858;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.a9__news-text > a:hover {
  color: #27aaf6;
}
.a9__news-text > a.visited {
  color: #27aaf6;
}
.a9__news-text-list {
  margin-bottom: 34px;
}
.a9__news-text-list a {
  display: flex;
  justify-content: space-between;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #585858;
}
.a9__news-text-list a:hover span.is-title {
  color: #76b6e1;
}
.a9__news-text-list a.visited span.is-title {
  color: #76b6e1;
}
.a9__news-text-list span.is-title {
  position: relative;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 14px;
}
.a9__news-text-list span.is-title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 17px;
  width: 6px;
  height: 6px;
  background-color: #27aaf6;
  border-radius: 50%;
}
.a9__news-text-list span.is-date {
  font-size: 12px;
  color: #a3a3a3;
}
.a9__news-pic {
  width: 460px;
}
.a9__news-pic li {
  margin-bottom: 36px;
}
.a9__news-pic li:last-child {
  margin-bottom: 0;
}
.a9__news-pic .a9__news-pic-item {
  display: flex;
}
.a9__news-pic-image {
  position: relative;
  flex: 0 1 180px;
  height: 102px;
  margin-right: 20px;
}
.a9__news-pic-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.a9__news-pic-content {
  flex: 1;
  margin-right: 70px;
}
.a9__news-pic-content a {
  font-size: 17px;
  line-height: 26px;
  font-weight: bold;
  color: #4d4d4d;
  overflow: hidden;
  font-weight: bold;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.a9__news-pic-content a:hover {
  color: #27aaf6;
}
.a9__news-pic-content a.visited {
  color: #27aaf6;
}

.a9__news-pic-content p,
.a9__news-pic-content span {
  line-height: 18px;
  font-size: 12px;
  color: #797979;
}
.a9__news-pic-content p {
  max-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.a9__news-pic-content span {
  display: block;
  margin-top: 6px;
}
.a9__interview {
  flex: 0 1 260px;
}
.a9__interview-list li {
  position: relative;
  margin-bottom: 8px;
}
.a9__interview-list h4 {
  width: 100%;
  height: 38px;
  padding: 1px 5px;
  line-height: 17px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 12px;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.a9__interview-list h4:hover {
  color: #27aaf6;
}
.a9__interview-list a {
  display: block;
  height: 148px;
}
.a9__interview-list a img {
  display: block;
  width: 100%;
  height: 100%;
}
.a9__funny-video-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.a9__funny-video-list li {
  position: relative;
  flex: 0 1 25%;
  padding: 0 5px;
}
.a9__funny-video-list li.is-specify {
  flex: 0 1 50%;
}
.a9__funny-video-list li.is-specify img {
  margin-bottom: 0;
}
.a9__funny-video-list li.is-specify > div {
  display: flex;
}
.a9__funny-video-list li.is-specify .a9__funny-video-content {
  border: 1px solid #b5b5b5;
  border-left: none;
}
.a9__funny-video-list li.is-specify .a9__funny-video-content a {
  margin: 8px 12px 8px;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #4d4d4d;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.a9__funny-video-list li.is-specify .a9__funny-video-content a:hover {
  color: #27aaf6;
}
.a9__funny-video-list li.is-specify .a9__funny-video-content a.visited {
  color: #27aaf6;
}
.a9__funny-video-list li.is-specify p {
  height: 128px;
  margin: 0 12px;
  font-size: 12px;
  line-height: 18px;
  color: #797979;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.a9__funny-video-list img {
  display: block;
  width: 100%;
  height: 168px;
  margin-bottom: 14px;
}
.a9__funny-video-list h4 {
  height: 44px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: bold;
  cursor: pointer;
}
.a9__funny-video-list h4:hover {
  color: #27aaf6;
}
.a9__funny-video-list .a9__funny-video-content a {
  display: block;
  margin: 16px 0 28px;
  font-size: 12px;
  line-height: 20px;
  color: #4d4d4d;
}

.a9__funny-video-list .a9__funny-video-content a:hover {
  color: #27aaf6;
}

.a9__funny-video-list .a9__funny-video-content a.visited {
  color: #27aaf6;
}

.a9__funny-video-image {
  position: relative;
  flex: 0 1 388px;
}
.a9__funny-video-image img {
  display: block;
  width: 100%;
  height: 220px;
}
.a9__funny-video-content {
  flex: 1;
}
.a9__funny-video-more-news {
  width: 50%;
  margin: 32px auto 0;
}
.a9__spot-hit-inner {
  display: flex;
  margin: 0 -6px;
  color: white;
}
.a9__spot-hit-inner img {
  display: block;
  width: 100%;
  height: 100%;
}
.a9__spot-hit-inner h4 {
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.a9__spot-hit-inner p {
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  color: #fff;
}
.a9__spot-hit-specify {
  position: relative;
  flex: 1;
  height: 338px;
  padding: 0 3px;
}

.a9__spot-hit-specify:hover .a9__spot-hit-layer {
  visibility: visible;
}

.a9__spot-hit-list {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  margin: -3px 0;
}
.a9__spot-hit-list li {
  position: relative;
  flex: 0 1 50%;
  height: 172px;
  padding: 3px;
}
.a9__spot-hit-list li:hover .a9__spot-hit-layer {
  visibility: visible;
}
.a9__spot-hit-list .a9__spot-hit-layer {
  top: 3px;
  bottom: 3px;
}
.a9__spot-hit-layer {
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  right: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.a9__key-work-list {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
.a9__key-work-list li {
  flex: 0 1 16.66666667%;
  padding: 0 12px;
  text-align: center;
  color: #6b6b6b;
}

.a9__key-work-list li:hover h4 {
  color: #27aaf6;
}

.a9__key-work-list li:hover p {
  color: #27aaf6;
}

.a9__key-work-list img {
  display: block;
  width: 100%;
  height: 224px;
}
.a9__key-work-list h4 {
  margin: 12px 0 10px;
  font-size: 16px;
}
.a9__key-work-list p {
  font-size: 14px;
  margin-bottom: 42px;
}

/* 内容 结束 */

/* 微博直播 开始 */
.a9__reverse {
  height: 460px;
  background-color: #e5e5e5;
  overflow: hidden;
}
.a9__reverse1 {
  float: left;
  width: 850px;
  margin-top: -20px;
}
.a9__reverse2 {
  float: right;
  width: 300px;
}
/* 微博直播 结束 */

/* 旗下媒体 开始 */
.a9__media ul {
  width: 1200px;
  display: flex;
  justify-content: space-between;
}
.a9__media ul li {
  width: 220px;
  height: 98px;
  border: 1px solid #e4e4e4;
}
.a9__media ul li a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* 旗下媒体 结束 */
