@charset "UTF-8";
/* This CSS is generated by My Snazzy Framework version 六盘水市知易职业技术学校 */
/* This CSS is generated by My Snazzy Framework version 六盘水市知易职业技术学校 */
.headers {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  z-index: 999;
  height: auto;
}
.headers .logo {
  display: none;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .headers .logo {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 1024px) {
  .headers {
    height: 70px;
  }
  .headers.fixed .header {
    position: fixed;
    background-color: #ffffff;
  }
}
.headers.active {
  top: 0;
  background-color: rgba(0, 36, 71, 0.4);
  -o-background-size: 4px 4px;
     background-size: 4px 4px;
  backdrop-filter: saturate(50%) blur(4px);
  -webkit-backdrop-filter: saturate(50%) blur(4px);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
.headers.active .header_box .h_box1 .toolbar-search-container {
  height: 75%;
}
.headers .header {
  height: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.headers .header .header_box {
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.headers .header .header_box .h_box1 {
  height: auto;
  padding: 5px 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headers .header .header_box .h_box1 .logo {
  width: auto;
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headers .header .header_box .h_box1 .logo img {
  width: auto;
  max-height: 100%;
}
.headers .header .header_box .h_box1 .header-title p {
  color: #010101;
  font-size: 18px;
  line-height: 2em;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .headers .header .header_box .h_box1 .header-title {
    display: none;
  }
}
.headers .header .header_box .h_box1 .toolbar-search {
  max-width: 400px;
  width: 100%;
}
.headers .header .header_box .h_box1 .toolbar-search .toolbar-icon {
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
}
.headers .header .header_box .h_box1 .toolbar-search .toolbar-icon .toolbar-icon-item {
  font-size: 18px;
  color: #010101;
}
.headers .header .header_box .h_box1 .toolbar-search .toolbar-icon .toolbar-icon-item img {
  margin-right: 6px;
}
.headers .header .header_box .h_box1 .toolbar-search .toolbar-icon .toolbar-icon-item:hover {
  color: #d90101;
}
.headers .header .header_box .h_box1 .toolbar-search .toolbar-search-container {
  width: 100%;
  height: 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 0;
  border-radius: 5px;
  overflow: hidden;
}
.headers .header .header_box .h_box1 .toolbar-search .toolbar-search-container input {
  font-size: 16px;
  height: 100%;
  width: 70%;
  line-height: inherit;
  background-color: rgba(255, 255, 255, 0.1098039216);
  backdrop-filter: blur(1px);
  color: var(--base);
  vertical-align: top;
  text-indent: 32px;
  border: 1px solid #cdddeb;
  border-right: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 5px 0 0 5px;
}
.headers .header .header_box .h_box1 .toolbar-search .toolbar-search-container input::-webkit-input-placeholder {
  color: var(--base);
}
.headers .header .header_box .h_box1 .toolbar-search .toolbar-search-container input:-moz-placeholder {
  color: var(--base);
}
.headers .header .header_box .h_box1 .toolbar-search .toolbar-search-container input::-moz-placeholder {
  color: var(--base);
}
.headers .header .header_box .h_box1 .toolbar-search .toolbar-search-container input:-ms-input-placeholder {
  color: var(--base);
}
.headers .header .header_box .h_box1 .toolbar-search .toolbar-search-container input::placeholder {
  color: var(--base);
}
.headers .header .header_box .h_box1 .toolbar-search .toolbar-search-container button {
  width: 30%;
  height: 100%;
  outline: 0;
  border: 0 none;
  font-size: 18px;
  line-height: inherit;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background-color: #d90101;
  text-align: center;
}
.headers .header .header_box .h_box1 .toolbar-search .toolbar-search-container button span {
  display: inline-block;
  color: #fff;
  font-size: 18px;
}
.headers .header .header_box .h_box2 {
  width: 100%;
  background-image: -webkit-linear-gradient(left, rgb(217, 1, 1) 0%, rgb(8, 30, 148) 100%);
  background-image: -moz-linear-gradient(left, rgb(217, 1, 1) 0%, rgb(8, 30, 148) 100%);
  background-image: -o-linear-gradient(left, rgb(217, 1, 1) 0%, rgb(8, 30, 148) 100%);
  background-image: linear-gradient(90deg, rgb(217, 1, 1) 0%, rgb(8, 30, 148) 100%);
}
@media (min-width: 320px) and (max-width: 1024px) {
  .headers .header .header_box .h_box2 {
    background: none;
  }
}
.headers .header .header_box .h_box2 ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headers .header .header_box .h_box2 ul li {
  width: 100%;
  text-align: center;
  position: relative;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .headers .header .header_box .h_box2 ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.headers .header .header_box .h_box2 ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 3em;
}
.headers .header .header_box .h_box2 ul li ol {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  display: none;
  border-radius: 0 0 10px 14px;
  z-index: 9;
  /* &::before {
  	content: '';
  	position: absolute;
  	z-index: -1;
  	top: -13px;
  	width: 0;
  	height: 0;
  	border-left: 10px solid transparent;
  	border-right: 10px solid transparent;
  	border-bottom: 20px solid var(--base);
  	left: 50%;
  	transform: translateX(-50%);
  } */
}
.headers .header .header_box .h_box2 ul li ol li {
  background-color: #ffffff;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0 10px;
}
.headers .header .header_box .h_box2 ul li ol li a {
  font-size: 16px;
  color: #333333;
  line-height: 2.5em;
  font-weight: 500;
}
.headers .header .header_box .h_box2 ul li ol li:hover {
  background-color: #d90101;
}
.headers .header .header_box .h_box2 ul li ol li:hover a {
  color: #fff;
}
.headers .header .header_box .h_box2 ul li:hover ol {
  display: block;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .headers .header .header_box .h_box2 ul li:hover ol {
    display: none;
  }
}
.headers .header .header_box .h_box2 ul li.active {
  font-size: 20px;
  font-weight: 500;
  /*  background-image: linear-gradient(
    0deg,
    rgb(217, 1, 1) 0%,
    rgb(8, 30, 148) 100%
  ); */
  background-color: #d90101;
}
.headers .header .header_box .h_box2 ul li.active a.iteMun {
  color: #fff;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .headers .header .header_box .h_box2 ul li.active a.iteMun {
    color: #fff;
  }
}
.headers .header .mb_btn,
.headers .header #menu-item-100 {
  display: none;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .headers .header {
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .headers .header .logo img {
    width: auto;
    height: auto;
    max-height: 70px;
    max-width: inherit;
  }
  .headers .header .header_box {
    position: absolute;
    top: 100%;
    width: 100%;
    background-image: -webkit-linear-gradient(top, rgb(217, 1, 1) 0%, rgb(8, 30, 148) 100%);
    background-image: -moz-linear-gradient(top, rgb(217, 1, 1) 0%, rgb(8, 30, 148) 100%);
    background-image: -o-linear-gradient(top, rgb(217, 1, 1) 0%, rgb(8, 30, 148) 100%);
    background-image: linear-gradient(180deg, rgb(217, 1, 1) 0%, rgb(8, 30, 148) 100%);
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    height: 0;
  }
  .headers .header .header_box .h_box1 {
    display: none;
  }
  .headers .header .header_box .h_box2 ul {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .headers .header .header_box .h_box2 ul li a {
    color: #fff;
  }
  .headers .header .header_box .h_box2 ul li.active {
    background-color: #d90101;
  }
  .headers .header .header_box.active {
    visibility: visible;
    height: -webkit-calc(100vh - 70px);
    height: -moz-calc(100vh - 70px);
    height: calc(100vh - 70px);
  }
  .headers .header .mb_btn {
    display: block;
    margin-right: 5%;
  }
  .headers .header .mb_btn .iconfont:before {
    color: var(--base);
    font-size: 1.5em;
  }
  .headers .header .mb_btn .icon-menu {
    display: block;
  }
  .headers .header .mb_btn .icon-guanbi {
    display: none;
  }
  .headers .header .mb_btn.active .icon-menu {
    display: none;
  }
  .headers .header .mb_btn.active .icon-guanbi {
    display: block;
  }
}

.content_page .hengmunePa {
  display: none;
}
.content_page .shumunePa {
  display: block;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.section01 {
  display: block;
}
.section01 .item01 {
  width: auto;
  max-width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section01 .item01 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 360px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .section01 .item01 {
    height: auto;
    width: 100%;
  }
}

.mains {
  gap: clamp(10px, 3.4375%, 55px);
}
@media (min-width: 320px) and (max-width: 1024px) {
  .mains {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mains .section02 {
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  -webkit-transform: translateY(-7.5vh);
     -moz-transform: translateY(-7.5vh);
      -ms-transform: translateY(-7.5vh);
       -o-transform: translateY(-7.5vh);
          transform: translateY(-7.5vh);
  width: clamp(100px, 17.8125%, 285px);
  box-shadow: 0px 3px 9.6px 0.4px rgba(0, 0, 0, 0.11);
}
@media (min-width: 320px) and (max-width: 1024px) {
  .mains .section02 {
    -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
    width: 100%;
  }
}
.mains .section02 .itemBox2 {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mains .section02 .itemBox2 .item02 {
  width: 100%;
  padding: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 0;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .mains .section02 .itemBox2 .item02 {
    padding: 5px;
  }
}
.mains .section02 .itemBox2 .item02 ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  padding: 0px 0;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .mains .section02 .itemBox2 .item02 ul {
    overflow-x: scroll;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.mains .section02 .itemBox2 .item02 ul li {
  width: auto;
  border-radius: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .mains .section02 .itemBox2 .item02 ul li {
    width: auto;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}
.mains .section02 .itemBox2 .item02 ul li a {
  height: var(--height);
  line-height: var(--height);
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding: 15px 20px;
  color: #000;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .mains .section02 .itemBox2 .item02 ul li a {
    font-size: 14px;
    --height: 40px;
    font-weight: 500;
    padding: 5px 3.5vw;
  }
}
.mains .section02 .itemBox2 .item02 ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.mains .section02 .itemBox2 .item02 ul li::after {
  -webkit-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  -o-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  -moz-transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 2px;
  background-color: #d90101;
}
.mains .section02 .itemBox2 .item02 ul li:hover::after, .mains .section02 .itemBox2 .item02 ul li.active::after {
  width: 100%;
}
.mains .section02 .itemBox2 .item02 ul li:hover a, .mains .section02 .itemBox2 .item02 ul li.active a {
  color: #d90101;
  font-weight: 600;
}
.mains .section02 .itemBox2 .item02 ul li:hover a::before, .mains .section02 .itemBox2 .item02 ul li.active a::before {
  left: 7px;
  background-color: #d90101;
}
.mains .section02 .itemBox2 .item03 {
  margin-top: 40px;
  border: 1px solid #999;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .mains .section02 .itemBox2 .item03 {
    display: none;
  }
}
.mains .section02 .itemBox2 .item03 .imgs {
  max-width: 100%;
  height: auto;
}
.mains .section02 .itemBox2 .item03 .textel {
  margin-top: 10%;
  width: 85%;
  margin: 5% auto;
}
.mains .section02 .itemBox2 .item03 .textel h5 {
  font-size: 24px;
  color: #333333;
}
.mains .section02 .itemBox2 .item03 .textel h4 {
  font-size: 18px;
  color: #666;
}
.mains .section02 .itemBox3 {
  -webkit-flex-basis: 80%;
      -ms-flex-preferred-size: 80%;
          flex-basis: 80%;
  width: auto;
  max-width: 100%;
}
.mains .section02 .itemBox3 .item02 {
  padding-top: 2%;
}
.mains .section03 {
  padding: 3% 0;
  background-color: #fff;
  width: clamp(320px, 78.75%, 1260px);
}
@media (min-width: 320px) and (max-width: 1024px) {
  .mains .section03 {
    padding: 3% 0;
    width: 100%;
  }
}
.mains .section03 .itemBox3 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 0;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .mains .section03 .itemBox3 {
    padding: 0px;
  }
}
.mains .section03 .item01 {
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px;
  padding-bottom: 5px;
  position: relative;
}
.mains .section03 .item01 .text {
  text-align: left;
}
.mains .section03 .item01 .text span {
  font-size: 24px;
  font-weight: 500;
  color: #3f3f3f;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .mains .section03 .item01 .text span {
    font-size: 18px;
  }
}
.mains .section03 .item01 .muenPa {
  -webkit-flex: auto;
     -moz-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.mains .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;
}

#menu-ite {
  width: 100%;
  background-color: #d90101;
  text-align: center;
  background: url("../img/list/nei_cont.png") center no-repeat;
  -o-background-size: cover;
     background-size: cover;
  height: auto;
  padding: 4.5vh 0;
}
#menu-ite h1 {
  color: #ffffff;
  font-size: 36px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #menu-ite {
    display: none;
  }
}

#menuItemLeft {
  background-color: rgba(217, 1, 1, 0.3);
  padding: 20px 0;
}
#menuItemLeft ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-justify-content: center;
     -moz-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;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  background: #f8f8f8;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #menuItemLeft ul li {
    height: 30px;
    line-height: 30px;
    -webkit-flex-shrink: 0;
        -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: #d90101;
}
#menuItemLeft ul li:hover a, #menuItemLeft ul li.active a {
  color: #fff;
}

/* 
* @Last Modified by:   Turbo
* @Last Modified time: 2021-04-08 16:07:08
<li>
										<div class="titel">
											<a href="%新闻链接%">
												<h5>%新闻标题%</h5>
											</a>
											<a href="%新闻链接%" class="summuy">
												<p>%新闻简述%</p>
											</a>
											<span class="next2n">%发表年%-%发表日%-%发表月%</span>
										</div>
										<a class="imgs" href="%新闻链接%"><img src="{@SL_安装目录}%新闻图片%" alt="%新闻标题%"></a>

									</li>
*/
#news-01 .newslistairm .commslist ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: unset;
     -moz-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-align-items: unset;
     -moz-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  gap: 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#news-01 .newslistairm .commslist ul li {
  width: -webkit-calc((100% - 40px) / 2);
  width: -moz-calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
  -moz-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;
  -o-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
#news-01 .newslistairm .commslist ul li .imgs img:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
#news-01 .newslistairm .commslist ul li .titel {
  padding: 15px 5px;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-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: #d90101;
  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: #d90101;
}
@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-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
  background-color: #f8f8f8;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 40px;
}
#news-01 .newslistairm .commslist ul li .imgs {
  width: 100%;
  aspect-ratio: 285/160;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 0px 0;
  margin-right: 0px;
  height: auto;
  background: none;
  max-height: 160px;
}
#news-01 .newslistairm .commslist ul li .imgs img {
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  width: auto;
  height: auto;
}
#news-01 .newslistairm .commslist ul li .imgs img:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
#news-01 .newslistairm .commslist ul li .titel {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  width: 100%;
}
#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 span {
  color: #d90101;
}
#news-01 .newslistairm .commslist ul li .titel p {
  text-indent: 0em;
  -o-text-overflow: ellipsis;
     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-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
  #news-01 .newslistairm .commslist ul li .imgs {
    -webkit-flex: 0 0 40vw;
       -moz-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: #d90101;
}
#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-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0);
  background-color: #f8f8f8;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 40px;
}
#news-01 .newslistairm ul li .imgs {
  width: 100%;
  aspect-ratio: 285/160;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  padding: 0px 0;
  margin-right: 0px;
  height: auto;
  background: none;
  max-height: 160px;
}
#news-01 .newslistairm ul li .imgs img {
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  width: auto;
  height: auto;
}
#news-01 .newslistairm ul li .imgs img:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
#news-01 .newslistairm ul li .titel {
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  width: 100%;
}
#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 span {
  color: #d90101;
}
#news-01 .newslistairm ul li .titel p {
  text-indent: 0em;
  -o-text-overflow: ellipsis;
     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-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
  #news-01 .newslistairm ul li .imgs {
    -webkit-flex: 0 0 40vw;
       -moz-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: #d90101;
}
#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;
}

