/* 头部 */
.pub_header {
  /*position: fixed;*/
  width: 100%;
  height: 70px;
  background-color: #fff;
  border-bottom: 2px solid #eeeeee;
  z-index: 1000;
}
.pub_header .downApp {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
  z-index: 50;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
  position: relative;
}
.pub_header .downApp .code_box {
  position: absolute;
  bottom: -150px;
  left: 50%;
  width: 132px;
  height: 132px;
  box-sizing: border-box;
  padding: 6px;
  margin-left: -66px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.pub_header .downApp .code_box .code_img {
  width: 120px;
  height: 120px;
}
.pub_header .downApp .code_box .angle::after {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: -16px;
  margin-left: -8px;
}
.pub_header .downApp .code_box .angle::before {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #eee;
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -10px;
}
.pub_header .downApp .phone {
  width: 26px;
  height: 26px;
}
.pub_header .downApp p {
  margin-top: 2px;
}
.pub_header .downApp:hover {
  color: #FFAF00;
}
.pub_header .downApp:hover .code_box {
  display: block;
}
.pub_header .box_1200 {
  height: 100%;
}
.pub_header .searchBox {
  width: 260px;
  height: 40px;
  margin-top: 15px;
  box-sizing: border-box;
  border: 1px solid #FFAF00;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.pub_header .searchBox .s_input {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 0 80px 0 20px;
  font-size: 14px;
  font-weight: 400;
  color: #222;
  box-sizing: border-box;
  line-height: 40px;
}
.pub_header .searchBox .s_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background-color: #FFAF00;
}
.pub_header .searchBox .s_btn img {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  right: 18px;
  top: 6px;
}
.pub_header .logo {
  height: 40px;
  margin-top: 15px;
  width: 130px;
}
.pub_header .tabbar {
  height: 100%;
  margin-left: 40px;
  line-height: 70px;
}
.pub_header .tabbar .item {
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-right: 30px;
  position: relative;
  float: left;
}
.pub_header .tabbar .item a {
  height: 100%;
  display: block;
}
.pub_header .tabbar .item.active {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}
.pub_header .tabbar .item .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #FFAF00;
  border-radius: 2px;
}
/* 底部 */
.pub_footer {
  width: 100%;
  height: 240px;
  border-top: 2px solid #FFAF00;
  margin-top: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pub_footer .bottom_bar3 {
  margin-top: 20px;
}
.pub_footer .bottom_bar3 .item {
  float: left;
  margin-right: 30px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  height: 20px;
  line-height: 20px;
}
.pub_footer .bottom_bar3 .item span {
  margin-left: 4px;
}
.pub_footer .bottom_bar3 .item img {
  width: 20px;
  height: 20px;
}
.pub_footer .bottom_bar2 {
  margin-top: 60px;
}
.pub_footer .bottom_bar2 .item {
  float: left;
  margin-right: 30px;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.pub_footer .bottom_bar .item {
  float: left;
  font-size: 14px;
  font-weight: 600;
  color: #222222;
  margin-right: 30px;
}
.pub_footer .bottom_bar .item a {
  display: block;
}
.pub_footer .bottom_bar .item:hover {
  color: #FFAF00;
}
.pub_footer .left {
  width: 460px;
  height: 100%;
  box-sizing: border-box;
  border-right: 1px solid #E1E1E1;
  padding-right: 60px;
}
.pub_footer .left .btn {
  display: block;
  width: 96px;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 16px;
  background-color: #222;
}
.pub_footer .left .intro {
  font-size: 24px;
  font-weight: 600;
  color: #666666;
  margin-top: 5px;
}
.pub_footer .left .tips {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  margin-top: 5px;
}
.pub_footer .left .info {
  margin-left: 20px;
  text-align: center;
}
.pub_footer .left img {
  width: 120px;
  height: 120px;
}
.pub_footer .left .app_code {
  margin-left: 40px;
}
.pub_footer .right {
  width: 740px;
  height: 100%;
  box-sizing: border-box;
  padding-left: 60px;
}
.pub_footer .box_1200 {
  height: 120px;
  margin-top: 50px;
}
/* 列表盒子 */
.floor {
  margin-top: 50px;
}
.f_title {
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-left: 15px;
  position: relative;
}
.f_title .line {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 5px;
  height: 16px;
  border-radius: 8px;
  background-color: #FFAF00;
}
.f_title .text {
  font-size: 20px;
  font-weight: 600;
  color: #222222;
}
.f_title .next {
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  cursor: pointer;
  color: #666;
  font-size: 14px;
}
.f_title .next span {
  float: left;
}
.f_title .next img {
  width: 16px;
  height: 16px;
  float: left;
  margin-top: 2px;
}
/* loading */
.g_loading {
  text-align: center;
  padding: 20px 0;
}
.g_loading .circle {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 1px;
  border-radius: 50%;
  background-color: #ccc;
}
.g_loading .circle1 {
  animation: g_loading 0.5s linear 0.2s infinite alternate;
}
.g_loading .circle2 {
  animation: g_loading 0.5s linear 0.4s infinite alternate;
}
.g_loading .circle3 {
  animation: g_loading 0.5s linear 0.8s infinite alternate;
}
@keyframes g_loading {
  from {
    transform: scale(0.6);
  }
  to {
    transform: scale(1);
  }
}
.g_loading .text {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}
/* 下载侧边栏 */
.down_aside {
  position: fixed;
  right: 5px;
  top: 50%;
  margin-top: -100px;
  width: 170px;
  height: 200px;
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 9999;
  border: 1px solid #eee;
}
.down_aside .logo {
  width: 60px;
  height: 60px;
  margin-top: 24px;
}
.down_aside .name {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-top: 8px;
}
.down_aside .downBtn {
  position: absolute;
}
.down_aside .tips {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  margin-top: 8px;
}
.down_aside .btn {
  width: 116px;
  height: 30px;
  line-height: 30px;
  background: linear-gradient(90deg, #F5CA64 0%, #FF9C00 100%);
  border-radius: 15px;
  margin: 10px auto 0;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
  position: relative;
}
.down_aside .btn .downText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.down_aside .btn .downImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.down_aside .btn .code_box {
  position: absolute;
  top: 50%;
  left: -150px;
  width: 132px;
  height: 132px;
  box-sizing: border-box;
  padding: 6px;
  margin-top: -66px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
}
.down_aside .btn .code_box .code_img {
  width: 120px;
  height: 120px;
}
.down_aside .btn .code_box .angle::after {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -8px;
}
.down_aside .btn .code_box .angle::before {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #eee;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -10px;
}
.down_aside .btn:hover .code_box {
  display: block;
}
/* 主内容侧边栏 */
.main_aside {
  position: absolute;
  right: -106px;
  top: 50%;
  width: 46px;
  text-align: center;
  z-index: 10;
}
.main_aside .item {
  display: block;
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  padding: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  line-height: 14px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-top: 10px;
  cursor: pointer;
  border: 1px solid #eee;
}
.main_aside #top {
  width: 100%;
  height: 46px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  line-height: 46px;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.main_aside #top .img {
  width: 30px;
  height: 30px;
}
.main_aside .down {
  position: relative;
}
.main_aside .down .code_box {
  position: absolute;
  top: 50%;
  left: -150px;
  width: 132px;
  height: 132px;
  box-sizing: border-box;
  padding: 6px;
  margin-top: -66px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
}
.main_aside .down .code_box .code_img {
  width: 120px;
  height: 120px;
}
.main_aside .down .code_box .angle::after {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: #FFFFFF;
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -8px;
}
.main_aside .down .code_box .angle::before {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #eee;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -10px;
}
.main_aside .down:hover {
  color: #FFAF00;
}
.main_aside .down:hover .code_box {
  display: block;
}
/* 资讯列表样式 1 */
.listBox_1 .item {
  width: 285px;
  height: auto;
  margin-right: 20px;
  color: #666666;
}
.listBox_1 .item img {
  display: block;
  width: 100%;
  height: 190px;
  border-radius: 6px;
}
.listBox_1 .item p {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.listBox_1 .item:hover {
  color: #FFAF00;
}
/* 音频列表样式 2 */
.listBox_2 .item {
  width: 165px;
  height: 165px;
  margin-right: 42px;
  color: #666666;
}
.listBox_2 .item .coverImg {
  width: 100%;
  height: 150px;
  position: relative;
}
.listBox_2 .item .intro {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.listBox_2 .item .vip {
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 26px;
  z-index: 30;
}
.listBox_2 .item .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  border-radius: 6px;
  z-index: 30;
}
.listBox_2 .item .line2 {
  width: 150px;
  height: 150px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.listBox_2 .item.hover {
  color: #FFAF00;
}
/* 视频列表样式 3 */
.listBox_3 .item {
  width: 285px;
  height: auto;
  color: #666666;
  margin-right: 20px;
}
.listBox_3 .item.hover {
  color: #FFAF00;
}
.listBox_3 .item:nth-child(4n) {
  margin-right: 0;
}
.listBox_3 .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 10px;
}
.listBox_3 .coverImg {
  position: relative;
  width: 100%;
  height: 160px;
  border-radius: 6px;
  overflow: hidden;
}
.listBox_3 .coverImg .cover {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.listBox_3 .coverImg .icon {
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: 46px;
  height: 46px;
}
/* 直播列表样式 4 */
.listBox_4 .item {
  width: 165px;
  height: 165px;
  box-sizing: border-box;
  border: 1px solid #EEEEEE;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.listBox_4 .status {
  position: absolute;
  top: 0;
  left: 0;
  width: 62px;
  height: 24px;
}
.listBox_4 .coverImg {
  width: 100%;
  height: 100%;
  display: block;
}
/* 音频列表样式 5 */
.listBox_5 .item {
  margin-right: 50px;
  width: 575px;
  height: 150px;
  margin-bottom: 30px;
}
.listBox_5 .item .coverImg {
  width: 165px;
  height: 100%;
  position: relative;
}
.listBox_5 .item .vip {
  position: absolute;
  top: 0;
  left: 0;
  width: 58px;
  height: 26px;
  line-height: 26px;
  border-radius: 6px 0px 6px 0px;
  background: linear-gradient(134deg, #9C6C42 0%, #E4C09F 100%);
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  z-index: 40;
  text-align: center;
}
.listBox_5 .item .vip .icon {
  width: 14px;
  height: 14px;
}
.listBox_5 .item .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  border-radius: 6px;
  z-index: 30;
}
.listBox_5 .item .line {
  position: absolute;
  left: 6px;
  top: 6px;
  width: 150px;
  height: 138px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  background-color: rgba(237, 237, 237, 0.5);
  z-index: 20;
}
.listBox_5 .item .line2 {
  width: 150px;
  height: 150px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  background-color: #444444;
  z-index: 10;
}
.listBox_5 .item:hover .title {
  color: #FFAF00;
}
.listBox_5 .info {
  width: 390px;
  height: 100%;
  position: relative;
}
.listBox_5 .info .title {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 25px;
  margin-top: 10px;
}
.listBox_5 .info .intro {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-top: 10px;
}
.listBox_5 .info .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.listBox_5 .status {
  width: 44px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #78C10C;
}
.listBox_5 .status.active {
  background-color: #FF8700;
}
.listBox_5 .listen {
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin-left: 15px;
  line-height: 20px;
}
.listBox_5 .listen img {
  width: 16px;
  height: 16px;
  margin-right: 2px;
  float: left;
  margin-top: 2px;
}
.listBox_5 .listen span {
  float: left;
}
/* 专题列表样式 6 */
.listBox_6 .item {
  width: 580px;
  height: auto;
  margin-right: 40px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.13);
  border-radius: 6px;
  border: 1px solid #EEEEEE;
  margin-bottom: 40px;
  overflow: hidden;
}
.listBox_6 .item .title {
  box-sizing: border-box;
  padding: 12px 20px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 28px;
}
.listBox_6 .item .coverImg,
.listBox_6 .item .cover {
  height: 386px;
  width: 100%;
  display: block;
  object-fit: cover;
}
.listBox_6 .item:nth-child(2n) {
  margin-right: 0;
}
.listBox_6 .item:hover .title {
  color: #FFAF00;
}
/* 新闻资讯列表样式 7 */
.listBox_7 .item {
  margin-bottom: 20px;
  display: block;
  height: 80px;
  color: #222222;
}
.listBox_7 .item:hover {
  color: #FFAF00;
}
.listBox_7 img {
  float: left;
  width: 120px;
  height: 80px;
  border-radius: 6px;
}
.listBox_7 p {
  float: right;
  width: 215px;
  height: 80px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
/* 视频列表样式 8 */
.listBox_8 .item {
  margin-right: 40px;
  width: 580px;
  height: 140px;
  margin-bottom: 30px;
}
.listBox_8 .item .coverImg {
  width: 250px;
  height: 100%;
  position: relative;
}
.listBox_8 .item .playBtn {
  position: absolute;
  bottom: 14px;
  left: 14px;
  width: 46px;
  height: 46px;
}
.listBox_8 .item .cover {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  display: block;
}
.listBox_8 .item:hover .title {
  color: #FFAF00;
}
.listBox_8 .info {
  width: 310px;
  height: 100%;
  position: relative;
}
.listBox_8 .info .title {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 25px;
}
.listBox_8 .info .intro {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-top: 10px;
}
.listBox_8 .info .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.listBox_8 .status {
  width: 44px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #78C10C;
}
.listBox_8 .status.active {
  background-color: #FF8700;
}
.listBox_8 .listen {
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  margin-left: 15px;
  line-height: 20px;
}
.listBox_8 .listen img {
  width: 16px;
  height: 16px;
  margin-right: 2px;
  float: left;
  margin-top: 2px;
}
.listBox_8 .listen span {
  float: left;
}
/* 广告 */
.adv {
  height: 96px;
  margin-top: 30px;
}
.adv .item {
  width: 590px;
  height: 100%;
  margin-right: 20px;
  border-radius: 6px;
  overflow: hidden;
}
.adv img {
  display: block;
  width: 100%;
  height: 100%;
}
.adv .item:nth-child(2n) {
  margin-right: 0;
}
.adv_2 {
  display: block;
  width: 100%;
  height: 110px;
  border-radius: 6px;
  overflow: hidden;
}
.adv_2 img {
  width: 100%;
  height: 100%;
  display: block;
}
/* 轮播 */
.index_swiepr {
  width: 100%;
  padding-top: 88px;
  height: 300px;
}
.index_swiepr .swiper-container {
  position: relative;
  height: 100%;
}
.index_swiepr .swiper-container .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_swiepr .swiper_next {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 40;
  margin-top: -25px;
  cursor: pointer;
  opacity: 0.5;
}
.index_swiepr .swiper_next:hover {
  opacity: 1;
}
.index_swiepr .swiper_prev {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 40;
  margin-top: -25px;
  opacity: 0.5;
}
.index_swiepr .swiper_prev:hover {
  opacity: 1;
}
.radio_swiepr {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.radio_swiepr .swiper-container {
  height: 100%;
}
.radio_swiepr .swiper-container .swiper-slide {
  position: relative;
}
.radio_swiepr .swiper-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.radio_swiepr .swiper-container .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  box-sizing: border-box;
  padding: 0 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.boutique_swiper {
  width: 100%;
  height: 340px;
  background-color: #444;
  margin-bottom: 50px;
  padding-top: 72px;
}
.boutique_swiper .s_box {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.boutique_swiper .swiper-container {
  width: 1038px;
  height: 260px;
  margin: 40px auto 0;
}
.boutique_swiper .swiper-container .swiper-slide {
  position: relative;
}
.boutique_swiper .swiper-container .swiper-slide .icon_2 {
  position: absolute;
  height: 236px;
  width: 236px;
  right: -25px;
  top: 12px;
  z-index: 20;
}
.boutique_swiper .swiper-container .swiper-slide .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  border-radius: 10px;
}
.boutique_swiper .swiper_next {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 40;
  margin-top: -25px;
  cursor: pointer;
  opacity: 0.5;
}
.boutique_swiper .swiper_next:hover {
  opacity: 1;
}
.boutique_swiper .swiper_prev {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 40;
  margin-top: -25px;
  opacity: 0.5;
}
.boutique_swiper .swiper_prev:hover {
  opacity: 1;
}
/* 面包屑 */
.crumbs {
  font-size: 12px;
  color: #999999;
  height: 20px;
  line-height: 20px;
  padding-top: 92px;
}
.crumbs .item {
  float: left;
}
.crumbs img {
  width: 16px;
  height: 16px;
  margin-right: 2px;
  margin-top: 2px;
}
.crumbs span.active {
  font-weight: bold;
  color: #222222;
}
/* 主内容 */
.main_content {
  padding-bottom: 292px;
  position: relative;
}
.main_content .main_box {
  padding-top: 102px;
}
.main_content .m_left {
  width: 800px;
}
.main_content .m_right {
  width: 350px;
  margin-left: 50px;
}
.main_content .m_right .floor {
  margin-top: 30px;
}
.main_content .m_right .listBox_1 .item {
  width: 165px;
  margin-bottom: 20px;
}
.main_content .m_right .listBox_1 .item img {
  height: 110px;
}
.main_content .m_right .listBox_2 .item {
  margin-right: 20px;
  margin-bottom: 20px;
}
/* 资讯列表 */
.new_listBox .coverImg {
  width: 180px;
  height: 120px;
  border-radius: 6px;
}
.new_listBox .info {
  width: 600px;
  position: relative;
  margin-left: 20px;
  height: 120px;
}
.new_listBox .info .title {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  line-height: 25px;
}
.new_listBox .info .text {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-top: 10px;
}
.new_listBox .info .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.new_listBox .info .bottom .time {
  margin-left: 30px;
}
.new_listBox .item {
  padding: 20px 0;
  border-bottom: 1px solid #F1F1F1;
  display: block;
}
.new_listBox .item:hover .title {
  color: #FFAF00;
}
/* 专题页 */
.special_banner {
  margin-top: 30px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 6px;
  display: block;
}
.special_banner img {
  display: block;
  width: 100%;
  height: 100%;
}
.special_content .tabBar {
  margin-top: 20px;
}
.special_content .tabBar li {
  float: left;
  width: 96px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 10px;
  background-color: #EEEEEE;
  border-radius: 4px;
}
.special_content .tabBar li.active {
  background-color: #FFAF00;
}
.special_content .tabBar li.active a {
  color: #FFFFFF !important;
}
.special_content .tabBar a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #222;
}
.special_content .s_title {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 33px;
  margin-top: 20px;
}
.special_content .intro {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  margin-top: 15px;
}
.special_content .new_listBox .coverImg {
  width: 210px;
  height: 140px;
}
.special_content .new_listBox .info {
  width: 970px;
  height: 140px;
}
/* 文明公益页 */
.public_content .listBox_1 .item {
  margin-bottom: 30px;
}
/* 文章详情页 */
.article_box {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 30px 45px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #EEEEEE;
  margin-top: 20px;
}
.article_box .t_title {
  font-size: 32px;
  font-weight: bold;
  color: #111111;
  line-height: 42px;
}
.article_box .info {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  padding-bottom: 5px;
  border-bottom: 1px solid #F2F2F2;
}
.article_box .info span {
  margin-right: 30px;
}
.article_box .text_content img {
max-width: 640px;
  height: auto;
  display: block;
  margin: 30px auto;
}
.article_box .text_content video {
  width: 640px;
  height: 400px;
  display: block;
  outline: none;
  border: none;
  margin: 30px auto;
}
.article_box .text_content p,
.article_box .text_content span {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}
.article_box .img_box {
  width: 640px;
  height: auto;
  margin: 0 auto 40px;
  background-color: #EEEEEE;
}
.article_box .img_box img {
  width: 100%;
  height: 400px;
  display: block;
  margin: 0;
}
.article_box .img_box p {
  box-sizing: border-box;
  padding: 15px 20px;
  border: 1px solid #EEEEEE;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}
/* 专辑详情页 */
.album_info {
  margin-top: 30px;
}
.album_info .coverImg {
  width: 200px;
  height: 180px;
  position: relative;
}
.album_info .coverImg .cover {
  width: 180px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  border-radius: 6px;
}
.album_info .coverImg .icon {
  width: 20px;
  height: 170px;
  position: absolute;
  top: 50%;
  left: 180px;
  margin-top: -85px;
}
.album_info .coverImg_2 {
  width: 285px;
  height: 180px;
  position: relative;
}
.album_info .coverImg_2 .cover {
  width: 285px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  border-radius: 6px;
}
.album_info .coverImg_2 .icon {
  width: 46px;
  height: 46px;
  position: absolute;
  bottom: 14px;
  left: 14px;
  z-index: 30;
}
.album_info .coverImg_3 {
  width: 285px;
  height: 180px;
  position: relative;
}
.album_info .coverImg_3 .cover {
  width: 285px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  border-radius: 6px;
}
.album_info .coverImg_3 .icon {
  width: 46px;
  height: 46px;
  position: absolute;
  bottom: 14px;
  left: 14px;
  z-index: 30;
}
.album_info .coverImg_4 {
  width: 270px;
  height: 140px;
  position: relative;
}
.album_info .coverImg_4 .cover {
  width: 270px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  border-radius: 6px;
}
.album_info .coverImg_4 .icon {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 30;
}
.album_info .info {
  width: 880px;
  height: auto;
}
.album_info .info.active {
  width: 880px;
}
.album_info .type_img {
  width: 58px;
  height: 22px;
  margin-top: 5px;
}
.album_info .title_box {
  height: 32px;
  line-height: 32px;
}
.album_info .title_box .option {
  margin-left: 15px;
}
.album_info .title_box .option img {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.album_info .title_box .option span {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.album_info .title_box .status {
  width: 44px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  background-color: #EAEAEA;
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  margin-left: 15px;
  margin-top: 6px;
}
.album_info .title_box .status.active {
  color: #FFFFFF;
  background-color: #FFAF00;
}
.album_info .title_box .a_title {
  font-size: 24px;
  font-weight: 600;
  color: #222222;
  margin-left: 15px;
}
.album_info .title_box .type {
  width: 40px;
  height: 26px;
  background-color: #FFAF00;
  border-radius: 4px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 3px;
}
.album_info .title_box .type_2 {
  width: 40px;
  height: 26px;
  background-color: #EBEEEE;
  border-radius: 4px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-top: 3px;
}
.album_info .desc {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-top: 10px;
}
.album_info .i_title {
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  margin-top: 18px;
}
.album_info .audio_box {
  margin-top: 22px;
}
.album_info .intro_box {
  margin-top: 8px;
}
.album_info .intro_box .text {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.album_info .intro_box .showToggle {
  font-size: 14px;
  font-weight: 400;
  color: #007AFF;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
}
.album_info .intro_box .showToggle img {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  margin-left: 2px;
  transition: all 0.3s;
}
.album_info .intro_box .showToggle img.active {
  transform: rotate(180deg);
}
.album_info .list_title {
  margin-top: 50px;
  position: relative;
  height: 40px;
  line-height: 30px;
  padding-left: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #EEEEEE;
  box-sizing: border-box;
}
.album_info .list_title .number {
  position: relative;
  background-color: #F8F8F8;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  padding: 0 30px 0 10px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  color: #222222;
}
.album_info .list_title .number img {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  transition: all 0.3s;
}
.album_info .list_title .number img.active {
  transform: rotate(180deg);
}
.album_info .list_title .line {
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 16px;
  background-color: #FFAF00;
  border-radius: 3px;
}
.album_info .list_title .l_title {
  font-size: 20px;
  font-weight: 600;
  color: #222222;
}
.album_info .check_list {
  width: 386px;
  height: 215px;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  border: 1px solid #EEEEEE;
  position: absolute;
  right: 0;
  bottom: -215px;
  z-index: 1;
  display: none;
}
.album_info .check_list .list_box {
  height: 170px;
  width: 100%;
  overflow-y: auto;
  padding: 0 0 0 15px;
  box-sizing: border-box;
}
.album_info .check_list .list_box li {
  width: 78px;
  height: 28px;
  box-sizing: border-box;
  text-align: center;
  line-height: 28px;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
  font-size: 12px;
  font-weight: 400;
  color: #222222;
  cursor: pointer;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.album_info .check_list .list_box li:hover {
  color: #FFAF00;
}
.album_info .check_list .list_box li.active {
  text-overflow :ellipsis;
}
.album_info .check_list .list_box > li:nth-child(4n) {
  margin-right: 0;
}
.album_info .check_list .list_box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.album_info .check_list .list_box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  background: #ccc;
}
.album_info .check_list .list_box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 4px;
  background: #fff;
}
.album_info .check_list .c_title {
  height: 45px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 600;
  color: #222222;
  box-sizing: border-box;
  padding: 0 15px;
}
.album_info .check_list .c_close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.album_info .audio_list li {
  float: left;
  height: 50px;
  line-height: 50px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
}
.album_info .audio_list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.album_info .audio_list li:hover .al_title {
  color: #FFAF00;
}
.album_info .audio_list li:hover .index {
  color: #FFAF00;
}
.album_info .audio_list li:nth-child(odd) {
  background-color: #fff;
}
.album_info .audio_list li:nth-child(even) {
  background-color: #F8F8F8;
}
.album_info .audio_list .al_title {
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  color: #222222;
  max-width: 900px;
  overflow: hidden;
}
.album_info .audio_list .al_title.active {
  max-width: 870px;
}
.album_info .audio_list .al_title.active_2 {
  color: #999999 !important;
}
.album_info .audio_list .type {
  width: 35px;
  height: 20px;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #FF8700;
  box-sizing: border-box;
  border: 1px solid #FF8700;
  margin-top: 15px;
  line-height: 18px;
  margin-left: 10px;
}
.album_info .audio_list .type.active {
  background-color: #EE9C44;
  color: #fff;
}
.album_info .audio_list .s_t_img {
  width: auto;
  padding: 0 6px;
  height: 20px;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 15px;
  line-height: 18px;
  margin-left: 10px;
  background-color: #007AFF;
}
.album_info .audio_list .s_t_img.active {
  background-color: #FFAF00;
  color: #fff;
}
.album_info .audio_list .s_t_img.active_2 {
  background-color: #EBEEEE;
  color: #999999;
}
.album_info .audio_list .ss_img {
  width: 20px;
  height: 14px;
  margin-top: 18px;
  margin-right: 10px;
}
.album_info .audio_list .index {
  width: 50px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.album_info .audio_list .option {
  width: 70px;
  margin-left: 30px;
}
.album_info .audio_list .option.active {
  width: 80px;
}
.album_info .audio_list .option img {
  width: 16px;
  height: 16px;
  margin-right: 0px;
}
.album_info .audio_list .option span {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.album_info .video_list li {
  float: left;
  height: 100px;
  line-height: 100px;
  width: 100%;
}
.album_info .video_list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.album_info .video_list li:hover .al_title {
  color: #FFAF00;
}
.album_info .video_list li:nth-child(odd) {
  background-color: #fff;
}
.album_info .video_list li:nth-child(even) {
  background-color: #F8F8F8;
}
.album_info .video_list .al_title {
  font-size: 14px;
  font-weight: 400;
  height: 100px;
  color: #222222;
  max-width: 835px;
  overflow: hidden;
}
.album_info .video_list .option {
  width: 70px;
  margin-left: 30px;
}
.album_info .video_list .option img {
  width: 16px;
  height: 16px;
  margin-right: 0px;
}
.album_info .video_list .option span {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.album_info .video_list .video_img {
  width: 120px;
  height: 80px;
  margin-top: 10px;
  position: relative;
  margin: 10px 15px 0 30px;
}
.album_info .video_list .video_img .img {
  width: 100%;
  height: 100%;
  display: block;
}
.album_info .video_list .video_img .playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  margin-top: -18px;
}
/* 后期新增样式 */
.album_info .coverImg_3 {
  width: 188px;
  height: 188px;
}
.album_info .coverImg_3 .cover {
  width: 188px;
  height: 100%;
  border-radius: 6px;
}
.audio_box_p {
  width: 100%;
  height: 100px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: 1px solid #EEEEEE;
  margin-top: 22px;
  box-sizing: border-box;
  padding: 0 20px;
}
.audio_box_p .play_controls .audio_prev,
.audio_box_p .play_controls .audio_next {
  width: 20px;
  height: 20px;
  margin-top: 40px;
  cursor: pointer;
}
.audio_box_p .play_controls .audio_play {
  width: 100px;
  height: 100%;
  cursor: pointer;
}
.audio_box_p .progress_controls {
  width: 444px;
  height: 2px;
  position: relative;
  margin-left: 40px;
  background-color: #EEEEEE;
  margin-top: 48px;
  cursor: pointer;
}
.audio_box_p .progress_controls .p_line {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #FFAF00;
}
.audio_box_p .progress_controls .p_dot {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #FFAF00;
}
.audio_box_p .time_controls {
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  margin-top: 40px;
  margin-left: 20px;
  color: #999999;
}
.audio_box_p .time_controls .c_time {
  color: #222222;
}
.audio_box_p .volume_controls {

}
.audio_box_p .volume_controls .audio_volume {
  width: 24px;
  height: 24px;
  margin-top: 38px;
}
.audio_box_p .volume_controls .progress_volume {
  position: relative;
  width: 60px;
  height: 2px;
  background-color: #EEEEEE;
  margin-top: 48px;
  margin-left: 12px;
  cursor: pointer;
}
.audio_box_p .volume_controls .v_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFAF00;
}
.audio_box_p .volume_controls .audio_volume_dot {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #FFAF00;
}
/* 分液器 */
.custom_page {
  width: 100%;
  text-align: center;
}
.custom_page .page_box {
  margin: 0 auto;
  display: inline-block;
}
.custom_page .item {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #F8F8F8;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #666666;
  float: left;
  margin: 0 5px;
}
.custom_page .item.active {
  color: #FFFFFF !important;
  background-color: #FFAF00;
}
.station_box .play_controls {
  width: 84px;
  height: 36px;
  line-height: 36px;
  margin-top: 12px;
  margin-left: 20px;
  background-color: #FFAF00;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}
.station_box .play_controls .audio_play {
  width: 24px;
  height: 24px;
}
.station_box .progress_controls {
  width: 444px;
  height: 2px;
  position: relative;
  margin-left: 40px;
  background-color: #EEEEEE;
  margin-top: 29px;
  cursor: pointer;
}
.station_box .progress_controls .p_line {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #FFAF00;
}
.station_box .progress_controls .p_dot {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #FFAF00;
}
.station_box .time_controls {
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  margin-top: 20px;
  margin-left: 20px;
  color: #999999;
}
.station_box .time_controls .c_time {
  color: #222222;
}
.station_box .volume_controls {
  margin-left: 40px;
}
.station_box .volume_controls .audio_volume {
  width: 24px;
  height: 24px;
  margin-top: 18px;
}
.station_box .volume_controls .progress_volume {
  position: relative;
  width: 60px;
  height: 2px;
  background-color: #EEEEEE;
  margin-top: 29px;
  margin-left: 12px;
  cursor: pointer;
}
.station_box .volume_controls .v_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFAF00;
}
.station_box .volume_controls .audio_volume_dot {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #FFAF00;
}
.station_tab {
  width: 100%;
  background-color: #F8F8F8;
  margin-top: 12px;
}
.station_tab .t_item {
  float: left;
  width: 33.33%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  position: relative;
}
.station_tab .t_item.active {
  color: #222222 !important;
  font-weight: 600;
}
.station_tab .t_item .t_line {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 64px;
  height: 4px;
  background-color: #FFAF00;
  border-radius: 2px;
  margin-left: -32px;
  display: none;
}
.videoArea {
  width: 100%;
  height: 800px;
  background-color: #333333;
  padding-top: 92px;
}
.videoArea .crumbs {
  padding: 0;
}
.videoArea .crumbs a {
  color: #fff;
}
.videoArea .crumbs span.active_2 {
  color: #fff;
}
.videoArea .videoBox {
  margin-top: 30px;
  height: 675px;
  overflow: hidden;
}
.videoArea .videoBox video {
  width: 100%;
  height: 675px;
}
.videoArea .video_title {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 10px;
}
.videoArea .video_title span {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  height: 100%;
}
.videoArea .video_title img {
  width: 12px;
  height: 12px;
  margin-top: 2px;
  margin-left: 20px;
}
/* video.js */
.myVideo-dimensions.vjs-fluid {
  padding: 0;
}
.video-js button {
  outline: none;
}
.vjs-control-bar {
  height: 2.5rem !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.vjs-control-bar::after {
  content: "";
  display: block;
  clear: both;
}
.video-js .vjs-control-bar {
  background-color: transparent !important;
}
.vjs-button > .vjs-icon-placeholder:before {
  line-height: 2.5rem;
}
.video-js .vjs-progress-control .vjs-progress-holder {
  margin-left: 0;
  height: 2px !important;
}
.video-js .vjs-progress-control {
  position: absolute;
  width: 100%;
  top: -10px;
  height: 10px;
  left: 0;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  height: 10px !important;
}
.video-js .vjs-play-progress:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
  background-color: #fff;
}
.video-js .vjs-load-progress {
  background: rgba(255, 255, 255, 0.5);
}
.video-js .vjs-play-progress {
  background-color: #FFAF00;
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: unset;
  opacity: 1;
  transition: unset;
  bottom: -40px;
}
.voice_m {
  position: absolute;
  right: 3.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 20px;
  line-height: 20px;
}
.voice_m .current {
  background: url("../img/ic_shouqi_2.png") no-repeat right 3px top 0;
  background-size: 20px 20px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  color: #ffffff;
  padding: 0 24px 0 10px;
  cursor: pointer;
}
.voice_m .current.active {
  background: url("../img/ic_zhankai_2.png") no-repeat right 3px top 0;
  background-size: 20px 20px;
  background-color: #FFAF00;
}
.voice_m .else {
  display: none;
  position: absolute;
  top: -100px;
  left: 0;
  height: auto;
  width: 85px;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.voice_m .else li {
  font-size: 12px;
  color: #ffffff;
  box-sizing: border-box;
  padding: 0 10px 0 18px;
  cursor: pointer;
}
.voice_m .else li.active {
  background: url(../img/ic_select.png) no-repeat 2px center;
  background-size: 12px 12px;
}
.voice_m .else > li:not(:last-child) {
  margin-bottom: 10px;
}
.video_m {
  position: absolute;
  right: 8.5625rem;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 20px;
  line-height: 20px;
}
.video_m .icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(../img/ic_voice.png) no-repeat;
  background-size: 100% 100%;
}
.video_m .progress_m {
  width: 60px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  margin-left: 5px;
  cursor: pointer;
  margin-top: 9px;
}
.video_m .c_pregress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #FFAF00;
}
.video_m .c_pregress span {
  position: absolute;
  top: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.video_m .c_pregress span::after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -2px;
  background-color: #FFAF00;
}
.playTime_m {
  position: absolute;
  left: 3.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: 20px;
  line-height: 20px;
}
.allScreen_m {
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background: url(../img/ic_screen_s.png) no-repeat center center;
  background-size: 18px 18px;
  cursor: pointer;
}
.vjs-button > .vjs-icon-placeholder:before {
  font-size: 26px !important;
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-enter:before {
  content: "" !important;
  background: url(../img/ic_screen_s.png) no-repeat center center;
  background-size: 18px 18px;
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before,
.vjs-icon-fullscreen-exit:before {
  content: "" !important;
  background: url(../img/ic_screen_all.png) no-repeat center center;
  background-size: 18px 18px;
}
.video-js .vjs-big-play-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 47px;
}
.vjs-big-play-centered .vjs-big-play-button {
  margin-top: -25px;
  margin-left: -25px;
}
.video-js .vjs-tech {
  outline: none;
}
.video-js .vjs-picture-in-picture-control,
.video-js .vjs-volume-panel,
.video-js .vjs-time-control {
  display: none;
}
/* 电台情报站 */
.listBox_9 {
  height: 400px;
}
.listBox_9 .left {
  width: 590px;
  height: 100%;
}
.listBox_9 .left .swiper-container-2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.listBox_9 .left .swiper-slide {
  position: relative;
}
.listBox_9 .left .swiper-slide img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.listBox_9 .left .s_2_swiperText {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.listBox_9 .right {
  width: 590px;
  height: 100%;
  overflow: hidden;
}
.listBox_9 .right .item {
  width: 285px;
  height: 190px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.listBox_9 .right .item img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.listBox_9 .right .item .s_2_r_text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  box-sizing: border-box;
  padding: 10px 15px;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.listBox_9 .right .item:nth-child(2n) {
  margin-right: 0;
}
/* 下载浮层 */
.download_mark {
  position: fixed;
  width: 326px;
  height: 110px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  border: 1px solid #EEEEEE;
  background-color: #fff;
  display: none;
  box-sizing: border-box;
  padding: 0 12px;
  z-index: 2000;
}
.download_mark img {
  width: 80px;
  height: 80px;
  margin-right: 18px;
  margin-top: 15px;
  float: left;
}
.download_mark .d_m_info {
  float: left;
  margin-top: 15px;
}
.download_mark .text_1 {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}
.download_mark .text_2 {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  margin-top: 4px;
}
.download_mark .btn_1 {
  width: 88px;
  height: 30px;
  background: #222222;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  margin-top: 10px;
  display: block;
  cursor: pointer;
}

/* 后期新加样式 */
.index_swiepr,
.videoArea,
.crumbs {
  padding-top: 30px;
}
.main_box {
  padding-top: 30px !important;
}
.header_adv_item {
  width: 100%;
  height: 90px;
  margin-bottom: 10px;
  display: block;
}
.header_adv_item img {
  width: 100%;
  height: 100%;
  display: block;
}
.main_content {
  padding-top: 0 !important;
}
.main_aside .item {
  padding-top: 8px;
}
.main_aside {
  right: 240px;
}
.showToggle {
  display: none;
}
@media screen and (max-width: 1600px){
  .main_aside {
    right: 20px;
  }
  .down_aside {
    margin-top: -200px;
  }
}
