@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  background-color: white;
  font-family: "Inter", sans-serif;
}

ul,
li,
dl,
dt,
dd,
ol {
  list-style: none;
}

a {
  color: black;
  text-decoration: none;
}

img {
  vertical-align: top;
  border: none;
}

input {
  font-size: 1rem;
  border: none;
  outline: none;
  font-family: "Inter", sans-serif;
}

#banner {
  background-color: #ccc;
}

.drop_down {
  grid-template-rows: 1fr !important;
}

.news-filter {
  display: flex;
  flex-wrap: wrap;
}
.news-filter a {
  padding-left: var(--gap-small);
  display: flex;
  align-items: center;
}
.news-filter a::before {
  margin: 0 var(--gap-minimum);
  content: "";
  display: inline-block;
  border: 1px solid gray;
  border-radius: 2px;
  width: 14px;
  height: 14px;
}
.news-filter a.active {
  color: #06f;
}
.news-filter a.active::before {
  border-color: #06f;
  display: flex;
  align-items: center;
  content: "✔";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (min-width: 0) and (max-width: 1000px) {
  header,
  footer,
  .breadcrumb {
    display: none;
  }
  #news-banner {
    position: relative;
    padding-bottom: 40%;
    overflow: hidden;
  }
  #news-banner > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-bar {
    background-color: #ddd;
    border-bottom: 1px solid #bbb;
    position: relative;
  }
  .news-list-main {
    background-color: #eee;
  }
  .sub-category {
    display: flex;
    height: 12vw;
  }
  .sub-category > a,
  .sub-category > div > a {
    align-self: stretch;
    align-content: center;
    border-right: 1px solid #ccc;
    padding: 0 3vw;
  }
  .sub-category > div {
    display: flex;
    height: 100%;
  }
  .sub-category > div > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sub-category > div span.icon {
    margin-left: 1vw;
  }
  .sub-category > div span.icon {
    width: 3vw;
    height: 3vw;
  }
  .sub-category > div span.icon::after, .sub-category > div span.icon::before {
    content: "";
    background-color: #333;
    width: 3vw;
    height: 0.6vw;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .sub-category > div span.icon::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all 0.3s ease-out;
  }
  .sub-category > div span.icon::before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.3s ease-out;
  }
  .sub-category > div span.icon.plus_active::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #333;
  }
  .sub-category > div span.icon.plus_active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
    background-color: #333;
  }
  .sub-category .drop {
    position: absolute;
    z-index: 99;
    width: 100%;
    background-color: #ddd;
    left: 0;
    top: calc(12vw + 1px);
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-in-out;
    overflow: hidden;
  }
  .sub-category .drop ul {
    padding: 0 2vw;
    min-height: 0;
  }
  .sub-category .drop li {
    margin-top: 2vw;
  }
  .sub-category .drop li:last-of-type {
    padding-bottom: 2vw;
  }
  .sub-category i.fa-chevron-down {
    display: none;
  }
  .news-filter {
    padding: 3vw;
  }
  .news-filter span {
    display: block;
    width: 100%;
  }
  .news-filter a {
    margin: 1.5vw 3vw 0 0;
  }
  .news-filter a::before {
    margin-right: 1vw;
  }
  .news-list {
    padding: 0 3vw;
  }
  .news-list h1 {
    font-size: 1rem;
    line-height: 1.5;
  }
  .news-list li {
    margin-top: 3vw;
    background-color: white;
    border: #ccc 1px solid;
    border-radius: 1vw;
    overflow: hidden;
  }
  .news-list li img {
    width: 100%;
  }
  .news-item-content {
    padding: 3vw;
  }
  .news-item-content h3 {
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: underline;
  }
  .news-item-content time {
    display: block;
    color: #666;
    margin: 2vw 0;
    font-size: 0.9rem;
  }
  .news-item-content p {
    max-height: 10vw;
    line-height: 5vw;
    overflow: hidden;
    color: #333;
  }
  .pagination ul {
    display: flex;
    justify-content: center;
    padding-top: 3vw;
  }
  .pagination li {
    margin: 0 2vw;
  }
  .pagination a.active {
    text-decoration: underline;
    color: #06f;
  }
  aside {
    padding: 0 3vw 3vw;
  }
  aside > section {
    background-color: white;
    padding: 3vw;
    margin-top: 3vw;
  }
  aside h2 {
    font-size: 1rem;
    margin-bottom: 2vw;
  }
  aside li {
    list-style: disc inside;
    margin-top: 1vw;
  }
  aside li a {
    margin-left: -1vw;
  }
  .export-consult p {
    padding: 1vw 0;
    color: #666;
  }
  .export-consult a {
    display: block;
    color: white;
    background-color: #06f;
    text-align: center;
    padding: 2vw 0;
    margin-top: 1vw;
  }
}
@media (min-width: 1000px) {
  header nav .drop > .container, header nav > ul, header > div.container {
    display: flex;
    justify-content: space-between;
  }
  header nav > ul, header > div.container {
    align-items: center;
  }
  #search > a, header nav > ul > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header nav div.section:first-of-type p {
    line-height: 160%;
    text-align: justify;
    hyphens: auto;
  }
  #news_slide p, #news_slide h3, #coop li p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: justify;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
  }
  :root {
    --gap-minimum: 5px;
    --gap-small: 10px;
    --gap-medium: 15px;
    --gap-large: 20px;
    --line-h-minimum: 20px;
    --line-h-small: 25px;
    --line-h-medium: 30px;
    --link-color: #03f;
  }
  .container {
    padding: 0 var(--gap-medium);
  }
  html {
    font-size: 16px;
  }
  p {
    line-height: 1.6;
  }
  #banner {
    padding-bottom: 30%;
  }
  .block-name {
    text-align: center;
  }
  .block-name h2 {
    padding-bottom: var(--gap-small);
  }
  #coop {
    position: relative;
    padding: var(--gap-large) var(--gap-medium);
  }
  #coop::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    top: 0;
    background-color: #fd0;
    z-index: 1;
  }
  #coop > div {
    position: relative;
    z-index: 2;
  }
  #coop div.container {
    position: relative;
    padding: 0;
    margin-top: var(--gap-medium);
  }
  #coop div.container::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 20%;
  }
  #coop ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  }
  #coop li {
    box-sizing: border-box;
    align-content: center;
    width: 25%;
    transition: width 0.3s ease-in-out;
    padding: var(--gap-medium);
  }
  #coop li p {
    margin-top: var(--gap-small);
  }
  #coop li:hover {
    width: 40%;
  }
  #chengli-news {
    padding: 0 var(--gap-medium);
  }
  .news-focus {
    display: flex;
    justify-content: space-between;
    margin-top: var(--gap-medium);
  }
  .news-focus > div {
    width: calc(50% - var(--gap-small));
  }
  .news-focus > div:first-of-type {
    align-self: stretch;
  }
  .news-focus > div:last-of-type > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news-focus > div:last-of-type > ul > li {
    padding-bottom: 35%;
    position: relative;
  }
  .news-focus > div:last-of-type > ul > li > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .news-focus > div:last-of-type > ul > li:first-of-type {
    width: 100%;
    margin-bottom: var(--gap-medium);
  }
  .news-focus > div:last-of-type > ul > li:nth-of-type(even) {
    width: calc(50% - var(--gap-small));
  }
  .news-focus > div:last-of-type > ul > li:last-of-type {
    width: calc(50% - var(--gap-small));
  }
  #news_slide {
    margin-top: var(--gap-medium);
    overflow: hidden;
    padding: 0 0 26px;
    position: relative;
  }
  #news_slide a {
    position: relative;
    padding-bottom: calc(var(--gap-small) + 6px);
  }
  #news_slide a::after, #news_slide a::before {
    content: "";
    position: absolute;
    height: 6px;
    left: 0;
    bottom: 0;
  }
  #news_slide a::before {
    width: 100%;
    background-color: #ddd;
  }
  #news_slide a::after {
    width: 0;
    background-color: #fd0;
    transition: width 0.3s ease-in-out;
  }
  #news_slide a:hover::after {
    width: 100%;
  }
  #news_slide time {
    display: block;
    color: gray;
    padding: var(--gap-small) 0;
  }
  #news_slide .swiper-pagination {
    bottom: 0;
  }
  #product-choose {
    margin: var(--gap-large) 0;
    padding: var(--gap-large) 0 25%;
    background-color: skyblue;
  }
  #product-choose form {
    display: flex;
    justify-content: center;
    padding: var(--gap-medium) 0;
  }
  #product-choose form div:last-of-type {
    margin: 0 var(--gap-small);
  }
  #product-choose .select_ui {
    width: 25%;
    cursor: pointer;
    position: relative;
  }
  #product-choose .select_ui input {
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    height: 45px;
    padding: 0 45px 0 10px;
    background-color: #eee;
    transition: background-color 0.3s ease-in-out;
  }
  #product-choose .select_ui span {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background-color: #fc0;
    color: #333;
  }
  #product-choose .select_ui i {
    transition: transform 0.3s ease-in-out;
  }
  #product-choose .select_ui div {
    position: absolute;
    left: -10px;
    top: 100%;
    width: 100%;
    z-index: 99;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-in-out;
  }
  #product-choose .select_ui ul {
    min-height: 0;
    background-color: white;
    overflow: hidden;
  }
  #product-choose .select_ui li {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  }
  #product-choose .select_ui li:hover {
    background-color: #09f;
    color: white;
  }
  #product-choose .select_ui:hover input {
    background-color: rgb(225.25, 225.25, 225.25);
  }
  #product-choose .select_ui:hover i {
    transform: rotate(-180deg);
  }
  #product-choose input[type=submit] {
    background-color: #fc0;
    padding: 0 50px;
  }
  #product-choose .product-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: var(--gap-minimum) 0;
  }
  #product-choose .product-links a {
    padding: var(--gap-minimum) var(--gap-small);
    display: inline-flex;
    align-items: center;
  }
  #product-choose .product-links a::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-radius: 50em;
    background-color: var(--link-color);
    margin-right: var(--gap-minimum);
    transition: color 0.3s ease-in-out;
  }
  #product-choose .product-links span {
    background: linear-gradient(to right, black, black) no-repeat;
    background-size: 0 1px;
    background-position: right bottom;
    transition: background-size 0.3s ease-in-out;
  }
  #product-choose .product-links span:hover {
    background-size: 100% 1px;
    background-position: left bottom;
  }
  #about-block {
    display: flex;
    justify-content: space-between;
    margin: var(--gap-medium) 5% 0;
  }
  #about-block a {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 20%;
  }
  #about-block a:hover img {
    transform: rotateY(-180deg);
  }
  #about-block span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    border-radius: 50em;
    box-sizing: border-box;
    border: 5px solid #eee;
    margin-bottom: var(--gap-minimum);
  }
  #about-block img {
    height: 65%;
    transition: transform 0.3s ease-in-out;
  }
  #about-block p {
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    padding: 0 5%;
  }
  #about-block i {
    color: #f90;
  }
  #cl-culture {
    margin-top: var(--gap-large);
    padding: var(--gap-large) 0;
  }
  #cl-culture .container {
    display: flex;
    justify-content: end;
  }
  #cl-culture ul {
    width: 60%;
    display: flex;
    justify-content: space-between;
  }
  #cl-culture li:first-of-type {
    align-self: stretch;
    align-content: center;
    width: 63%;
  }
  #cl-culture li:first-of-type > a {
    box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: var(--gap-large);
  }
  #cl-culture li:first-of-type p {
    padding-top: var(--gap-small);
    text-align: justify;
    hyphens: auto;
  }
  #cl-culture li:last-of-type {
    box-sizing: border-box;
    width: 37%;
    padding-left: var(--gap-medium);
  }
  #cl-culture li:last-of-type a {
    display: block;
    position: relative;
    padding-bottom: 70%;
  }
  #cl-culture li:last-of-type a:last-of-type {
    margin-top: var(--gap-medium);
  }
  #cl-culture li:last-of-type h3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header {
    position: relative;
  }
  header > div.container {
    height: clamp(80px, 5vw, 100px);
  }
  header nav {
    flex-grow: 1;
    align-self: stretch;
    margin: 0 5%;
  }
  header nav i.fa-link {
    display: none;
  }
  header nav > ul {
    height: 100%;
  }
  header nav > ul > li {
    flex-grow: 1;
    height: 100%;
    transition: background-color 0.3s ease-in-out;
  }
  header nav > ul > li > a {
    height: 100%;
    transition: color 0.3s ease-in-out;
  }
  header nav > ul > li i {
    font-size: 0.5em;
    padding: var(--gap-minimum);
    transition: transform 0.3s ease-in-out;
  }
  header nav > ul > li:hover {
    background-color: #eee;
  }
  header nav > ul > li:hover > a {
    color: var(--link-color);
  }
  header nav > ul > li:hover i {
    transform: rotate(-180deg);
  }
  header nav > ul > li div.drop {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 9;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-in-out;
    overflow: hidden;
  }
  header nav > ul > li div.drop div.drop > div.container {
    min-height: 0;
  }
  header nav > ul > li:hover div.drop {
    grid-template-rows: 1fr;
  }
  header nav .active {
    grid-template-rows: 1fr !important;
  }
  header nav .drop {
    background-color: #eee;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
  }
  header nav .drop::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fd0;
  }
  header nav .drop > .container {
    position: relative;
    background-color: #eee;
    padding-right: 0;
    overflow: hidden;
  }
  header nav .drop h3 {
    margin-bottom: var(--gap-small);
  }
  header nav .drop .links {
    display: flex;
    flex-wrap: wrap;
  }
  header nav .drop .links a {
    width: 33.33333%;
    margin-top: var(--gap-small);
    color: var(--link-color);
    display: inline-flex;
    align-items: center;
  }
  header nav .drop .links a::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-radius: 50em;
    background-color: var(--link-color);
    margin-right: var(--gap-minimum);
    transition: color 0.3s ease-in-out;
  }
  header nav .drop .links span {
    background: linear-gradient(to right, var(--link-color), var(--link-color)) no-repeat;
    background-size: 0 1px;
    background-position: right bottom;
    transition: background-size 0.3s ease-in-out;
  }
  header nav .drop .links span:hover {
    background-size: 100% 1px;
    background-position: left bottom;
  }
  header nav div.section {
    box-sizing: border-box;
    align-self: stretch;
    align-content: center;
    padding: var(--gap-large);
  }
  header nav div.section:first-of-type {
    width: 50%;
    padding: var(--gap-medium) 0;
  }
  header nav div.section:nth-of-type(even) {
    width: 22%;
  }
  header nav div.section:nth-of-type(even) img {
    width: 100%;
  }
  header nav div.section:last-of-type {
    width: 28%;
    background-color: #fd0;
  }
  header nav div.section:last-of-type li {
    margin-top: var(--gap-small);
    display: flex;
    align-items: center;
  }
  header nav div.section:last-of-type li::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-radius: 50em;
    background-color: var(--link-color);
    margin-right: var(--gap-minimum);
    transition: color 0.3s ease-in-out;
  }
  header nav div.section:last-of-type a {
    color: var(--link-color);
    background: linear-gradient(to right, var(--link-color), var(--link-color)) no-repeat;
    background-size: 0 1px;
    background-position: right bottom;
    transition: background-size 0.3s ease-in-out;
  }
  header nav div.section:last-of-type a:hover {
    background-size: 100% 1px;
    background-position: left bottom;
  }
  #lang {
    position: relative;
  }
  #lang i {
    margin-right: var(--gap-minimum);
  }
  #lang > a {
    display: inline-block;
    padding: var(--gap-small) 0;
    transition: color 0.3s ease-in-out;
  }
  #lang .active > a, #lang:hover > a {
    color: var(--link-color);
  }
  #lang .active .drop, #lang:hover .drop {
    height: 60px;
    box-shadow: 0 0 3px black;
  }
  #lang .drop {
    position: absolute;
    left: -3px;
    top: 100%;
    width: 100%;
    background-color: white;
    padding: 3px;
    border-radius: 5px;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  }
  #lang .drop a {
    display: block;
    text-align: center;
    height: var(--gap-large);
    line-height: var(--gap-large);
    font-size: 0.875em;
    border-radius: 3px;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  }
  #lang .drop a:hover {
    color: white;
    background-color: var(--link-color);
  }
  #search {
    margin-left: 2%;
    align-self: stretch;
  }
  #search > a {
    height: 100%;
  }
  #search > a i {
    align-content: center;
    text-align: center;
    width: 2em;
    height: 2em;
    background-color: #ddd;
    border-radius: 50em;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  }
  #search .active > a i, #search:hover > a i {
    color: white;
    background-color: var(--link-color);
  }
  #search div.drop {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: var(--link-color);
    transition: height 0.3s ease-in-out;
  }
  #search:hover div.drop {
    height: 85px;
  }
  #search div.container {
    display: flex;
    align-items: center;
    padding: var(--gap-medium);
    color: white;
  }
  #search form {
    width: 35%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    border-radius: 50em;
    overflow: hidden;
    padding: 2px;
    margin-right: var(--gap-small);
  }
  #search form a {
    text-align: center;
    align-self: stretch;
    align-content: center;
    width: 41px;
    border-radius: 50%;
    background-color: var(--link-color);
    color: white;
  }
  #search input[type=text] {
    flex-grow: 1;
    height: 41px;
    padding: 0 var(--gap-small);
  }
  #search p span {
    padding: 0 var(--gap-minimum);
  }
  #search p a {
    padding-right: var(--gap-medium);
    color: white;
    text-decoration: underline;
  }
  #w-btn {
    display: none;
  }
  footer {
    background-color: #ddd;
  }
  footer .footer-nav {
    padding: var(--gap-medium) 0;
    display: flex;
    justify-content: space-between;
  }
  footer .footer-nav ul:first-of-type {
    width: 75%;
    display: flex;
    justify-content: space-between;
  }
  footer .footer-nav ul:first-of-type li {
    overflow: hidden;
    width: 25%;
  }
  footer .footer-nav ul:first-of-type li h3 {
    padding-bottom: var(--gap-minimum);
  }
  footer .footer-nav ul:first-of-type li a {
    margin-top: var(--gap-minimum);
    display: inline-flex;
    align-items: center;
  }
  footer .footer-nav ul:first-of-type li a::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-radius: 50em;
    background-color: black;
    margin-right: var(--gap-minimum);
    transition: color 0.3s ease-in-out;
  }
  footer .footer-nav ul:first-of-type li span {
    background: linear-gradient(to right, black, black) no-repeat;
    background-size: 0 1px;
    background-position: right bottom;
    transition: background-size 0.3s ease-in-out;
  }
  footer .footer-nav ul:first-of-type li span:hover {
    background-size: 100% 1px;
    background-position: left bottom;
  }
  footer .copyright {
    border-top: 1px solid #ccc;
    padding: var(--gap-small) 0;
  }
  #cl-foucs {
    background-color: skyblue;
    padding: var(--gap-large) 0;
  }
  #cl-foucs div.news-comp {
    display: flex;
    justify-content: space-between;
    padding-top: var(--gap-small);
  }
  #cl-foucs div.news-comp > div:first-of-type {
    background-color: red;
    width: 48%;
    align-self: stretch;
  }
  #cl-foucs div.news-comp > div:last-of-type {
    box-sizing: border-box;
    width: 52%;
    padding-left: var(--gap-medium);
  }
  #cl-foucs div.news-comp > div:last-of-type ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #cl-foucs div.news-comp > div:last-of-type li {
    width: calc(50% - var(--gap-small));
  }
  #cl-foucs div.news-comp > div:last-of-type li:nth-of-type(3),
  #cl-foucs div.news-comp > div:last-of-type li:nth-of-type(4) {
    margin-top: var(--gap-medium);
  }
  #cl-foucs div.news-comp > div:last-of-type a {
    position: relative;
    display: block;
    padding-bottom: 70%;
    background-color: red;
    overflow: hidden;
  }
  #cl-foucs div.news-comp > div:last-of-type img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #cl-foucs div.news-comp > div:last-of-type div {
    position: absolute;
    box-sizing: border-box;
    padding: var(--gap-small);
    width: 100%;
    left: 0;
    bottom: 0;
    color: white;
  }
  #cl-foucs div.news-comp > div:last-of-type time {
    font-size: 0.875rem;
  }
  #cl-foucs div.news-comp > div:last-of-type h4 {
    margin-top: var(--gap-minimum);
    max-height: calc(var(--line-h-small) * 2);
    line-height: var(--line-h-small);
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #news-report {
    padding: var(--gap-large) 0;
  }
  #news-media {
    padding: var(--gap-large) 0;
    background-color: rebeccapurple;
  }
  #news-media h2 {
    color: white;
  }
  #news-media .news-media-item {
    position: relative;
    padding: var(--gap-medium) 0 26px;
    overflow: hidden;
  }
  #news-media a time {
    display: inline-block;
    padding: calc(var(--gap-minimum) * 1.5) calc(var(--gap-small) * 1.5);
    font-size: 0.875rem;
    background-color: #f90;
    border-radius: 50em;
  }
  #news-media a h3 {
    overflow: hidden;
    text-align: justify;
    max-height: calc(var(--line-h-medium) * 2);
    line-height: var(--line-h-medium);
    margin: var(--gap-small) 0;
    color: white;
    text-decoration: underline;
  }
  #news-media a p {
    color: rgba(255, 255, 255, 0.75);
    max-height: calc(var(--line-h-small) * 3);
    line-height: var(--line-h-small);
    overflow: hidden;
    text-align: justify;
  }
  #news-media .swiper-pagination {
    bottom: 0;
  }
  .event-block {
    padding: var(--gap-large) 0;
  }
  .event-block .event-swiper {
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
  }
  .event-block li {
    overflow: hidden;
    border-radius: var(--gap-minimum);
    background-color: #eee;
  }
  .event-block a {
    display: block;
    padding-bottom: var(--gap-medium);
  }
  .event-block figure span {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 65%;
  }
  .event-block figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .event-block h3 {
    padding: var(--gap-medium) var(--gap-medium) 0;
    text-align: justify;
    hyphens: auto;
    max-height: calc(var(--line-h-medium) * 2);
    line-height: var(--line-h-medium);
  }
  .event-block time {
    display: block;
    padding: var(--gap-small) var(--gap-medium);
    color: #666;
  }
  .event-block p {
    padding: 0 var(--gap-medium);
    max-height: calc(var(--line-h-small) * 2);
    line-height: var(--line-h-small);
    overflow: hidden;
    text-align: justify;
    hyphens: auto;
  }
  .event-block .swiper-pagination {
    bottom: 0;
  }
  #news-banner img {
    width: 100%;
  }
  .page-bar {
    background-color: white;
  }
  .page-bar i {
    font-size: 0.7rem;
    margin: 0 var(--gap-minimum);
    transition: transform 0.3s ease-in-out;
  }
  .page-bar div.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-bar div.sub-category {
    display: flex;
  }
  .page-bar div.sub-category > a {
    display: none;
  }
  .page-bar div.sub-category > div {
    position: relative;
    height: 65px;
    line-height: 60px;
    margin-right: var(--gap-medium);
  }
  .page-bar div.sub-category > div > a {
    display: flex;
    align-items: center;
    padding: 0 var(--gap-small);
  }
  .page-bar div.sub-category > div > a > span {
    display: none;
  }
  .page-bar div.sub-category > div:hover > a > i {
    transform: rotate(-180deg);
  }
  .page-bar div.sub-category > div:hover div.drop {
    grid-template-rows: 1fr;
  }
  .page-bar div.sub-category > div.active {
    height: 60px;
    border-bottom: #06f 5px solid;
  }
  .page-bar div.sub-category > div.active > a {
    color: #06f;
  }
  .page-bar div.sub-category div.drop {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 65px;
    background-color: white;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease-in-out;
    overflow: hidden;
  }
  .page-bar div.sub-category div.drop ul {
    min-height: 0;
  }
  .page-bar div.sub-category div.drop a {
    height: 45px;
    line-height: 45px;
    display: block;
    white-space: nowrap;
    padding: 0 var(--gap-medium);
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  }
  .page-bar div.sub-category div.drop a:hover {
    background-color: #06f;
    color: white;
  }
  .page-bar .breadcrumb {
    display: flex;
    align-items: center;
  }
  .news-list-main {
    background-color: #eee;
    padding: var(--gap-medium) 0;
  }
  .news-list-main > div.container {
    display: flex;
    justify-content: space-between;
  }
  .news-main {
    box-sizing: border-box;
    width: 75%;
    padding-right: var(--gap-medium);
  }
  .news-list {
    margin: var(--gap-medium) 0;
  }
  .news-list h1 {
    font-size: 1.2rem;
  }
  .news-list li {
    margin-top: var(--gap-medium);
  }
  .news-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    padding: calc(var(--gap-small) * 1.5);
  }
  .news-item a time {
    color: gray;
  }
  .news-item a p {
    color: #333;
  }
  .news-item a:hover img {
    transform: scale(1.2);
  }
  .news-item-images {
    position: relative;
    width: 24%;
    padding-bottom: 18%;
    overflow: hidden;
  }
  .news-item-images img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
  }
  .news-item-content {
    box-sizing: border-box;
    width: 76%;
    padding-left: var(--gap-medium);
  }
  .news-item-content time {
    display: block;
    padding: var(--gap-small) 0;
  }
  .news-item-content h3,
  .news-item-content p {
    line-height: 1.6;
  }
  .no-image {
    width: 100%;
    padding-left: 0;
  }
  .pagination ul {
    display: flex;
    justify-content: center;
  }
  .pagination li {
    display: flex;
    align-items: center;
    margin: 0 var(--gap-small);
  }
  .pagination a.active {
    color: #06f;
    text-decoration: underline;
  }
  .pagination i {
    font-size: 0.6rem;
    padding: 0 var(--gap-minimum);
  }
  .news-sidebar {
    width: 25%;
  }
  aside > section {
    background-color: white;
    padding: calc(var(--gap-small) * 1.5);
    margin-bottom: var(--gap-medium);
  }
  aside h2 {
    font-size: 1.2rem;
  }
  aside li {
    list-style: disc inside;
    margin-top: var(--gap-small);
  }
  aside li a {
    margin-left: calc(-1 * var(--gap-small));
  }
  .export-consult p {
    padding: var(--gap-minimum) 0;
    color: #666;
  }
  .export-consult a {
    display: block;
    color: white;
    background-color: #06f;
    text-align: center;
    padding: var(--gap-small) 0;
  }
  .news-detail {
    padding: var(--gap-medium);
    background-color: #eee;
  }
  .news-detail__wrapper {
    box-sizing: border-box;
    background-color: white;
    padding: var(--gap-medium);
  }
  .news-detail__header {
    border-bottom: 1px solid #ddd;
  }
  h1.news-detail__title {
    text-align: center;
  }
  .news-detail__meta {
    text-align: center;
    padding: var(--gap-small);
    color: #666;
  }
  .news-detail__meta > span {
    padding: var(--gap-minimum);
  }
  .news-detail__meta a {
    color: #666;
  }
  .news-detail__body {
    padding: var(--gap-minimum) 0;
  }
}
@media (min-width: 1280px) {
  :root {
    --gap-minimum: 5px;
    --gap-small: 10px;
    --gap-medium: 20px;
    --gap-large: 30px;
  }
  .container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
  }
}/*# sourceMappingURL=css.css.map */