/* 
* @Last Modified by:   Turbo
* @Last Modified time: 2021-04-08 16:07:08
<li class="itemList">
										<a class="imgs" href="%新闻链接%"><img src="%新闻图片%" alt="%新闻标题%"></a>
										<div class="titel">
											<h5>%新闻标题%</h5>
										</div>
									</li>
*/
#news-05 {
  margin-top: 20px;
}
#news-05 .commslist ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: unset;
     -moz-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-align-items: unset;
     -moz-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  gap: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#news-05 .commslist ul li {
  width: -webkit-calc((100% - 90px) / 4);
  width: -moz-calc((100% - 90px) / 4);
  width: calc((100% - 90px) / 4);
  -moz-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;
  -o-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
#news-05 .commslist ul li .imgs img:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
#news-05 .commslist ul li .titel {
  padding: 15px 5px;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-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: #d90101;
  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: #d90101;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-05 .commslist ul li {
    width: 100%;
  }
}
#news-05 .commslist ul li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  box-shadow: 0px 0px 9px 0px rgba(159, 159, 159, 0.3);
}
#news-05 .commslist ul li .imgs {
  -webkit-flex: unset;
     -moz-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;
  -o-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
#news-05 .commslist ul li .imgs img:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
#news-05 .commslist ul li .titel {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
#news-05 .commslist ul li .titel h5 {
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-weight: 500;
  -o-text-overflow: ellipsis;
     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-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-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: #d90101;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  border-radius: 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-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: #d90101;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-05 .commslist ul li {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  #news-05 .commslist ul li .imgs {
    -webkit-flex: 0 0 40vw;
       -moz-box-flex: 0;
        -ms-flex: 0 0 40vw;
            flex: 0 0 40vw;
  }
}
#news-05 ul li {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  box-shadow: 0px 0px 9px 0px rgba(159, 159, 159, 0.3);
}
#news-05 ul li .imgs {
  -webkit-flex: unset;
     -moz-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  height: auto;
  overflow: hidden;
}
#news-05 ul li .imgs img {
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
#news-05 ul li .imgs img:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}
#news-05 ul li .titel {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
#news-05 ul li .titel h5 {
  font-size: 16px;
  color: #333333;
  text-align: center;
  font-weight: 500;
  -o-text-overflow: ellipsis;
     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-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-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: #d90101;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  border-radius: 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-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: #d90101;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #news-05 ul li {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  #news-05 ul li .imgs {
    -webkit-flex: 0 0 40vw;
       -moz-box-flex: 0;
        -ms-flex: 0 0 40vw;
            flex: 0 0 40vw;
  }
}

