.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
.header .header-content .header-content-left img {
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
}
.header .header-content .header-content-left .logo_g {
  display: none;
}
.header .header-content .header-content-right li > a {
  transition: all 0.3s;
}
.header.header-fixed .header-content .header-content-right li > a {
  padding: 22px 0;
}
body {
  background: #F6F6F6;
}
#news .sub-container {
  gap: 23px;
}
#news .sub-container-content {
  background: none;
  padding: 0;
}
#news .news_list {
  width: 100%;
  max-width: 1240px;
  display: inline-block;
}
#news .news_list .n_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #fff;
  margin-bottom: 43px;
  transition: all 0.3s ease;
}
#news .news_list .n_item .n_img {
  width: 25.8%;
  max-width: 320px;
  height: 224px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
#news .news_list .n_item .n_img img {
  display: inline-block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
#news .news_list .n_item .d-flex {
  width: 70%;
  min-width: 0;
  justify-content: space-between;
}
#news .news_list .n_item .n_text {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-direction: column;
  width: auto;
  flex: 1;
  min-width: 0;
}
#news .news_list .n_item .n_text h5 {
  display: inline-block;
  width: 100%;
  min-width: 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 16px;
}
#news .news_list .n_item .n_text p {
  display: inline-block;
  width: 100%;
  min-width: 0;
  font-size: 15px;
  color: #666666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-align: justify;
}
#news .news_list .n_item .n_date {
  width: 24%;
  max-width: 210px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#news .news_list .n_item .n_date p {
  display: inline-block;
  font-size: 58px;
  color: #242424;
  line-height: 60px;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}
