/*多行溢出*/
/*网站响应样式*/
@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: auto;
    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: auto;
    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: auto;
    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: auto;
    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: 1499px) {
  .header-logo {
    width: 690px;
  }

  .head-right-top {
    margin-top: 16px;
  }

  .friendly-link a {
    height: 106px;
  }

  .zsleft-box {
    width: 170px;
  }
}

@media (max-width: 1439px) {
  nav.navbar.bootsnav ul.nav>li>a {
    font-size: 20px;
    line-height: 30px;
    padding: 11px 5px;
  }

  .index-top-banner {
    height: 230px;
  }

  nav.navbar.bootsnav {
    min-height: 52px;
  }

  .index-title .title {
    font-size: 30px;
    line-height: 40px;
  }

  .index-title a {
    line-height: 26px;
  }

  .xxbg-list .title-box {
    font-size: 20px;
  }

  .xxbg-list .qt-list li {
    font-size: 15px;
  }

  .kyjz-list .title-box {
    font-size: 20px;
    line-height: 30px;
  }

  .xxhy-list .title-box {
    font-size: 20px;
  }

  .news-top-link .img-box {
    width: 260px;
    height: 173px;
  }

  .news-top-link .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
  }

  .news-top-link .info {
    padding: 20px 30px 13px 30px;
  }

  .xxhy-list li {
    margin-bottom: 37px;
  }

  .friendly-link a {
    height: 91px;
  }

  .footer .footer-logo {
    margin-right: 30px;
    width: 230px;
  }

  .footer .info {
    margin-top: 0px;
    padding-left: 30px;
  }

  .top-nav-box {
    left: 15px;
    right: 15px;
  }
}

@media (max-width: 1279px) {
  .m30 {
    margin: 0 -15px;
  }

  .p30 {
    padding: 0 15px;
  }

  .m19 {
    margin: 0 -15px;
  }

  .p19 {
    padding: 0 15px;
  }

  .friendly-link a {
    height: 94px;
  }
}

@media (max-width: 1199px) {
  .header {
    padding: 55px 0 38px 0;
  }

  .header>.container {
    position: relative;
  }

  .header-logo {
    float: none;
    display: block;
  }

  .head-right-top {
    margin-top: 0;
    position: absolute;
    right: 15px;
    top: -44px;
  }

  .head-right-top li {
    margin-left: 20px;
  }

  .head-right-top li::before {
    left: -10px;
  }

  .nav-wrap {
    display: none;
  }

  .toggle {
    display: block;
    top: 16px;
  }

  .toggle span,
  .toggle span::before,
  .toggle span::after {
    background: #1E7296;
  }

  .toggle:hover span,
  .toggle:hover span::before,
  .toggle:hover span::after {
    background: #1E7296;
  }

  .hc-mobile-nav .nav-container {
    width: 310px;
  }

  .hc-mobile-nav .nav-wrapper {
    background: #1E7296;
  }

  .hc-mobile-nav li.nav-close a,
  .hc-mobile-nav li.nav-back a {
    background: #219ab0;
    border-top: 1px solid #219ab0;
    border-bottom: 1px solid #219ab0;
  }

  .hc-mobile-nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .hc-mobile-nav li.nav-close a:hover,
  .hc-mobile-nav li.nav-back a:hover {
    background: #219ab0;
  }

  .hc-mobile-nav h2 {
    padding: 30px 10px;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }

  .hc-mobile-nav h2 img {
    margin: 0 auto;
  }

  .xxbg-list .title-box {
    font-size: 18px;
  }

  .xxbg-list .qt-list li {
    font-size: 14px;
    margin-right: 10px;
  }

  .xxbg-list .info {
    height: 135px;
  }

  .kyjz-list>li {
    padding-bottom: 21px;
    margin-bottom: 21px;
  }

  .news-top-link .img-box {
    width: 185px;
    height: 123px;
  }

  .news-top-link .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    max-height: 56px;
  }

  .news-top-link .date {
    font-size: 14px;
    line-height: 26px;
  }

  .news-top-link .info {
    padding: 18px 15px 13px 20px;
  }

  .xxhy-list li {
    margin-bottom: 23px;
  }

  .friendly-link .col-lg-3:nth-child(4n+1) {
    clear: none;
  }

  .friendly-link .col-lg-3:nth-child(3n+1) {
    clear: left;
  }

  .friendly-link a {
    height: 105px;
    margin-bottom: 20px;
  }

  .index-box1 {
    padding: 45px 0 60px 0;
  }

  .index-box2 {
    padding: 45px 0 50px 0;
  }

  .index-box3 {
    padding: 50px 0 34px 0;
  }

  .footer .footer-logo {
    margin-top: 18px;
  }

  .top-nav-box .nav-menu {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
  }

  .ny-top-banner {
    height: 260px;
  }

  .jggk-top-box .jgkk-top-main::before {
    width: 100px;
    height: 100px;
  }

  .jggk-top .col-md-6:nth-child(2) .jgkk-top-main::before {
    width: 80px;
    height: 80px;
  }

  .jggk-bottom .left-title {
    margin-right: 70px;
  }

  .bread-crumbs {
    margin-bottom: 20px;
  }

  .dp-box img,
  .dp-box video {
    max-width: 680px;
  }

  .zzjg-list {
    padding: 0;
  }

  .kydw-box .bg-box {
    padding: 25px 20px;
  }

  .kydw-box .yjy-group .ry-name-list li {
    min-width: 20%;
  }

  .kydw-box .yjy-group .ry-name-list li:nth-child(6n+1) {
    clear: none;
  }

  .kydw-box .yjy-group .ry-name-list li:nth-child(5n+1) {
    clear: left;
  }

  .kydw-box .yjy-group .ry-name-list .name {
    font-size: 17px;
    line-height: 31px;
  }

  .kydw-box2 .yjy-group .ry-name-list {
    min-height: 93px;
  }

  .bs-box .year-list li {
    width: 10%;
  }

  .zsleft-box {
    width: 150px;
  }
}