/* 
* @Last Modified by:   Turbo
* @Last Modified time: 2021-04-08 16:07:08
<li>
											<div class="itemDate">
												<h1>%发表日%</h1>
												<span>%发表年%/%发表月%</span>
											</div>
											<i class="xian"></i>
											<!-- <span class="iconfont icon-dian"></span> -->
											<div class="titel">
												<a href="%新闻链接%">
													<h5>%新闻标题%</h5>
												</a>
												<a href="%新闻链接%" class="summuy">
													<p>%新闻简述%</p>
												</a>
												<a class="more" href="%新闻链接%"><span
													class="iconfont icon-a-youjiantouzhixiangyoujiantou"></span></a>
											</div>
											<a class="imgs" href="%新闻链接%"><img src="%新闻图片%" alt="%新闻标题%"></a>
											<!-- <span class="next2n">%发表年%-%发表日%-%发表月%</span> -->
										</li>
*/
#news-09 .commslist ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-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-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-justify-content: space-between;
     -moz-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-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 79px;
  max-width: 79px;
  margin-top: 5px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-start;
      -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;
  -o-transition: all 0.5s;
  -moz-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;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-flex: 1;
     -moz-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;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news-09 .commslist ul li .titel .mores {
  -webkit-justify-content: space-between;
     -moz-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: #d90101;
}
#news-09 .commslist ul li:hover .xian {
  width: 80px;
  background-color: #d90101;
}
#news-09 .commslist ul li:hover .titel h5,
#news-09 .commslist ul li:hover .titel p {
  color: #d90101;
}
#news-09 .commslist ul li:hover .imgs img {
  -webkit-transform: scale(1.12);
     -moz-transform: scale(1.12);
      -ms-transform: scale(1.12);
       -o-transform: scale(1.12);
          transform: scale(1.12);
}
#news-09 .commslist ul li:hover .more {
  background-color: #d90101;
  color: #fff;
}
#news-09 .commslist ul li:hover .more span {
  color: #fff;
}
#news-09 .commslist ul li:hover .next2n {
  color: #d90101;
}

