<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* common */
html {
/*  background-color: #f7f7f7;*/
}
.container {
  width: 1280px;
  margin: 0 auto;
  padding: 0;
}
.ny-wrap {
/*  background: url('../img/bg-4.png');*/
  padding: 30px 0 86px 0;
}
@media screen and (max-width: 1300px) {
  .container {
    width: 1200px;
  }
}
.flex {
  display: flex;
}
.flex-box {
  display: flex;
  align-items: center;
}
.flex-none {
  flex: none;
}
.flex-grow-1 {
  flex: 1;
  overflow: hidden;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-between {
  justify-content: space-between;
}
.flex-start {
  justify-content: flex-start;
}
.flex-center {
  justify-content: center;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reserve {
  flex-direction: column-reverse;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reserve {
  flex-direction: row-reverse;
}
.flex-align-start {
  align-items: flex-start;
}
.flex-align-baseline {
  align-items: baseline;
}
.flex-end {
  justify-content: flex-end;
}
.no-break {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.line-clamp-2 {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}


/* header */
.header {
  width: 100%;
  height: 140px;
  background: url('../img/bg-header.png') no-repeat 0 0;
  background-size: 100% 100%;
}
.header .logo-1,
.header .logo-2 {
  height: 100px;
  margin-right: 13px;
  margin-top:18px;
}
.header .logo-1 img,
.header .logo-2 img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.header .search {
  width: 409px;
  height: 50px;
  margin-top:20px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #307478;
}
.header .search .icon-search {
  font-size: 26px;
  color: #4098a0;
  line-height: 36px;
  padding: 0 15px;
  border-right: 1px #eaeaea solid;
}
.header .search input {
  height: 36px;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  line-height: 36px;
  border: 0;
  outline: none;
}
.header .search-btn {
  width: 90px;
	height: 50px;
	background-color: #307478;
	border-radius: 0px 3px 3px 0px;
  border: 0;
  outline: none;
  font-size: 24px;
  color: #fff;
}


/* nav */
.nav {
  width: 100%;
  height: 70px;
  background-image: linear-gradient(90deg, #2b6c7a 0%, #56ba67 100%);
}
.nav a {
  display: block;
  height: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 70px;
  text-align: center;
}
.nav a:hover{
  color:#fff;
} 
.nav .nav-item {
  flex: 1;
  position: relative;
  height: 100%;
}
.nav .nav-item-active {
  background-color: #4098a0;
}
.nav .nav-item-active a {
  color: #fff;
}
.nav .nav-item__second {
  z-index: 9;
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  background-color: #4098a0;
  color: #fff;
}
.nav .nav-item__second a {
  font-size: 16px;
  color: #fff;
  line-height: 54px;
  text-align: center;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0 13px;
  box-sizing: border-box;
  transition: height 0.5s ease-in;
}
.nav .nav-item:hover {
  background-color: #43adb7;
}
.nav .nav-item:hover a {
  color: #fff;
}
.nav .nav-item:hover .nav-item__second a {
  height: 54px;
}
.nav .nav-item__second a:hover {
  background-color: #43adb7;
}


/* footer */
.footer .link {
  background-color: #499a91;
  padding: 40px 0 46px 0;
}
.footer .link-title {
  padding: 24px 0 28px 0;
}
.footer .link-title .icon-lianjie {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.footer .link-title-text {
  font-size: 21px;
  color: #fff;
  font-weight: bold;
}
.footer .link-list-item {
  flex: 1;
  height: 40px;
	background-color: #2a7f76;
  margin-left: 26px;
  cursor: pointer;
}
.footer .link-list-item:first-child {
  margin-left: 0;
}
.footer .link-list-item .head {
  height: 100%;
  padding: 0 12px 0 18px;
  box-sizing: border-box;
}
.footer .link-list-item .title {
  font-size: 14px;
  color: #81cbc3;
}
.footer .link-list-item .icon-sort-down {
  font-size: 14px;
  color: #ffb400;
}
.footer .link-list-item .children {
  z-index: 9;
  position: relative;
  background-color: #fff;
}
.footer .link-list-item .children a {
  display: block;
  font-size: 14px;
  color: #666;
  height: 0;
  overflow: hidden;
  padding: 0 18px;
  box-sizing: border-box;
  line-height: 42px;
  transition: height 0.5s ease-in;
}
.footer .link-list-item:hover .children a {
  height: 42px;
}
.footer .link-list-item .children a:hover {
  color: #20867b;
}

.footer .info {
  background-color: #20867b;
  padding: 40px 0 46px 0;
}
.footer .info-item {
  font-size: 16px;
  line-height: 32px;
  color: #9fe1da;
  text-align: center;
}


/* common-more */
.common-more-icon {
  width: 22px;
	height: 22px;
	background-color: #c5e0e2;
  border-radius: 50%;
}
.common-more-icon span {
  z-index: 999;
  position: relative;
  display: block;
  width: 10px;
	height: 10px;
	background-color: #4098a0;
  border-radius: 50%;
}
.common-more-icon span::after {
  position: absolute;
  top: 5px;
  left: 10px;
  content: '';
  width: 40px;
	height: 1px;
	background-color: #4098a0;
}
.common-more-text {
  font-size: 14px;
  color: #999;
  padding-left: 42px;
}
.common-more:hover .common-more-text {
  color: #4098a0;
}
.common-more:hover .common-more-icon {
	background-color: #e5dba2;
}
.common-more:hover .common-more-icon span {
	background-color: #e8d357;
}
.common-more:hover .common-more-icon span::after {
	background-color: #e8d357;
}


/* common-slide */
.common-slide {
  width: 270px;
  background-color: #f7fafc;
  margin-right: 50px;
  height: 100%;
}
.common-slide-title {
  width: 100%;
	height: 120px;
	background-color: #4098a0;
  margin-bottom: 20px;
  font-size: 32px;
  color: #f7fafc;
  text-align: center;
  line-height: 120px;
}
.common-slide-list {
  width: 100%;
  background: url('../img/bg-slide.png') no-repeat;
  background-position: left bottom;
  padding-bottom: 239px;
}
.common-slide-list a {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 70px;
  text-align: center;
}
.common-slide-list a.active {
  background-color: #4098a0;
  color: #fff;
}
.common-slide-list a:hover {
  background-color: #4098a0;
  color: #fff;
}


/* common-content */
.common-content-router {
  border-bottom: 3px #eee solid;
  padding: 11px 0 35px 0;
}
.page-name {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  line-height: 1;
}


/* common-pos */
.common-pos .icon-home {
  font-size: 26px;
  color: #4198a0;
  padding-right: 10px;
}
.common-pos .cur {
  font-size: 16px;
  color: #333;
}
.common-pos .cur-list a {
  position: relative;
  padding: 0 5px;
}
.common-pos .cur-list a::after {
  position: absolute;
  content: '&gt;';
  font-size: 16px;
  color: #333;
}
.common-pos .cur-list a:last-child {
  color: #666;
}
.common-pos .cur-list a:last-child::after {
  content: '';
}


/* common-news-list */
.common-news-list {
  margin-top: 42px;
}
.common-news-list .item {
  height: 72px;
  border-bottom: 1px #e6e6e6 solid;
}
.common-news-list .item-title {
  position: relative;
  font-size: 18px;
  color: #333;
  padding: 0 21px;
}
.common-news-list .item-title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-top: 7px transparent solid;
  border-bottom: 7px transparent solid;
  border-left: 7px #d1d1d1 solid;
}
.common-news-list .item-time {
  font-size: 16px;
  color: #888;
}
.common-news-list .item:hover .item-title {
  color: #4098a0;
}
.common-news-list .item:hover .item-title::before {
  border-left-color: #ffba00;
}


/* pagination */
.common-pagination {
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  margin-top: 68px;
}
.common-pagination__item {
  display: inline-block;
  height: 37px;
  padding: 0 20px;
  border: 1px #e8e8e8 solid;
  margin-right: 5px;
  color: #515151;
  line-height: 37px;
  cursor: pointer;
}
.common-pagination__item:hover {
  color: #d30b15;
}
.common-pagination__cur {
  color: #fff;
  background-color: #d30b15;
}
.common-pagination__cur:hover {
  color: #fff;
}
.common-pagination__next {
  margin-left: 5px;
}
.common-pagination-list {
  display: inline-block;
}
.pagination-ellipsis-prev,
.pagination-ellipsis-next {
  margin-right: 5px;
}
.common-pagination-form {
  display: inline-block;
}
.common-pagination-form__input {
  width: 53px;
  height: 37px;
  border: 1px #e8e8e8 solid;
  margin: 0 4px;
  box-sizing: border-box;
  text-align: center;
  outline: none;
}
.common-pagination-form__button {
  height: 37px;
  border: 1px #e8e8e8 solid;
  padding: 0 10px;
  background-color: transparent;
  font-size: 14px;
}


/* common-detail */
.common-detail-title {
  font-size: 24px;
  color: #333;
  line-height: 36px;
  text-align: center;
  padding-top: 50px;
}
.common-detail-info {
  position: relative;
  text-align: center;
  padding: 12px 0 32px 0;
}
.common-detail-info::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 8px;
  background: url('../img/bg-line.png') no-repeat 0 0;
}
.common-detail-info span {
  font-size: 14px;
  color: #999;
  padding-right: 10px;
}


/* common-desc */
.common-desc {
  font-size: 16px;
  color: #333;
  line-height: 32px;
  padding: 50px 5px;
  box-sizing: border-box;
}
.common-desc p,
.common-desc p span,
.common-desc span {
  font-size: 16px;
  color: #333;
  line-height: 32px;
}
.common-desc img {
  max-width: 100% !important;
}</pre></body></html>