@media (max-width: 991px) {
  .header-logo {
    width: 620px;
  }

  .header {
    padding: 60px 0 25px 0;
  }

  .xxbg-list {
    margin-bottom: 40px;
  }

  .xxhy-list {
    margin-bottom: 40px;
  }

  .news-top-link {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .news-list .title {
    font-size: 20px;
  }

  .news-list .date {
    font-size: 15px;
  }

  .friendly-link a {
    height: 78px;
  }

  .footer .info span,
  .footer .info a {
    margin-right: 10px;
    font-size: 14px;
    line-height: 28px;
  }

  .footer .footer-logo {
    margin-top: 15px;
  }

  .top-nav-box .lefa-nav li {
    margin-right: 30px;
    margin-bottom: 15px;
  }

  .top-nav-box .nav-menu {
    font-size: 30px;
    line-height: 40px;
  }

  .top-nav-box .lefa-nav li a {
    font-size: 18px;
  }

  .top-nav-box .lefa-nav li a::before {
    bottom: -15px;
  }

  .ny-top-banner {
    height: 230px;
  }

  .jggk-top-box .channel-title {
    font-size: 22px;
    padding: 10px 28px;
  }

  .jggk-top-box .jgkk-top-main .txt {
    font-size: 16px;
    line-height: 30px;
  }

  .jggk-top-box .jgkk-top-main ul>li {
    margin-bottom: 15px;
  }

  .jggk-top-box .jgkk-top-main ul {
    max-height: 320px;
  }

  .jggk-top-box .jgkk-top-main {
    background-size: 200px 245px;
    min-height: auto;
  }

  .jggk-top-box .jgkk-top-main::before {
    width: 80px;
    height: 80px;
    right: 45px;
    bottom: 30px;
  }

  .jggk-top-box {
    margin-bottom: 45px;
  }

  .jggk-top .col-md-6:nth-child(2) .jgkk-top-main::before {
    width: 70px;
    height: 70px;
  }

  .rytw-list li {
    margin-bottom: 50px;
  }

  .tw-list1 .img-box {
    width: 240px;
    height: 160px;
  }

  .tw-list1 .info {
    padding-top: 10px;
  }

  .tw-list1 .title {
    margin-bottom: 10px;
  }

  .kydw-box1 {
    padding: 40px 0 1px;
  }

  .kydw-box .kydw-title .fl {
    font-size: 22px;
  }

  .bg-box {
    margin-bottom: 40px;
  }

  .kydw-box2 {
    padding: 30px 0 1px 0;
  }

  .kydw-box2 .yjy-group .ry-name-list {
    min-height: auto;
  }

  .bs-top {
    padding: 30px 0 20px;
  }

  .wz-box {
    padding: 35px 0 1px 0;
  }

  .wz-box .wz-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .header {
    padding: 20px 0;
  }

  .header-logo {
    width: 255px;
  }

  .header-logo img:nth-child(1) {
    display: none;
  }

  .header-logo img:nth-child(2) {
    display: block;
  }

  .toggle {
    top: 33px;
    right: 12px;
  }

  .head-right-top {
    float: none;
    margin-top: 18px;
    position: static;
  }

  .head-right-top li {
    margin-left: 0;
    width: 50%;
    padding-left: 10px;
  }

  .head-right-top li::before {
    left: 0;
    top: 6px;
  }

  .head-right-top li:first-child::before {
    display: block;
  }

  .head-right-top a {
    line-height: 22px;
  }

  .index-top-banner {
    height: 130px;
  }

  .index-box1 {
    padding: 30px 0 40px 0;
  }

  .index-title .title {
    font-size: 26px;
    line-height: 36px;
  }

  .index-title a {
    font-size: 14px;
    margin-top: 5px;
  }

  .xxbg-list .info {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .xxbg-list .date {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    margin-top: 20px;
  }

  .xxbg-list .date div:first-child {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .xxbg-list .title-box {
    max-height: none;
    display: block;
  }

  .xxbg-list .qt-list li {
    margin-right: 0;
    float: none;
    max-width: 100%;
    line-height: 26px;
  }

  .kyjz-list {
    padding: 20px 15px;
  }

  .kyjz-list .date div:first-child {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .kyjz-list .date {
    margin-right: 20px;
    width: 70px;
    height: 70px;
  }

  .kyjz-list .info {
    height: auto;
  }

  .kyjz-list .title-box {
    font-size: 18px;
    max-height: none;
    display: block;
  }

  .kyjz-list>li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .index-box2 {
    padding: 30px 0 40px 0;
  }

  .xxhy-list .date div {
    font-size: 16px;
  }

  .xxhy-list .date {
    width: 100px;
    height: 70px;
    margin-right: 20px;
  }

  .xxhy-list .info {
    padding-top: 0;
  }

  .xxhy-list .title-box {
    font-size: 18px;
    overflow: visible;
    white-space: normal;
  }

  .xxhy-list .address {
    padding-left: 25px;
    font-size: 14px;
    line-height: 26px;
  }

  .xxhy-list .address::before {
    top: 5px;
    width: 15px;
    height: 17px;
  }

  .news-top-link .img-box {
    float: none;
    width: 100%;
    height: auto;
  }

  .news-top-link .title {
    max-height: none;
    display: block;
  }

  .news-list li {
    margin-bottom: 15px;
  }

  .news-list a {
    padding-right: 0;
  }

  .news-list .title {
    font-size: 18px;
    overflow: visible;
    white-space: normal;
  }

  .news-list .date {
    position: static;
    padding-left: 26px;
  }

  .friendly-link .col-lg-3:nth-child(3n+1) {
    clear: none;
  }

  .friendly-link .col-lg-3:nth-child(2n+1) {
    clear: left;
  }

  .friendly-link a {
    height: 60px;
    margin-bottom: 15px;
  }

  .m19 {
    margin: 0 -5px;
  }

  .p19 {
    padding: 0 5px;
  }

  .index-box3 {
    padding: 35px 0 25px 0;
  }

  .backTop {
    right: 15px;
    bottom: 120px;
    width: 45px;
    height: 45px;
    font-size: 13px;
    line-height: 45px;
  }

  .footer {
    padding: 30px 0;
  }

  .footer .footer-logo {
    margin-top: 0;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .footer .info {
    padding-left: 0;
    text-align: center;
  }

  .footer .info::before {
    display: none;
  }

  .top-nav-box .lefa-nav li {
    margin-right: 15px;
  }

  .ny-top-banner {
    height: 180px;
  }

  .jggk-top-box .jgkk-top-main .title {
    line-height: 30px;
    margin-bottom: 6px;
  }

  .jggk-top-box {
    padding-bottom: 6px;
  }

  .jggk-bottom .channel {
    width: 30px;
    margin-right: 20px;
  }

  .jggk-bottom .wz-title {
    width: 43px;
    height: 200px;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 12px 0;
  }

  .jggk-bottom .left-title {
    margin-right: 30px;
  }

  .jggk-bottom .right-txt {
    font-size: 16px;
    line-height: 32px;
  }

  .jggk-bottom .right-txt>p,
  .jggk-bottom .right-txt>div {
    margin-bottom: 10px;
  }

  .dp-box {
    font-size: 16px;
    line-height: 32px;
  }

  .dp-box>p,
  .dp-box>div {
    margin-bottom: 10px;
  }

  .dp-box img,
  .dp-box video {
    max-width: 100%;
  }

  .zzjg-list .title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 26px;
  }

  .zzjg-list .txt {
    font-size: 16px;
    line-height: 28px;
  }

  .zzjg-list>li {
    margin-bottom: 20px;
  }

  .rytw-list .img-box {
    float: none;
    width: 180px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .rytw-list .title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .rytw-list .zc {
    font-size: 16px;
  }

  .rytw-list .yjly {
    font-size: 16px;
  }

  .rytw-list .desc {
    font-size: 16px;
    line-height: 26px;
  }

  .ry-detail .img-box {
    float: none;
    width: 180px;
    margin-right: auto;
    margin-left: auto;
  }

  .ry-detail .title {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .ry-detail .zc {
    font-size: 16px;
  }

  .ry-detail .yjly {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .ry-detail .group-info {
    font-size: 16px;
    line-height: 30px;
  }

  .wz-list1 .date-box div:nth-child(1) {
    font-size: 24px;
  }

  .wz-list1 .date-box {
    width: 70px;
    height: 70px;
    margin-right: 50px;
  }

  .wz-list1 .date-box::before {
    right: -25px;
  }

  .wz-list1 .info {
    padding-top: 0;
  }

  .wz-list1 .title {
    font-size: 20px;
    overflow: visible;
    white-space: normal;
    margin-bottom: 10px;
  }

  .wz-list1 .line {
    display: none;
  }

  .wz-list2 .date-box div:nth-child(1) {
    font-size: 24px;
  }

  .wz-list2 .date-box {
    width: 70px;
    height: 70px;
    margin-right: 50px;
  }

  .wz-list2 .date-box::before {
    right: -25px;
  }

  .wz-list2 .info {
    padding-top: 0;
  }

  .wz-list2 .title {
    font-size: 20px;
    overflow: visible;
    white-space: normal;
  }

  .wz-list2 .time {
    display: block;
  }

  .wz-list2 .time li {
    max-width: 100%;
    margin-right: 0;
    overflow: visible;
    white-space: normal;
    font-size: 14px;
  }

  .wz-list1 {
    margin-bottom: 40px;
  }

  .wz-list2 {
    margin-bottom: 40px;
  }

  .wz-list3 {
    margin-bottom: 40px;
  }

  .wz-list3>li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .wz-list3 .date-box div {
    font-size: 16px;
  }

  .wz-list3 .date-box {
    width: 100px;
    height: 70px;
    margin-right: 25px;
  }

  .wz-list3 .info {
    padding-top: 0;
  }

  .wz-list3 .title {
    font-size: 20px;
    overflow: visible;
    white-space: normal;
  }

  .tw-list1 .img-box {
    width: 100%;
    height: auto;
    float: none;
  }

  .tw-list1 .info {
    padding-top: 25px;
  }

  .tw-list1 .date-box div:nth-child(1) {
    font-size: 24px;
  }

  .tw-list1 .date-box {
    width: 70px;
    height: 70px;
    margin-right: 25px;
  }

  .tw-list1 .title {
    font-size: 20px;
    overflow: visible;
    white-space: normal;
  }

  .tw-list1 .desc {
    font-size: 16px;
    line-height: 30px;
    max-height: 90px;
  }

  .tw-list1 {
    margin-bottom: 40px;
  }

  .details-page .detail-top .title-s {
    font-size: 20px;
  }

  .details-page .detail-top .top-other {
    font-size: 14px;
    margin-top: 10px;
  }

  .details-page .detail-top .top-other .other-share {
    display: none;
  }

  .details-page .detail-top {
    margin-bottom: 30px;
    padding-bottom: 10px;
  }

  .details-page .main-cont {
    font-size: 16px;
  }

  .details-page .main-cont.cont-xilan img {
    width: 100%;
  }

  .kydw-box .ys-list .img-box {
    width: 100px;
    height: auto;
    margin-right: 20px;
  }

  .kydw-box .ys-list .info {
    padding-top: 0;
  }

  .kydw-box .ys-list .title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
  }

  .kydw-box .ys-list .zc {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .kydw-box .ys-list .yjly {
    font-size: 16px;
    line-height: 26px;
    display: block;
    max-height: none;
  }

  .kydw-box .ys-list li {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .kydw-box .yjy-group .ry-name-list li:nth-child(5n+1) {
    clear: none;
  }

  .kydw-box .yjy-group .ry-name-list li:nth-child(2n+1) {
    clear: left;
  }

  .kydw-box .yjy-group .ry-name-list li {
    min-width: 50%;
  }

  .kydw-box .yjy-group .ry-name-list .info-link {
    display: none !important;
  }

  .kydw-box .yjy-group .ry-name-list li:hover .info-link {
    display: none;
  }

  .bs-box .year-list li a {
    height: 35px;
    font-size: 14px;
    line-height: 35px;
  }

  .bs-box .year-list li {
    width: 20%;
  }

  .wz-box .wz-title {
    font-size: 20px;
  }

  .wz-box .wz-txt table tbody tr:first-child th {
    font-size: 16px;
    padding: 10px 3px;
  }

  .wz-box .wz-txt table tbody tr td {
    font-size: 14px;
    line-height: 26px;
    padding: 9px 3px;
  }

  .zsleft-box {
    width: 110px;
  }
}