/*	
Author:kermit
Email:455196886@qq.com
Company:http://dragontrail.com/
Creattime:2017-03-26
*/
/*
===== 变量的定义 =====
*/
/*===== 媒体查询节点 ======*/
/*==== 缩放比例 =====*/
/*===== 颜色的定义 =====*/
/*===== 品牌颜色设置 =====*/
/*===== 网站外观的关键颜色设置 =====*/
/*===== 链接颜色设置 =====*/
/*===== 排版设计=====*/
/*===== 文字大小 =====*/
/*===== 混合函数 ======*/
@media (max-width: 992px) {
  .m-20 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 992px) {
  .m-16 {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 992px) {
  .m-14 {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 992px) {
  .m-12 {
    font-size: 12px;
    line-height: 12px;
  }
}
.flex {
  display: flex;
}
.flex-shrink {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.hidden {
  display: none !important;
}
.pc-container {
  box-sizing: border-box;
  display: flex;
}
@media (max-width: 992px) {
  .pc-container {
    flex-wrap: wrap;
  }
  .pc-container .bg-taps {
    margin-left: 0px;
  }
  .pc-container #news .new-list {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
.dropdowns {
  position: relative;
  z-index: 3;
}
.dropdown-menu {
  z-index: 999;
}
.date-select {
  width: 119px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.date-select .year-item div {
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 18px;
  color: #b9b9b9;
  border-right: 5px solid #b9b9b9;
  padding: 10px;
  text-align: end;
  margin-top: 10px;
  line-height: 1.2;
  white-space: inherit;
}
@media (max-width: 992px) {
  .date-select .year-item div {
    padding: 5px 18px;
  }
}
.date-select .year-item a {
  color: #b9b9b9;
}
.date-select .year-item .month-items {
  display: none;
  font-size: 14px;
  color: #b9b9b9;
  border-right: 5px solid #b9b9b9;
  padding: 10px;
  text-align: end;
  line-height: 1.2;
}
.date-select .year-item .month-items li {
  padding: 5px 0;
}
.date-select .year-item .month-items a {
  color: #b9b9b9;
}
.date-select .year-item.active div {
  background-color: #23ac38;
  border-right: 5px solid #23ac38;
}
.date-select .year-item.active div a {
  color: #ffffff;
}
.date-select .year-item.active .month-items {
  display: block;
  border-right: 5px solid #23ac38;
}
.date-select .year-item.active .month-items li.active {
  font-size: 18px;
  font-weight: bolder;
  position: relative;
}
.date-select .year-item.active .month-items li.active::after {
  content: "";
  position: absolute;
  right: -19px;
  top: 8px;
  width: 12px;
  height: 12px;
  background: #23ac38;
  border: 3px solid #ffffff;
  border-radius: 10px;
}
.date-select .year-item.active .month-items li.active a {
  color: #23ac38;
}
@media (max-width: 992px) {
  .date-select {
    width: auto;
    display: block;
    position: relative;
  }
  .date-select > ul {
    width: auto;
    display: none;
  }
  .date-select > ul li {
    flex-shrink: 0;
    margin-right: 10px;
  }
  .date-select > ul .year-item div {
    border-right: 0;
    border-bottom: 0px;
    text-align: center;
    padding: 0px;
  }
  .date-select > ul .year-item.active div {
    border: 0;
    background-color: transparent;
    border-bottom: solid 4px #23ac38;
  }
  .date-select > ul .year-item a:hover {
    text-decoration: none;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .date-select {
    padding: 0 0.53333333rem;
  }
}
.bg-taps {
  flex-grow: 1;
  margin-left: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .bg-taps {
    margin-bottom: 0;
  }
}
#news {
  overflow: hidden;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  #news {
    padding: 0 0.53333333rem;
  }
}
#news .new-list {
  padding: 24px 0;
}
@media (max-width: 992px) {
  #news .new-list {
    padding: 1.33333333rem 0px 100px 0;
  }
}
#news .new-list .new-item {
  display: flex;
  margin-bottom: 0;
  overflow: hidden;
  align-items: center;
  position: relative;
  margin-top: 30px;
}
#news .new-list .new-item:nth-child(1) {
  margin-top: 0;
}
#news .new-list .new-item:nth-last-child(1) {
  margin-bottom: 30px;
}
#news .new-list .new-item:before,
#news .new-list .new-item:after {
  content: " ";
  display: table;
}
#news .new-list .new-item:after {
  clear: both;
}
#news .new-list .new-item .item__img {
  float: left;
  width: 185px;
  height: 140px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#news .new-list .new-item .text__area {
  height: 140px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  padding-left: 0px;
  margin-left: 20px;
  border-bottom: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#news .new-list .new-item .text__area .__time {
  color: #aaaaaa;
  margin-top: 6px;
  font-size: 14px;
}
#news .new-list .new-item .text__area i {
  margin-right: 5px;
}
#news .new-list .new-item .item__title {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
  color: #060606;
  max-height: 18px;
  line-height: 18px;
  overflow: hidden;
}
#news .new-list .new-item .abstract__box {
  margin-top: 10px;
}
#news .new-list .new-item .item__abstract {
  font-size: 14px;
  color: #999;
  max-height: 42px;
  line-height: 21px;
  overflow: hidden;
}
#news .new-list .new-item .item__footer {
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#news .new-list .new-item .item__footer .__morebtn {
  font-size: 14px;
  padding: 0.5em 1em;
  border: 1px solid #23ac38;
  color: #23ac38;
  display: inline-block;
}
#news .new-list .new-item:hover {
  text-decoration: none;
}
#news .new-list .new-item:hover .item__title {
  color: #23ac38;
}
#news .new-list .new-item:hover .item__title::after {
  background-color: #fff;
}
#news .new-list .new-item:hover .text__area {
  border-color: #23ac38;
}
@media (max-width: 1200px) {
  #news .new-list .new-item .text__area {
    padding: 0 32px;
    padding-left: 0px;
    margin-left: 24px;
  }
  #news .new-list .new-item .item__title {
    font-size: 18px;
  }
  #news .new-list .new-item .item__abstract {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  #news .new-list .new-item .text__area {
    padding: 0px 20px;
    padding-left: 0px;
    margin-left: 10px;
  }
  #news .new-list .new-item .item__title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #news .new-list .new-item {
    height: auto;
  }
  #news .new-list .new-item .text__area {
    width: 100%;
    padding: 0.4rem 0.53333333rem;
    padding-left: 0px;
    margin-left: 0.4rem;
  }
  #news .new-list .new-item .item__footer .__morebtn {
    font-size: 12px;
  }
}
#news .new-list .new-item .item__title {
  max-height: 20px;
  height: 20px;
}
#news .new-list .nodata {
  text-align: center;
  color: #959595;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 992px) {
  #news .new-list .nodata {
    font-size: 16px;
    line-height: 30px;
  }
}
#news .new-list a {
  text-decoration: none;
  color: #000;
  margin-bottom: 50px;
  display: block;
}
@media (max-width: 992px) {
  #news .new-list a {
    margin-bottom: 1.2rem;
  }
}
#news .new-list a:last-child {
  margin-bottom: 0 !important;
}
#news .new-list .item {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
#news .new-list .item .news-time {
  width: 65px;
  text-align: center;
  margin-right: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  #news .new-list .item .news-time {
    margin-right: 0.81333333rem;
  }
}
#news .new-list .item .news-time span:nth-child(1) {
  font-size: 14px;
  line-height: 26px;
  color: #959595;
}
@media (max-width: 992px) {
  #news .new-list .item .news-time span:nth-child(1) {
    font-size: 12px;
  }
}
#news .new-list .item .news-time span:nth-child(2) {
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 992px) {
  #news .new-list .item .news-time span:nth-child(2) {
    font-size: 18px;
  }
}
#news .new-list .item .news-title {
  flex: 1;
}
#news .new-list .item .news-title p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  word-break: break-all;
  line-height: 1.5em;
  -webkit-box-orient: vertical;
  font-size: 18px;
}
@media (max-width: 992px) {
  #news .new-list .item .news-title p {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (max-width: 1680px) {
  #news .new-list .item .news-title p {
    font-size: 16px;
  }
}
@media (max-width: 1440px) {
  #news .new-list .item .news-title p {
    font-size: 15px;
  }
}
@media (max-width: 1200px) {
  #news .new-list .item .news-title p {
    font-size: 14px;
  }
}
#news .new-list .item:last-child {
  margin-bottom: 0;
}
#news .new-list .item:hover .news-title p {
  color: #23ac38;
}
@media (max-width: 1680px) {
  .pc-container {
    box-sizing: border-box;
    display: flex;
  }
  .dropdowns {
    position: relative;
    z-index: 3;
  }
  .dropdown-menu {
    z-index: 999;
  }
  .date-select {
    width: 119px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
  }
  .date-select .year-item div {
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 18px;
    color: #b9b9b9;
    border-right: 5px solid #b9b9b9;
    padding: 10px;
    text-align: end;
    margin-top: 10px;
    line-height: 1.2;
    white-space: inherit;
  }
  .date-select .year-item a {
    color: #b9b9b9;
  }
  .date-select .year-item .month-items {
    display: none;
    font-size: 14px;
    color: #b9b9b9;
    border-right: 5px solid #b9b9b9;
    padding: 10px;
    text-align: end;
    line-height: 1.2;
  }
  .date-select .year-item .month-items li {
    padding: 5px 0;
  }
  .date-select .year-item .month-items a {
    color: #b9b9b9;
  }
  .date-select .year-item.active div {
    background-color: #23ac38;
    border-right: 5px solid #23ac38;
  }
  .date-select .year-item.active div a {
    color: #ffffff;
  }
  .date-select .year-item.active .month-items {
    display: block;
    border-right: 5px solid #23ac38;
  }
  .date-select .year-item.active .month-items li.active {
    font-size: 18px;
    font-weight: bolder;
    position: relative;
  }
  .date-select .year-item.active .month-items li.active::after {
    content: "";
    position: absolute;
    right: -19px;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #23ac38;
    border: 3px solid #ffffff;
    border-radius: 10px;
  }
  .date-select .year-item.active .month-items li.active a {
    color: #23ac38;
  }
  .bg-taps {
    flex-grow: 1;
    margin-left: 40px;
    margin-bottom: 40px;
  }
  #news {
    overflow: hidden;
    box-sizing: border-box;
  }
  #news .new-list {
    padding: 24px 0;
  }
  #news .new-list .new-item {
    display: flex;
    margin-bottom: 0;
    overflow: hidden;
    align-items: center;
    position: relative;
    margin-top: 30px;
  }
  #news .new-list .new-item:nth-child(1) {
    margin-top: 0;
  }
  #news .new-list .new-item:nth-last-child(1) {
    margin-bottom: 30px;
  }
  #news .new-list .new-item:before,
  #news .new-list .new-item:after {
    content: " ";
    display: table;
  }
  #news .new-list .new-item:after {
    clear: both;
  }
  #news .new-list .new-item .item__img {
    float: left;
    width: 185px;
    height: 140px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #news .new-list .new-item .text__area {
    height: 140px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    padding-left: 0px;
    margin-left: 20px;
    border-bottom: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #news .new-list .new-item .text__area .__time {
    color: #aaaaaa;
    margin-top: 6px;
    font-size: 14px;
  }
  #news .new-list .new-item .text__area i {
    margin-right: 5px;
  }
  #news .new-list .new-item .item__title {
    font-size: 18px;
    margin: 0;
    font-weight: normal;
    color: #060606;
    max-height: 18px;
    line-height: 18px;
    overflow: hidden;
  }
  #news .new-list .new-item .abstract__box {
    margin-top: 10px;
  }
  #news .new-list .new-item .item__abstract {
    font-size: 14px;
    color: #999;
    max-height: 42px;
    line-height: 21px;
    overflow: hidden;
  }
  #news .new-list .new-item .item__footer {
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #news .new-list .new-item .item__footer .__morebtn {
    font-size: 14px;
    padding: 0.5em 1em;
    border: 1px solid #23ac38;
    color: #23ac38;
    display: inline-block;
  }
  #news .new-list .new-item:hover {
    text-decoration: none;
  }
  #news .new-list .new-item:hover .item__title {
    color: #23ac38;
  }
  #news .new-list .new-item:hover .item__title::after {
    background-color: #fff;
  }
  #news .new-list .new-item:hover .text__area {
    border-color: #23ac38;
  }
  #news .new-list .new-item .item__title {
    max-height: 20px;
    height: 20px;
  }
  #news .new-list .nodata {
    text-align: center;
    color: #959595;
    font-size: 18px;
    line-height: 28px;
  }
  #news .new-list a {
    text-decoration: none;
    color: #000;
    margin-bottom: 50px;
    display: block;
  }
  #news .new-list a:last-child {
    margin-bottom: 0 !important;
  }
  #news .new-list .item {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
  }
  #news .new-list .item .news-time {
    width: 65px;
    text-align: center;
    margin-right: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #news .new-list .item .news-time span:nth-child(1) {
    font-size: 14px;
    line-height: 26px;
    color: #959595;
  }
  #news .new-list .item .news-time span:nth-child(2) {
    font-size: 24px;
    line-height: 32px;
  }
  #news .new-list .item .news-title {
    flex: 1;
  }
  #news .new-list .item .news-title p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    word-break: break-all;
    line-height: 1.5em;
    -webkit-box-orient: vertical;
    font-size: 18px;
  }
  #news .new-list .item:last-child {
    margin-bottom: 0;
  }
  #news .new-list .item:hover .news-title p {
    color: #23ac38;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .pc-container {
    flex-wrap: wrap;
  }
  .pc-container .bg-taps {
    margin-left: 0px;
  }
  .pc-container #news .new-list {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .date-select .year-item div {
    padding: 5px 18px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .date-select {
    width: auto;
    display: block;
    position: relative;
  }
  .date-select > ul {
    width: auto;
    display: none;
  }
  .date-select > ul li {
    flex-shrink: 0;
    margin-right: 10px;
  }
  .date-select > ul .year-item div {
    border-right: 0;
    border-bottom: 0px;
    text-align: center;
    padding: 0px;
  }
  .date-select > ul .year-item.active div {
    border: 0;
    background-color: transparent;
    border-bottom: solid 4px #23ac38;
  }
  .date-select > ul .year-item a:hover {
    text-decoration: none;
  }
}
@media (max-width: 1680px) and (max-width: 992px) and (max-width: 992px) {
  .date-select {
    padding: 0 0.53333333rem;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  .bg-taps {
    margin-bottom: 0;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news {
    padding: 0 0.53333333rem;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news .new-list {
    padding: 1.33333333rem 0px 100px 0;
  }
}
@media (max-width: 1680px) and (max-width: 1200px) {
  #news .new-list .new-item .text__area {
    padding: 0 32px;
    padding-left: 0px;
    margin-left: 24px;
  }
  #news .new-list .new-item .item__title {
    font-size: 18px;
  }
  #news .new-list .new-item .item__abstract {
    font-size: 14px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news .new-list .new-item .text__area {
    padding: 0px 20px;
    padding-left: 0px;
    margin-left: 10px;
  }
  #news .new-list .new-item .item__title {
    font-size: 16px;
  }
}
@media (max-width: 1680px) and (max-width: 768px) {
  #news .new-list .new-item {
    height: auto;
  }
  #news .new-list .new-item .text__area {
    width: 100%;
    padding: 0.4rem 0.53333333rem;
    padding-left: 0px;
    margin-left: 0.4rem;
  }
  #news .new-list .new-item .item__footer .__morebtn {
    font-size: 12px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news .new-list .nodata {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news .new-list a {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news .new-list .item .news-time {
    margin-right: 0.81333333rem;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news .new-list .item .news-time span:nth-child(1) {
    font-size: 12px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news .new-list .item .news-time span:nth-child(2) {
    font-size: 18px;
  }
}
@media (max-width: 1680px) and (max-width: 992px) {
  #news .new-list .item .news-title p {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (max-width: 1680px) and (max-width: 1680px) {
  #news .new-list .item .news-title p {
    font-size: 16px;
  }
}
@media (max-width: 1680px) and (max-width: 1440px) {
  #news .new-list .item .news-title p {
    font-size: 15px;
  }
}
@media (max-width: 1680px) and (max-width: 1200px) {
  #news .new-list .item .news-title p {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  .pc-container {
    box-sizing: border-box;
    display: flex;
  }
  .dropdowns {
    position: relative;
    z-index: 3;
  }
  .dropdown-menu {
    z-index: 999;
  }
  .date-select {
    width: 119px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
  }
  .date-select .year-item div {
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 18px;
    color: #b9b9b9;
    border-right: 5px solid #b9b9b9;
    padding: 10px;
    text-align: end;
    margin-top: 10px;
    line-height: 1.2;
    white-space: inherit;
  }
  .date-select .year-item a {
    color: #b9b9b9;
  }
  .date-select .year-item .month-items {
    display: none;
    font-size: 14px;
    color: #b9b9b9;
    border-right: 5px solid #b9b9b9;
    padding: 10px;
    text-align: end;
    line-height: 1.2;
  }
  .date-select .year-item .month-items li {
    padding: 5px 0;
  }
  .date-select .year-item .month-items a {
    color: #b9b9b9;
  }
  .date-select .year-item.active div {
    background-color: #23ac38;
    border-right: 5px solid #23ac38;
  }
  .date-select .year-item.active div a {
    color: #ffffff;
  }
  .date-select .year-item.active .month-items {
    display: block;
    border-right: 5px solid #23ac38;
  }
  .date-select .year-item.active .month-items li.active {
    font-size: 18px;
    font-weight: bolder;
    position: relative;
  }
  .date-select .year-item.active .month-items li.active::after {
    content: "";
    position: absolute;
    right: -19px;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #23ac38;
    border: 3px solid #ffffff;
    border-radius: 10px;
  }
  .date-select .year-item.active .month-items li.active a {
    color: #23ac38;
  }
  .bg-taps {
    flex-grow: 1;
    margin-left: 34.28571429px;
    margin-bottom: 34.28571429px;
  }
  #news {
    overflow: hidden;
    box-sizing: border-box;
  }
  #news .new-list {
    padding: 20.57142857px 0;
  }
  #news .new-list .new-item {
    display: flex;
    margin-bottom: 0;
    overflow: hidden;
    align-items: center;
    position: relative;
    margin-top: 30px;
  }
  #news .new-list .new-item:nth-child(1) {
    margin-top: 0;
  }
  #news .new-list .new-item:nth-last-child(1) {
    margin-bottom: 30px;
  }
  #news .new-list .new-item:before,
  #news .new-list .new-item:after {
    content: " ";
    display: table;
  }
  #news .new-list .new-item:after {
    clear: both;
  }
  #news .new-list .new-item .item__img {
    float: left;
    width: 158.57142857px;
    height: 120px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #news .new-list .new-item .text__area {
    height: 120px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    padding-left: 0px;
    margin-left: 17.14285714px;
    border-bottom: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #news .new-list .new-item .text__area .__time {
    color: #aaaaaa;
    margin-top: 6px;
    font-size: 14px;
  }
  #news .new-list .new-item .text__area i {
    margin-right: 5px;
  }
  #news .new-list .new-item .item__title {
    font-size: 18px;
    margin: 0;
    font-weight: normal;
    color: #060606;
    max-height: 18px;
    line-height: 18px;
    overflow: hidden;
  }
  #news .new-list .new-item .abstract__box {
    margin-top: 10px;
  }
  #news .new-list .new-item .item__abstract {
    font-size: 14px;
    color: #999;
    max-height: 42px;
    line-height: 21px;
    overflow: hidden;
  }
  #news .new-list .new-item .item__footer {
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #news .new-list .new-item .item__footer .__morebtn {
    font-size: 14px;
    padding: 0.5em 1em;
    border: 1px solid #23ac38;
    color: #23ac38;
    display: inline-block;
  }
  #news .new-list .new-item:hover {
    text-decoration: none;
  }
  #news .new-list .new-item:hover .item__title {
    color: #23ac38;
  }
  #news .new-list .new-item:hover .item__title::after {
    background-color: #fff;
  }
  #news .new-list .new-item:hover .text__area {
    border-color: #23ac38;
  }
  #news .new-list .new-item .item__title {
    max-height: 20px;
    height: 20px;
  }
  #news .new-list .nodata {
    text-align: center;
    color: #959595;
    font-size: 15.42857143px;
    line-height: 24px;
  }
  #news .new-list a {
    text-decoration: none;
    color: #000;
    margin-bottom: 42.85714286px;
    display: block;
  }
  #news .new-list a:last-child {
    margin-bottom: 0 !important;
  }
  #news .new-list .item {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
  }
  #news .new-list .item .news-time {
    width: 55.71428571px;
    text-align: center;
    margin-right: 94.28571429px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #news .new-list .item .news-time span:nth-child(1) {
    font-size: 12px;
    line-height: 22.28571429px;
    color: #959595;
  }
  #news .new-list .item .news-time span:nth-child(2) {
    font-size: 20.57142857px;
    line-height: 27.42857143px;
  }
  #news .new-list .item .news-title {
    flex: 1;
  }
  #news .new-list .item .news-title p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    word-break: break-all;
    font-size: 15.42857143px;
    line-height: 1.5em;
    -webkit-box-orient: vertical;
    font-size: 18px;
  }
  #news .new-list .item:last-child {
    margin-bottom: 0;
  }
  #news .new-list .item:hover .news-title p {
    color: #23ac38;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .pc-container {
    flex-wrap: wrap;
  }
  .pc-container .bg-taps {
    margin-left: 0px;
  }
  .pc-container #news .new-list {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .date-select .year-item div {
    padding: 5px 18px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .date-select {
    width: auto;
    display: block;
    position: relative;
  }
  .date-select > ul {
    width: auto;
    display: none;
  }
  .date-select > ul li {
    flex-shrink: 0;
    margin-right: 10px;
  }
  .date-select > ul .year-item div {
    border-right: 0;
    border-bottom: 0px;
    text-align: center;
    padding: 0px;
  }
  .date-select > ul .year-item.active div {
    border: 0;
    background-color: transparent;
    border-bottom: solid 4px #23ac38;
  }
  .date-select > ul .year-item a:hover {
    text-decoration: none;
  }
}
@media (max-width: 1440px) and (max-width: 992px) and (max-width: 992px) {
  .date-select {
    padding: 0 0.53333333rem;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  .bg-taps {
    margin-bottom: 0;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news {
    padding: 0 0.53333333rem;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news .new-list {
    padding: 1.33333333rem 0px 85.71428571px 0;
  }
}
@media (max-width: 1440px) and (max-width: 1200px) {
  #news .new-list .new-item .text__area {
    padding: 0 32px;
    padding-left: 0px;
    margin-left: 24px;
  }
  #news .new-list .new-item .item__title {
    font-size: 18px;
  }
  #news .new-list .new-item .item__abstract {
    font-size: 14px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news .new-list .new-item .text__area {
    padding: 0px 20px;
    padding-left: 0px;
    margin-left: 10px;
  }
  #news .new-list .new-item .item__title {
    font-size: 16px;
  }
}
@media (max-width: 1440px) and (max-width: 768px) {
  #news .new-list .new-item {
    height: auto;
  }
  #news .new-list .new-item .text__area {
    width: 100%;
    padding: 0.4rem 0.53333333rem;
    padding-left: 0px;
    margin-left: 0.4rem;
  }
  #news .new-list .new-item .item__footer .__morebtn {
    font-size: 12px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news .new-list .nodata {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news .new-list a {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news .new-list .item .news-time {
    margin-right: 0.81333333rem;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news .new-list .item .news-time span:nth-child(1) {
    font-size: 12px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news .new-list .item .news-time span:nth-child(2) {
    font-size: 18px;
  }
}
@media (max-width: 1440px) and (max-width: 992px) {
  #news .new-list .item .news-title p {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (max-width: 1440px) and (max-width: 1680px) {
  #news .new-list .item .news-title p {
    font-size: 16px;
  }
}
@media (max-width: 1440px) and (max-width: 1440px) {
  #news .new-list .item .news-title p {
    font-size: 15px;
  }
}
@media (max-width: 1440px) and (max-width: 1200px) {
  #news .new-list .item .news-title p {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .pc-container {
    box-sizing: border-box;
    display: flex;
  }
  .dropdowns {
    position: relative;
    z-index: 3;
  }
  .dropdown-menu {
    z-index: 999;
  }
  .date-select {
    width: 119px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
  }
  .date-select .year-item div {
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 18px;
    color: #b9b9b9;
    border-right: 5px solid #b9b9b9;
    padding: 10px;
    text-align: end;
    margin-top: 10px;
    line-height: 1.2;
    white-space: inherit;
  }
  .date-select .year-item a {
    color: #b9b9b9;
  }
  .date-select .year-item .month-items {
    display: none;
    font-size: 14px;
    color: #b9b9b9;
    border-right: 5px solid #b9b9b9;
    padding: 10px;
    text-align: end;
    line-height: 1.2;
  }
  .date-select .year-item .month-items li {
    padding: 5px 0;
  }
  .date-select .year-item .month-items a {
    color: #b9b9b9;
  }
  .date-select .year-item.active div {
    background-color: #23ac38;
    border-right: 5px solid #23ac38;
  }
  .date-select .year-item.active div a {
    color: #ffffff;
  }
  .date-select .year-item.active .month-items {
    display: block;
    border-right: 5px solid #23ac38;
  }
  .date-select .year-item.active .month-items li.active {
    font-size: 18px;
    font-weight: bolder;
    position: relative;
  }
  .date-select .year-item.active .month-items li.active::after {
    content: "";
    position: absolute;
    right: -19px;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #23ac38;
    border: 3px solid #ffffff;
    border-radius: 10px;
  }
  .date-select .year-item.active .month-items li.active a {
    color: #23ac38;
  }
  .bg-taps {
    flex-grow: 1;
    margin-left: 28.57142857px;
    margin-bottom: 28.57142857px;
  }
  #news {
    overflow: hidden;
    box-sizing: border-box;
  }
  #news .new-list {
    padding: 17.14285714px 0;
  }
  #news .new-list .new-item {
    display: flex;
    margin-bottom: 0;
    overflow: hidden;
    align-items: center;
    position: relative;
    margin-top: 30px;
  }
  #news .new-list .new-item:nth-child(1) {
    margin-top: 0;
  }
  #news .new-list .new-item:nth-last-child(1) {
    margin-bottom: 30px;
  }
  #news .new-list .new-item:before,
  #news .new-list .new-item:after {
    content: " ";
    display: table;
  }
  #news .new-list .new-item:after {
    clear: both;
  }
  #news .new-list .new-item .item__img {
    float: left;
    width: 132.14285714px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #news .new-list .new-item .text__area {
    height: 100px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    padding-left: 0px;
    margin-left: 14.28571429px;
    border-bottom: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #news .new-list .new-item .text__area .__time {
    color: #aaaaaa;
    margin-top: 6px;
    font-size: 14px;
  }
  #news .new-list .new-item .text__area i {
    margin-right: 5px;
  }
  #news .new-list .new-item .item__title {
    font-size: 18px;
    margin: 0;
    font-weight: normal;
    color: #060606;
    max-height: 18px;
    line-height: 18px;
    overflow: hidden;
  }
  #news .new-list .new-item .abstract__box {
    margin-top: 10px;
  }
  #news .new-list .new-item .item__abstract {
    font-size: 14px;
    color: #999;
    max-height: 42px;
    line-height: 21px;
    overflow: hidden;
  }
  #news .new-list .new-item .item__footer {
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #news .new-list .new-item .item__footer .__morebtn {
    font-size: 14px;
    padding: 0.5em 1em;
    border: 1px solid #23ac38;
    color: #23ac38;
    display: inline-block;
  }
  #news .new-list .new-item:hover {
    text-decoration: none;
  }
  #news .new-list .new-item:hover .item__title {
    color: #23ac38;
  }
  #news .new-list .new-item:hover .item__title::after {
    background-color: #fff;
  }
  #news .new-list .new-item:hover .text__area {
    border-color: #23ac38;
  }
  #news .new-list .new-item .item__title {
    max-height: 20px;
    height: 20px;
  }
  #news .new-list .nodata {
    text-align: center;
    color: #959595;
    font-size: 12.85714286px;
    line-height: 20px;
  }
  #news .new-list a {
    text-decoration: none;
    color: #000;
    margin-bottom: 35.71428571px;
    display: block;
  }
  #news .new-list a:last-child {
    margin-bottom: 0 !important;
  }
  #news .new-list .item {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
  }
  #news .new-list .item .news-time {
    width: 46.42857143px;
    text-align: center;
    margin-right: 78.57142857px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #news .new-list .item .news-time span:nth-child(1) {
    font-size: 10px;
    line-height: 18.57142857px;
    color: #959595;
  }
  #news .new-list .item .news-time span:nth-child(2) {
    font-size: 17.14285714px;
    line-height: 22.85714286px;
  }
  #news .new-list .item .news-title {
    flex: 1;
  }
  #news .new-list .item .news-title p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    word-break: break-all;
    font-size: 12.85714286px;
    line-height: 1.5em;
    -webkit-box-orient: vertical;
    font-size: 18px;
  }
  #news .new-list .item:last-child {
    margin-bottom: 0;
  }
  #news .new-list .item:hover .news-title p {
    color: #23ac38;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .pc-container {
    flex-wrap: wrap;
  }
  .pc-container .bg-taps {
    margin-left: 0px;
  }
  .pc-container #news .new-list {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .date-select .year-item div {
    padding: 5px 18px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .date-select {
    width: auto;
    display: block;
    position: relative;
  }
  .date-select > ul {
    width: auto;
    display: none;
  }
  .date-select > ul li {
    flex-shrink: 0;
    margin-right: 10px;
  }
  .date-select > ul .year-item div {
    border-right: 0;
    border-bottom: 0px;
    text-align: center;
    padding: 0px;
  }
  .date-select > ul .year-item.active div {
    border: 0;
    background-color: transparent;
    border-bottom: solid 4px #23ac38;
  }
  .date-select > ul .year-item a:hover {
    text-decoration: none;
  }
}
@media (max-width: 1200px) and (max-width: 992px) and (max-width: 992px) {
  .date-select {
    padding: 0 0.53333333rem;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  .bg-taps {
    margin-bottom: 0;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news {
    padding: 0 0.53333333rem;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news .new-list {
    padding: 1.33333333rem 0px 71.42857143px 0;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  #news .new-list .new-item .text__area {
    padding: 0 32px;
    padding-left: 0px;
    margin-left: 24px;
  }
  #news .new-list .new-item .item__title {
    font-size: 18px;
  }
  #news .new-list .new-item .item__abstract {
    font-size: 14px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news .new-list .new-item .text__area {
    padding: 0px 20px;
    padding-left: 0px;
    margin-left: 10px;
  }
  #news .new-list .new-item .item__title {
    font-size: 16px;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  #news .new-list .new-item {
    height: auto;
  }
  #news .new-list .new-item .text__area {
    width: 100%;
    padding: 0.4rem 0.53333333rem;
    padding-left: 0px;
    margin-left: 0.4rem;
  }
  #news .new-list .new-item .item__footer .__morebtn {
    font-size: 12px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news .new-list .nodata {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news .new-list a {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news .new-list .item .news-time {
    margin-right: 0.81333333rem;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news .new-list .item .news-time span:nth-child(1) {
    font-size: 12px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news .new-list .item .news-time span:nth-child(2) {
    font-size: 18px;
  }
}
@media (max-width: 1200px) and (max-width: 992px) {
  #news .new-list .item .news-title p {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (max-width: 1200px) and (max-width: 1680px) {
  #news .new-list .item .news-title p {
    font-size: 16px;
  }
}
@media (max-width: 1200px) and (max-width: 1440px) {
  #news .new-list .item .news-title p {
    font-size: 15px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  #news .new-list .item .news-title p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .pc-container {
    box-sizing: border-box;
    display: flex;
  }
  .dropdowns {
    position: relative;
    z-index: 3;
  }
  .dropdown-menu {
    z-index: 999;
  }
  .date-select {
    width: 119px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
  }
  .date-select .year-item div {
    border-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 18px;
    color: #b9b9b9;
    border-right: 5px solid #b9b9b9;
    padding: 10px;
    text-align: end;
    margin-top: 10px;
    line-height: 1.2;
    white-space: inherit;
  }
  .date-select .year-item a {
    color: #b9b9b9;
  }
  .date-select .year-item .month-items {
    display: none;
    font-size: 14px;
    color: #b9b9b9;
    border-right: 5px solid #b9b9b9;
    padding: 10px;
    text-align: end;
    line-height: 1.2;
  }
  .date-select .year-item .month-items li {
    padding: 5px 0;
  }
  .date-select .year-item .month-items a {
    color: #b9b9b9;
  }
  .date-select .year-item.active div {
    background-color: #23ac38;
    border-right: 5px solid #23ac38;
  }
  .date-select .year-item.active div a {
    color: #ffffff;
  }
  .date-select .year-item.active .month-items {
    display: block;
    border-right: 5px solid #23ac38;
  }
  .date-select .year-item.active .month-items li.active {
    font-size: 18px;
    font-weight: bolder;
    position: relative;
  }
  .date-select .year-item.active .month-items li.active::after {
    content: "";
    position: absolute;
    right: -19px;
    top: 8px;
    width: 12px;
    height: 12px;
    background: #23ac38;
    border: 3px solid #ffffff;
    border-radius: 10px;
  }
  .date-select .year-item.active .month-items li.active a {
    color: #23ac38;
  }
  .bg-taps {
    flex-grow: 1;
    margin-left: 25.6px;
    margin-bottom: 25.6px;
  }
  #news {
    overflow: hidden;
    box-sizing: border-box;
  }
  #news .new-list {
    padding: 15.36px 0;
  }
  #news .new-list .new-item {
    display: flex;
    margin-bottom: 0;
    overflow: hidden;
    align-items: center;
    position: relative;
    margin-top: 30px;
  }
  #news .new-list .new-item:nth-child(1) {
    margin-top: 0;
  }
  #news .new-list .new-item:nth-last-child(1) {
    margin-bottom: 30px;
  }
  #news .new-list .new-item:before,
  #news .new-list .new-item:after {
    content: " ";
    display: table;
  }
  #news .new-list .new-item:after {
    clear: both;
  }
  #news .new-list .new-item .item__img {
    float: left;
    width: 118.4px;
    height: 89.6px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #news .new-list .new-item .text__area {
    height: 89.6px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    padding-left: 0px;
    margin-left: 12.8px;
    border-bottom: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #news .new-list .new-item .text__area .__time {
    color: #aaaaaa;
    margin-top: 6px;
    font-size: 14px;
  }
  #news .new-list .new-item .text__area i {
    margin-right: 5px;
  }
  #news .new-list .new-item .item__title {
    font-size: 18px;
    margin: 0;
    font-weight: normal;
    color: #060606;
    max-height: 18px;
    line-height: 18px;
    overflow: hidden;
  }
  #news .new-list .new-item .abstract__box {
    margin-top: 10px;
  }
  #news .new-list .new-item .item__abstract {
    font-size: 14px;
    color: #999;
    max-height: 42px;
    line-height: 21px;
    overflow: hidden;
  }
  #news .new-list .new-item .item__footer {
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #news .new-list .new-item .item__footer .__morebtn {
    font-size: 14px;
    padding: 0.5em 1em;
    border: 1px solid #23ac38;
    color: #23ac38;
    display: inline-block;
  }
  #news .new-list .new-item:hover {
    text-decoration: none;
  }
  #news .new-list .new-item:hover .item__title {
    color: #23ac38;
  }
  #news .new-list .new-item:hover .item__title::after {
    background-color: #fff;
  }
  #news .new-list .new-item:hover .text__area {
    border-color: #23ac38;
  }
  #news .new-list .new-item .item__title {
    max-height: 20px;
    height: 20px;
  }
  #news .new-list .nodata {
    text-align: center;
    color: #959595;
    font-size: 11.52px;
    line-height: 17.92px;
  }
  #news .new-list a {
    text-decoration: none;
    color: #000;
    margin-bottom: 32px;
    display: block;
  }
  #news .new-list a:last-child {
    margin-bottom: 0 !important;
  }
  #news .new-list .item {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
  }
  #news .new-list .item .news-time {
    width: 41.6px;
    text-align: center;
    margin-right: 70.4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #news .new-list .item .news-time span:nth-child(1) {
    font-size: 8.96px;
    line-height: 16.64px;
    color: #959595;
  }
  #news .new-list .item .news-time span:nth-child(2) {
    font-size: 15.36px;
    line-height: 20.48px;
  }
  #news .new-list .item .news-title {
    flex: 1;
  }
  #news .new-list .item .news-title p {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    word-break: break-all;
    font-size: 11.52px;
    line-height: 1.5em;
    -webkit-box-orient: vertical;
    font-size: 18px;
  }
  #news .new-list .item:last-child {
    margin-bottom: 0;
  }
  #news .new-list .item:hover .news-title p {
    color: #23ac38;
  }
  .tab_item {
    display: none;
  }
  .members-news {
    justify-content: space-around;
    padding: 0 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .members-news .sticky-top {
    padding: 0;
  }
  .members-news .target-btn,
  .members-news .dropdown,
  .members-news .target-btn_a {
    margin-bottom: 4px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .pc-container {
    flex-wrap: wrap;
  }
  .pc-container .bg-taps {
    margin-left: 0px;
  }
  .pc-container #news .new-list {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .date-select .year-item div {
    padding: 5px 18px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .date-select {
    width: auto;
    display: block;
    position: relative;
  }
  .date-select > ul {
    width: auto;
    display: none;
  }
  .date-select > ul li {
    flex-shrink: 0;
    margin-right: 10px;
  }
  .date-select > ul .year-item div {
    border-right: 0;
    border-bottom: 0px;
    text-align: center;
    padding: 0px;
  }
  .date-select > ul .year-item.active div {
    border: 0;
    background-color: transparent;
    border-bottom: solid 4px #23ac38;
  }
  .date-select > ul .year-item a:hover {
    text-decoration: none;
  }
}
@media (max-width: 992px) and (max-width: 992px) and (max-width: 992px) {
  .date-select {
    padding: 0 0.53333333rem;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .bg-taps {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news {
    padding: 0 0.53333333rem;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news .new-list {
    padding: 1.33333333rem 0px 64px 0;
  }
}
@media (max-width: 992px) and (max-width: 1200px) {
  #news .new-list .new-item .text__area {
    padding: 0 32px;
    padding-left: 0px;
    margin-left: 24px;
  }
  #news .new-list .new-item .item__title {
    font-size: 18px;
  }
  #news .new-list .new-item .item__abstract {
    font-size: 14px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news .new-list .new-item .text__area {
    padding: 0px 20px;
    padding-left: 0px;
    margin-left: 10px;
  }
  #news .new-list .new-item .item__title {
    font-size: 16px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  #news .new-list .new-item {
    height: auto;
  }
  #news .new-list .new-item .text__area {
    width: 100%;
    padding: 0.4rem 0.53333333rem;
    padding-left: 0px;
    margin-left: 0.4rem;
  }
  #news .new-list .new-item .item__footer .__morebtn {
    font-size: 12px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news .new-list .nodata {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news .new-list a {
    margin-bottom: 1.2rem;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news .new-list .item .news-time {
    margin-right: 0.81333333rem;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news .new-list .item .news-time span:nth-child(1) {
    font-size: 12px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news .new-list .item .news-time span:nth-child(2) {
    font-size: 18px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  #news .new-list .item .news-title p {
    font-size: 16px;
    line-height: 1.5em;
  }
}
@media (max-width: 992px) and (max-width: 1680px) {
  #news .new-list .item .news-title p {
    font-size: 16px;
  }
}
@media (max-width: 992px) and (max-width: 1440px) {
  #news .new-list .item .news-title p {
    font-size: 15px;
  }
}
@media (max-width: 992px) and (max-width: 1200px) {
  #news .new-list .item .news-title p {
    font-size: 14px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .date-select > ul .year-item div {
    border-right: 0 !important;
  }
}
footer {
  margin-top: 50px;
}
@media (max-width: 768px) {
  #news .new-list {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
