@charset "UTF-8";
/* This CSS is generated by My Snazzy Framework version 贵州遵醇酒业有限公司 */
@import url("../css/header.css");
@import url("../css/foot.css");
.content_page .foot {
  background-color: #f7f7f7;
}

.section01 {
  display: block;
}
.section01 .item01 {
  width: auto;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section01 .item01 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .section01 .item01 {
    height: auto;
    width: 100%;
    /* img {
    	width: 100%;
    	height:auto;
    	object-fit: cover;
    } */
  }
}

.section02 {
  background-color: #fff;
}
.section02 .itemBox2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section02 .itemBox2 .item02 {
  width: 100%;
}
.section02 .itemBox2 .item02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  padding: 20px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .section02 .itemBox2 .item02 ul {
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.section02 .itemBox2 .item02 ul li {
  width: auto;
  border-radius: 0px;
  border-bottom: 2px solid rgba(0, 167, 186, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .section02 .itemBox2 .item02 ul li {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.section02 .itemBox2 .item02 ul li a {
  --height: 50px;
  /* height: var(--height);
  line-height: var(--height); */
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #000;
  padding: 7px 2.5vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .section02 .itemBox2 .item02 ul li a {
    font-size: 14px;
    --height: 30px;
    font-weight: 500;
    padding: 5px 3.5vw;
  }
}
.section02 .itemBox2 .item02 ul li a::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -25%;
  top: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  width: 150%;
  height: 220%;
  border-radius: 50%;
  background: #00a7ba;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.section02 .itemBox2 .item02 ul li::after {
  margin: 0 auto;
  display: table;
  opacity: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  -webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.section02 .itemBox2 .item02 ul li:hover, .section02 .itemBox2 .item02 ul li.active {
  border-bottom: 2px solid #00a7ba;
}
.section02 .itemBox2 .item02 ul li:hover a, .section02 .itemBox2 .item02 ul li.active a {
  color: #00a7ba;
}
.section02 .itemBox2 .item02 ul li:hover {
  border-radius: 50px;
}
.section02 .itemBox2 .item03 {
  margin-top: 40px;
  border: 1px solid #999;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .section02 .itemBox2 .item03 {
    display: none;
  }
}
.section02 .itemBox2 .item03 .imgs {
  max-width: 100%;
  height: auto;
}
.section02 .itemBox2 .item03 .textel {
  margin-top: 10%;
  width: 85%;
  margin: 5% auto;
}
.section02 .itemBox2 .item03 .textel h5 {
  font-size: 24px;
  color: #333333;
}
.section02 .itemBox2 .item03 .textel h4 {
  font-size: 18px;
  color: #666;
}
.section02 .itemBox2 .muenPa {
  display: none;
}
.section02 .itemBox3 {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  width: auto;
  max-width: 100%;
}
.section02 .itemBox3 .item02 {
  padding-top: 2%;
}

.section03 {
  padding: 3% 0;
  background-color: #f7f7f7;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .section03 {
    padding: 3% 0;
  }
}
.section03 .itemBox3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .section03 .itemBox3 {
    padding: 5px;
  }
}
.section03 .item01 {
  border-bottom: 1px solid #dadada;
  margin-bottom: 2%;
  padding-bottom: 10px;
  position: relative;
}
.section03 .item01::after {
  content: "";
  width: 120px;
  position: absolute;
  bottom: -3px;
  height: 5px;
  background-color: var(--base);
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section03 .item01 .text {
  text-align: center;
}
.section03 .item01 .text span {
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .section03 .item01 .text span {
    font-size: 18px;
  }
}
.section03 .item01 .muenPa {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.section03 .item01 .muenPa .page_muen_nav {
  margin-right: 0;
  margin-left: auto;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

#menuItemLeft {
  background-color: rgba(0, 167, 186, 0.3);
  padding: 20px 0;
}
#menuItemLeft ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #menuItemLeft ul {
    overflow-x: scroll;
  }
}
#menuItemLeft ul li {
  height: 50px;
  width: 100%;
  max-width: 150px;
  line-height: 50px;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f8f8f8;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #menuItemLeft ul li {
    height: 30px;
    line-height: 30px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 100px;
  }
}
#menuItemLeft ul li a {
  font-size: 16px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #menuItemLeft ul li a {
    font-size: 14px;
  }
}
#menuItemLeft ul li:hover, #menuItemLeft ul li.active {
  background: #00a7ba;
}
#menuItemLeft ul li:hover a, #menuItemLeft ul li.active a {
  color: #fff;
}

#news-01 .newslistairm .commslist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#news-01 .newslistairm .commslist ul li {
  width: calc((100% - 40px) / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#news-01 .newslistairm .commslist ul li .imgs {
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
}
#news-01 .newslistairm .commslist ul li .imgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#news-01 .newslistairm .commslist ul li .imgs img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#news-01 .newslistairm .commslist ul li .titel {
  padding: 15px 5px;
  width: calc(100% - 10px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#news-01 .newslistairm .commslist ul li .titel h5 {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-01 .newslistairm .commslist ul li .titel h5 {
    font-size: 14px;
  }
}
#news-01 .newslistairm .commslist ul li .titel h4 {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-01 .newslistairm .commslist ul li .titel h4 {
    font-size: 14px;
  }
}
#news-01 .newslistairm .commslist ul li .titel p {
  color: #666;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
