<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*common css*/
/*澶氳婧㈠嚭*/
.abscss {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.img-box .img-d {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.img-box .img-h {
  transform: scale(1.1);
}
.phone-show {
  display: none;
}
@media (max-width: 767px) {
  .pc-show {
    display: none;
  }
  .phone-show {
    display: block;
  }
}
/*鍔ㄧ敾鏁堟灉*/
.box-hover {
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.box-aylen {
  background: #fff;
  color: #37474f;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.box-aylen.button--inverted {
  background: none;
  color: #fff;
}
.box-aylen::before,
.box-aylen::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.box-aylen::before {
  background: #7986cb;
}
.box-aylen::after {
  background: #3f51b5;
}
.box-s:hover .box-aylen {
  color: #fff;
}
.box-s:hover .box-aylen::before,
.box-s:hover .box-aylen::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.box-s:hover .box-aylen::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}
body {
  overflow-x: hidden;
  height: 100%;
  margin: 0 auto;
  font-family: "Microsoft YaHei", '寰蒋闆呴粦', Arial, PingFangSC-Regular, sans-serif;
  color: #444;
}
.container {
  *zoom: 1;
}
.container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
@media (min-width: 1280px) {
  .container {
    width: 1254px;
    padding-left: 0;
    padding-right: 0;
  }
}
.page-wrap {
  background-repeat: no-repeat;
  background-position: top center;
}
/*header*/
.header-warp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-repeat: repeat;
  background-size: cover;
  background-position: top center;
  background-color: rgba(0, 0, 0, 0.6);
}
.header {
  position: relative;
  z-index: 99;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.header .header-logo {
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  max-width: 950px;
}
.header .header-logo img {
  display: block;
}
.header .header-other {
  float: right;
  padding-top: 40px;
  text-align: right;
}
/*search*/
.tools {
  float: right;
  position: relative;
  z-index: 999;
}
.tools .search-trigger {
  height: 28px;
  width: 28px;
  border-radius: 15px;
  background: url("ycsyjs-search-a.png") no-repeat center center #FFA200;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
}
.tools .search-box {
  display: block;
}
.tools .x-show {
  display: block!important;
  position: absolute!important;
  top: 34px;
  right: 0;
}
.search-box {
  width: 210px;
  position: relative;
}
.search-box .s-inp {
  width: 100%;
  background: #FFFFFF;
  border: none;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  padding-left: 15px;
  padding-right: 60px;
  color: #666;
}
.search-box .s-btn {
  background: url("ycsyjs-search-a.png") no-repeat center center #FFA200;
  width: 50px;
  height: 36px;
  border-radius: 18px;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9;
}
/*nav*/
nav.navbar.bootsnav {
  min-height: 64px;
  background: transparent;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: none;
  z-index: 98;
  position: relative;
}
nav.navbar.bootsnav ul.nav {
  margin-left: -15px;
  margin-right: -15px;
  float: none;
}
nav.navbar.bootsnav ul.nav &gt; li {
  margin: 0;
  padding: 0;
  width: 11.111111%;
  min-height: 64px;
}
nav.navbar.bootsnav ul.nav &gt; li &gt; a {
  line-height: 64px;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 0 10px;
  font-size: 16px;
}
nav.navbar.bootsnav ul.nav &gt; li.dropdown:last-child .dropdown-menu {
  left: auto;
  right: 0;
}
nav.navbar.bootsnav ul.nav &gt; li &gt; a:hover,
nav.navbar.bootsnav ul.nav &gt; li &gt; a:focus,
nav.navbar.bootsnav ul.nav &gt; li.active &gt; a:hover,
nav.navbar.bootsnav ul.nav &gt; li.active &gt; a:focus,
nav.navbar.bootsnav ul.nav &gt; li.active &gt; a,
nav.navbar.bootsnav ul.nav &gt; li.dropdown.on &gt; a {
  background: linear-gradient(90deg, #2D812B, #57A322) !important;
  color: #fff !important;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
  border: none;
  border-bottom: 3px solid #ffa200;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 0 15px 0 rgba(7, 0, 2, 0.22);
  background: linear-gradient(90deg, #2D812B, #57A322);
  min-width: 180px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu &gt; li &gt; a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  margin: 0;
  padding: 8px 15px;
  line-height: 24px;
  background: transparent;
  font-weight: normal;
  text-align: left;
  font-size: 15px;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu &gt; li &gt; a:hover {
  background-color: #ffa200;
  color: #fff;
}
nav.navbar.bootsnav.scroll {
  background: linear-gradient(90deg, #2D812B, #57A322);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
nav.navbar.bootsnav.scroll ul.nav &gt; li &gt; a {
  color: #fff;
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav &gt; li &gt; a {
    padding-left: 4px;
    padding-right: 4px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    min-height: 54px;
  }
  nav.navbar.bootsnav .navbar-brand {
    float: left!important;
    max-width: 350px;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 0;
    padding-right: 0;
  }
  nav.navbar.bootsnav .navbar-collapse {
    box-shadow: none!important;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right;
    top: 0;
    margin-top: 15px;
    margin-bottom: 14px;
    margin-right: 20px;
    background-color: transparent;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #fff;
  }
  nav.navbar.bootsnav .navbar-other {
    top: 5px;
    margin-top: 12px;
  }
  nav.navbar.bootsnav ul.nav {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  nav.navbar.bootsnav ul.nav &gt; li {
    width: 100%;
    float: none;
    background: none;
    padding-top: 0;
    padding-bottom: 1px;
  }
  nav.navbar.bootsnav ul.nav &gt; li &gt; a {
    padding: 8px 15px;
    line-height: 30px;
    text-align: left;
    position: relative;
    border-top: none;
    font-size: 16px!important;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  }
  nav.navbar.bootsnav ul.nav &gt; li &gt; a:after,
  nav.navbar.bootsnav ul.nav &gt; li &gt; a:before {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    width: 100%;
    border-top: none!important;
    box-shadow: none!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu &gt; li &gt; a {
    border-bottom: none;
    color: #444444;
    margin: 0;
    padding: 7px 10px;
    line-height: 24px;
    background-color: #f3f5fb;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu &gt; li &gt; a:hover {
    background-color: #17488D;
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav &gt; li &gt; a:hover,
  nav.navbar.bootsnav ul.nav &gt; li &gt; a:focus,
  nav.navbar.bootsnav ul.nav &gt; li.active &gt; a:hover,
  nav.navbar.bootsnav ul.nav &gt; li.active &gt; a:focus,
  nav.navbar.bootsnav ul.nav &gt; li.active &gt; a,
  nav.navbar.bootsnav ul.nav &gt; li.dropdown.on &gt; a {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    padding: 0!important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu &gt; li &gt; a {
    text-align: left;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
  }
  nav.navbar.bootsnav ul.nav ul.dropdown-menu li.dropdown.on &gt; ul.dropdown-menu li &gt; a {
    font-size: 15px!important;
    padding-left: 20px;
    padding-right: 20px;
  }
  nav.navbar.bootsnav.no-full .navbar-collapse {
    max-height: 400px;
  }
}
/*婊氬姩鏍峰紡*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  transition-timing-function: ease;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
/*footer*/
.footer {
  background: url("ycsyjs-footer-bg.png") no-repeat bottom center;
  background-size: cover;
}
.footer img {
  display: block;
}
.footer .footer-links {
  border-bottom: 1px solid rgba(235, 238, 243, 0.2);
}
.footer .footer-links .link-cont {
  position: relative;
  padding-right: 580px;
}
.footer .footer-links .link-cont .cont-left {
  line-height: 38px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
.footer .footer-links .link-cont .cont-left span,
.footer .footer-links .link-cont .cont-left a {
  display: block;
  color: #fff;
  float: left;
}
.footer .footer-links .link-cont .cont-left a:hover {
  text-decoration: underline;
}
.footer .footer-links .link-cont .cont-left .line {
  margin-left: 5px;
  margin-right: 5px;
}
.footer .footer-links .link-cont .cont-right {
  position: absolute;
  right: 0;
  top: 0;
}
.footer .footer-links .link-cont .cont-right a {
  border-left: 1px solid rgba(235, 238, 243, 0.2);
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  font-weight: bold;
  display: block;
  float: left;
}
.footer .footer-links .link-cont .cont-right a:hover {
  background-color: #ffa200;
}
.footer .footer-links .link-cont .cont-right a:last-child {
  border-right: 1px solid rgba(235, 238, 243, 0.2);
}
.footer .footer-links .link-cont .cont-right a span {
  float: left;
  height: 78px;
  line-height: 78px;
}
.footer .footer-links .link-cont .cont-right a img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 8px;
  display: inline;
}
.footer .footer-info {
  padding-top: 60px;
  padding-bottom: 60px;
  line-height: 1.8;
  color: #fff;
  position: relative;
}
.footer .footer-info span,
.footer .footer-info a {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}
.footer .footer-info .info-logo {
  float: left;
  margin-right: 10px;
}
.footer .footer-info .info-logo span,
.footer .footer-info .info-logo a {
  margin-right: 20px;
}
.footer .footer-info .info-txt {
  overflow: hidden;
  padding-left: 30px;
  position: relative;
  line-height: 26px;
}
.footer .footer-info .info-txt:after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  bottom: 3px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}
/*index-banner*/
.index-banner {
  position: relative;
  overflow: hidden;
}
.index-banner .banner-box {
  position: relative;
}
.index-banner .banner-box .banner-img img {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.index-banner .banner-mc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.index-banner .box-info {
  position: relative;
  padding: 40px 40px 40px 30px;
  z-index: 1;
  color: #fff;
  text-align: left;
  max-width: 600px;
  margin-top: 150px;
}
.index-banner .box-info:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -350px;
  background: url("ycsyjs-banner-bg.png") no-repeat right top;
  z-index: -1;
}
.index-banner .box-info:after {
  content: '';
  position: absolute;
  width: 5px;
  left: 0;
  top: 35px;
  bottom: 35px;
  background: #ffa200;
}
.index-banner .box-info .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
.index-banner .box-info .box-txt {
  margin-top: 10px;
  line-height: 30px;
  height: 60px;
  text-shadow: 0 0 2px rgba(143, 143, 143, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-banner .banner-other {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
.index-banner .slick-dots {
  position: relative;
  bottom: 0;
  right: auto;
  left: auto;
  width: auto;
  text-align: right;
}
.index-banner .slick-dots li {
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 10px;
}
.index-banner .slick-dots li.slick-dot {
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border-radius: 7px;
}
.index-banner .slick-dots li.slick-dot.slick-active {
  background: #FF8500;
}
.index-box {
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.index-box-02 {
  background-image: url("ycsyjs-mod-bg.png");
}

.index-box-02 .list-txt-03 .box-s .box-title.title-tip,
.index-box-03 .list-txt-04 .box-s .box-title.title-tip {
  position: relative;
  padding-right: 90px;
}
.index-box-02 .list-txt-03 .box-s .box-title.title-tip {
  color: #ffa200 !important;
}

.index-box-03 .list-txt-04 .box-s .box-title.title-tip {
  color: #068413;
  background: linear-gradient(0deg, #11941F 0%, #B2CC2B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-box-03 .list-txt-04 .box-s .box-title.title-tip span{
  -webkit-text-fill-color: #fff !important;
}
.index-box-02 .list-txt-03 .box-s .box-title.title-tip span,
.index-box-03 .list-txt-04 .box-s .box-title.title-tip span {
  background-image: url("ycsyjs-new-02.png");
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 76px;
  height: 26px;
  line-height:26px;
  color: #fff;
  font-weight: bold;
  padding-left: 15px;
  font-size: 13px;
}

.index-box-03 .list-txt-04 .box-s .box-title {
  height: 26px;
  line-height: 26px;
}
.index-box-04 {
  background-color: #eff8f0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.index-box-04 .index-canvas-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
}
.index-box-04 .index-canvas-bg canvas {
  position: absolute!important;
  bottom: 0;
  left: 0;
  right: 0;
}
.index-title {
  border-bottom: 1px solid rgba(211, 229, 213, 0.5);
  padding-bottom: 15px;
  margin-bottom: 45px;
}
.index-title .title-info {
  float: left;
}
.index-title .title-info .title-icon {
  float: left;
  height: 56px;
  margin-right: 10px;
}
.index-title .title-info .title-icon img {
  vertical-align: middle;
  margin-top: -3px;
}
.index-title .title-info .title-txt {
  float: left;
}
.index-title .title-info .title-txt .txt-ch {
  color: #222222;
  line-height: 34px;
}
.index-title .title-info .title-txt .txt-en {
  color: #a6a6a6;
  line-height: 22px;
}
.index-title .title-more {
  float: right;
  background: url("ycsyjs-icon-03.png") no-repeat right center;
  padding-right: 55px;
  line-height: 56px;
}
.index-title .title-more:hover {
  color: #ffa200;
}
/*other-banner*/
.other-banner {
  height: 600px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
/*bread-crumbs*/
.bread-crumbs {
  position: relative;
  color: #696969;
  padding: 15px 0;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 20px;
}
.bread-crumbs .bread-item-groups {
  line-height: 30px;
  background: url("ycsyjs-img-05.png") no-repeat 0 9px;
  padding-left: 30px;
}
.bread-crumbs .bread-location,
.bread-crumbs .bread-item {
  display: inline-block;
}
.bread-crumbs .bread-item a {
  color: #797979;
}
.bread-crumbs .bread-item a.cur {
  color: #ffa200;
}
.bread-crumbs .bread-item &gt; a + a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 7px 0 5px;
  color: #677588;
}
.bread-crumbs a:hover {
  color: #ffa200;
  text-decoration: underline;
}
/*page-main*/
.page-main {
  position: relative;
  padding-bottom: 50px;
}
.page-main .main-row {
  margin-left: -20px;
  margin-right: -20px;
}
.page-main .main-row .main-col {
  padding-left: 20px;
  padding-right: 20px;
}
.page-main.content-line .col-cont {
  border-left: 1px solid #efefef;
}
@media (min-width: 1200px) {
  .page-main .main-row .col-menu {
    width: 23%;
  }
  .page-main .main-row .col-cont {
    width: 77%;
  }
}
/*sub-menu*/
.sub-menu {
  margin-bottom: 35px;
}
.sub-menu .menu-title {
  background: url("ycsyjs-img-03.png") no-repeat;
  height: 115px;
  line-height: 115px;
  color: #fff;
  background-size: cover;
  text-align: left;
  margin-bottom: 18px;
  padding-left: 40px;
}
.sub-menu .menu-title .icon-s {
  margin-top: -10px;
  margin-right: 10px;
  display: inline;
  vertical-align: middle;
}
.sub-menu .menu-cont {
  border: 1px solid #efefef;
}
.sub-menu .menu-cont a {
  display: block;
  vertical-align: bottom;
  text-align: left;
  line-height: 30px;
  padding: 12px 15px 12px 40px;
  position: relative;
  color: #515151;
  border-bottom: 1px solid #efefef;
}
.sub-menu .menu-cont a:last-child {
  border-bottom: none;
}
.sub-menu .menu-cont a:after {
  content: '';
  position: absolute;
  background: url("ycsyjs-img-06.png") no-repeat;
  width: 4px;
  height: 5px;
  left: 25px;
  top: 24px;
}
.sub-menu .menu-cont a.active,
.sub-menu .menu-cont a:hover {
  background: linear-gradient(90deg, #11941F, #B2CC2B);
  color: #fff;
}
.sub-menu .menu-cont a.active:after,
.sub-menu .menu-cont a:hover:after {
  background: url("ycsyjs-img-07.png") no-repeat;
}
.content-title {
  border: 1px solid #EFEFEF;
  background: url("ycsyjs-img-08.png") repeat;
  position: relative;
  padding: 12px 25px;
  line-height: 30px;
  color: #515151;
  font-weight: bold;
}
.content-title:after {
  content: '';
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 5px;
  background-color: #FFA200;
}
/*page*/
.pages {
  text-align: center;
  padding-top: 25px;
}
.pages ul li {
  display: inline-block;
  vertical-align: bottom;
}
.pages a,
.pages span {
  display: inline-block;
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  color: #333333;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 2px;
  margin-right: 2px;
  border: 1px solid #EEEEEE;
}
.pages a:hover,
.pages span:hover,
.pages a.active,
.pages span.active {
  background: #12931F;
  border-color: #12931F;
  color: #fff;
}
.pages span {
  background: #12931F;
  border-color: #12931F;
  color: #fff;
}
.page-phone {
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 25px;
  background: #2e822b;
  display: none;
}
.page-phone:hover,
.page-phone:active {
  color: #fff;
}
/*鏂囧瓧鍒楄〃*/
.list-txt-01 .box-s {
  position: relative;
  padding: 15px 100px 15px 22px;
  border-bottom: 1px dashed #EEEEEE;
  line-height: 40px;
  color: #adadad;
}
.list-txt-01 .box-s:after {
  content: '';
  position: absolute;
  top: 32px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #169524;
}
.list-txt-01 .box-s:hover .box-title {
  color: #FFA200;
}
.list-txt-01 .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.list-txt-01 .box-date {
  position: absolute;
  right: 0;
  top: 15px;
}
.list-txt-02 .box-s {
  position: relative;
  padding: 25px 140px 0 40px;
  border: 1px solid transparent;
  border-bottom-color: #eeeeee;
  line-height: 30px;
  min-height: 105px;
  transition: all 0.5s;
}
.list-txt-02 .box-s .box-tip {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.list-txt-02 .box-s .box-tip img {
  display: block;
}
.list-txt-02 .box-s .box-date {
  float: left;
  color: #333333;
  width: 115px;
}
.list-txt-02 .box-s .box-info {
  overflow: hidden;
  padding-top: 10px;
}
.list-txt-02 .box-s .box-info .box-title {
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
}
.list-txt-02 .box-s .box-info .box-txt {
  color: #676767;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-txt-02 .box-s .box-more {
  display: block;
  background: url("ycsyjs-img-14.png") no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 110px;
}
.list-txt-02 .box-s:hover {
  border: 1px solid #EEEEEE;
  box-shadow: 0 0 5px 0 rgba(209, 221, 243, 0.5);
}
.list-txt-02 .box-s:hover .box-info .box-title {
  color: #ffa200;
}
.list-txt-02 .box-s:hover .box-more {
  background: url("ycsyjs-img-15.png") no-repeat center center #FFA200;
}
.list-txt-03 .row {
  margin-left: -2%;
  margin-right: -2%;
}
.list-txt-03 .row .box-w {
  padding-left: 2%;
  padding-right: 2%;
}
.list-txt-03 .row .box-w:nth-last-child(-n + 2) .box-s {
  margin-bottom: 0;
}
.list-txt-03 .box-s {
  position: relative;
  min-height: 94px;
  padding-left: 115px;
  margin-bottom: 50px;
}
.list-txt-03 .box-s .box-date {
  width: 85px;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-family: Arial;
}
.list-txt-03 .box-s .box-date .date-01 {
  height: 56px;
  line-height: 56px;
  color: #FFA200;
  font-size: 44px;
}
.list-txt-03 .box-s .box-date .date-02 {
  height: 36px;
  line-height: 36px;
  color: #fff;
  background: linear-gradient(90deg, #11941F, #B2CC2B);
}
.list-txt-03 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
  color: #515151;
  margin-bottom: 5px;
}
.list-txt-03 .box-s .box-txt {
  color: #656565;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-txt-03 .box-s:hover .box-title {
  color: #ffa200;
}
.list-txt-04 .row {
  margin-left: -14px;
  margin-right: -14px;
}
.list-txt-04 .row .box-w {
  padding-left: 14px;
  padding-right: 14px;
}
.list-txt-04 .row .box-w:nth-last-child(-n +2) .box-s {
  margin-bottom: 0;
}
.list-txt-04 .box-s {
  position: relative;
  padding: 35px 20px;
  border: 1px solid #EBEEF3;
  margin-bottom: 40px;
}
.list-txt-04 .box-s .tip {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background-color: #ffa200;
  display: none;
}
.list-txt-04 .box-s .box-date {
  width: 86px;
  border-right: 1px solid #ebeef3;
  overflow: hidden;
  text-align: center;
  font-family: Arial;
  float: left;
  margin-right: 20px;
}
.list-txt-04 .box-s .box-date .date-01 {
  height: 46px;
  line-height: 46px;
  color: #222222;
  font-size: 36px;
}
.list-txt-04 .box-s .box-date .date-02 {
  height: 30px;
  line-height: 30px;
  color: #A6A6A6;
}
.list-txt-04 .box-s .box-info {
  overflow: hidden;
}
.list-txt-04 .box-s .box-title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 22px;
  line-height: 22px;
  color: #222222;
  margin-bottom: 5px;
}
.list-txt-04 .box-s .box-txt {
  color: #656565;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-txt-04 .box-s:hover .box-title {
  color: #068413;
  background: linear-gradient(0deg, #11941F 0%, #B2CC2B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*鍥剧墖鍒楄〃*/
.list-img-01 .box-s {
  margin-bottom: 20px;
}
.list-img-01 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 210px;
}
.list-img-01 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.list-img-01 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-01 .box-s .box-img {
  margin-bottom: 10px;
}
.list-img-01 .box-s .box-title {
  color: #515151;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 44px;
  line-height: 44px;
}
.list-img-01 .box-s:hover .box-title {
  color: #ffa200;
}
@media (min-width: 1200px) {
  .people-list .row .box-w:nth-child(3n +1) {
    clear: left;
  }
}
@media (max-width: 1199px) {
  .people-list .row .box-w:nth-child(2n +1) {
    clear: left;
  }
}
.list-img-02 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.list-img-02 .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.list-img-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 260px;
}
.list-img-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.list-img-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-02 .box-s .box-date {
  position: absolute;
  width: 82px;
  height: 76px;
  color: #fff;
  padding-top: 10px;
  text-align: center;
  margin-top: -55px;
  background: linear-gradient(90deg, #11941F, #B2CC2B);
}
.list-img-02 .box-s .box-date .date-01 {
  font-weight: bold;
  line-height: 34px;
}
.list-img-02 .box-s .box-info {
  padding: 35px 20px 20px;
  background: #f7f7f7;
}
.list-img-02 .box-s .box-info .box-title {
  color: #515151;
  display: block;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
.list-img-02 .box-s .box-info .box-txt {
  color: #737373;
  line-height: 22px;
  height: 44px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-img-02 .box-s:hover .box-info .box-title {
  color: #ffa200;
}
.list-img-03 .row {
  margin-left: -8px;
  margin-right: -8px;
}
.list-img-03 .row .box-w {
  padding-left: 8px;
  padding-right: 8px;
}
.list-img-03 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 222px;
}
.list-img-03 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.list-img-03 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-03 .box-s .box-img {
  margin-bottom: 10px;
}
.list-img-03 .box-s .box-title {
  color: #515151;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 44px;
  line-height: 44px;
}
.list-img-03 .box-s:hover .box-title {
  color: #ffa200;
}
/*鍥炬枃鍒楄〃*/
.list-img-text li {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f5f5f5;
}
.list-img-text li:last-child {
  margin-bottom: 0;
}
.list-img-text .box-s .row {
  margin-left: -13px;
  margin-right: -13px;
}
.list-img-text .box-s .row .box-w {
  padding-left: 13px;
  padding-right: 13px;
}
.list-img-text .box-s .box-img {
  border: 1px solid #EFEFEF;
  padding: 10px;
  margin-right: 25px;
  float: left;
  overflow: hidden;
}
.list-img-text .box-s .box-img img {
  display: block;
  width: 200px;
  height: 144px;
  transition: all 0.5s;
}
.list-img-text .box-s .box-info {
  overflow: hidden;
  padding-top: 15px;
}
.list-img-text .box-s .box-info .box-title {
  color: #000000;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.list-img-text .box-s .box-info .box-txt {
  text-align: justify;
  color: #666666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-img-text .box-s .box-info .box-date {
  line-height: 24px;
  background: url("ycsyjs-img-11.png") no-repeat left center;
  padding-left: 22px;
  color: #878787;
  margin-top: 20px;
}
.list-img-text .box-s:hover .box-img img {
  transform: scale(1.05);
}
.list-img-text .box-s:hover .box-info .box-title {
  color: #FFA200;
}
.list-img-text-02 .row {
  margin-left: -10px;
  margin-right: -10px;
}
.list-img-text-02 .row .box-w {
  padding-left: 10px;
  padding-right: 10px;
}
.list-img-text-02 .box-s {
  margin-bottom: 25px;
}
.list-img-text-02 .box-s .box-img {
  overflow: hidden;
  position: relative;
  height: 198px;
}
.list-img-text-02 .box-s .box-img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
}
.list-img-text-02 .box-s:hover .box-img img {
  transform: scale(1.1);
}
.list-img-text-02 .box-s .box-date {
  position: absolute;
  width: 96px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(90deg, #11941F, #B2CC2B);
  color: #fff;
  text-align: center;
  margin-top: -40px;
}
.list-img-text-02 .box-s .box-info {
  padding: 25px 20px;
  background: #f7f7f7;
}
.list-img-text-02 .box-s .box-info .box-title {
  color: #515151;
  display: block;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.list-img-text-02 .box-s:hover .box-info .box-title {
  color: #ffa200;
}
/*缁嗚锛屽崟椤�*/
.details-page {
  color: #666666;
  position: relative;
  z-index: 98;
  line-height: 1.8;
}
.details-page img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.details-page video {
  border-radius: 5px;
  width: 76% !important;
  height: 100% !important;
  margin: 18px auto;
  display: block;
}
.details-page .detail-top {
  margin-bottom: 25px;
}
.details-page .detail-top .title-s {
  color: #2e2e2e;
  line-height: 1.5;
  font-weight: bold;
}
.details-page .detail-top .top-other {
  background: #F2F2F2;
  color: #666;
  margin-top: 25px;
  padding: 8px 15px;
  text-align: center;
  line-height: 28px;
}
.details-page .detail-top .top-other &gt; div {
  display: inline-block;
}
.details-page .detail-top .top-other .other-share {
  margin-left: 10px;
  margin-right: 10px;
}
.details-page .detail-top .top-other span,
.details-page .detail-top .top-other a {
  display: inline-block;
  margin-right: 5px;
}
.details-page .detail-top .top-other span:last-child,
.details-page .detail-top .top-other a:last-child {
  margin-right: 0;
}
.details-page .main-cont {
  color: #3F424D;
  text-align: justify;
}
.details-page .main-cont p {
  margin-bottom: 10px;
  line-height: 2;
}
.details-page .main-cont.cont-xilan img {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.details-page .cont-share {
  padding-top: 20px;
}
.details-page .cont-share .share-xl .social-share a {
  width: 32px;
  height: 32px;
}
.details-page .cont-page {
  margin-top: 30px;
  border-top: 1px solid #EEEEEE;
  padding-top: 30px;
  line-height: 24px;
  color: #4D4D4D;
}
.details-page .cont-page .a-page {
  margin-bottom: 10px;
}
.details-page .cont-page .a-page a,
.details-page .cont-page .a-page span,
.details-page .cont-page .a-page p {
  display: inline;
}
.details-page .cont-page .a-page a {
  color: #4D4D4D;
}
.details-page .cont-page .a-page:hover {
  color: #ffa200;
}
.details-page .cont-page .a-page:hover a {
  color: #ffa200;
}
.details-page .cont-img {
  position: relative;
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
  max-width: 440px;
}
.details-page .cont-img img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
}
.people-list .row {
  margin-left: -12px;
  margin-right: -12px;
}
.people-list .row .box-w {
  padding-left: 12px;
  padding-right: 12px;
}
.people-list .box-groups {
  margin-bottom: 10px;
}
.people-list .box-s {
  margin-bottom: 25px;
  min-height: 210px;
  border: 1px solid #EFEFEF;
}
.people-list .box-s .box-img {
  float: left;
  border-right: 1px solid #EFEFEF;
  overflow: hidden;
}
.people-list .box-s .box-img img {
  display: block;
  width: 144px;
  height: 208px;
  transition: all 0.5s;
}
.people-list .box-s .box-info {
  padding: 15px 20px;
  overflow: hidden;
}
.people-list .box-s .box-info .info-title {
  border-bottom: 1px solid #D9DFE7;
  line-height: 44px;
  color: #3B4461;
  position: relative;
  margin-bottom: 10px;
  display: block;
}
.people-list .box-s .box-info .info-title:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 28px;
  height: 2px;
  background-color: #FFA200;
}
.people-list .box-s .box-info .info-txt {
  min-height: 72px;
}
.people-list .box-s .box-info .info-txt &gt; div {
  color: #3B4461;
  line-height: 24px;
}
.people-list .box-s .box-info .info-txt &gt; div span {
  color: #737373;
}
.people-list .box-s .box-info .info-more {
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: linear-gradient(90deg, #11941F, #B2CC2B);
  margin-top: 10px;
  display: block;
}
.people-list .box-s .box-info .info-more img {
  vertical-align: middle;
  margin-top: -3px;
}
.people-list .box-s:hover .box-img img {
  transform: scale(1.1);
}
.people-list .box-s:hover .box-info .info-more {
  background: #ffa200;
}
/*浜哄憳璇︽儏*/
.people-details {
  position: relative;
}
.people-details .box-img {
  width: 185px;
  float: left;
  margin-right: 30px;
  overflow: hidden;
  border: 1px solid #ebeef3;
}
.people-details .box-img img {
  display: block;
  width: 100%;
}
.people-details .box-info {
  line-height: 2.2;
  overflow: hidden;
  color: #4A4F58;
}
.people-details .box-info .info-title {
  position: relative;
  border-bottom: 1px solid #D9DFE7;
  margin-bottom: 25px;
  color: #5D6272;
  line-height: 40px;
  display: block;
  padding-bottom: 15px;
}
.people-details .box-info .info-title span.name-s {
  color: #333333;
  display: inline-block;
  margin-right: 8px;
  font-weight: bold;
}
.people-details .box-info .info-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 65px;
  height: 2px;
  background-color: #ffa200;
  z-index: 2;
}
.people-details .box-info .info-top {
  margin-bottom: 30px;
}
.people-details .box-info .info-top a {
  display: inline-block;
  color: #ffa200;
}
.people-details .box-info .info-txt {
  color: #4A4F58;
  text-align: justify;
}
.people-details .box-info .box-title {
  color: #333;
  font-weight: bold;
}
.people-details .box-info .box-txt {
  margin-bottom: 30px;
}

video::-internal-media-controls-download-button {
  display:none;
}

video::-webkit-media-controls-enclosure {
  overflow:hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 50px); 
}
</pre></body></html>