#news .news_list .n_item .n_date span {
  font-size: 18px;
  color: #242424;
  line-height: 20px;
  margin-top: 4px;
  font-weight: bold;
  transition: all 0.4s ease-in-out;
}
#news .news_list .n_item:hover {
  background: #fff;
  box-shadow: 0px 10px 60px 1px rgba(0, 0, 0, 0.11);
}
#news .news_list .n_item:hover .n_img img {
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  transform: scale(1.06);
}
#news .news_list .n_item:hover .n_text h5 {
  color: #229E42;
}
#news .news_list .n_item:hover .n_date p {
  color: #229E42;
}
#news .news_list .n_item:hover .n_date span {
  color: #229E42;
}
#news_detail .sub-container-content {
  padding-top: 30px;
  padding-right: 30px;
}
#news_detail .detail {
  display: flex;
  justify-content: space-between;
}
#news_detail .detail .left {
  width: 75.0991%;
  max-width: 865px;
  flex: none;
  padding-right: 58px;
  border-right: 1px solid #E4E3E2;
}
#news_detail .detail .left .font32 {
  color: #222;
}
#news_detail .detail .left .time {
  padding: 30px 0;
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
#news_detail .detail .left .time img {
  margin-right: 9px;
}
#news_detail .detail .left .time span,
#news_detail .detail .left .time div {
  color: #7D7D7D;
}
#news_detail .detail .left .time div {
  margin-right: 80px;
}
#news_detail .detail .left .desc {
  text-align: center;
}
#news_detail .detail .left .desc p {
  font-size: 16px;
  color: #2D3441;
  line-height: 30px;
  text-align: left;
}
#news_detail .detail .left .desc img {
  max-width: 80%;
  margin: 20px auto ;
}
#news_detail .detail .left .more {
  background: #E5E5E5;
  padding: 20px 15px;
  justify-content: space-between;
  display: flex;
  margin-top: 40px;
}
#news_detail .detail .left .more a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #2D3441;
  transition: all 0.1s;
}
#news_detail .detail .left .more a span {
  margin: 0 6px;
}
#news_detail .detail .left .more a:hover {
  color: #229E42;
}
#news_detail .detail .right {
  width: 24.8%;
  max-width: 307px;
  padding-left: 34px;
  box-sizing: border-box;
  position: relative;
  flex: none;
}
#news_detail .detail .right > .font24 {
  font-size: 24px;
  color: #373737;
  padding-bottom: 15px;
}
#news_detail .detail .right .list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
#news_detail .detail .right .list .item {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  color: #2D3441;
}
#news_detail .detail .right .list .item img {
  width: 100%;
}
#news_detail .detail .right .list .item .font14 {
  font-size: 14px;
  color: #808080;
  margin-bottom: 6px;
  margin-top: 15px;
}
#news_detail .detail .right .list .item .font18 {
  color: #333;
  font-weight: bold;
  margin: 10px 0 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#news_detail .detail .right .list .item .font16 {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#news_detail .detail .right .list .item:hover .font20 {
  color: #229E42;
}
#news_detail .detail .right .more {
  background: #E5E5E5;
  padding: 20px 0;
  text-align: center;
  color: #373737;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  transition: all 0.3s;
}
#news_detail .detail .right .more:hover {
  background: #229E42;
  color: #fff;
}
@media screen and (min-width: 1367px) and (max-width: 1600px) {
  #news .news_list .n_item .n_img {
    height: calc(224 * var(--cbasta) / 16);
  }
  #news .news_list .n_item .n_text h5 {
    font-size: calc(22 * var(--cbasta) / 16);
  }
  #news .news_list .n_item .n_text p {
    font-size: calc(17 * var(--cbasta) / 16);
    line-height: calc(26 * var(--cbasta) / 16);
  }
  #news .news_list .n_item .n_date p {
    font-size: calc(60 * var(--cbasta) / 16);
  }
  #news .news_list .n_item .n_date span {
    font-size: calc(19 * var(--cbasta) / 16);
  }
  #news_detail .detail .left .font32 {
    font-size: calc(33 * var(--cbasta) / 16);
  }
  #news_detail .detail .left .time {
    padding: calc(25 * var(--cbasta) / 16) 0;
    margin-bottom: calc(25 * var(--cbasta) / 16);
  }
  #news_detail .detail .left .time img {
    width: calc(28 * var(--cbasta) / 16);
  }
  #news_detail .detail .left .time div {
    margin-right: calc(75 * var(--cbasta) / 16);
    font-size: calc(18 * var(--cbasta) / 16);
  }
  #news_detail .detail .left .time span {
    font-size: calc(18 * var(--cbasta) / 16);
  }
  #news_detail .detail .left .desc p {
    font-size: calc(17 * var(--cbasta) / 16);
    line-height: calc(36 * var(--cbasta) / 16);
  }
  #news_detail .detail .left .more {
    padding: calc(15 * var(--cbasta) / 16) calc(10 * var(--cbasta) / 16);
  }
  #news_detail .detail .right {
    padding-left: calc(35 * var(--cbasta) / 16);
  }
  #news_detail .detail .right > .font24 {
    font-size: calc(25 * var(--cbasta) / 16);
    padding-bottom: calc(15 * var(--cbasta) / 16);
  }
  #news_detail .detail .right .list {
    padding-top: calc(20 * var(--cbasta) / 16);
  }
  #news_detail .detail .right .list .item {
    margin-bottom: calc(27 * var(--cbasta) / 16);
  }
  #news_detail .detail .right .list .item .font18 {
    font-size: calc(19 * var(--cbasta) / 16);
    line-height: calc(30 * var(--cbasta) / 16);
    margin: 8px 0 11px;
  }
  #news_detail .detail .right .list .item .font16 {
    font-size: calc(18 * var(--cbasta) / 16);
    line-height: calc(30 * var(--cbasta) / 16);
  }
  #news_detail .detail .right .more {
    padding: calc(21 * var(--cbasta) / 16) 0;
    font-size: calc(17 * var(--cbasta) / 16);
  }
}
@media screen and (max-width: 1366px) {
  #news .news_list .n_item .n_img {
    height: calc(214 * var(--cbasta) / 16);
  }
  #news .news_list .n_item .n_text h5 {
    font-size: calc(22 * var(--cbasta) / 16);
  }
  #news .news_list .n_item .n_text p {
    font-size: calc(17 * var(--cbasta) / 16);
    line-height: calc(26 * var(--cbasta) / 16);
  }
  #news .news_list .n_item .n_date p {
    font-size: calc(60 * var(--cbasta) / 16);
  }
  #news .news_list .n_item .n_date span {
    font-size: calc(19 * var(--cbasta) / 16);
  }
  #news_detail .detail .left .font32 {
    font-size: calc(33 * var(--cbasta) / 16);
  }
  #news_detail .detail .left .time {
    padding: calc(25 * var(--cbasta) / 16) 0;
    margin-bottom: calc(25 * var(--cbasta) / 16);
  }
  #news_detail .detail .left .time img {
    width: calc(30 * var(--cbasta) / 16);
  }
  #news_detail .detail .left .time div {
    margin-right: calc(75 * var(--cbasta) / 16);
    font-size: calc(18 * var(--cbasta) / 16);
  }
  #news_detail .detail .left .time div:last-child {
    margin-right: 0;
  }
  #news_detail .detail .left .time span {
    font-size: calc(18 * var(--cbasta) / 16);
  }
  #news_detail .detail .left .desc p {
    font-size: calc(18 * var(--cbasta) / 16);
    line-height: calc(36 * var(--cbasta) / 16);
  }
  #news_detail .detail .left .more {
    padding: calc(15 * var(--cbasta) / 16) calc(10 * var(--cbasta) / 16);
  }
  #news_detail .detail .right {
    padding-left: calc(35 * var(--cbasta) / 16);
  }
  #news_detail .detail .right > .font24 {
    font-size: calc(25 * var(--cbasta) / 16);
    padding-bottom: calc(15 * var(--cbasta) / 16);
  }
  #news_detail .detail .right .list {
    padding-top: calc(20 * var(--cbasta) / 16);
  }
  #news_detail .detail .right .list .item {
    margin-bottom: calc(27 * var(--cbasta) / 16);
  }
  #news_detail .detail .right .list .item .font18 {
    font-size: calc(19 * var(--cbasta) / 16);
    line-height: calc(30 * var(--cbasta) / 16);
    margin: 8px 0 11px;
  }
  #news_detail .detail .right .list .item .font16 {
    font-size: calc(18 * var(--cbasta) / 16);
    line-height: calc(30 * var(--cbasta) / 16);
  }
  #news_detail .detail .right .more {
    padding: calc(21 * var(--cbasta) / 16) 0;
    font-size: calc(17 * var(--cbasta) / 16);
  }
}
@media screen and (max-width: 768px) {
  #news > .container {
    padding-bottom: 0.5rem;
  }
  #news .category {
    padding-top: 0.37rem;
  }
  #news .category a {
    margin: 0 0.2rem !important;
    font-size: 0.15rem !important;
    padding-bottom: 0.1rem;
  }
  #news .news_list {
    padding: 0 ;
    width: 100%;
  }
  #news .news_list .n_item {
    width: 100%;
    position: relative;
    flex-direction: column;
    margin-bottom: 0.4rem;
  }
  #news .news_list .n_item .n_img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  #news .news_list .n_item .n_img img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
  #news .news_list .n_item .d-flex {
    width: 100%;
    flex-direction: column-reverse;
    padding: 0.3rem 0.35rem 0.5rem;
  }
  #news .news_list .n_item .n_text {
    width: 100%;
    padding-top: 0.18rem;
    padding-right: 0;
  }
  #news .news_list .n_item .n_text::after {
    content: none;
  }
  #news .news_list .n_item .n_text h5 {
    height: auto;
    font-size: 0.35rem;
    line-height: 0.55rem;
    font-weight: bold;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: break-spaces;
  }
  #news .news_list .n_item .n_text p {
    font-size: 0.28rem;
    line-height: 0.5rem;
    height: auto;
    margin-top: 0.08rem;
  }
  #news .news_list .n_item .n_date {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: flex-end;
    letter-spacing: 1px;
  }
  #news .news_list .n_item .n_date p {
    font-size: 0.28rem;
    line-height: 0.28rem;
    padding-left: 0.15rem;
    position: relative;
    color: #666666;
    font-weight: 400;
  }
  #news .news_list .n_item .n_date p::after {
    content: '/';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.01rem;
    height: 0.28rem;
    color: #666666;
  }
  #news .news_list .n_item .n_date span {
    font-size: 0.28rem;
    font-weight: 400;
    line-height: 0.28rem;
    margin-top: 0;
    color: #666666;
  }
  #news_detail .sub-container-content {
    padding: 0;
  }
  #news_detail .detail {
    flex-direction: column;
  }
  #news_detail .detail .left {
    padding: 0.3rem 0.4rem 0.6rem;
    background: #fff;
    width: 100%;
    border-right: none;
  }
  #news_detail .detail .left .font32 {
    font-size: 0.42rem !important;
    line-height: 0.6rem;
    padding-bottom: 0.17rem;
  }
  #news_detail .detail .left .font32::after {
    width: 0.46rem;
    height: 0.02rem;
  }
  #news_detail .detail .left .time {
    padding: 0.15rem 0 0.25rem;
    justify-content: space-between;
  }
  #news_detail .detail .left .time img {
    width: 0.49rem;
  }
  #news_detail .detail .left .time .font16,
  #news_detail .detail .left .time div {
    font-size: 0.27rem !important;
    margin-right: 0;
  }
  #news_detail .detail .left .desc {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  #news_detail .detail .left .desc p {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  #news_detail .detail .left .more {
    flex-direction: column;
    padding: 0.3rem 0.25rem;
  }
  #news_detail .detail .left .more a {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  #news_detail .detail .left .more a:first-child {
    margin-bottom: 0.22rem;
  }
  #news_detail .detail .left .more a img {
    display: none;
  }
  #news_detail .detail .right {
    width: 100%;
    padding: 0 0 0.36rem;
    max-width: 100%;
  }
  #news_detail .detail .right > .font24 {
    font-size: 0.4rem !important;
    margin: 0.3rem 0 0.1rem;
    padding-bottom: 0;
  }
  #news_detail .detail .right .list .item {
    font-size: 0.28rem;
    padding-left: 0;
    margin-bottom: 0.4rem;
  }
  #news_detail .detail .right .list .item::after {
    width: 0.07rem;
    height: 0.07rem;
  }
  #news_detail .detail .right .list .item .font16 {
    margin-bottom: 0;
    font-size: 0.28rem !important;
    line-height: 0.5rem;
    -webkit-line-clamp: 4;
  }
  #news_detail .detail .right .list .item .font20 {
    font-size: 0.35rem !important;
    line-height: 0.55rem;
    margin: 0.08rem 0 0.1rem;
  }
  #news_detail .detail .right .list .item .font14 {
    font-size: 0.28rem !important;
    margin-top: 0;
  }
  #news_detail .detail .right .list .item .font18 {
    font-size: 0.36rem;
    line-height: 0.52rem;
  }
  #news_detail .detail .right .list .item .item-detail {
    background: #fff;
    padding: 0.3rem 0.35rem 0.5rem;
  }
  #news_detail .detail .right .more {
    font-size: 0.3rem;
    padding: 0.3rem 0;
  }
}