#news-01 .newslistairm .commslist ul li .titel .more {
  width: 100%;
  color: #00a7ba;
  font-size: 14px;
}
#news-01 .newslistairm .commslist ul li .titel:hover h5,
#news-01 .newslistairm .commslist ul li .titel:hover h4,
#news-01 .newslistairm .commslist ul li .titel:hover p {
  color: #00a7ba;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-01 .newslistairm .commslist ul li {
    width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-01 .newslistairm .commslist ul {
    gap: 20px;
  }
}
#news-01 .newslistairm .commslist ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#news-01 .newslistairm .commslist ul li .imgs {
  width: 100%;
  max-width: 80px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 10px 0;
  margin-right: 20px;
  height: auto;
  background: #fff;
}
#news-01 .newslistairm .commslist ul li .imgs img {
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: auto;
  height: auto;
}
#news-01 .newslistairm .commslist ul li .imgs img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#news-01 .newslistairm .commslist ul li .titel {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px;
  width: calc(100% - 30px);
}
#news-01 .newslistairm .commslist ul li .titel h5 {
  font-size: 20px;
  color: #000;
}
#news-01 .newslistairm .commslist ul li .titel span,
#news-01 .newslistairm .commslist ul li .titel p {
  color: #999999;
  font-size: 16px;
}
#news-01 .newslistairm .commslist ul li .titel p {
  text-indent: 0em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news-01 .newslistairm .commslist ul li .titel .more {
  width: auto;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-01 .newslistairm .commslist ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
  #news-01 .newslistairm .commslist ul li .imgs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40vw;
            flex: 0 0 40vw;
  }
  #news-01 .newslistairm .commslist ul li .titel h5 {
    font-size: 16px;
  }
  #news-01 .newslistairm .commslist ul li .titel span,
  #news-01 .newslistairm .commslist ul li .titel p {
    font-size: 14px;
  }
}
#news-01 .newslistairm .commslist ul li:hover {
  background-color: #00a7ba;
}
#news-01 .newslistairm .commslist ul li:hover .titel h5,
#news-01 .newslistairm .commslist ul li:hover .titel p,
#news-01 .newslistairm .commslist ul li:hover .titel span {
  color: #fff;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-01 .newslistairm ul {
    gap: 20px;
  }
}
#news-01 .newslistairm ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#news-01 .newslistairm ul li .imgs {
  width: 100%;
  max-width: 80px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 10px 0;
  margin-right: 20px;
  height: auto;
  background: #fff;
}
#news-01 .newslistairm ul li .imgs img {
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  width: auto;
  height: auto;
}
#news-01 .newslistairm ul li .imgs img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#news-01 .newslistairm ul li .titel {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px;
  width: calc(100% - 30px);
}
#news-01 .newslistairm ul li .titel h5 {
  font-size: 20px;
  color: #000;
}
#news-01 .newslistairm ul li .titel span,
#news-01 .newslistairm ul li .titel p {
  color: #999999;
  font-size: 16px;
}
#news-01 .newslistairm ul li .titel p {
  text-indent: 0em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news-01 .newslistairm ul li .titel .more {
  width: auto;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-01 .newslistairm ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
  #news-01 .newslistairm ul li .imgs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40vw;
            flex: 0 0 40vw;
  }
  #news-01 .newslistairm ul li .titel h5 {
    font-size: 16px;
  }
  #news-01 .newslistairm ul li .titel span,
  #news-01 .newslistairm ul li .titel p {
    font-size: 14px;
  }
}
#news-01 .newslistairm ul li:hover {
  background-color: #00a7ba;
}
#news-01 .newslistairm ul li:hover .titel h5,
#news-01 .newslistairm ul li:hover .titel p,
#news-01 .newslistairm ul li:hover .titel span {
  color: #fff;
}

#news-02 .commslist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#news-02 .commslist ul li {
  width: calc((100% - 120px) / 4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#news-02 .commslist ul li .imgs {
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
}
#news-02 .commslist ul li .imgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#news-02 .commslist ul li .imgs img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#news-02 .commslist ul li .titel {
  padding: 15px 5px;
  width: calc(100% - 10px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#news-02 .commslist ul li .titel h5 {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-02 .commslist ul li .titel h5 {
    font-size: 14px;
  }
}
#news-02 .commslist ul li .titel h4 {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-02 .commslist ul li .titel h4 {
    font-size: 14px;
  }
}
#news-02 .commslist ul li .titel p {
  color: #666;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
#news-02 .commslist ul li .titel .more {
  width: 100%;
  color: #00a7ba;
  font-size: 14px;
}
#news-02 .commslist ul li .titel:hover h5,
#news-02 .commslist ul li .titel:hover h4,
#news-02 .commslist ul li .titel:hover p {
  color: #00a7ba;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-02 .commslist ul li {
    width: 100%;
  }
}
#news-02 .commslist ul li {
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#news-02 .commslist ul li .titel {
  padding: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
