html,
body {
  scroll-behavior: smooth;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53;
}
@font-face {
  font-family: 'siyuan';
  src: url('../font/SourceHanSerifCN-Regular.otf');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url('../font/Poppins-SemiBold.ttf');
}
	::-webkit-scrollbar {
    width: 0px;
    height: 6px;
    background-color: #fff;
}
a {
  color: #959595;
}
img {
  vertical-align: middle;
} 
#header.activeBorder {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
 #header {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  height: 100px;
  font-size: 1rem;
  background-color: #fff;
  position: fixed;
  justify-content: space-between;
  top: 0;
  z-index: 99;
  box-shadow: 0px -7px 14px;
}
@media screen and (max-width: 992px) {
   #header {
    height: 80px;
  }
}
 #header .header-outer {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 992px) {
   #header .header-outer {
    width: 100%;
  }
}
 #header .header-inner {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
   #header .header-inner {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
   #header .header-inner {
    width: 100%;
    justify-content: space-between;
  }
}
 #header .header-logo {
/*  max-width: 110px;*/
/*  width: 20%;*/
  display: flex;
  align-items: center;
}
 #header .navbar-color {
  color: rgba(0, 128, 0, 0.687);
  font-weight: bold;
}
 #header .navbar-list {
/*  max-width: 1150px;*/
  width: 65%;
  position: relative;
  color: #a3a3a3;
  height: 100%;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}
 #header .navbar-list .navbar-item {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 65px;
  margin: 0 0.5rem;
  width: 95px;
  height: 100%;
  position: relative;
  flex-grow: 1;
  cursor: pointer;
}
 #header .navbar-list .navbar-item a {
  display: flex;
  align-items: center;
	font-weight: bold;
	
}
 #header .navbar-list .navbar-item .navbar-icon {
  width: 7px;
  height: 7px;
  margin-right: 0.4rem;
  border-radius: 50%;
  border: 3px solid #00adff ;
  transition: all ease 0.3s;
}
 #header .navbar-list .navbar-item .navbar-icon1 {
  width: 7px;
  height: 7px;
  margin-right: 0.4rem;
  border-radius: 50%;
  border: 3px solid transparent;
  transition: all ease 0.3s;
}
 #header .navbar-list .navbar-item:hover {
  transition: all 0.5s ease;
  color: #00adff;
}
 #header .navbar-list .navbar-item.active {
  color: #00adff;
}
 #header .navbar-list .navbar-item:not(:last-of-type)::after {
  color: #a3a3a3;
  content: "/";
  display: block;
  position: absolute;
  right: -0.95rem;
  font-weight: bold;
}
 #header .nav-search {
	width: 15%;
	display: flex;
	align-items: center;
  cursor: pointer;
}
 #header .select-list {
  background: #fff;
  position: absolute;
  top: 99px;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 #header .select-list .select-item {
  width: max-content;
  border-radius: 5px;
  padding: 19px 0;
  border: 1px solid #eee;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: none;
  min-width: 75px;
  height: 100%;
  position: relative;
  cursor: pointer;
}
 #header .select-list .select-item a {
  text-align: left;
  justify-content: flex-start;
  padding: 7px 20px;
  box-sizing: border-box;
  font-weight: normal;
  color: #666;
}
 #header .select-list .select-item a:hover {
  transition: all 0.5s ease;
  background-color: #95959523;
}
@media screen and (max-width: 1440px) {
   #header .navbar-list {
    font-size: 14px;
  }
   #header .navbar-list .navbar-item {
    width: 82px;
    margin: auto;
  }
   #header .navbar-list .navbar-item:not(:last-of-type)::after {
    content: "/";
    display: block;
    position: absolute;
    right: -0.65rem;
    font-weight: bold;
  }
   #header .navbar-list .navbar-item .navbar-icon {
    margin-left: 5px;
    margin-right: 0px;
    min-width: 5px;
    min-height: 5px;
    width: 5px;
    height: 5px;
  }
   #header .navbar-list .navbar-item .select-list .select-item {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
	 #header .nav-search img {
		width: 24px;
	}
	 #header .nav-search span {
		font-size: 16px!important;
	}
}
@media screen and (max-width: 1000px) {
   #header .nav-search {
    display: none;
  }
   #header .navbar-list {
    display: none;
  }
   #header .phoneIcon {
    display: flex;
    z-index: 999999;
  }
}
.barand-ative {
  box-shadow: 0 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.5);
}
.imgBox {
  overflow: hidden;
}
.imgBox img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imgBox:hover img {
  transition: all 0.5s;
  transform: scale(1.1);
}
.narBar-ative {
  background: #0088e5;
}
#header.activeBorder {
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
#header {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  height: 100px;
  font-size: 1rem;
  background-color: #fff;
  position: fixed;
  justify-content: space-between;
  top: 0;
  z-index: 99;
  box-shadow: 0px -7px 14px;
}
#header a {
  color: #a3a3a3;
}
@media screen and (max-width: 992px) {
  #header {
    height: 80px;
  }
}
#header .header-outer {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 992px) {
  #header .header-outer {
    width: 100%;
  }
}
#header .header-inner {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 992px) {
  #header .header-inner {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  #header .header-inner {
    width: 100%;
    justify-content: space-between;
  }
}
#header .header-logo {
/*  max-width: 110px;*/
/*  width: 100%;*/
  display: flex;
  align-items: center;
}
#header .navbar-color {
  color: rgba(0, 128, 0, 0.687);
  font-weight: bold;
}
#header .navbar-list {
/*  max-width: 1150px;*/
  width: 65%;;
  position: relative;
  color: #a3a3a3;
  height: 100%;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
}
#header .navbar-list .navbar-item {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 65px;
  margin: 0 0.5rem;
  width: 95px;
  height: 100%;
  position: relative;
  flex-grow: 1;
  cursor: pointer;
}
#header .navbar-list .navbar-item a {
  display: flex;
  align-items: center;
}
#header .navbar-list .navbar-item .navbar-icon {
  width: 7px;
  height: 7px;
  margin-right: 0.4rem;
  border-radius: 50%;
  border: 3px solid #00adff;
  transition: all ease 0.3s;
}
#header .navbar-list .navbar-item .navbar-icon1 {
  width: 7px;
  height: 7px;
  margin-right: 0.4rem;
  border-radius: 50%;
  border: 3px solid transparent;
  transition: all ease 0.3s;
}
#header .navbar-list .navbar-item:hover {
  transition: all 0.5s ease;
  color: #00adff;
}
#header .navbar-list .navbar-item.active {
  color: #00adff;
}
#header .navbar-list .navbar-item:not(:last-of-type)::after {
  color: #a3a3a3;
  content: "/";
  display: block;
  position: absolute;
  right: -0.95rem;
  font-weight: bold;
}
#header .nav-search {
      width: 15%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#header .select-list {
  background: #fff;
  position: absolute;
  top: 99px;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .select-list .select-item {
  width: max-content;
  border-radius: 5px;
  padding: 19px 0;
  border: 1px solid #eee;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  display: none;
  min-width: 75px;
  height: 100%;
  position: relative;
  cursor: pointer;
}
#header .select-list .select-item a {
  text-align: left;
  justify-content: flex-start;
  padding: 7px 20px;
  box-sizing: border-box;
  font-weight: normal;
  color: #666;
}
#header .select-list .select-item a:hover {
  transition: all 0.5s ease;
  background-color: #95959523;
}
@media screen and (max-width: 1440px) {
  #header .navbar-list {
    font-size: 14px;
  }
  #header .navbar-list .navbar-item {
    width: 82px;
    margin: auto;
  }
  #header .navbar-list .navbar-item:not(:last-of-type)::after {
    content: "/";
    display: block;
    position: absolute;
    right: -0.65rem;
    font-weight: bold;
  }
  #header .navbar-list .navbar-item .navbar-icon {
    margin-left: 5px;
    margin-right: 0px;
    min-width: 5px;
    min-height: 5px;
    width: 5px;
    height: 5px;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav-search {
    display: none;
  }
  #header .navbar-list {
    display: none;
  }
  #header .phoneIcon {
    display: flex;
    z-index: 999999;
  }
}
.phoneIcon {
  width: 30px;
  height: 20px;
  position: relative;
  top: 0;
  bottom: 0;
  display: none;
  align-items: center;
  cursor: pointer;
}
.phoneNav {
  width: 100%;
  height: 2px;
  background: #000;
}
.phoneNav:before {
  content: '';
  position: absolute;
  top: 0;
  height: 2px;
  background: #000;
  width: 100%;
}
.phoneNav:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  background: #000;
  width: 100%;
}
.active .phoneNav,
.active .phoneNav:before,
.active .phoneNav:after,
.bgActive .phoneNav,
.bgActive .phoneNav:before,
.bgActive .phoneNav:after {
  background: #000;
}
.menuBox {
  position: fixed;
  width: 100%;
  background: #fff;
  height: 100vh;
  top: 0;
  right: -100%;
  z-index: 99999999999;
  transition: all 0.5s;
  overflow: auto;
  overflow-x: hidden;
}
.phoneNavShow {
  box-sizing: border-box;
  right: 0;
  transition: all 0.5s;
  z-index: 9999;
  padding: 0 20px;
}
.menuBox .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  z-index: 20;
  border-radius: 50%;
  cursor: pointer;
  background: #0098e4 url('../fonts/close.svg') no-repeat center;
  background-size: 12px;
  text-indent: -99px;
}
.phoneNavShow .close {
  display: block;
}
.menuBox ul li a {
  color: #333;
  display: block;
}
.menuBox ul {
  flex-wrap: wrap;
  margin-top: 90px;
}
.menuBox ul li {
  width: 100%;
  border-bottom: 1px solid #eee;
  transition: all 1s ease;
}
.menuBox ul li a {
  height: auto;
  line-height: 50px;
}
.menuBox .secondMenu {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
  width: 100%;
  box-shadow: none;
  padding: 0 30px 20px;
  flex-direction: column;
  display: none;
}
.menuBox .secondMenu a,
.menuBox.active .menuBox ul .secondMenu a {
  text-align: left;
  line-height: 30px;
  height: auto;
}
.menuBox.active .secondMenu {
  top: 0;
}
.menuBox ul li {
  position: relative;
}
.menuBox ul li i {
  content: '';
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  position: absolute;
  background: url('../images/close.svg') no-repeat center;
  filter: brightness(0.2);
  background-size: 12px;
  z-index: 10;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.menuBox ul li i.active {
  transform: rotate(90deg);
  transition: all 0.5s;
}
.panel1 {
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
}
.panel1 .panel1_outer {
  max-width: 1400px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}
.panel1 .panel1_outer .news-list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-flow: column wrap;
}
.panel1 .panel1_outer .news-list a {
  width: 100%;
}
.panel1 .panel1_outer .news-list a .news-item {
  width: 100%;
  padding: 70px 0;
  border-bottom: 1px solid rgba(102, 102, 102, 0.138);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.panel1 .panel1_outer .news-list a .news-item .news-left {
  max-width: 163px;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: #666;
}
.panel1 .panel1_outer .news-list a .news-item .news-left .newsl-row1 {
  width: 100%;
  border-bottom: 1px solid rgba(102, 102, 102, 0.138);
  font-size: 50px;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.panel1 .panel1_outer .news-list a .news-item .news-left .newsl-row1 span {
  display: inline-block;
  font-size: 24px;
  font-weight: normal;
  padding-left: 10px;
}
.panel1 .panel1_outer .news-list a .news-item .news-left .newsl-row2 {
  font-size: 20px;
  width: 100%;
  text-align: center;
}
.panel1 .panel1_outer .news-list a .news-item .news-center {
  max-width: 337px;
  width: 100%;
  padding: 0 50px 0 35px;
}
.panel1 .panel1_outer .news-list a .news-item .news-center img {
  width: 100%;
  vertical-align: middle;
}
.panel1 .panel1_outer .news-list a .news-item .news-right {
  max-width: 817px;
  width: 100%;
  padding-left: 20px;
  display: flex;
  flex-flow: column;
}
.panel1 .panel1_outer .news-list a .news-item .news-right .newsr-title {
  padding: 11px 0 25px 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.panel1 .panel1_outer .news-list a .news-item .news-right .newsr-text {
  padding-bottom: 35px;
  line-height: 28px;
  font-size: 16px;
  color: #666;
  border-bottom: 2px dashed rgba(102, 102, 102, 0.138);
}
.panel1 .panel1_outer .news-list a .news-item .news-right .newsr-button {
  width: 100%;
  padding: 22px 0;
}
.panel1 .panel1_outer .news-list a .news-item .news-right .newsr-button .btn {
  border-top-left-radius: 30px;
  /* 左上角 */
  border-bottom-right-radius: 20px;
  /* 右下角 */
  width: 130px;
  height: 50px;
  line-height: 50px;
  background-color: #0098e4;
  color: #fff;
  text-align: center;
}
.panel1 .panel1_outer .news-list a .news-item .news-right .newsr-button .btn:hover {
  background: #00adff;
  border-color: #00adff;
}
.panel1 .panel1_outer .news-list a .news-item:hover {
  border-bottom: 1px solid #0098e4;
}
.panel1 .panel1_outer .news-list a .news-item:hover .news-left .newsl-row1 {
  border-bottom: 1px solid #0098e4;
  font-size: 50px;
  font-weight: bold;
  display: flex;
  color: #0098e4;
}
.panel1 .panel1_outer .news-list a .news-item:hover .news-left .newsl-row1 span {
  color: #666;
}
.panel1 .panel1_outer .news-list a .news-item:hover .news-left .newsl-row2 {
  color: #0098e4;
}
.panel1 .panel1_outer .Pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.625rem 0;
}
.panel1 .panel1_outer .Pagination .page-row {
  width: 100%;
  text-align: center;
  font-size: 1.125rem;
}
.panel1 .panel1_outer .Pagination .page-row button {
  font-weight: bold;
  font-size: 1.125rem;
  width: 9.375rem;
  height: 3.125rem;
  border-radius: 1.875rem;
  border-style: none;
  background-color: #fff;
  margin: 0 3.125rem;
  cursor: pointer;
}
.panel1 .panel1_outer .Pagination .page-row button:hover {
  background: #00913a;
  color: #fff;
}
.panel1 .panel1_outer .Pagination .page-row .btn-ative {
  background: #00913a;
  color: #fff;
}
.panel1 .panel1_outer .Pagination .page-row .page {
  color: #cdcdcd;
  padding: 0 0.9375rem;
  font-weight: bold;
  cursor: pointer;
}
.panel1 .panel1_outer .Pagination .page-row .page:hover {
  color: #00913a;
}
.panel1 .panel1_outer .Pagination .page-row .page-active {
  color: #00913a;
}
@media screen and (max-width: 1400px) {
  .panel1 .panel1_outer .Pagination {
    padding: 3.625rem 0;
  }
  .panel1 .panel1_outer .Pagination .page-row {
    font-size: 1rem;
  }
  .panel1 .panel1_outer .Pagination .page-row button {
    font-weight: bold;
    font-size: 1rem;
    width: 7.375rem;
    height: 2.625rem;
  }
}
@media screen and (max-width: 1200px) {
  .panel1 .panel1_outer .Pagination {
    padding: 2.625rem 0;
  }
  .panel1 .panel1_outer .Pagination .page-row {
    font-size: 14px;
  }
  .panel1 .panel1_outer .Pagination .page-row button {
    font-weight: bold;
    font-size: 14px;
    width: 5.375rem;
    height: 2.125rem;
    margin: 0;
  }
  .panel1 .panel1_outer .Pagination .page-row .page {
    padding: 0 5px;
  }
}
@media screen and (max-width: 1200px) {
  .panel1 .panel1_outer .panel1-title {
    font-size: 28px;
    padding: 40px 0;
  }
  .panel1 .panel1_outer .panel1-search {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
  }
  .panel1 .panel1_outer .panel1-content .content-list {
    width: 100%;
    font-size: 16px;
  }
  .panel1 .panel1_outer .panel1-content .content-list .content-item a {
    line-height: 24px;
    padding: 20px 0;
  }
}
@media screen and (max-width: 1280px) {
  .panel1 .panel1_outer .news-list a .news-item .news-right .newsr-title {
    padding: 11px 0 11px 0;
    font-size: 16px;
  }
  .panel1 .panel1_outer .news-list a .news-item .news-right .newsr-text {
    margin-bottom: 19px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
    border: none;
    padding: 0;
  }
  .panel1 .panel1_outer .news-list a .news-item .news-right .newsr-button .btn {
    width: 123px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .panel1 .panel1_outer .panel1-search {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
  }
  .panel1 .panel1_outer .panel1-content .content-list {
    width: 100%;
    font-size: 12px;
  }
  .panel1 .panel1_outer .panel1-content .content-list .content-item a {
    line-height: 15px;
  }
  .panel1 .panel1_outer .news-list a .news-item {
    align-items: flex-start;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .panel1 .panel1_outer .news-list a .news-item .news-left {
    display: none;
  }
  .panel1 .panel1_outer .news-list a .news-item .news-center {
    max-width: 100%;
    width: 100%;
    padding: 0 ;
    padding-bottom: 20px;
  }
  .panel1 .panel1_outer .news-list a .news-item .news-right {
    padding-left: 0;
  }
  .panel1 .panel1_outer .news-list a .news-item .news-right .newsr-button {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .panel1 {
    padding-top: 0;
  }
}
/*# sourceMappingURL=./news.css.map */