@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #FFF;
  max-width: 1920px;
  min-width: 1200px;
  margin: 0 auto;
  font-family: "Microsoft YaHei", Arial;
  font-size: 20px;
  line-height: 31px;
  color: #333;
  overflow: inherit !important;
}

ul,
li,
ol,
dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #333;
  text-decoration: none;
}
a:hover{
  color:cornflowerblue;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.more {
  text-align: right;
  margin-top: 15px;
  font-size: 20px;
}
.more a {
  color: #d33d41;
}

.clearfix:after {
  content: "";
  overflow: hidden;
  width: 100%;
  height: 0;
  font-size: 0;
  display: block;
  clear: both;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.title {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 1171px;
  margin: 0 auto;
}

.tit {
  font-size: 20px;
  margin: 0 auto;
}

.mask {
  position: absolute;
  width: 100%;
  background: rgba(223, 157, 156, 0.6);
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.mask h3 {
  padding: 0 10px;
  line-height: 40px;
  font-size: 20px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mask a {
  color: #FFF;
}
.area4 .mask h3{
  color: #FFF;
}
header.topic {
  width: 100%;
  margin: 0 auto;
}
header.topic img.pcImg {
  display: block;
}
header.topic img.mobileImg {
  display: none;
}

.pc {
  display: block;
}

.mobile {
  display: none;
  position: relative;
}

.suspended_box {
  position: fixed;
  right: 50%;
  top: 95%;
  z-index: 99;
  transform: translate(820px, -50%);
  cursor: pointer;
}
.suspended_box:hover {
  opacity: 0.5;
}

.section {
  scroll-margin-top: 50px;
}

.section1 {
  scroll-margin-top: 100px;
}

nav.nav-tabs {
  width: 100%;
  background-image: linear-gradient(to bottom, #e94b3c, #ef7f74);
  height: auto;
  position: relative;
}
nav.nav-tabs .cnt {
  position: relative;
  background-image: url("../../images/zhuanti_2026wy/nav.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  width: 1200px;
  max-width: 100%;
  height: 104px;
  margin: 0 auto;
  padding-top: 5px;
  z-index: 10;
}
nav.nav-tabs ul.menu {
  margin: 0 auto;
  width: 1070px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
}
nav.nav-tabs ul.menu li {
  position: relative;
  color: #fff;
  font-size: 24px;
  line-height: 90px;
  cursor: pointer;
}
nav.nav-tabs ul.menu li a {
  text-shadow: 0 0 5px gold;
  color: #fff;
  font-size: 24px;
}
nav.nav-tabs ul.menu li.active a {
  color: gold;
}

ul.list1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
ul.list1 li {
  display: flex;
  align-items: center;
}

.headline {
  width: 100%;
  background-image: linear-gradient(to bottom, #ef7f74, #fdedec 300px, #fff);
  padding-top: 30px;
}
.headline .headline-title {
  padding: 22px 0 40px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 63px;
}
.headline .headline-title a {
  color: #cc2929;
}
.headline .r1c1 {
  float: left;
  width: 740px;
  height: 470px;
  position: relative;
}
.headline .headline-content-left {
  display: flex;
  width: 100%;
  height: 100%;
}
.headline .headline-content-left .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: right;
  -moz-column-gap: 0px;
       column-gap: 0px;
  top: 0;
  bottom: 0;
  margin-top: -10px;
}
.headline .headline-content-left .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: white;
  opacity: 0.6;
}
.headline .headline-content-left .swiper-pagination-bullet-active {
  background: white;
  opacity: 1;
}
.headline .headline-content-left .mask {
  padding: 6px 0;
}
.headline .headline-content-left .mask h3 {
  line-height: 32px;
  white-space: wrap;
  overflow: hidden;
  text-overflow: unset;
}
.headline .r1c2 {
  float: right;
  width: 435px;
  height: 470px;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.headline .r1c2 ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  overflow-y: auto;
}
.headline .r1c2 .more {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  margin-top: 10px;
}
.headline .r1c2 li {
  flex: 1;
  width: 100%;
}

.r1c2 li {
  padding: 4px 10px;
}

.r1c2 li:hover {
  background-color: #c62828;
}
.r1c2 li:hover .li-cnt{
  color: #FFF;
}
.r1c2 li:hover a {
  color: #FFF;
}

.r1c2 li a:hover {
  text-decoration: underline;
}

.r2 {
  margin-top: 50px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.r2 ul.list1 {
  position: relative;
  gap: 25px;
}
.r2 ul.list1 li {
  padding-left: 20px;
  text-align: justify;
}
.r2 ul.list1 li::before {
  content: "•";
  color: #bf0000;
  position: absolute;
  left: 0;
}

.r2 .left,
.r2 .right {
  width: 48.3%;
}

.headline .r2 ul.list1 li {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.headline .r2 ul.list1 li:hover{
  color:cornflowerblue;
}
.area3 .r2 ul.list1 li {
  display: block;
  text-overflow: ellipsis;  
  overflow: hidden;
  white-space: nowrap;  
}
.area3 .r2 ul.list1 li:hover{
  color:cornflowerblue;
}

.li-cnt {
  line-height: 1.5em;
  width: 100%;
  text-align: justify;
 /* overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;*/
  
}
#yaowen .li-cnt img {
  vertical-align: bottom;
  width: auto;
  height: 28px;
}
img {
  width: 100%;
  height: 100%;
}

.recommend {
  margin-top: 30px;
  height: 145px;
  display: flex;
  position: relative;
}
.recommend .swiper-container {
  width: 1090px;
  margin: 0 auto;
}
.recommend .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027%2044%22%3E%3Cpath%20d%3D%22M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%22%20fill%3D%22%23e1070b%22%2F%3E%3C%2Fsvg%3E");
  right: 0;
}
.recommend .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2027%2044%22%3E%3Cpath%20d%3D%22M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%22%20fill%3D%22%23e1070b%22%2F%3E%3C%2Fsvg%3E");
  left: 0;
}
.recommend .swiper-pagination {
  bottom: 0;
  margin-top: -10px;
  width: 100%;
}
.recommend .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin: 0 5px;
  background: gray;
  opacity: 0.6;
}
.recommend .swiper-pagination-bullet-active {
  background: #df9d9c;
  opacity: 1;
}
.recommend .mask {
  height: 100%;
  bottom: -100%;
  transition: bottom 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recommend .mask h3 {
  white-space: wrap;
  overflow: hidden;
  text-overflow: unset;
}
.recommend .swiper-slide:hover .mask {
  bottom: 0;
}

.title img,
.tit img {
  display: none;
}

.area2 {
  margin-top: 45px;
}

.matrix .title {
  background-image: url("../../images/zhuanti_2026wy/xflmrw.png");
  height: 105px;
}

.matrix .part {
  margin-top: 45px;
  position: relative;
  height: 572px;
}

.matrix .list {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.matrix .list li:nth-child(1) {
  left: 0;
  top: 0;
}

.matrix .list li.type-pic {
  width: 596px;
}

.matrix .list li {
  position: absolute;
}

.matrix .list li.type-pic .img {
  width: 100%;
  height: 334px;
}

.matrix .list li.type-pic .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.matrix .list li:nth-child(1) .tit {
  background-color: rgb(223, 157, 156);
  color: #fff;
}
.matrix .list li:nth-child(1) .tit a {
  color: #fff;
}

.matrix .list li.type-pic .tit {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  text-overflow: ellipsis; 
  overflow: hidden; 
  white-space: nowrap; 
}

.matrix .list li:nth-child(2) {
  left: 0;
  bottom: 0;
  background-color: #cc2929;
  color: #333;
}
.matrix .list li:nth-child(2) a {
  color: #fff;
}

.matrix .list li.type-txt {
  width: 270px;
  height: 180px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.matrix .list li.type-txt .tit {
  font-size: 18px;
  color: #333;
  line-height: 1.383;
  position: relative;
}

.matrix .list li.type-txt .tit:after {
  content: "";
  margin-top: 15px;
  background-color: #c7201c;
  width: 67px;
  height: 5px;
  display: none;
}

.matrix .list li.type-mix .img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.matrix .list li.type-mix .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: rgba(134, 11, 13, 0.4);
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 5;
  transform: translateY(100%);
  transition: transform 0.8s;
}

.matrix .list li.type-mix:hover .tit a {
  color: #fff;
}
.matrix .list li.type-mix:hover .tit {
  transform: translateY(0);
}

.matrix .list li:nth-child(3) {
  left: 270px;
  bottom: 0;
  background-color: #ffa200;
  color: #333;
}

.matrix .list li:nth-child(4) {
  right: 270px;
  top: 0;
  background-color: #ffa200;
  color: #333;
}

.matrix .list li.type-mix {
  width: 326px;
  height: 180px;
  overflow: hidden;
}

.matrix .list li:nth-child(5) {
  right: 0;
  top: 0;
  background-color: #cc2929;
}

.matrix .list li.type-txt {
  width: 270px;
  height: 180px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.matrix .list li:nth-child(5) .tit {
  color: #fff;
}
.matrix .list li:nth-child(5) .tit a {
  color: #fff;
}

.matrix .list li:nth-child(5) .tit:after {
  background-color: #fcc101;
}

.matrix .list li:nth-child(6) {
  right: 0;
  bottom: 0;
}

.matrix .list li:nth-child(6) .tit {
  background-color: rgb(223, 157, 156);
  color: #fff;
}
.matrix .list li:nth-child(6) .tit a {
  color: #fff;
}

.area4 {
  width: 100%;
  margin-top: 40px;
}
.area4 .title {
  background-image: url("../../images/zhuanti_2026wy/jgfjll.png");
  height: 104px;
}
.area4 .cnt {
  position: relative;
  background-image: url("../../images/zhuanti_2026wy/jpyj.png");
  padding: 15px 0;
  margin-top: 45px;
}
.area4 .cnt .str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  height: 450px;
  flex-direction: row;
}
.area4 .cnt .jcsj {
  height: auto;
  overflow: hidden;
  align-items: center;
  position: relative;
  white-space: nowrap;
}
.area4 .cnt .jcsj .image-marquee {
  height: 100%;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  position: relative;
}
.area4 .cnt .jcsj .image-marquee .img {
  flex-shrink: 0;
  margin: 0 5px;
  position: relative;
  height: 100%;
}
.area4 .cnt .jcsj .image-marquee img {
  max-height:450px;
  height: 100%;
  width: auto;
  max-width: initial;
}

.area3 {
  margin-top: 30px;
}
.area3 .title {
  background-image: url("../../images/zhuanti_2026wy/ghldqy.png");
  height: 106px;
}
.area3 .left {
  float: left;
  width: 560px;
}
.area3 .right {
  float: right;
  width: 560px;
}
.area3 .cnt {
  margin-top: 50px;
}
.area3 .r1 {
  position: relative;
  margin-top: 54px;
}
.area3 .r1 ul.imgs {
  display: flex;
  justify-content: space-around;
}
.area3 .r1 ul.imgs li {
  position: relative;
  width: 22%;
  overflow: hidden;
}
.area3 .r1 ul.imgs li img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.area3 .r1 ul.imgs li .mask {
  height: 100%;
  bottom: -100%;
  transition: bottom 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area3 .r1 ul.imgs li .mask h3 {
  white-space: wrap;
  overflow: hidden;
  text-overflow: unset;
}
.area3 .r1 ul.imgs li:hover .mask {
  bottom: 0;
}
.area3 .r2 .cnt ul.list1 {
  gap: 15px;
}
.area3 .r2 .cnt .mask {
  position: initial;
  background: none;
}
.area3 .r2 .cnt .mask a {
  color: #333;
}

.area5 {
  margin-top: 30px;
}
.area5 .title {
  background-image: url("../../images/zhuanti_2026wy/hdzq.png");
  height: 102px;
}
.foot-03 {min-width: 1000px;padding: 10px 0;border-top: 1px solid #D2D2D2;font-size: 12px;line-height: 21px;text-align: center;margin-top: 20px}
.floatewm {position: fixed;width: 94px;padding: 15px 5px 5px;border: 1px solid #E8E8E8;background: #F6F6F6;left: 52%;bottom: 10px;_display: none;font-family: "Microsoft YaHei", Arial;font-size: 12px;line-height: 21px;text-align: center;margin-left: 580px}
.floatewm img {margin-top: 5px}
.floatewm span {color: #B00;font-size: 11px}
.floatewm i {display: block;position: absolute;width: 15px;height: 15px;font-style: normal;line-height: 15px;text-align: center;right: 0;top: 0;cursor: pointer}
.floatewm {display: none !important}


/* 工人日报特刊区域 */       
.journal-section {
  width: 1200px;
  height: 380px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  background: #ffc0cb2e;
}
.journal-section .tit-container {
  width: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
/* 纵向文字标题 */
.journal-section .vertical-title {            
  writing-mode: vertical-rl;
  font-size: 24px;
  font-weight: bold;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dc2031;
  letter-spacing: 10px;
}
.journal-section .img-container{
  width: 1100px;
}
/* 图片容器：一行平铺4张图 */
.journal-section .img-wrapper {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 1062px;
  margin-left: 0;
}
/* 图片超链接样式 */
.journal-section .img-wrapper a {
  display: block;
  width: 23%;
  height: 340px;
}
/* 图片样式 */
.journal-section .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



@media screen and (max-width: 1024px) {
  .area4 .cnt .jcsj .image-marquee img {
    max-height: 38vw;
  }
  .p {
    display: block;
  }
  .m {
    display: none;
  }
  .pc,
  .patch {
    display: none;
  }
  .mobile {
    display: block;
  }
  body {
    width: 100%;
    max-width: initial;
    min-width: initial;
  }
  .more {
    margin-top: 5px;
  }
  .headline {
    margin-top: 0;
  }
  .container {
    width: 90%;
  }
  .nav-tabs.container {
    width: 100%;
  }
  .suspended_box {
    right: 16px;
    bottom: 16px;
    top: auto;
    transform: none;
    width: 80px;
    height: auto;
  }
  nav.nav-tabs {
    height: auto;
  }
  nav.nav-tabs .cnt {
    background-color: #e5070b;
    background-image: none;
    padding: 0;
    height: auto;
    width: 100%;
  }
  nav.nav-tabs ul.menu {
    width: 100%;
    height: 90px;
  }
  nav.nav-tabs ul.menu li {
    font-size: 22px;
    line-height: 3;
  }
  nav.nav-tabs ul.menu li a {
    color: #fff;
    font-size: 22px;
  }
  header.topic {
    width: 100%;
    height: auto;
    min-width: initial;
    background: initial;
  }
  header.topic img {
    width: 100%;
  }
  .headline {
    padding-top: 0;
  }
  .headline .r1c1 {
    width: 60%;
    height: 38vw;
  }
  .headline .r1c2 {
    width: 38%;
    height: 38vw;
  }
  .recommend {
    margin-top: 30px;
    height: auto;
  }
  .recommend .swiper-container {
    width: 95%;
  }
  .recommend .swiper-button-next {
    right: -20px;
  }
  .recommend .swiper-button-prev {
    left: -20px;
  }
  .area3 {
    margin-top: 30px;
  }
  .area3 .left {
    width: 48%;
  }
  .area3 .right {
    width: 48%;
  }
  .area3 .r2 .cnt video {
    height: auto;
    width: 100%;
  }
  .matrix .part {
    height: 43.3500003vw;
  }
  .matrix .list li.type-pic {
    width: 44.55vw;
  }
  .matrix .list li.type-pic .img {
    height: 24.3vw;
  }
  .matrix .list li.type-txt {
    width: 19.5000003vw;
    height: 13.8750003vw;
    padding: 10px;
  }
  .matrix .list li:nth-child(3) {
    left: 19.5000003vw;
  }
  .matrix .list li:nth-child(4) {
    right: 19.5000003vw;
  }
  .matrix .list li.type-mix {
    width: 25.0499997vw;
    height: 13.8750003vw;
    overflow: hidden;
  }
  .matrix .list li.type-pic .tit {
    height: 4.6500003vw;
    line-height: 4.6500003vw;
  }
  .matrix .list li.type-txt .tit {
    font-size: 18px;
  }
  .area4 {
    background: none;
    padding-bottom: 0;
    height: auto;
  }
  .area4 .cnt {
    background: none;
  }
  .image-marquee {
    background-color: #cc2929;
  }
  .area4 .cnt .str_move {
    height: 38vw;
    padding: 5px 0;
  }
  .title {
    width: 100%;
  }
  .title img {
    display: block;
  }
  .matrix .title, .area3 .title, .area4 .title, .area5 .title {
    background: none;
    height: auto;
  }
  .area2, .area3, .area4, .area5 {
    margin-top: 20px;
  }
  .r2, .matrix .part {
    margin-top: 20px;
  }
  .area4 .cnt {
    margin-top: 20px;
    padding: 0;
  }
  .foot-03 {width: 100%;min-width: 320px;box-sizing: border-box;padding: 10px 20px;}
  .floatewm {display: none !important}
  
  /*工人日报特刊区域*/
  .journal-section {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 15px;
    gap: 20px;
  }
  .journal-section .tit-container{
    width: 90vw;
  }
  .journal-section .vertical-title {
    width: 90vw;
    writing-mode: horizontal-tb;
    height: auto;
    margin-bottom: 10px;
  }
  .journal-section .img-container{
    width: 90vw;
  }
  .journal-section .img-wrapper {
    width: 100%;
    display: flex;

    gap: 20px;
    height: auto;
  }

  .journal-section .img-wrapper a {
    width: 100%;
    height: auto;
  }
  
  
}
@media screen and (max-width: 768px) {
  header.topic img.mobileImg {
  	display: block;
  }
  header.topic img.pcImg {
    display: none;
  }
  div#jcsjScroll .img .mask {
      display: none;
  }
  .container {
    width: 95%;
  }
  .nav-tabs .container {
    width: 100%;
  }
  .recommend .swiper-button-next,
  .recommend .swiper-button-prev {
    display: none;
  }
  body {
    font-size: 16px;
    line-height: 1.5;
  }
  .mask h3 {
    font-size: 16px;
  }
  .more {
    font-size: 16px;
  }
  .matrix .list li.type-pic .tit {
    font-size: 16px;
  }
  nav.nav-tabs ul.menu {
    white-space: nowrap;
    overflow-x: scroll;
    height: 90px;
  }
  nav.nav-tabs ul.menu li {
    font-size: 20px;
    line-height: 3;
    padding: 0 10px;
  }
  nav.nav-tabs ul.menu li a {
    color: #fff;
    font-size: 20px;
  }
  .headline .headline-title {
    padding: 22px 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
  }
  .headline .r1c1 {
    width: 100%;
    height: auto;
    float: none;
  }
  .headline .r1c1 .headline-content-left {
    width: 100%;
    height: auto;
  }
  .headline .r1c1 .headline-content-left img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .headline .r1c1 .headline-content-left .mask h3 {
    line-height: 40px;
  }
  .headline .r1c2 {
    float: none;
    width: 100%;
    margin-top: 20px;
    height: auto;
  }
  .headline .r1c2 ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
  }
  .headline .r1c2 ul li {
    flex: 0 0 48.3%;
    min-width: 0;
    padding-left: 20px;
  }
  .headline .r2,
  .headline .r3 {
    margin-top: 20px;
  }
  .r2 ul.list1 {
    gap: 8px;
  }
  .sjyx .sjrm .mask h3 {
    font-size: 1rem;
  }
  .recommend,
  .area3 .cnt,
  .area3 .r1 {
    margin-top: 30px;
  }
  .area3 {
    margin-top: 30px;
  }
  .area3 .r2 .cnt ul.list1 {
    gap: 8px;
  }
  .matrix .part {
    height: 45.75833365vw;
  }
  .matrix .list li.type-pic {
    width: 47.025vw;
  }
  .matrix .list li.type-pic .img {
    height: 25.65vw;
  }
  .matrix .list li.type-txt {
    width: 20.58333365vw;
    height: 14.64583365vw;
    padding: 10px;
  }
  .matrix .list li:nth-child(3) {
    left: 20.58333365vw;
  }
  .matrix .list li:nth-child(4) {
    right: 20.58333365vw;
  }
  .matrix .list li.type-mix {
    width: 26.44166635vw;
    height: 14.64583365vw;
  }
  .matrix .list li.type-pic .tit {
    height: 4.90833365vw;
    line-height: 4.90833365vw;
  }
  .matrix .list li.type-txt .tit {
    font-size: 16px;
  }
  .matrix .list li.type-txt .tit:after {
    display: none;
  }
  .swiper-pagination {
    position: relative;
    width: 100%;
  }
  .recommend {
    display: block;
  }
  .recommend img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .recommend .swiper-pagination {
    bottom: initial;
    margin-top: 0;
    width: 100%;
  }
  .recommend .mask {
    height: auto;
    bottom: 0;
    transition: initial;
  }
  .recommend .mask h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFF;
  }
  
  /*工人日报特刊区域*/
  .journal-section {
    width: 100%;
    height: auto;
    flex-direction: column;
    padding: 15px;
    gap: 20px;
  }
  .journal-section .tit-container{
    width: 90vw;
  }
  .journal-section .vertical-title {
    width: 90vw;
    writing-mode: horizontal-tb;
    height: auto;
    margin-bottom: 10px;
  }
  .journal-section .img-container{
    width: 90vw;
  }
  .journal-section .img-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    height: auto;
  }

  .journal-section .img-wrapper a {
    width: 100%;
    height: 60vw;
  }
  
  
}
@media screen and (max-width: 576px) {
  .p {
    display: none;
  }
  .m {
    display: block;
  }
  .headline .r1c1 .headline-content-left .mask h3 {
    line-height: 1.5;
  }
  .mask h3 {
    padding: 5px;
    line-height: 1.2;
  }
  .title img,
  .tit img {
    display: block;
  }
  .r2 {
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .r2 .left,
  .r2 .right {
    width: 100%;
  }
  .headline .r1c2 ul li {
    flex: 0 0 100%;
    min-width: 0;
    padding-left: 20px;
  }
  .headline .r1c2 .more {
    margin-top: 0;
  }
  .area3 .title,
  .matrix .title,
  .area4 .title,
  .area5 .title {
    background: none;
    height: auto;
  }
  .recommend .swiper-container {
    width: 100%;
  }
  .recommend {
    height: auto;
  }
  nav.nav-tabs ul.menu {
    height: 60px;
  }
  nav.nav-tabs ul.menu li {
    font-size: 16px;
  }
  nav.nav-tabs ul.menu li a {
    font-size: 16px;
  }
  .recommend,
  .area3 .cnt,
  .area3 .r1 {
    margin-top: 20px;
  }
  .area3 {
    margin-top: 20px;
  }
  .area3 .right .cnt {
    margin-top: 10px;
  }
  .headline .headline-title {
    padding: 15px 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
  }
  .headline .r1c1 {
    float: none;
    width: 100%;
    height: auto;
    position: relative;
  }
  .headline .r1c2 {
    margin-top: 10px;
    float: none;
    width: 100%;
    height: auto;
  }
  .matrix .part {
    height: auto;
    overflow: hidden;
  }
  .matrix .list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    min-height: auto;
    position: static;
  }
  .matrix .list li {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    min-width: 0;
  }
  .matrix .list li:first-child {
    width: 100%;
  }
  .matrix .list li:nth-child(2) {
    width: 40%;
  }
  .matrix .list li:nth-child(3) {
    width: 60%;
    left: 0;
  }
  .matrix .list li:nth-child(4) {
    width: 60%;
    right: 0;
  }
  .matrix .list li:nth-child(5) {
    width: 40%;
  }
  .matrix .list li:last-child {
    width: 100%;
  }
  .matrix .list li:nth-child(2),
  .matrix .list li:nth-child(3),
  .matrix .list li:nth-child(4),
  .matrix .list li:nth-child(5) {
    flex-shrink: 0;
  }
  .matrix .list li.type-pic {
    width: 100%;
    height: auto;
  }
  .matrix .list li.type-pic .img {
    height: auto;
  }
  .matrix .list li.type-pic .img img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .matrix .list li.type-txt {
    width: 40%;
    height: auto;
    padding: 10px;
  }
  .matrix .list li.type-mix {
    width: 60%;
    height: auto;
  }
  .matrix .list li.type-pic .tit {
    height: auto;
    line-height: 2;
  }
  .matrix .list li.type-txt .tit {
    font-size: 16px;
  }
  .matrix .list li.type-mix .tit {
    display: block;
    align-items: initial;
    justify-content: initial;
    width: 100%;
    height: auto;
    padding: 5px;
    background: rgba(134, 11, 13, 0.4);
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    position: absolute;
    left: 0;
    top: initial;
    bottom: 0;
    right: initial;
    z-index: 5;
    transform: initial;
    transition: initial;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .matrix .list li.type-mix .tit a {
    color: #fff;
  }
  .matrix .list li.type-mix .tit:hover .tit {
    transform: initial;
  }
 /* #yaowen .li-cnt {
    -webkit-line-clamp: 6;
  }*/
  .headline .r2 ul.list1 li {
    -webkit-line-clamp: 6;
  }
  .area3 .r2 ul.list1 li {
    white-space: normal;  
  }
}/*# sourceMappingURL=index.css.map */