#news-02 .commslist ul li .titel h5 {
  color: #666666;
}
#news-02 .commslist ul li .titel::after {
  content: "";
  width: 40px;
  height: 20px;
  background: url("../images/jiantou.png") no-repeat center;
  display: block;
  position: absolute;
  right: 10px;
}
#news-02 .commslist ul li:hover {
  background-color: #d6e1f3;
}
#news-02 .commslist ul li:hover h5 {
  color: #00a7ba;
}
#news-02 .commslist ul li:hover .titel::after {
  background: url("../images/jiantouse.png") no-repeat center;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-02 .commslist ul {
    gap: 10px;
  }
  #news-02 .commslist ul li {
    width: calc((100% - 10px) / 2);
  }
}

#news-03 .commslist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#news-03 .commslist ul li {
  width: calc((100% - 120px) / 4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#news-03 .commslist ul li .imgs {
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
}
#news-03 .commslist ul li .imgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#news-03 .commslist ul li .imgs img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#news-03 .commslist ul li .titel {
  padding: 15px 5px;
  width: calc(100% - 10px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#news-03 .commslist ul li .titel h5 {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-03 .commslist ul li .titel h5 {
    font-size: 14px;
  }
}
#news-03 .commslist ul li .titel h4 {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-03 .commslist ul li .titel h4 {
    font-size: 14px;
  }
}
#news-03 .commslist ul li .titel p {
  color: #666;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
#news-03 .commslist ul li .titel .more {
  width: 100%;
  color: #00a7ba;
  font-size: 14px;
}
#news-03 .commslist ul li .titel:hover h5,
#news-03 .commslist ul li .titel:hover h4,
#news-03 .commslist ul li .titel:hover p {
  color: #00a7ba;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-03 .commslist ul li {
    width: 100%;
  }
}
#news-03 .commslist .commslist ul li {
  background-color: #f8f8f8;
  padding: 20px;
}
#news-03 .commslist .commslist ul li .titel {
  padding: 10px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#news-03 .commslist .commslist ul li .titel a {
  text-align: left;
  width: 100%;
  height: 100%;
}
#news-03 .commslist .commslist ul li .titel a h4 {
  background-color: #d6e1f3;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 10px 0;
  color: #00a7ba;
  padding: 2px 5px;
}
#news-03 .commslist .commslist ul li .titel a h5 {
  text-align: center;
}
#news-03 .commslist .commslist ul li:hover {
  background-color: #00a7ba;
}
#news-03 .commslist .commslist ul li:hover .titel a h5,
#news-03 .commslist .commslist ul li:hover .titel a p {
  color: #fff;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-03 .commslist .commslist ul {
    gap: 10px;
  }
  #news-03 .commslist .commslist ul li {
    width: calc((100% - 10px) / 2);
  }
  #news-03 .commslist .commslist ul li .titel {
    padding: 10px;
  }
}
#news-03 .commslist ul li {
  background-color: #f8f8f8;
  padding: 20px;
}
#news-03 .commslist ul li .titel {
  padding: 10px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#news-03 .commslist ul li .titel a {
  text-align: left;
  width: 100%;
  height: 100%;
}
#news-03 .commslist ul li .titel a h4 {
  background-color: #d6e1f3;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 10px 0;
  color: #00a7ba;
  padding: 2px 5px;
}
#news-03 .commslist ul li .titel a h5 {
  text-align: center;
}
#news-03 .commslist ul li:hover {
  background-color: #00a7ba;
}
#news-03 .commslist ul li:hover .titel a h5,
#news-03 .commslist ul li:hover .titel a p {
  color: #fff;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-03 .commslist ul {
    gap: 10px;
  }
  #news-03 .commslist ul li {
    width: calc((100% - 10px) / 2);
  }
  #news-03 .commslist ul li .titel {
    padding: 10px;
  }
}

#news-04 .commslist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
#news-04 .commslist ul li {
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1%;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-04 .commslist ul li {
    gap: 10px;
    padding: 10px 5px;
  }
}
#news-04 .commslist ul li .itemDate {
  background-color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 79px;
  max-width: 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