/*
<li class="swiper-slide">
								<a class="teacher-card" href="#">
									<div class="teacher-img">
										<img src="{@SL_安装目录}%新闻图片%" alt="%新闻标题%">
									</div>
									<div class="teacher-info">
										<h3>%新闻标题%</h3>
										<i></i>
										<p>职称：%职位%</p>
									</div>
								</a>
							</li>
 **/
#news-11 ul {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
#news-11 ul li .teacher-card {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
#news-11 ul li .teacher-card .teacher-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#news-11 ul li .teacher-card .teacher-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}
#news-11 ul li .teacher-card .teacher-info {
  text-align: left;
  margin-top: 20px;
}
#news-11 ul li .teacher-card .teacher-info h3 {
  font-size: 22px;
  margin-bottom: 3px;
  font-weight: normal;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#news-11 ul li .teacher-card .teacher-info i {
  display: block;
  width: 100%;
  height: 2px;
  margin: 10px auto;
  background-color: #dadada;
}
#news-11 ul li .teacher-card .teacher-info p {
  font-size: 18px;
  color: black;
  margin: 0;
}
#news-11 ul li .teacher-card:hover {
  -webkit-transform: translateY(-5px);
     -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
}
#news-11 ul li .teacher-card:hover img {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
       -o-transform: scale(1.04);
          transform: scale(1.04);
}
#news-11 ul li .teacher-card:hover .teacher-info h3 {
  color: #1977ca;
}

