.content {
  margin-top: 40px;
  overflow: hidden;
}
.content .title {
  font-size: 36px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  color: #222222;
  text-align: center;
}
.content .desc {
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #646464;
  margin-top: 12px;
}
.content .swiper_box {
  margin-top: 30px;
  display: flex;
  background-color: rgba(167, 167, 167, 0.12);
}
.content .swiper_box .swiper_box_right {
  width: 360px;
  height: 460px;
  overflow-y: scroll;
}
.content .swiper_box .swiper_box_right ul {
  /*padding-top: 10px;*/
}
.content .swiper_box .swiper_box_right ul li {
  height: 76px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #222222;
  cursor: pointer;
}
.content .swiper_box .swiper_box_right::-webkit-scrollbar {
  /*display: none;*/
}
.content .menu_lanmu {
  width: 100%;
  margin-top: 20px;
  display: flex;
  position: relative;
}
.content .menu_lanmu ul {
  display: flex;
  padding-left: 44px;
}
.content .menu_lanmu ul li {
  width: 145px;
  height: 44px;
  background: rgba(167, 167, 167, 0.12);
  border-radius: 100px;
  margin-right: 20px;
  font-size: 20px;
  font-family: MicrosoftYaHei;
  color: #222222;
  text-align: center;
  line-height: 44px;
  position: relative;
  cursor: pointer;
}
.content .menu_lanmu ul li .menu_lanmu_show {
  position: absolute;
  padding: 15px 20px 0px;
  width: 420px;
  z-index: 100;
  background-color: #fff;
  top: 100%;
  left: 0;
  display: flex;
  z-index: 111;
  flex-wrap: wrap;
  border-radius: 4px;
}
.content .menu_lanmu ul li .menu_lanmu_show div {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #222222;
  font-weight: 400;
  padding: 0 5px;
  background: #FFF;
  border-radius: 4px;
  margin-right: 10px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.content .menu_lanmu ul li .menu_lanmu_show div:hover {
  background: rgba(167, 167, 167, 0.16);
}
.content .menu_lanmu ul li:hover {
  background-color: #F23637;
  color: #fff;
  font-weight: bold;
}
.content .menu_lanmu ul li:hover a{
  color: #fff;
  font-weight: bold;
}
.content .menu_lanmu .menu_lanmu_next, .content .menu_lanmu .menu_lanmu_pre {
  height: 44px;
  width: 44px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.content .menu_lanmu .menu_lanmu_next img,.menu_lanmu_pre img{
  width: 36px;
  height: 36px;
}
.menu_lanmu_pre{
  left: 0;
}
.content .menu_lanmu::-webkit-scrollbar {
  display: none;
}
.content .redian {
  margin-top: 30px;
}
.content .zazhi {
  display: flex;
}
.content .zazhi .zazhi_left .zazhi_left_top {
  width: 810px;
  height: 120px;
  object-fit: cover;
  border-radius: 4px;
}
.content .zazhi .zazhi_left .zazhi_ul {
  display: flex;
  flex-wrap: wrap;
}
.content .zazhi .zazhi_left .zazhi_ul li {
  width: 187px;
  height: 260px;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.content .zazhi .zazhi_left .zazhi_ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .zazhi .zazhi_left .zazhi_ul li .zazhi_ul_shadow {
  width: 187px;
  height: 260px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
}
.content .zazhi .zazhi_left .zazhi_ul li .zazhi_ul_shadow .tag {
  width: 44px;
  height: 27px;
  background: #F23637;
  border-radius: 4px 0px 4px 0px;
  color: #fff;
  line-height: 27px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.content .zazhi .zazhi_left .zazhi_ul li .zazhi_ul_shadow .top {
  margin-top: 182px;
  font-size: 18px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.content .zazhi .zazhi_left .zazhi_ul li .zazhi_ul_shadow .bottom {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  margin-top: 4px;
}
.content .zazhi .zazhi_left .zazhi_ul li .zazhi_ul_shadow p {
  text-align: center;
}
.content .zazhi .zazhi_left .zazhi_ul li:not(:nth-child(4n)) {
  margin-right: 20px;
}
.content .zazhi .zazhi_right {
  width: 340px;
  height: 460px;
  background: rgba(167, 167, 167, 0.08);
  border-radius: 4px;
  margin-left: 30px;
  padding: 20px;
}
.content .zazhi .zazhi_right .zazhi_right_top {
  display: flex;
  justify-content: space-between;
}
.content .zazhi .zazhi_right .zazhi_right_top .zazhi_right_L {
  font-size: 20px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  color: #111111;
  display: flex;
  align-items: center;
}
.content .zazhi .zazhi_right .zazhi_right_top .zazhi_right_L img {
  widows: 24px;
  height: 24px;
  margin-right: 2px;
}
.content .zazhi .zazhi_right .zazhi_right_top .zazhi_right_R {
  display: flex;
  align-items: center;
  color: #646464;
}
.content .zazhi .zazhi_right .zazhi_right_top .zazhi_right_R img {
  margin-top: 1px;
}
.content .zazhi .zazhi_right .zazhi_right_bottom {
  margin-top: 24px;
}
.content .zazhi .zazhi_right .zazhi_right_bottom ul li {
  display: flex;
  margin-bottom: 24px;
}
.content .zazhi .zazhi_right .zazhi_right_bottom ul li img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 100%;
  margin-right: 20px;
}
.content .zazhi .zazhi_right .zazhi_right_bottom ul li .info {
  flex: 1;
}
.content .zazhi .zazhi_right .zazhi_right_bottom ul li .info .name {
  font-size: 18px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
}
.content .zazhi .zazhi_right .zazhi_right_bottom ul li .info .desc {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #646464;
  margin-top: 4px;
}
.content .zazhi .zazhi_right .zazhi_right_bottom ul li .info .tag {
  margin-top: 14px;
  height: 28px;
  background: rgba(242, 54, 55, 0.08);
  border-radius: 4px;
  color: #F23637;
  line-height: 28px;
  padding: 0 12px;
}
.content .advertisement {
  display: flex;
  flex-wrap: wrap;
}
.content .advertisement li {
  width: 380px;
  height: 80px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer;
}
.content .advertisement li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .advertisement li .advertisement_tag {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 20px;
  background: rgba(0, 0, 0, 0.48);
  border-radius: 4px 0px 4px 0px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;
}
.content .advertisement li:not(:nth-child(3n)) {
  margin-right: 20px;
}
.content .audio_visual {
  display: flex;
}
.content .audio_visual .audio_visual_left {
  width: 810px;
  margin-right: 30px;
}
.content .audio_visual .audio_visual_left .audio_visual_right_ul {
  display: flex;
  flex-wrap: wrap;
}
.content .audio_visual .audio_visual_left .audio_visual_right_ul li {
  width: 187px;
  height: 316px;
  border-radius: 4px;
  background: url('https://img0.baidu.com/it/u=1302187753,1022585962&fm=253&app=138&size=w931&n=0&f=JPEG&fmt=auto?sec=1702659600&t=694d54e503de4288c7f380c7fd50e255') no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.content .audio_visual .audio_visual_left .audio_visual_right_ul li .titbox {
  position: absolute;
  bottom: 0;
  width: 187px;
  height: 138px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 20px;
}
.content .audio_visual .audio_visual_left .audio_visual_right_ul li .titbox .tit {
  margin-top: 30px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  line-height: 24px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.content .audio_visual .audio_visual_left .audio_visual_right_ul li .titbox .num {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
  margin-top: 9px;
}
.content .audio_visual .audio_visual_left .audio_visual_right_ul li .titbox .num img {
  width: 24px;
  height: 24px;
}
.content .audio_visual .audio_visual_left .audio_visual_right_ul li:not(:nth-child(4n)) {
  margin-right: 20px;
}
.content .audio_visual .audio_visual_right {
  flex: 1;
}
.content .audio_visual .audio_visual_right .topic-list li {
  margin-bottom: 20px;
  height: 22px;
  font-size: 16px;
  color: #222222;
  line-height: 22px;
  position: relative;
  padding-left: 16px;
}
.content .audio_visual .audio_visual_right .topic-list i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F23637;
}
.content .audio_visual .audio_visual_right .topic-list li span {
  float: right;
  font-size: 14px;
  color: #A7A7A7;
}
.content .audio_visual .audio_visual_right .topic-list a {
  color: #222222;
}
.content .audio_visual .audio_visual_right .topic-list li:hover a {
  font-weight: bold;
}
.content .audio_visual .audio_visual_right .topic-list li:hover span {
  display: none;
}
.content .jizhe .gzh {
  height: 112px;
}
.content .jizhe .gzh.active {
  display: block;
}
.content .jizhe .gzh a {
  font-size: 14px;
  margin-left: 16px;
}
.content .jizhe .gzh a.gzh-channel {
  float: left;
  margin-left: 0;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  width: 104px;
  position: relative;
}
.gzh-channel .item_show{
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 104px;
  height: 104px;
  border-radius: 100%;
  line-height: 104px;
  text-align: center;
  color: #FFFFFF;
  background: rgba(242, 54, 55, 0.8);
}
.gzh-channel:hover .item_show{
  display: block;
}
.content .jizhe .gzh a.gzh-channel{
  display: block;
}
.content .jizhe .gzh a.gzh-channel:not(:first-child) {
  margin-left: 30px;

}
.content .jizhe .gzh a.gzh-channel img {
  float: left;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  object-fit: cover;
}
.content .jizhe .gzh-channel span {
  text-align: center;
  margin-top: 20px;
  display: inline-block;
  width: 88px;
  height: 36px;
  background: #1BC0A9;
  border-radius: 100px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
}
.content .jizhe .gzh-channel span:hover {
  opacity: 0.9;
}
.content .jizhe .gzh-channel span.follow {
  background: rgba(167, 167, 167, 0.12);
  color: #A7A7A7;
}
.content .tushuo .tushuo_content {
  display: flex;
}
.content .tushuo .tushuo_content .tushuo_content_L {
  width: 694px;
}
.content .tushuo .tushuo_content .tushuo_content_L img {
  width: 694px;
  height: 390px;
  border-radius: 4px;
  object-fit: cover;
}
.content .tushuo .tushuo_content .tushuo_content_L .title {
  font-size: 24px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  color: #222222;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 16px;
}
.content .tushuo .tushuo_content .tushuo_content_L .time {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #A7A7A7;
}
.content .tushuo .tushuo_content .tushuo_content_R {
  flex: 1;
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
}
.content .tushuo .tushuo_content .tushuo_content_R .child {
  width: 223px;
  margin-bottom: 30px;
}
.content .tushuo .tushuo_content .tushuo_content_R .child img {
  width: 223px;
  height: 126px;
  border-radius: 4px;
}
.content .tushuo .tushuo_content .tushuo_content_R .child .child_tit {
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 18px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  color: #222222;
}
.content .tushuo .tushuo_content .tushuo_content_R .child .child_time {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #A7A7A7;
}
.content .tushuo .tushuo_content .tushuo_content_R .child .child_name {
  margin-top: 2px;
}
.content .tushuo .tushuo_content .tushuo_content_R .child:not(:nth-child(2n)) {
  margin-right: 20px;
}
.content .foot_tushuo {
  display: flex;
}
.content .foot_tushuo .foot_tushuo_left {
  flex: 1;
}
.content .foot_tushuo .foot_tushuo_left .foot_tushuo_left_list {
  display: flex;
  flex-wrap: wrap;
}
.content .foot_tushuo .foot_tushuo_left .foot_tushuo_left_list .item .item_top {
  width: 400px;
  height: 267px;
  border-radius: 4px;
  background: url(https://img0.baidu.com/it/u=1302187753,1022585962&fm=253&app=138&size=w931&n=0&f=JPEG&fmt=auto?sec=1702659600&t=694d54e…) no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
.content .foot_tushuo .foot_tushuo_left .foot_tushuo_left_list .item .item_top .item_top_yin {
  width: 400px;
  height: 102px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  padding: 12px;
  color: #FFFFFF;
}
.content .foot_tushuo .foot_tushuo_left .foot_tushuo_left_list .item .item_top .item_top_yin .item_top_yin_top {
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.content .foot_tushuo .foot_tushuo_left .foot_tushuo_left_list .item .item_top .item_top_yin .item_top_yin_top img {
  width: 3px;
  height: 16px;
  margin-right: 8px;
  margin-top: 2px;
}
.content .foot_tushuo .foot_tushuo_left .foot_tushuo_left_list .item .item_top .item_top_yin .item_top_yin_center {
  margin-top: 4px;
  margin-bottom: 8px;
}
.content .foot_tushuo .foot_tushuo_left .foot_tushuo_left_list .item .item_top .item_top_yin .item_top_yin_bottom {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
}
.content .foot_tushuo .foot_tushuo_left .foot_tushuo_left_list .item .item_top .item_top_yin .item_top_yin_bottom .time {
  display: flex;
  align-items: center;
}
.content .foot_tushuo .foot_tushuo_left .foot_tushuo_left_list .item .item_top .item_top_yin .item_top_yin_bottom .time img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.content .foot_tushuo .foot_tushuo_left .foot_tushuo_left_list .item .item_top .item_top_yin .item_top_yin_center,
.content .foot_tushuo .foot_tushuo_left .foot_tushuo_left_list .item .item_top .item_top_yin .item_top_yin_bottom {
  padding-left: 8px;
}
.content .foot_tushuo .foot_tushuo_left .foot_tushuo_left_list .item .item_bottom {
  display: flex;
}
.content .foot_tushuo .foot_tushuo_left .foot_tushuo_left_list .item .item_bottom .item_bottom_child {
  width: 195px;
  height: 130px;
  border-radius: 4px;
  background: url(https://img0.baidu.com/it/u=1302187753,1022585962&fm=253&app=138&size=w931&n=0&f=JPEG&fmt=auto?sec=1702659600&t=694d54e…) no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.content .foot_tushuo .foot_tushuo_left .foot_tushuo_left_list .item .item_bottom .item_bottom_child .item_bottom_child_yin {
  width: 195px;
  height: 72px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  bottom: 0;
  padding: 12px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #FFFFFF;
}
.content .foot_tushuo .foot_tushuo_left .foot_tushuo_left_list .item .item_bottom .item_bottom_child .item_bottom_child_yin .item_bottom_child_yin_top {
  font-size: 18px;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  margin-top: 33px;
  margin-bottom: 4px;
}
.content .foot_tushuo .foot_tushuo_left .foot_tushuo_left_list .item .item_bottom .item_bottom_child .item_bottom_child_yin img {
  width: 3px;
  height: 16px;
  margin-right: 8px;
  margin-top: 2px;
}
.content .foot_tushuo .foot_tushuo_left .foot_tushuo_left_list .item .item_bottom .item_bottom_child:not(:nth-child(2n)) {
  margin-right: 10px;
}
.content .foot_tushuo .foot_tushuo_left .foot_tushuo_left_list .item:not(:nth-child(2n)) {
  margin-right: 10px;
}
.content .foot_tushuo .foot_tushuo_right {
  width: 340px;
  margin-left: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.content .foot_tushuo .foot_tushuo_right .foot_tushuo_right_tab {
  overflow-x: scroll;
  width: 100%;
}
.content .foot_tushuo .foot_tushuo_right .foot_tushuo_right_tab ul {
  display: flex;
}
.content .foot_tushuo .foot_tushuo_right .foot_tushuo_right_tab ul li {
  border-radius: 4px 4px 0px 0px;
  text-align: center;
  white-space: nowrap;
  padding: 10px 16px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
}
.content .foot_tushuo .foot_tushuo_right .foot_tushuo_right_tab ul .li_active {
  background: #F23637;
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  color: #fff;
}
.content .foot_tushuo .foot_tushuo_right .foot_tushuo_right_tab_right {
  position: absolute;
  right: 0;
  top: 68px;
  width: 64px;
  height: 22px;
  /*background: linear-gradient(100deg, rgba(34, 34, 34, 0) 0%, #fff 100%);*/
  z-index: 10;
}
.content .foot_tushuo .foot_tushuo_right .foot_tushuo_right_list {
  flex: 1;
  background: rgba(167, 167, 167, 0.08);
  margin-bottom: 10px;
  padding: 12px;
  padding-left: 30px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #222222;
}
.content .foot_tushuo .foot_tushuo_right .foot_tushuo_right_list ul {
  display: flex;
  flex-wrap: wrap;
}
.content .foot_tushuo .foot_tushuo_right .foot_tushuo_right_list ul li {
  width: 50%;
  line-height: 35px;
}
.content .foot_tushuo .foot_tushuo_right .foot_tushuo_right_tab::-webkit-scrollbar {
  display: none;
}