#news-04 .commslist ul li .itemDate h1 {
  font-size: 28px;
  color: #666666;
}
#news-04 .commslist ul li .itemDate span {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-04 .commslist ul li .itemDate {
    padding: 0px 0px;
    max-width: 55px;
    height: 55px;
  }
  #news-04 .commslist ul li .itemDate h1 {
    font-size: 18px;
  }
  #news-04 .commslist ul li .itemDate span {
    font-size: 12px;
  }
}
#news-04 .commslist ul li .iconfont {
  font-size: 16px;
  color: #666;
}
#news-04 .commslist ul li .titel {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-left: 1px dashed #dadada;
  padding-left: 20px;
}
#news-04 .commslist ul li .titel h5 {
  color: #000;
  line-height: unset;
}
#news-04 .commslist ul li .titel p {
  color: #666666;
  -webkit-line-clamp: 1;
  margin: 10px 0;
}
#news-04 .commslist ul li .titel .mores {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#news-04 .commslist ul li .titel .more {
  padding: 5px 10px;
  border: 1px solid #ccc;
  color: #666666;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-04 .commslist ul li .titel h5 {
    font-size: 14px;
  }
  #news-04 .commslist ul li .titel p {
    font-size: 12px;
    margin: 0px 0;
  }
  #news-04 .commslist ul li .titel .more {
    padding: 2px 5px;
    font-size: 12px;
  }
}
#news-04 .commslist ul li .imgs {
  max-width: 280px;
  width: 100%;
  height: 100%;
  max-height: 200px;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-04 .commslist ul li .imgs {
    display: none;
  }
}
#news-04 .commslist ul li .next2n {
  display: block;
  font-size: 16px;
  color: #999999;
}
#news-04 .commslist ul li:hover .itemDate h1,
#news-04 .commslist ul li:hover .itemDate span {
  color: #00a7ba;
}
#news-04 .commslist ul li:hover .titel h5,
#news-04 .commslist ul li:hover .titel p {
  color: #00a7ba;
}
#news-04 .commslist ul li:hover .imgs img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}
#news-04 .commslist ul li:hover .more {
  background-color: #00a7ba;
  color: #fff;
  border: 1px solid #00a7ba;
}
#news-04 .commslist ul li:hover .next2n {
  color: #00a7ba;
}

#news-05 {
  margin-top: 20px;
}
#news-05 .commslist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#news-05 .commslist ul li {
  width: calc((100% - 90px) / 4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#news-05 .commslist ul li .imgs {
  aspect-ratio: 4/3;
  width: 100%;
  overflow: hidden;
}
#news-05 .commslist ul li .imgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#news-05 .commslist ul li .imgs img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#news-05 .commslist ul li .titel {
  padding: 15px 5px;
  width: calc(100% - 10px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#news-05 .commslist ul li .titel h5 {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-05 .commslist ul li .titel h5 {
    font-size: 14px;
  }
}
#news-05 .commslist ul li .titel h4 {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-05 .commslist ul li .titel h4 {
    font-size: 14px;
  }
}
#news-05 .commslist ul li .titel p {
  color: #666;
  line-height: 1.5em;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
#news-05 .commslist ul li .titel .more {
  width: 100%;
  color: #00a7ba;
  font-size: 14px;
}
#news-05 .commslist ul li .titel:hover h5,
#news-05 .commslist ul li .titel:hover h4,
#news-05 .commslist ul li .titel:hover p {
  color: #00a7ba;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-05 .commslist ul li {
    width: 100%;
  }
}
#news-05 .commslist ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(159, 159, 159, 0.3);
          box-shadow: 0px 0px 9px 0px rgba(159, 159, 159, 0.3);
}
#news-05 .commslist ul li .imgs {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  height: auto;
  overflow: hidden;
}
#news-05 .commslist ul li .imgs img {
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#news-05 .commslist ul li .imgs img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#news-05 .commslist ul li .titel {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px;
  width: calc(100% - 30px);
}
#news-05 .commslist ul li .titel h5 {
  font-size: 16px;
  color: #00a7ba;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#news-05 .commslist ul li .titel span {
  color: #ea8a1c;
  font-size: 14px;
}
#news-05 .commslist ul li .titel p {
  color: #999999;
  font-size: 16px;
}
#news-05 .commslist ul li .titel p {
  text-indent: 0em;
}
#news-05 .commslist ul li .titel .mores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#news-05 .commslist ul li .titel .mores .more {
  font-size: 16px;
  color: #fff;
  text-align: center;
  height: auto;
  width: auto;
  padding: 12px 15px;
  background-color: #00a7ba;
  background-size: 100% 100%;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-right: 0;
  margin-left: auto;
}
#news-05 .commslist ul li .titel .mores .more img {
  margin-right: 10px;
}
#news-05 .commslist ul li .titel:hover .mores .more {
  background-color: #ea8a1c;
  color: #fff;
}
#news-05 .commslist ul li .titel:hover .mores span {
  color: #00a7ba;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-05 .commslist ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  #news-05 .commslist ul li .imgs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40vw;
            flex: 0 0 40vw;
  }
}
#news-05 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(159, 159, 159, 0.3);
          box-shadow: 0px 0px 9px 0px rgba(159, 159, 159, 0.3);
}
#news-05 ul li .imgs {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  height: auto;
  overflow: hidden;
}
#news-05 ul li .imgs img {
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#news-05 ul li .imgs img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#news-05 ul li .titel {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px;
  width: calc(100% - 30px);
}
#news-05 ul li .titel h5 {
  font-size: 16px;
  color: #00a7ba;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#news-05 ul li .titel span {
  color: #ea8a1c;
  font-size: 14px;
}
#news-05 ul li .titel p {
  color: #999999;
  font-size: 16px;
}
#news-05 ul li .titel p {
  text-indent: 0em;
}
#news-05 ul li .titel .mores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#news-05 ul li .titel .mores .more {
  font-size: 16px;
  color: #fff;
  text-align: center;
  height: auto;
  width: auto;
  padding: 12px 15px;
  background-color: #00a7ba;
  background-size: 100% 100%;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-right: 0;
  margin-left: auto;
}
#news-05 ul li .titel .mores .more img {
  margin-right: 10px;
}
#news-05 ul li .titel:hover .mores .more {
  background-color: #ea8a1c;
  color: #fff;
}
#news-05 ul li .titel:hover .mores span {
  color: #00a7ba;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-05 ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  #news-05 ul li .imgs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40vw;
            flex: 0 0 40vw;
  }
}