/*
*
*<li class="">
											<div class="imgs">
												<a href="%产品链接%"><img src="%产品小图%" alt="%产品标题%"></a>
											</div>
											<a href="%产品链接%">
											<div class="text">
												<h5>%产品标题%</h5>
												<!-- <i></i> -->
												<!-- <p class="texts">%产品简述%</p> -->

											</div>
											</a>
											<!-- <div class="mores">
												<a href="%产品链接%" class="flex"><b>MORE</b><span
												class="iconfont icon-a-youjiantouzhixiangyoujiantou"></span></a>
											</div> -->
										</li>
**/
#prc-02 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding: 0px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #prc-02 {
    padding: 0px;
  }
}
#prc-02 ul {
  gap: 40px;
  -webkit-flex-wrap: wrap;
      -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: -webkit-calc((100% - 80px) / 3);
  width: -moz-calc((100% - 80px) / 3);
  width: calc((100% - 80px) / 3);
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-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: -webkit-calc((100% - 10px) / 2);
    width: -moz-calc((100% - 10px) / 2);
    width: calc((100% - 10px) / 2);
    padding: 10px;
  }
}
#prc-02 ul li .imgs {
  background-color: #fff;
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  max-height: 185px;
}
#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;
  -o-text-overflow: ellipsis;
     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-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  background-color: #d90101;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #prc-02 ul li .text i {
    margin: 5px auto;
  }
}
#prc-02 ul li .mores {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: 15px;
  width: 86px;
  height: 24px;
  border-color: #d90101;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-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: #d90101;
  width: 100%;
  height: 100%;
  -webkit-align-items: center;
     -moz-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: #d90101;
  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: #d90101;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -moz-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: -webkit-calc(100% - 2px);
  width: -moz-calc(100% - 2px);
  width: calc(100% - 2px);
}
#prc-02 ul li:hover {
  background-color: #d90101;
}
#prc-02 ul li:hover .imgs {
  overflow: hidden;
}
#prc-02 ul li:hover .imgs img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-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;
}

