body {
  font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.pr{
  position: relative;
}
.pa{
  position: absolute;
}
.hide{
    display:none;
}
.show{
    display:block!important;
}
/* 加载更多 */
.load_more {
  width: 130px;
  color: #999999;
  font-size: 16px;
  cursor: pointer;
  margin: 0 auto;
  line-height: 25px;
}
.load_more_icon {
  display: inline-block;
  width: 18px;
  height: 19px;
  background: url(../images/load_more_icon.png?v=20220513095007?v=20220801104203) no-repeat;
  background-size: 18px 19px;
  background-position: 0% 80%;
  margin-bottom: -3px;
  margin-right: 10px;
}
.load_more_animate {
  -webkit-transform: rotate(360deg);
  animation: rotation 1.5s linear infinite;
  -moz-animation: rotation 1.5s linear infinite;
  -webkit-animation: rotation 1.5s linear infinite;
  -o-animation: rotation 1.5s linear infinite;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* 加载更多 */
/* footer end */
/* @media (min-width: 1200px){ */
.container {
  width: 1200px;
  margin: 0 auto;
}
.ellipse {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ellipse02 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipse2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  pointer-events: fill !important;
}
/* 头部搜索 */
.top-search {
  padding: 27px 0;
}
.main-logo {
  width: 280px;
  height: 64px;
  margin-right: 24px;
  display: block;
}
.ad-01 {
  width: 588px;
  height: 60px;
  display: block;
  margin-right: 24px;
}
.search-box {
  margin-top: 13px;
}
.search-icon {
  width: 59px;
  height: 40px;
  display: block;
  vertical-align: middle;
}
.search-input {
  width: 225px;
  height: 40px;
  background: #ffffff;
  border: 1px solid #ffc4c4 !important;
  border-radius: 4px 0px 0px 4px;
  vertical-align: middle;
  padding: 13px !important;
}
/* 第一个导航 */
.nav-01__box {
    background: #c60605;
    width: 1180px;
    margin: 0 auto;
    padding: 0 6px;
}
  
.nav-01 li {
  margin: 18px 0px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  /* border-right: 1px solid rgba(255,255,255,0.30); */
}
.nav-01 li a {
  color: #ffffff;
}

.nav-line {
    margin: 0px 21.2px;
    display: inline-block;
    position: relative;
}
.nav-01 li .line {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: rgba(255,255,255,0.30);
}
/*.nav-01 li a span:first-child {*/
/*  margin: 0px 23.2px;*/
/*}*/
.line2 {
    width:100%;
    height: 1px;
    background: #ffffff;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 28px;
    display: none;
}
.current .line2 {
    display: block;
}
.nav-01 li:first-child .nav-line{
  margin-left: 0px !important;
}
.nav-01 li:last-child .nav-line{
  margin-right: 0px !important;
}
.nav-01 li:last-child .line {
  display: none !important;
}
/* 第二个导航 */
.nav-02__box {
  background: #f9f9f9;
  /* padding: 12px 0 13px 0; */
  height: 50px;
  line-height: 50px;
}
.nav-name {
  font-size: 18px;
  font-weight: PuHuiTi;
  color: #4d0807;
  display: inline-block;
  background: url(../images/tv-icon.png?v=20220513095007?v=20220801104203) no-repeat left 11px;
  background-size:  22px 23px;
  padding-left: 40px;
  /* margin-right: 24px; */
}
.nav-02__box .item-list li{
  padding-left: 24px;
  font-size: 14px;
  font-weight: PuHuiTi;
  color: #666666;
}
.nav-02__box .item-list li:hover {
    color: #c60605;
}
.audio .nav-name {
  background: url(../images/audio-icon.png?v=20220513095007?v=20220801104203) no-repeat left 11px;
  background-size:  22px 23px;
}
/* 底部 */
.footer {
  width: 100%;
  height: 190px;
  background: #333333;
  border-top: 4px solid #c60605;;
}
.bottom-box {
  width: 880px;
  margin: auto;
}
.footer .bottom-list {
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 16px;
}
.footer .bottom-list li  span:first-child{
  padding: 0 27px;
  /* border-right: 1px solid rgba(255,255,255,0.30); */
}
.bottom-list li:first-child {
  padding-left: 150px;
}
.bottom-list li:last-child {
  padding-right: 0px;
  border-right: 0px;
}
.footer .bottom-list li a {
  font-size: 14px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: left;
  color: #cccccc;
}
.footer-line {
  width: 1px;
  display: inline-block;
  height: 12px;
  background: #979797;
  vertical-align: middle;
}
.bottom-list li:last-child .footer-line {
  display: none !important;
}
.bottom-title {
  font-size: 12px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: center;
  color: #cccccc;
  margin-bottom: 6px;
}
#back-top {
  position:fixed;
	width:60px;
	height:60px;
	bottom:30px;
	/*right:240px;*/
	right: 165px;
  background: url(../images/backtop.png?v=20220513095007?v=20220801104203);
  background-size: 60px 60px;
}
/* 公共面包屑导航 */
.cur_place_wrap,.cur_place_wrap a{font-size: 14px;color: #999;margin: 0 5px 0 5px;}
.cur_place_wrap a:first-child {
    margin-left:0px;
}
.cur_place_wrap a:last-child {
  color: #333333;
}
.cur_place_wrap {
  margin-bottom: 11px;
  margin-top: 13px;
}
/*分页*/
.meneame{
    display: flex;
    justify-content: center;
    height:40px!important;
    clear:both;
    width:100%;
    overflow:hidden;
    padding:0!important;
}
.meneame span, .meneame strong, .meneame a{
    /*width: 40px;*/
    min-width: 20px;
    height: 40px;
    line-height:40px!important;
    border-radius: 4px;
    background: #f9f9f9;
    float:left;
    font-size: 14px!important;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: center;
    color: #333333!important;
    margin-right:9px!important;
    border:none!important;
    padding: 0 10px!important;
    text-decoration:none;
    box-sizing: content-box;
}
.meneame .total-num{border:none;font-size:12px;} 
.meneame .current{
    /*background:rgb(84, 137, 168);*/
    /*border-color:rgb(84, 137, 168);*/
    /*color:#FFF;*/
    background: #C60605 !important;
    color:#ffffff!important;
    margin-left: 0;
}
.meneame a:hover{
    background: #C60605 !important;
    color:#ffffff!important;
}