#news-06 .commslist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#news-06 .commslist ul li {
  width: 100%;
  padding: 10px 0 14px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-06 .commslist ul li {
    gap: 10px;
  }
}
#news-06 .commslist ul li .itemDate {
  background-color: #ffffff;
  border: 1px solid #dadada;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 79px;
  max-width: 79px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 5px;
  display: none;
}
#news-06 .commslist ul li .itemDate h1 {
  font-size: 28px;
  color: #666666;
}
#news-06 .commslist ul li .itemDate span {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-06 .commslist ul li .itemDate {
    padding: 0px 0px;
    max-width: 55px;
    height: 55px;
  }
  #news-06 .commslist ul li .itemDate h1 {
    font-size: 18px;
  }
  #news-06 .commslist ul li .itemDate span {
    font-size: 12px;
  }
}
#news-06 .commslist ul li .iconfont {
  font-size: 16px;
  color: #666;
}
#news-06 .commslist ul li .titel {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#news-06 .commslist ul li .titel h5 {
  color: #000;
  line-height: unset;
}
#news-06 .commslist ul li .titel .summuy {
  display: none;
}
#news-06 .commslist ul li .titel p {
  color: #666666;
  -webkit-line-clamp: 1;
  margin: 10px 0;
  display: none;
}
#news-06 .commslist ul li .titel .mores {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#news-06 .commslist ul li .titel .more {
  padding: 5px 10px;
  border: 1px solid #ccc;
  color: #666666;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  display: none;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-06 .commslist ul li .titel h5 {
    font-size: 14px;
  }
  #news-06 .commslist ul li .titel p {
    font-size: 12px;
    margin: 0px 0;
  }
  #news-06 .commslist ul li .titel .more {
    padding: 2px 5px;
    font-size: 8px;
  }
}
#news-06 .commslist ul li .imgs {
  max-width: 327px;
  width: 100%;
  display: none;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-06 .commslist ul li .imgs {
    display: none;
  }
}
#news-06 .commslist ul li .next2n {
  display: block;
  font-size: 16px;
  color: #999999;
}
#news-06 .commslist ul li:nth-child(-n+2) .itemDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news-06 .commslist ul li:nth-child(-n+2) .titel .summuy,
#news-06 .commslist ul li:nth-child(-n+2) .titel .more,
#news-06 .commslist ul li:nth-child(-n+2) .titel .mores,
#news-06 .commslist ul li:nth-child(-n+2) .titel p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news-06 .commslist ul li:nth-child(-n+2) .imgs {
  display: block;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-06 .commslist ul li:nth-child(-n+2) .imgs {
    max-width: 100px;
    width: 100%;
  }
}
#news-06 .commslist ul li:nth-child(-n+2) .next2n {
  display: none;
}
#news-06 .commslist ul li:nth-child(-n+2) .iconfont {
  display: none;
}
#news-06 .commslist ul li:hover .itemDate {
  background-color: #bfe6f6;
  border: 1px solid #00a7ba;
}
#news-06 .commslist ul li:hover .itemDate h1,
#news-06 .commslist ul li:hover .itemDate span {
  color: #009ada;
}
#news-06 .commslist ul li:hover .titel h5,
#news-06 .commslist ul li:hover .titel p {
  color: #00a7ba;
}
#news-06 .commslist ul li:hover .imgs img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}
#news-06 .commslist ul li:hover .more {
  background-color: #00a7ba;
  color: #fff;
  border: 1px solid #00a7ba;
}
#news-06 .commslist ul li:hover .next2n {
  color: #00a7ba;
}