.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-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_muen_nav .ab {
  margin-right: 2%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_muen_nav a {
  color: #3f3f3f;
  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: #d90101;
}
.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-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-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: #d90101;
  color: #fff;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #scms-pager .scms-pages a.pgNext {
    display: none;
  }
}

/*
*@Author: Turbo
*
*/
.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%;
}

#item_news .text span {
  font-weight: 500;
  font-size: 24px;
  color: #d90101;
  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-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -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 #MagnifierWrap {
  max-width: 50%;
  width: 100%;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #item_prc-01 #MagnifierWrap {
    max-width: 100%;
  }
}
#item_prc-01 .item_prc {
  margin-bottom: 3%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#item_prc-01 .item_prc .button {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  position: absolute;
  width: auto;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
#item_prc-01 .item_prc .button .iconfont {
  color: #d90101;
  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 .Drag {
  width: 100%;
  max-width: 180px;
  overflow: hidden;
  margin-left: 1%;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #item_prc-01 .item_prc .Drag {
    display: none;
  }
}
#item_prc-01 .item_prc .Drag ul {
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  max-height: 350px;
}
#item_prc-01 .item_prc .Drag ul li {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#item_prc-01 .item_prc .Drag ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#item_prc-01 .item_prc .item02_box1 {
  overflow: hidden;
  -webkit-flex: 1;
     -moz-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-flex: 1;
     -moz-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-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-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-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#item_prc-01 .item_prc .item02_box2 .item02_box2_03 dl {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
     -moz-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-flex: 0 0 auto;
     -moz-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: #d90101;
  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;
}

