/*多行溢出*/
/*网站响应样式*/
@media (max-width: 991px) {
  /*other-menu*/
  .other-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  /*分页*/
  .comp-pages .page-pc {
    display: none;
  }
  .comp-pages .page-phone {
    display: block!important;
  }
  /*文字列表*/
  .comp-text-list-01 .box-s {
    line-height: 26px;
  }
  .comp-text-list-01 .box-s:after {
    top: 25px;
    margin-top: 0;
  }
  .comp-text-list-01 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-02 li {
    margin-bottom: 20px;
  }
  .comp-text-list-02 .box-s {
    padding: 15px;
  }
  .comp-text-list-02 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-03 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-04 .box-s {
    height: auto;
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  .comp-text-list-04 .box-s .box-icon {
    position: relative;
  }
  .comp-text-list-04 .box-s .box-title {
    flex: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    white-space: normal;
    height: auto;
    line-height: 20px;
  }
  .comp-text-list-05 .box-s {
    padding: 20px;
    position: relative;
  }
  .comp-text-list-05 .box-s .box-date {
    float: left;
    width: 80px;
  }
  .comp-text-list-05 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 30px;
  }
  .comp-text-list-05 .box-s .box-more {
    display: none;
  }
  .comp-text-list-06 .box-s {
    padding-right: 0;
  }
  .comp-text-list-06 .box-s:before {
    top: 26px;
    margin-top: 0;
  }
  .comp-text-list-06 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-text-list-06 .box-s .box-date {
    position: static;
    margin-top: 0;
  }
  .comp-text-list-07 li {
    margin-bottom: 20px;
  }
  .comp-text-list-07 li .box-s {
    padding: 20px 20px 20px 0;
  }
  .comp-text-list-07 li .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  /*图文列表*/
  .comp-image-text-list-01 .box-s {
    margin-bottom: 20px;
  }
  .comp-image-text-list-01 .box-s .box-img {
    height: 220px;
  }
  .comp-image-text-list-02 .box-s {
    margin-bottom: 20px;
  }
  .comp-image-text-list-02 .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .comp-image-text-list-03 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-04 .box-s .box-top {
    position: relative;
    margin-bottom: 15px;
  }
  .comp-image-text-list-04 .box-s .box-date {
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
  }
  .comp-image-text-list-04 .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .comp-image-text-list-05 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-image-text-list-06 .box-s .box-img {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .comp-image-text-list-06 .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  .comp-image-text-list-07 .box-s .box-info {
    margin-top: -40px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .comp-image-text-list-07 .box-s .box-title {
    display: block;
    height: auto;
    max-height: none;
    line-height: 26px;
  }
  /*人员列表*/
  .comp-personnel-list-01 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
  .comp-personnel-list-01 .box-s .box-img {
    height: 210px;
  }
  .comp-personnel-list-01 .box-s .box-info .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-personnel-list-02 .row .box-w:nth-child(2n +1) {
    clear: left;
  }
  .comp-personnel-list-02 .box-s .box-img {
    height: 210px;
  }
  .comp-personnel-list-02 .box-s .box-title {
    white-space: normal;
    height: auto;
    line-height: 26px;
  }
  .comp-personnel-list-05 .box-s .box-img {
    float: none;
    margin-right: 0;
  }
  /*人员细览*/
  .comp-personnel-details-01 .info-top {
    padding: 15px;
  }
  .comp-personnel-details-01 .info-top .box-img {
    position: static;
    margin-bottom: 20px;
  }
  .comp-personnel-details-01 .info-top .box-info {
    padding: 20px 15px;
  }
  .comp-personnel-details-01 .info-top .box-info .info-table {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-01 .info-top .box-info .info-table .table-row {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-01 .info-top .box-info .info-table .table-call {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-02 .info-center {
    padding-left: 0;
  }
  .comp-personnel-details-02 .info-center .box-img {
    position: relative;
    padding: 20px;
    width: 100%;
  }
  .comp-personnel-details-02 .info-center .box-img img {
    display: block;
    width: 100%;
  }
  .comp-personnel-details-02 .info-center .box-info {
    padding: 20px;
  }
  .comp-personnel-details-02 .info-other {
    padding: 20px;
  }
  .comp-personnel-details-03 .details-info {
    float: none;
  }
}
/*网站响应样式*/
@media (max-width: 1199px) {
  .index-banner {
    height: 36.4583vw;
  }
  .index-banner .page-down {
    position: absolute;
    left: 50%;
    bottom: 1.5625vw;
    display: block;
    margin-left: -0.7813vw;
    width: 1.5625vw;
    height: 2.3958vw;
    background: url('hnzwyen-updown.png') no-repeat top center;
    background-size: contain;
    z-index: 9999;
    animation: updown 2s ease-in-out infinite;
    display: none;
  }
  .index-title .title-more {
    width: 7.2917vw;
    height: 2.6042vw;
    line-height: 2.5vw;
  }
  .index-plants-bloom .plants-bloom-info .info-more {
    height: 3.125vw;
    width: 11.4583vw;
    line-height: 3.125vw;
  }
  .index-research .research-tabs .tabs-title {
    margin-bottom: 1.5625vw;
  }
  .index-research .research-tabs .tabs-title a {
    float: left;
    height: 5.2083vw;
    line-height: 5.1042vw;
  }
  .index-research .research-tabs .tabs-title a span {
    line-height: 1.1;
  }
  .index-research .research-tabs .info-top::after {
    height: 2.8125vw;
  }
  .index-research .research-tabs .info-list li::before {
    top: 0.4167vw;
  }
  .people-list-03 .box-s .box-img img {
    height: 17.5781vw;
  }
  .people-list-03 .box-s .box-name {
    line-height: 1.6;
    padding: 1.0417vw;
  }
  .publication-list .publication-list-search {
    margin-bottom: 20px;
  }
  .publication-list .publication-list-search .s-inp {
    height: 30px;
    line-height: 28px;
    padding-left: 20px;
  }
  .publication-list .publication-list-search .s-btn {
    height: 30px;
    line-height: 30px;
  }
  .publication-list .publication-list-search .box-s {
    position: relative;
    padding-left: 110px;
    min-height: 30px;
    margin-bottom: 10px;
  }
  .publication-list .publication-list-search .box-s .box-btn {
    padding-left: 0;
  }
  .publication-list .publication-list-search .box-s .box-title {
    padding-right: 10px;
    text-align: right;
    width: 100px;
    line-height: 30px;
  }
  .publication-list .publication-table {
    overflow-x: auto;
  }
  .publication-list .publication-table .table-cont {
    overflow: hidden;
    min-width: 500px;
  }
  .publication-list .publication-table table thead th {
    padding: 10px;
  }
  .publication-list .publication-table table tbody tr td {
    padding: 10px;
  }
  .supporting-system-list .groups-cont-02 li::before {
    top: 0.5208vw;
  }
  .supporting-system-list .groups-cont-02 li::after {
    top: 0.625vw;
  }
}
@media (max-width: 991px) {
  .footer .footer-info {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .footer-info:nth-child(2n + 1) {
    clear: both;
  }
  .footer .footer-info .info-box {
    padding-left: 40px;
    min-height: 30px;
    margin-bottom: 20px;
  }
  .footer .footer-info .box-icon {
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .footer .footer-info .box-icon img {
    width: 12px;
  }
  .footer .footer-copy {
    line-height: 1.6;
    padding-top: 2.0833vw;
    padding-bottom: 2.0833vw;
  }
  .index-title .title-more {
    width: 10rem;
    height: 3.6458vw;
    line-height: 3.5417vw;
    bottom: 0 !important;
  }
  .index-news .news-scroll {
    margin-left: -1.0417vw;
    margin-right: -1.0417vw;
  }
  .index-news .box-new .box-info .info-title {
    line-height: 2.6042vw;
    height: 5.2083vw;
  }
  .index-research .research-tabs {
    padding: 2.6042vw;
  }
  .index-research .research-tabs::before {
    left: 0;
    width: 100%;
  }
  .index-research .research-tabs .tabs-title {
    margin-bottom: 3.125vw;
  }
  .index-research .research-tabs .tabs-title a {
    height: 6.25vw;
    line-height: 6.25vw;
    padding-left: 1.0417vw;
    padding-right: 1.0417vw;
  }
  .index-research .research-tabs .tabs-title a::after {
    bottom: -1.0417vw;
    margin-left: -0.5208vw;
    border-top: 1.0417vw solid #0C5F35;
    border-right: 1.0417vw solid transparent;
    border-left: 1.0417vw solid transparent;
  }
  .index-research .research-tabs .tabs-title a span {
    line-height: 2.2917vw;
  }
  .index-research .research-tabs .info-top {
    line-height: 1.8;
    padding-left: 10px;
    border-bottom: 1px dashed rgba(12, 95, 53, 0.24);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .index-research .research-tabs .info-top::after {
    top: 0.625vw;
    height: 4.5833vw;
  }
  .index-research .research-tabs .info-top > div {
    background: url(hnzwyen-icon-02.png) no-repeat 0 0.625vw;
    background-size: 15px;
    padding-left: 25px;
  }
  .index-research .research-tabs .info-list li {
    margin-bottom: 10px;
    padding-left: 15px;
    transition: all 0.5s;
    position: relative;
  }
  .index-research .research-tabs .info-list li::before,
  .index-research .research-tabs .info-list li::after {
    content: '';
    position: absolute;
    transition: all 0.5s;
    left: 0;
  }
  .index-research .research-tabs .info-list li::before {
    background: url(hnzwyen-dian.png) no-repeat;
    background-size: 6px;
    top: 0.5208vw;
    width: 6px;
    height: 6px;
  }
  .index-research .research-tabs .info-list li::after {
    top: 0.7292vw;
  }
  .index-research .research-tabs .info-a {
    line-height: 2;
  }
  .page-content {
    padding-top: 4.1667vw;
    padding-bottom: 5.2083vw;
  }
  .content-l {
    display: none;
  }
  .content-r {
    width: 100%;
    float: none;
  }
  .list-annual-report .box-s {
    margin-bottom: 6.25vw;
    margin-top: 1.5625vw;
    background: #FFFFFF;
    box-shadow: 0px 15px 30px 0px rgba(8, 103, 53, 0.1);
    padding: 0 1.5625vw 1.5625vw 1.5625vw;
    height: 25vw;
  }
  .list-annual-report .box-s .box-img {
    width: 19vw;
    margin-right: 3.125vw;
    top: -1.5625vw;
  }
  .list-annual-report .box-s .box-img img {
    height: auto;
  }
  .list-annual-report .box-s .box-info .info-more {
    width: 10.4167vw;
    height: 3.125vw;
    line-height: 3.0208vw;
  }
  .list-text-01 .box-s {
    padding: 1.5625vw;
  }
  .list-text-01 .box-s .box-date {
    width: 9.375vw;
  }
  .list-text-01 .box-s .box-info .info-title {
    margin-bottom: 1.0417vw;
  }
  .list-text-01 .box-s .box-info .info-txt {
    line-height: 2vw;
    height: 4vw;
  }
  .list-img .box-s img {
    height: 15.1042vw;
  }
  .research-centers-list li {
    margin-bottom: 50px;
  }
  .research-centers-list li:nth-child(2n + 1) .groups-box .box-info .info-cont {
    left: 0;
    padding-left: 10px;
    padding-right: 40px;
    margin-left: 15px;
  }
  .research-centers-list li:nth-child(2n + 1) .groups-box .box-info .info-cont::after {
    right: 15px;
    left: 0;
    top: 15px;
    bottom: -15px;
  }
  .research-centers-list li:nth-child(2n + 1) .groups-box .box-img > div {
    right: 0;
  }
  .research-centers-list li:nth-child(2n) .groups-box .box-info {
    margin-right: 15px;
  }
  .research-centers-list li:nth-child(2n) .groups-box .box-info .info-cont {
    padding-left: 40px;
    padding-right: 10px;
  }
  .research-centers-list li:nth-child(2n) .groups-box .box-info .info-cont::after {
    top: 15px;
    bottom: -15px;
    left: 15px;
    right: 0;
  }
  .research-centers-list .groups-box .box-img > div {
    width: 100%;
  }
  .research-centers-list .groups-box .box-info {
    margin-top: 15px;
  }
  .research-centers-list .groups-box .box-info .info-cont {
    position: static;
    width: auto;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .research-centers-list .groups-box .box-info .info-top {
    padding-bottom: 15px;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  .research-centers-list .groups-box .box-info .info-top span {
    font-weight: bold;
  }
  .research-centers-list .groups-box .box-info .info-list {
    margin-bottom: 20px;
  }
  .research-centers-list .groups-box .box-info .info-list li {
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .research-centers-list .groups-box .box-info .info-list li::before {
    background: url(hnzwyen-dian.png) no-repeat;
    background-size: 6px;
    top: 4px;
    width: 6px;
    height: 6px;
  }
  .research-centers-list .groups-box .box-info .info-list li::after {
    top: 8px;
  }
  .research-centers-list .groups-box .box-info .info-list li:hover {
    padding-left: 35px;
  }
  .research-centers-list .groups-box .box-info .info-list li:hover::before {
    left: 20px;
  }
  .research-centers-list .groups-box .box-info .info-list li:hover::after {
    width: 20px;
  }
  .research-details .details-top > div {
    position: relative;
    z-index: 2;
    color: #fff;
    margin-bottom: 0.5208vw;
    background: url('hnzwyen-icon-07.png') no-repeat 0 2px;
    background-size: 14px;
    line-height: 1.6;
    padding-left: 22px;
  }
  .research-details .details-top > div:last-child {
    margin-bottom: 0;
  }
  .research-details .details-list li {
    margin-bottom: 15px;
  }
  .research-details .details-list li .box-title {
    padding: 20px 20px 20px 76px;
  }
  .research-details .details-list li .box-title .title-num {
    width: 36px;
    height: 26px;
    line-height: 26px;
    left: 20px;
    top: 20px;
    border-radius: 0px 10px 0px 10px;
  }
  .research-details .details-list li .box-txt {
    padding: 15px;
  }
  .list-img-txt li {
    padding-bottom: 2.0833vw;
    margin-bottom: 2.0833vw;
  }
  .list-img-txt li .box-img {
    width: 28.125vw;
  }
  .list-img-txt li .box-info {
    padding-top: 0;
  }
  .list-img-txt li .box-info .info-title {
    margin-bottom: 10px;
    height: 2.0833vw;
    line-height: 2.0833vw;
  }
  .list-img-txt li .box-info .info-txt {
    line-height: 2.0833vw;
    height: 6.25vw;
  }
  .list-img-txt li .box-info .info-more {
    width: 9.375vw;
    height: 3.125vw;
    line-height: 3.0208vw;
  }
  .supporting-system-list .groups-box {
    margin-bottom: 30px;
  }
  .supporting-system-list .groups-box:last-child {
    margin-bottom: 0;
  }
  .supporting-system-list .groups-title {
    padding: 10px 15px;
    margin-bottom: 15px;
    line-height: 1.6;
  }
  .supporting-system-list .groups-cont-02 {
    margin-bottom: 1.0417vw;
  }
  .supporting-system-list .groups-cont-02 li {
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .supporting-system-list .groups-cont-02 li::before {
    background: url(hnzwyen-dian.png) no-repeat;
    background-size: 6px;
    top: 0.5208vw;
    width: 6px;
    height: 6px;
  }
  .supporting-system-list .groups-cont-02 li::after {
    top: 0.7292vw;
  }
  .supporting-system-list .groups-cont-02 li:hover {
    padding-left: 35px;
  }
  .supporting-system-list .groups-cont-02 li:hover::before {
    left: 20px;
  }
  .supporting-system-list .groups-cont-02 li:hover::after {
    width: 20px;
  }
  .people-list-03 .box-s .box-img img {
    height: 23.4375vw;
  }
}
@media (max-width: 767px) {
  .index-box {
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }
  .index-title {
    margin-bottom: 4.6875vw !important;
  }
  .index-title .title-txt {
    padding-bottom: 10px;
  }
  .index-title .title-txt::after {
    width: 30px;
  }
  .index-title .title-more {
    width: 74px;
    height: 28px;
    line-height: 26px;
  }
  .index-news .swiper-pagination
  {
    display: block;
  }
  .index-news .news-scroll {
    margin-left: -1.0417vw;
    margin-right: -1.0417vw;
  }
  .index-news .box-new .box-img {
    margin-bottom: 10px;
  }
  .index-news .box-new .box-img img {
    height: auto;
  }
  .index-news .box-new .box-info {
    padding: 15px;
  }
  .index-news .box-new .box-info .info-title {
    line-height: 1.6;
    height: auto;
    display: block;
  }
  .index-research .research-scroll .scroll-other {
    width: 70px;
    padding-top: 15px;
  }
  .index-research .research-scroll .scroll-other .swiper-button-next,
  .index-research .research-scroll .scroll-other .swiper-button-prev {
    width: 28px;
    height: 28px;
  }
  .index-research .research-scroll .scroll-other .swiper-button-next::before,
  .index-research .research-scroll .scroll-other .swiper-button-prev::before {
    font-size: 20px;
  }
  .index-research .research-tabs {
    padding: 2.6042vw;
  }
  .index-research .research-tabs::before {
    left: 0;
    width: 100%;
  }
  .index-research .research-tabs .tabs-title {
    margin-bottom: 20px;
  }
  .index-research .research-tabs .tabs-title a {
    height: 66px;
    line-height: 64px;
    width: 36%;
  }
  .index-research .research-tabs .tabs-title a span {
    line-height: 1.1;
  }
  .index-research .research-tabs .tabs-title a:first-child {
    width: 24%;
  }
  .index-research .research-tabs .info-top {
    line-height: 1.8;
    padding-left: 10px;
    border-bottom: 1px dashed rgba(12, 95, 53, 0.24);
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .index-research .research-tabs .info-top::after {
    top: 0.5208vw;
    bottom: 0.5208vw;
    height: 10.1563vw;
  }
  .index-research .research-tabs .info-top > div {
    background: url(hnzwyen-icon-02.png) no-repeat 0 1.1458vw;
    background-size: 15px;
    padding-left: 25px;
  }
  .index-research .research-tabs .info-list {
    margin-bottom: 12px;
  }
  .index-research .research-tabs .info-list li {
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .index-research .research-tabs .info-list li::before {
    top: 1.3542vw;
  }
  .index-research .research-tabs .info-list li::after {
    top: 1.875vw;
  }
  .index-research .research-tabs .info-list li:hover {
    padding-left: 35px;
  }
  .index-research .research-tabs .info-list li:hover::before {
    left: 20px;
  }
  .index-research .research-tabs .info-list li:hover::after {
    width: 20px;
  }
  .index-scientists .index-title {
    margin-bottom: 1.0417vw;
  }
  .index-scientists .scientists-scroll {
    margin-left: -1.0417vw;
    margin-right: -1.0417vw;
  }
  .index-scientists .swiper-slide {
    padding: 5.2083vw 1.0417vw 2.0833vw 1.0417vw;
  }
  .index-scientists .box-scie {
    height: 240px;
    box-shadow: 0px 10px 10px 0px rgba(8, 103, 53, 0.1);
    border-radius: 0px 10px 0px 10px;
    margin-top: 55px;
  }
  .index-scientists .box-scie .box-img {
    width: 110px;
    height: 130px;
    border: 1 solid #3C9D61;
    box-shadow: 1px 1px 10px 0px rgba(24, 113, 66, 0.2);
    padding: 4px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -40px;
    top: -55px;
  }
  
  .index-scientists .box-scie .box-img .a-box {
    width: 100px;
    height: 120px;
  }
  .index-scientists .box-scie .box-name {
    height: auto;
    line-height: 1.6;
    margin-bottom: 15px;
    padding-bottom: 8px;
  }
  .index-scientists .box-scie .box-name::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 1px;
    background: #187142;
  }
  .index-scientists .box-scie .box-job {
    line-height: 24px;
    min-height: 48px;
    margin-bottom: 10px;
  }
  .index-scientists .box-scie .box-more {
    width: 100px;
    height: 32px;
    line-height: 30px;
  }
  .index-plants-bloom .plants-bloom-info .info-more {
    height: 32px;
    width: 120px;
    line-height: 32px;
  }
  .page-banner {
    height: 29.1667vw;
  }
  .page-content {
    padding-top: 5.2083vw;
    padding-bottom: 5.2083vw;
  }
  .content-top {
    margin-bottom: 25px;
    padding-bottom: 10px;
  }
  .content-top::before {
    width: 30px;
    height: 2px;
  }
  .content-top .channle-title {
    float: none;
  }
  .content-top .bread-crumbs {
    float: none;
  }
  .channle-title {
    padding-bottom: 0;
  }
  .people-list-01 .row-vw {
    margin-left: -10px;
    margin-right: -10px;
  }
  .people-list-01 .row-vw .col-vw {
    padding-left: 10px;
    padding-right: 10px;
  }
  .people-list-01 .row-vw .col-vw:nth-child(2n + 1) {
    clear: left;
  }
  .people-list-01 .box-s {
    margin-bottom: 25px;
  }
  .people-list-01 .box-s .box-img {
    margin-bottom: 10px;
  }
  .people-list-02.row-vw {
    margin-left: -10px;
    margin-right: -10px;
  }
  .people-list-02.row-vw .col-vw {
    padding-left: 10px;
    padding-right: 10px;
  }
  .people-list-02 .box-s {
    margin-bottom: 20px;
  }
  .people-list-02 .box-s .box-img {
    margin-bottom: 10px;
  }
  .people-list-02 .box-s .box-img img {
    height: 58.6666vw;
  }
  .people-list-02 .box-s .box-name {
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .list-annual-report .box-s {
    margin-bottom: 30px;
    margin-top: 40px;
    background: #FFFFFF;
    padding: 0 20px 20px 20px;
    height: 170px;
  }
  .list-annual-report .box-s .box-img {
    width: 130px;
    margin-right: 30px;
    top: -20px;
  }
  .list-annual-report .box-s .box-img img {
    height: 170px;
  }
  .list-annual-report .box-s .box-info .info-title {
    margin-bottom: 10px;
  }
  .list-annual-report .box-s .box-info .info-more {
    width: 100px;
    height: 32px;
    line-height: 30px;
  }
  .list-text-01 {
    margin-bottom: 4.1667vw;
  }
  .list-text-01 .box-s {
    padding: 20px 0;
  }
  .list-text-01 .box-s .box-date {
    width: 75px;
    padding-bottom: 10px;
  }
  .list-text-01 .box-s .box-info .info-title {
    margin-bottom: 10px;
  }
  .list-text-01 .box-s .box-info .info-txt {
    line-height: 20px;
    height: 40px;
  }
  .people-list-03 .box-s {
    margin-bottom: 30px;
  }
  .people-list-03 .box-s .box-img img {
    height: 58.6666vw;
  }
  .people-list-03 .box-s .box-name {
    line-height: 1.6;
    padding: 10px;
  }
  .personnel-details .details-top {
    padding: 20px;
    margin-bottom: 30px;
    min-height: auto;
    background-size: 200px;
  }
  .personnel-details .details-top .top-img {
    position: static;
    width: 120px;
    margin-right: 20px;
  }
  .personnel-details .details-top .top-info {
    padding-top: 0;
  }
  .personnel-details .details-info .info-title {
    border-left: 2px solid #187142;
    padding: 10px 15px;
    line-height: 1.4;
  }
  .personnel-details .details-info .info-txt {
    padding: 20px 0;
  }
  .contact-us .main-cont.cont-top {
    margin-bottom: 20px;
  }
  .contact-us .main-cont.cont-top .top-info {
    float: none;
    width: 100%;
    padding: 20px;
  }
  .contact-us .main-cont.cont-top .top-info .info-img {
    margin-bottom: 20px;
  }
  .contact-us .main-cont.cont-top .top-info .info-img img {
    width: auto;
  }
  .contact-us .main-cont.cont-top .top-info .info-name {
    font-weight: bold;
    color: #187142;
    line-height: 1.4;
    margin-bottom: 1.3021vw;
  }
  .contact-us .main-cont.cont-top .top-info .info-name span {
    display: inline-block;
    margin-right: 1.0417vw;
  }
  .contact-us .main-cont.cont-top .top-info .info-txt {
    line-height: 1.8;
  }
  .contact-us .main-cont.cont-top .top-map {
    width: 100%;
    float: none;
    position: static;
    height: 300px;
  }
  .contact-us .main-cont.cont-btm {
    padding: 20px;
  }
  .contact-us .main-cont.cont-btm .cont-txt > div,
  .contact-us .main-cont.cont-btm .cont-txt > p {
    margin-bottom: 10px;
  }
  .contact-us .main-cont .cont-title {
    font-weight: bold;
    color: #187142;
    line-height: 1.4;
    margin-bottom: 1.3021vw;
  }
  .list-img.row-vw {
    padding-left: 10px;
    padding-right: 10px;
  }
  .list-img.row-vw .col-vw {
    padding-left: 10px;
    padding-right: 10px;
  }
  .list-img .box-s {
    margin-bottom: 20px;
  }
  .list-img .box-s img {
    height: 28.125vw;
  }
  .list-img-txt li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .list-img-txt li .box-img {
    width: 100%;
    float: none;
    margin-right: none;
    margin-bottom: 15px;
    max-height: none;
  }
  .list-img-txt li .box-info .info-title {
    margin-bottom: 10px;
    height: auto;
    line-height: 1.4;
    white-space: normal;
  }
  .list-img-txt li .box-info .info-txt {
    display: block;
    line-height: 4.6875vw;
    height: 14.0625vw;
    margin-bottom: 10px;
  }
  .list-img-txt li .box-info .info-more {
    width: 80px;
    height: 30px;
    line-height: 28px;
  }
  .supporting-system-list .groups-cont-01 .box-s {
    margin-bottom: 20px;
  }
  .supporting-system-list .groups-cont-01 .box-s .box-img img {
    height: auto;
  }
  .supporting-system-list .groups-cont-01 .box-s .box-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .supporting-system-list .groups-cont-03 .box-s {
    margin-bottom: 20px;
  }
  .supporting-system-list .groups-cont-03 .box-s .box-img img {
    height: auto;
  }
  .supporting-system-list .groups-cont-04 .col-vw:last-child .box-s {
    margin-bottom: 0;
  }
  .supporting-system-list .groups-cont-04 .box-s {
    margin-bottom: 50px;
    margin-top: 20px;
    padding: 0 20px 20px 20px;
    height: auto;
  }
  .supporting-system-list .groups-cont-04 .box-s .box-img {
    width: 31.25vw;
    margin-right: 20px;
    top: -20px;
    margin-bottom: -20px;
  }
  .supporting-system-list .groups-cont-04 .box-s .box-img img {
    height: auto;
  }
  .supporting-system-list .groups-cont-04 .box-s .box-info .info-title {
    margin-top: 20px;
    margin-bottom: 15px;
    min-height: 30px;
  }
  .supporting-system-list .groups-cont-04 .box-s .box-info .info-more {
    width: 80px;
    height: 30px;
    line-height: 28px;
  }
  .research-details .details-top > div {
    background: url('hnzwyen-icon-07.png') no-repeat 0 3px;
    padding-left: 25px;
  }
  .publication-list {
    margin-bottom: 4.1667vw;
  }

  .foot-link-zky{
    width: 80%;
    margin: 0 auto 20px;
  }


}
@media (max-width: 480px) {
  .index-banner {
    height: 62.5vw;
  }
  .index-box {
    padding-top: 7.8125vw;
    padding-bottom: 7.8125vw;
  }
  .page-content {
    padding-top: 6.25vw;
    padding-bottom: 9.375vw;
  }
  .page-banner {
    height: 200px;
  }
  .links-list .box-s {
    padding: 20px;
  }
  .links-list .box-s .box-title {
    margin-bottom: 15px;
  }
}