#news-07 .item0s {
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#news-07 .item0s a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% - 75px) / 4);
}
#news-07 .item0s .text span {
  font-size: 16px;
  color: #999999;
}
#news-07 .item0s .text span i {
  font-size: 32px;
  color: #00a7ba;
  width: auto;
  margin-right: 10px;
}
#news-07 .item0s .text p {
  font-size: 20px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#news-08 ul {
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-08 ul {
    gap: 10px;
  }
}
#news-08 ul li {
  background-color: #f8f8f8;
  padding: 20px;
  width: calc((100% - 120px) / 4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-08 ul li {
    width: calc((100% - 10px) / 2);
    padding: 10px;
  }
}
#news-08 ul li .imgs {
  background-color: #fff;
  overflow: hidden;
}
#news-08 ul li .text {
  color: #00a7ba;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-08 ul li .text {
    margin-top: 0px;
  }
}
#news-08 ul li .text h5 {
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-08 ul li .text h5 {
    font-size: 14px;
    line-height: unset;
  }
}
#news-08 ul li .text i {
  width: 100px;
  height: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  background-color: #00a7ba;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-08 ul li .text i {
    margin: 5px auto;
  }
}
#news-08 ul li .text span {
  font-size: 16px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-08 ul li .text span {
    font-size: 12px;
    line-height: unset;
  }
}

#news-09 .commslist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#news-09 .commslist ul li {
  width: 100%;
  padding: 10px 0 14px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-09 .commslist ul li {
    gap: 10px;
  }
}
#news-09 .commslist ul li .itemDate {
  background-color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 79px;
  max-width: 79px;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
#news-09 .commslist ul li .itemDate h1 {
  font-size: 28px;
  color: #999999;
}
#news-09 .commslist ul li .itemDate span {
  font-size: 16px;
  color: #999999;
  font-weight: 400;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-09 .commslist ul li .itemDate {
    padding: 0px 0px;
    max-width: 55px;
    height: 55px;
  }
  #news-09 .commslist ul li .itemDate h1 {
    font-size: 18px;
  }
  #news-09 .commslist ul li .itemDate span {
    font-size: 12px;
  }
}
#news-09 .commslist ul li .iconfont {
  font-size: 16px;
  color: #999;
}
#news-09 .commslist ul li .xian {
  width: 40px;
  height: 2px;
  background-color: #999999;
  margin-top: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-09 .commslist ul li .xian {
    display: none;
  }
}
#news-09 .commslist ul li .titel {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#news-09 .commslist ul li .titel h5 {
  color: #000;
  line-height: unset;
  font-size: 20px;
}
#news-09 .commslist ul li .titel .summuy p {
  color: #999;
  margin: 10px 0;
  font-size: 16px;
  line-height: 2em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news-09 .commslist ul li .titel .mores {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#news-09 .commslist ul li .titel .more {
  padding: 0px 20px;
  color: #999;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
#news-09 .commslist ul li .titel .more span {
  color: #999;
  font-size: 24px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-09 .commslist ul li .titel h5 {
    font-size: 14px;
  }
  #news-09 .commslist ul li .titel p {
    font-size: 12px;
    margin: 0px 0;
  }
  #news-09 .commslist ul li .titel .more {
    padding: 2px 5px;
    font-size: 8px;
  }
}
#news-09 .commslist ul li .imgs {
  max-width: 280px;
  width: 100%;
  height: 160px;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-09 .commslist ul li .imgs {
    display: none;
  }
}
#news-09 .commslist ul li .next2n {
  display: block;
  font-size: 16px;
  color: #999999;
}
#news-09 .commslist ul li:hover .itemDate h1,
#news-09 .commslist ul li:hover .itemDate span {
  color: #009ada;
}
#news-09 .commslist ul li:hover .xian {
  width: 80px;
  background-color: #00a7ba;
}
#news-09 .commslist ul li:hover .titel h5,
#news-09 .commslist ul li:hover .titel p {
  color: #00a7ba;
}
#news-09 .commslist ul li:hover .imgs img {
  -webkit-transform: scale(1.12);
          transform: scale(1.12);
}
#news-09 .commslist ul li:hover .more {
  background-color: #00a7ba;
  color: #fff;
}
#news-09 .commslist ul li:hover .more span {
  color: #fff;
}
#news-09 .commslist ul li:hover .next2n {
  color: #00a7ba;
}

#prc-01 .commslist ul {
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #prc-01 .commslist ul {
    gap: 10px;
  }
}
#prc-01 .commslist ul li {
  -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  width: calc((100% - 120px) / 4);
}
@media (min-width: 320px) and (max-width: 1024px) {
  #prc-01 .commslist ul li {
    width: calc((100% - 10px) / 2);
  }
}
#prc-01 .commslist ul li .imgs {
  height: 12.7083333333vw;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#prc-01 .commslist ul li .imgs img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #prc-01 .commslist ul li .imgs {
    height: auto;
  }
}
#prc-01 .commslist ul li .titel {
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#prc-01 .commslist ul li .titel i {
  content: "";
  background: url("../img/list/cp02.png") center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}
