.bg {
  background: url('../img/bg.png') no-repeat;
  background-size: 100% 100%;
  padding-bottom: 60px;
}
figure.image {
  display: none !important;
}
figure.media {
  display: none !important;
}
.content {
  width: 1260px;
  padding: 20px 30px 0;
  background: #FFFFFF;
  margin: auto ;
  border-bottom: 15px solid #9A0000;
}
.crumbs {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-bottom: 19px;
}
.crumbs a {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.crumbs img {
  margin-right: 20px;
}
.crumbs span {
  color: #9a0000;
}
.ads {
  width: 1200px;
  height: 178px;
}
.ads img {
  width: 1200px;
  height: 178px;
}
.container {
  margin-top: 27px;
  width: 1200px;
  display: flex;
  align-self: start;
  justify-content: space-between;
}
.container .con-l {
  width: 894px;
}
.container .con-l .tab {
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  font-size: 18px;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 20px;
}
.container .con-l .tab div {
  cursor: pointer;
  margin-right: 68px;
}
.container .con-l .tab div a {
  text-decoration: none;
}
.container .con-l .tab .active {
  position: relative;
}
.container .con-l .tab .active a {
  font-weight: bold;
  font-size: 18px;
  color: #9A0000;
}
.container .con-l .tab .active::after {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 3px;
  background: #9A0000;
}
.container .con-l .list .newitem {
  margin-top: 30px;
}
.container .con-l .list .newitem a {
  text-decoration: none;
}
.container .con-l .list .newitem .title {
  font-weight: bold;
  font-size: 22px;
  color: #222222;
}
.container .con-l .list .newitem .title:hover {
  color: #bb0808;
}
.container .con-l .list .newitem .description {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 13px;
  height: 40px;
}
.container .con-l .list .newitem .time {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  margin-top: 20px;
}
.container .con-r {
  width: 256px;
}
.container .con-r .title {
  margin-bottom: 17px;
  position: relative;
}
.container .con-r .title img {
  width: 256px;
  height: 40px;
}
.container .con-r .title .morebtn {
  position: absolute;
  right: 0;
  bottom: 7px;
}
.container .con-r .title .morebtn a {
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #666666;
}
.container .con-r .title .morebtn .icon {
  width: 11px;
  height: 12px;
}
.container .con-r .otherbox {
  width: 256px;
  background: #F8F8F8;
  padding: 15px 52px 1px 44px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
}
.container .con-r .otherbox .title {
  margin: 23px 8px 6px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container .con-r .otherbox .author {
  color: #666666;
  font-size: 14px;
}
.container .con-r .otherbox .pic-item {
  margin-bottom: 20px;
}
.container .con-r .otherbox .pic-item a {
  text-decoration: none;
}
.container .con-r .otherbox .pic-item img {
  width: 178px;
  height: 257px;
  box-shadow: 0rem 0rem 0rem 0rem rgba(170, 170, 170, 0.54);
  border: 0.01px solid #E0E0E0;
}
.pageData {
  margin: 20px 0;
}
.pageData .left {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: right;
}
.pageData .right {
  text-align: right;
}
.trunNum {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  display: inline-block;
}
.trunNum .trunbox {
  display: flex;
  align-items: center;
}
.trunNum .trunbox .trun-num {
  font-size: 14px;
  color: #9A0000;
  width: 55px;
  height: 29px;
  line-height: 29px;
  border-radius: 4px;
  border: 1px solid #9A0000;
  text-align: center;
  margin-left: 8px;
  cursor: pointer;
}
.trunNum .trunbox input {
  width: 30px;
  height: 18px;
  border-radius: 2px;
  border: 1px solid #C8C8C8;
  margin: 0 6px;
  padding: 6px;
}
.pages {
  display: inline-block;
  /*页码 */
  margin: 32px auto;
  font-size: 14px;
  text-align: center;
  color: #000000;
}
.pages > li {
  display: inline-block;
  margin: 0 3px;
  font-size: 14px;
  padding: 0 10px;
  height: 30px !important;
  line-height: 30px !important;
  background: #ffffff;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  text-align: center;
  color: #000000 !important;
}
.pages > li:before {
  content: none !important;
}
.pages .page.page-active {
  font-size: 14px;
  color: #9A0000;
  background: rgba(154, 0, 0, 0.2);
  border: 1px solid #9A0000;
}
.pages .page.page-active a {
  color: #9A0000 !important;
}
.pages .page.page-active a {
  color: #fff;
}
.lunboSwiperBox {
  margin: 20px 0;
  width: 100%;
  height: 288px;
}
.lunboSwiperBox .swiper-pic {
  width: 1200px;
  height: 288px;
  overflow: hidden;
  position: relative;
  /* 父容器相对定位 */
  /* 分页样式修复 */
}
.lunboSwiperBox .swiper-pic .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.lunboSwiperBox .swiper-pic .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 修复图片溢出 */
}
.lunboSwiperBox .swiper-pic .swiper-pagination {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.lunboSwiperBox .swiper-pic .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 7px;
  border-radius: 12px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.5);
  /* 默认半透明白色 */
}
.lunboSwiperBox .swiper-pic .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 20px;
}
.lunboSwiperBox .swiper-pic .swiper-button-left {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 14px;
  height: 23px;
  background: url("../img/toutiao-left.png");
  background-size: 100% 100%;
  z-index: 99;
}
.lunboSwiperBox .swiper-pic .swiper-button-right {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 23px;
  background: url("../img/toutiao-right.png");
  background-size: 100% 100%;
  z-index: 99;
}
#pageCom {
  width: 100%;
}
#pageCom .layui-box em {
  color: #9A0000;
}
#pageCom .layui-box .layui-laypage a,
#pageCom .layui-box .layui-laypage span {
  padding: 0 10px;
}
#pageCom .layui-box .layui-laypage-em {
  background: #FFEDED;
  border-radius: 2px;
  border: 1px solid #9A0000;
  padding: 0;
}
#pageCom .layui-box .layui-laypage-next,
#pageCom .layui-box .layui-laypage-curr {
  margin-left: 10px;
}
#pageCom .layui-box a {
  margin-left: 10px;
  font-size: 14px;
  color: #666666;
}
#pageCom .layui-box a:hover {
  color: #9A0000;
}
#pageCom .layui-box .layui-laypage-btn {
  background: #FFEDED;
  border-radius: 4px;
  border: 1px solid #9A0000;
  color: #9A0000;
  font-size: 14px;
}
#pageCom .layui-box .layui-laypage-spr {
  margin-left: 8px;
}