/* This CSS is generated by My Snazzy Framework version 六盘水市知易职业技术学校 */
#menu-itemsa-1 {
  display: none;
}

.foot_svg {
  height: 60px;
  width: 100%;
}
.foot_svg .waves {
  position: relative;
  width: 100%;
  height: 100%;
}
.foot_svg .parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
     -moz-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
       -o-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.foot_svg .parallax > use:nth-child(1) {
  -webkit-animation-delay: 0.4s;
     -moz-animation-delay: 0.4s;
       -o-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-duration: 7s;
     -moz-animation-duration: 7s;
       -o-animation-duration: 7s;
          animation-duration: 7s;
  fill: rgba(217, 1, 1, 0.25);
}
.foot_svg .parallax > use:nth-child(2) {
  -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
       -o-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 14s;
     -moz-animation-duration: 14s;
       -o-animation-duration: 14s;
          animation-duration: 14s;
  fill: rgba(217, 1, 1, 0.5);
}
.foot_svg .parallax > use:nth-child(3) {
  -webkit-animation-delay: 0.6s;
     -moz-animation-delay: 0.6s;
       -o-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-duration: 21s;
     -moz-animation-duration: 21s;
       -o-animation-duration: 21s;
          animation-duration: 21s;
  fill: rgba(217, 1, 1, 0.75);
}
.foot_svg .parallax > use:nth-child(4) {
  -webkit-animation-delay: 0.7s;
     -moz-animation-delay: 0.7s;
       -o-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-duration: 28s;
     -moz-animation-duration: 28s;
       -o-animation-duration: 28s;
          animation-duration: 28s;
  fill: #d90101;
}
.foot_svg .parallax > use:nth-child(5) {
  -webkit-animation-delay: 0.8s;
     -moz-animation-delay: 0.8s;
       -o-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 35s;
     -moz-animation-duration: 35s;
       -o-animation-duration: 35s;
          animation-duration: 35s;
  fill: #d90101;
}