#prc-01 .commslist ul li .titel i img {
  opacity: 0;
}
#prc-01 .commslist ul li .titel h5 {
  font-size: 24px;
  color: #000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #prc-01 .commslist ul li .titel h5 {
    font-size: 14px;
  }
}
#prc-01 .commslist ul li .titel t {
  height: 0;
  position: relative;
  /* overflow: hidden; */
  width: 100%;
  display: block;
}
#prc-01 .commslist ul li .titel span {
  font-size: 16px;
  color: #000;
  opacity: 0;
  position: absolute;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: auto;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  left: 50%;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#prc-01 .commslist ul li:hover {
  background-color: #00a7ba;
}
#prc-01 .commslist ul li:hover .imgs {
  height: 11.4583333333vw;
}
#prc-01 .commslist ul li:hover .imgs img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#prc-01 .commslist ul li:hover .titel i {
  background: url("../img/list/cp03.png") center no-repeat;
  background-size: contain;
}
#prc-01 .commslist ul li:hover .titel h5,
#prc-01 .commslist ul li:hover .titel span {
  color: #fff;
}
#prc-01 .commslist ul li:hover .titel span {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#prc-02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #prc-02 {
    padding: 0px;
  }
}
#prc-02 ul {
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #prc-02 ul {
    gap: 10px;
  }
}
#prc-02 ul li {
  background-color: #fff;
  padding: 20px;
  width: calc((100% - 120px) / 4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #prc-02 ul li {
    width: calc((100% - 10px) / 2);
    padding: 10px;
  }
}
#prc-02 ul li .imgs {
  background-color: #fff;
  overflow: hidden;
}
#prc-02 ul li .text {
  color: #000;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #prc-02 ul li .text {
    margin-top: 0px;
  }
}
#prc-02 ul li .text h5 {
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #prc-02 ul li .text h5 {
    font-size: 14px;
    line-height: unset;
  }
}
#prc-02 ul li .text i {
  width: 60px;
  height: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  background-color: #00a7ba;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #prc-02 ul li .text i {
    margin: 5px auto;
  }
}
#prc-02 ul li .mores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 15px;
  width: 86px;
  height: 24px;
  border-color: #00a7ba;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
#prc-02 ul li .mores a b,
#prc-02 ul li .mores a span {
  font-size: 14px !important;
}
#prc-02 ul li .mores a {
  font-size: 16px;
  color: #00a7ba;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
}
#prc-02 ul li .mores a b {
  margin: 0 auto;
  font-weight: 500;
}
#prc-02 ul li .mores a span {
  background-color: #00a7ba;
  color: #fff;
  margin-right: 1px;
  margin-left: 0;
  height: 22px;
  line-height: 24px;
  width: 22px;
  font-size: 18px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #prc-02 ul li .mores a span {
    font-size: 14px;
  }
}
#prc-02 ul li .mores a::before {
  content: "";
  position: absolute;
  right: 1px;
  top: 1px;
  width: 0;
  height: 22px;
  background-color: #00a7ba;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
}
#prc-02 ul li .mores:hover a {
  color: #fff;
}
#prc-02 ul li .mores:hover a::before {
  width: calc(100% - 2px);
}
#prc-02 ul li:hover {
  background-color: #00a7ba;
}
#prc-02 ul li:hover .imgs {
  overflow: hidden;
}
#prc-02 ul li:hover .imgs img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#prc-02 ul li:hover .text {
  color: #fff;
}
#prc-02 ul li:hover .text h5 {
  color: #fff;
}
#prc-02 ul li:hover .text i {
  background-color: #fff;
}
#prc-02 ul li:hover .mores {
  background-color: #fff;
}
#prc-02 ul li:hover .mores a {
  color: #000;
}

#item_news .text span {
  font-weight: 500;
  font-size: 24px;
  color: #00a7ba;
  margin: 0 auto;
  width: auto;
  display: block;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #item_news .text span {
    font-size: 18px;
  }
}
#item_news .item01-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 2% auto;
}
#item_news .item01-1 span {
  font-size: 18px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #item_news .item01-1 span {
    font-size: 12px;
  }
}
@media (min-width: 320px) and (max-width: 1024px) {
  #item_news img,
  #item_news video {
    width: auto;
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 1%;
  }
}

#item_prc-01 .item_prc {
  margin-bottom: 3%;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#item_prc-01 .item_prc .button {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  position: absolute;
  width: auto;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