.foot_wrap {
  background-color: #3c464f;
  width: 100%;
  background: url(../img/list/foot_bag.jpg);
}

.foot {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.foot .foot_01 {
  width: auto;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin-right: 3%;
  padding-top: 2%;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .foot .foot_01 {
    display: none;
  }
}
.foot .foot_02 {
  margin: 0 auto;
  width: 100%;
  padding: 2% 0;
}
.foot .foot_03 {
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 2% 0;
  gap: 10%;
  padding-bottom: 3%;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.foot_02a {
  width: 100%;
}
.foot_02a .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.foot_02a .item li:nth-child(1) {
  display: block;
}
.foot_02a .item li:nth-child(2) {
  padding-left: 0;
}
.foot_02a .item li:last-child {
  border-right: 0px solid #fff;
}
.foot_02a .item li a {
  color: white;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.foot_02a .item li a:hover {
  color: rgba(255, 255, 255, 0.75);
  -webkit-transform: translateX(3%);
     -moz-transform: translateX(3%);
      -ms-transform: translateX(3%);
       -o-transform: translateX(3%);
          transform: translateX(3%);
}
.foot_02a .item li .footmenu {
  margin-top: 15px;
}
.foot_02a .item li .footmenu a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 3em;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.foot_02a .item li .footmenu a:hover {
  -webkit-transform: translateX(5%);
     -moz-transform: translateX(5%);
      -ms-transform: translateX(5%);
       -o-transform: translateX(5%);
          transform: translateX(5%);
}

.foot_02a-1 {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10%;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2%;
}
.foot_02a-1 i {
  width: 1px;
  height: 100px;
  background-color: #b61b20;
}
.foot_02a-1 .erweima {
  border: 1px solid #dadada;
  padding: 0px;
}

.foot_02b {
  background-color: #fff;
  padding: 2% 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.foot_02b .foot_02ba {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.foot_02b a {
  color: #000;
  margin-right: 3%;
  width: auto;
  float: left;
  font-size: 14px;
  line-height: 2em;
}
.foot_02b a:hover {
  color: var(--base);
}

.foot_03a a.titlea {
  color: white;
  font-size: 20px;
}
.foot_03a .footmenu {
  margin-top: 20px;
}
.foot_03a .footmenu a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 3em;
  font-weight: 200;
}

.foot_03b {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 110px;
}
.foot_03b a {
  font-size: 14px;
  color: #fff;
  margin-top: 5%;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .foot_03b {
    display: none;
  }
}

.foot_03c .footTel {
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  margin-left: 90px;
  width: auto;
}

.menuBox2 {
  min-width: 110px;
  width: auto;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .menuBox2 {
    display: none;
  }
}
.menuBox2 ul {
  gap: 30px;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menuBox2 ul li {
  position: relative;
}
.menuBox2 ul li a {
  --wh: 40px;
  width: auto;
  height: var(--wh);
  background-repeat: no-repeat;
  -o-background-size: auto 100%;
     background-size: auto 100%;
  background-position: left center;
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.menuBox2 ul li a span {
  color: #fff;
  font-size: 18px;
  margin-left: -webkit-calc(var(--wh) + 10px);
  margin-left: -moz-calc(var(--wh) + 10px);
  margin-left: calc(var(--wh) + 10px);
  line-height: var(--wh);
}
.menuBox2 ul li .conts {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 20px 10px 10px 10px;
  top: 100%;
  width: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
  -webkit-clip-path: polygon(0 5%, 45% 5%, 50% 0, 55% 5%, 100% 5%, 100% 100%, 0 100%);
  clip-path: polygon(0 5%, 45% 5%, 50% 0, 55% 5%, 100% 5%, 100% 100%, 0 100%);
}
.menuBox2 ul li:hover .conts {
  display: block;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .foot {
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15%;
  }
  .foot_02 {
    display: none;
  }
  .foot_02b a {
    font-size: 12px;
  }
  .foot_03 {
    width: 100%;
    -webkit-flex: 1 !important;
       -moz-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
}