#item_prc-01 .item_prc .button .iconfont {
  color: #00a7ba;
  font-size: 60px;
  font-weight: bold;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #item_prc-01 .item_prc .button .iconfont {
    font-size: 24px;
  }
}
@media (min-width: 320px) and (max-width: 1024px) {
  #item_prc-01 .item_prc {
    display: block;
  }
}
#item_prc-01 .item_prc .item02_box1 {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 550px;
  width: 100%;
  position: relative;
  background: #f8f8f8;
  border: 1px solid #ededed;
}
#item_prc-01 .item_prc .item02_box1 .button-prev {
  left: 15px;
}
#item_prc-01 .item_prc .item02_box1 .button-next {
  right: 0;
}
#item_prc-01 .item_prc .item02_box1 ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#item_prc-01 .item_prc .item02_box2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 50%;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #item_prc-01 .item_prc .item02_box2 {
    max-width: 100%;
  }
}
#item_prc-01 .item_prc .item02_box2 .item02_box2_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 3%;
}
#item_prc-01 .item_prc .item02_box2 .item02_box2_01 h2 {
  font-size: 24px;
  color: #000;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #item_prc-01 .item_prc .item02_box2 .item02_box2_01 h2 {
    font-size: 24px;
  }
}
#item_prc-01 .item_prc .item02_box2 .item02_box2_01 span {
  font-size: 28px;
  color: #333333;
}
#item_prc-01 .item_prc .item02_box2 .item02_box2_02 h5, #item_prc-01 .item_prc .item02_box2 .item02_box2_03 h5 {
  font-size: 24px;
  color: #000;
}
#item_prc-01 .item_prc .item02_box2 .item02_box2_02 p,
#item_prc-01 .item_prc .item02_box2 .item02_box2_02 dt, #item_prc-01 .item_prc .item02_box2 .item02_box2_03 p,
#item_prc-01 .item_prc .item02_box2 .item02_box2_03 dt {
  font-size: 16px;
  color: #333333;
  line-height: 2em;
}
#item_prc-01 .item_prc .item02_box2 .item02_box2_03 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#item_prc-01 .item_prc .item02_box2 .item02_box2_03 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 10px 0;
}
#item_prc-01 .item_prc .item02_box2 .item02_box2_03 dl:nth-child(-n+4) {
  width: 50%;
}
#item_prc-01 .item_prc .item02_box2 .item02_box2_03 dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  white-space: normal;
}
#item_prc-01 .itemBox3 .item-01 {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 0;
  padding-bottom: 0;
}
#item_prc-01 .itemBox3 .item-01 .text {
  background: #00a7ba;
  border: 0;
  font-size: 18px;
  line-height: 45px;
  padding: 0 25px;
  display: inline-block;
  text-align: center;
}
#item_prc-01 .itemBox3 .item-01 .text span {
  color: #fff;
}
#item_prc-01 .itemBox3 .item-02 {
  padding: 20px 0;
}

#sortX {
  text-align: center;
  margin-bottom: 20px;
}
#sortX span {
  font-size: 28px;
  font-weight: 700;
  line-height: 2em;
  color: #00a7ba;
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 rgba(0, 0, 0, 0.3);
}
@media (min-width: 320px) and (max-width: 1024px) {
  #sortX span {
    font-size: 18px;
  }
}
#sortX i {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  display: block;
}
#sortX i::after {
  content: "";
  width: 100%;
  max-width: 120px;
  height: 7px;
  background-color: #00a7ba;
  display: block;
  margin: 0 auto;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  position: relative;
  z-index: 9;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #sortX i::after {
    max-width: 100px;
  }
}

.product_content img,
.product_content video,
.text_content img,
.text_content video,
.news_content img,
.news_content video {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  max-height: 100%;
}

/****面包宵*****/
.page_muen_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_muen_nav .ab {
  margin-right: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_muen_nav a {
  color: #666;
  font-size: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.page_muen_nav a.kuohao {
  font-family: 宋体;
  margin: 0 5px;
}
.page_muen_nav a.act {
  color: #00a7ba;
}
.page_muen_nav a.menu.active {
  display: block;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .page_muen_nav {
    display: none;
  }
}

/*****页码********/
#scms-pager {
  padding: 5% 0 2% 0;
}
#scms-pager .scms-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
#scms-pager .scms-pages a {
  font-size: 14px;
  background: #ddd;
  padding: 4px 10px;
}
#scms-pager .scms-pages a.pgCurrent, #scms-pager .scms-pages a:hover {
  background-color: #00a7ba;
  color: #fff;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #scms-pager .scms-pages a.pgNext {
    display: none;
  }
}

.wrapx {
  max-width: 100%;
  margin-bottom: 15px;
}
.wrapx table {
  width: 100%;
  border: 1px solid rgba(64, 64, 64, 0.2);
}
.wrapx table tbody,
.wrapx table tr,
.wrapx table td {
  border: 1px solid rgba(64, 64, 64, 0.2);
  line-height: 3em;
  font-size: 16px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .wrapx table tbody,
  .wrapx table tr,
  .wrapx table td {
    font-size: 12px;
  }
}
.wrapx table tbody b,
.wrapx table tr b,
.wrapx table td b {
  margin-left: 5%;
  font-weight: 500;
}
.wrapx table tbody a.download,
.wrapx table tr a.download,
.wrapx table td a.download {
  background-color: var(--base);
  color: #fff;
  margin: 0 auto;
  text-align: center;
  max-width: 120px;
}

.text_content {
  width: 100%;
}
.text_content img,
.text_content video {
  width: auto;
  max-width: 100%;
}
.text_content p,
.text_content span {
  text-wrap: wrap !important;
  font-size: 16px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .text_content p,
  .text_content span {
    font-size: 12px;
  }
}

.news_content {
  line-height: 3em;
}
.news_content span,
.news_content p {
  font-size: 16px;
}
.news_content span,
.news_content p,
.news_content h4,
.news_content h5,
.news_content h3,
.news_content h2,
.news_content h1 {
  line-height: 2em;
}
.news_content img,
.news_content video {
  width: auto;
  max-width: 100%;
}

/**视频弹出**/
.videos {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.videos video {
  width: 100%;
}