/*多行溢出*/
/*网站响应样式*/
@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) {
  .head-logo {
    width: 630px;
  }
  .head-right-box {
    margin-top: 22px;
  }
  nav.navbar ul.navbar-nav > li > a {
    padding: 14px 19px !important;
  }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-md,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
  .index-box1 .nivoSlider {
    height: 406px;
  }
  .index-box1 .nivo-controlNav {
    right: 11%;
  }
  .xshd-index-list .img-box {
    height: 183px;
  }
  .news-left .img-box {
    height: 390px;
  }
  .news-right-list .img-box {
    width: 227px;
    height: 150px;
  }
  .gjhy a {
    height: 210px;
  }
  .footer .foot-info-list > li:nth-child(1) {
    width: 370px;
  }
  .footer .foot-bottom .foot-logo {
    width: 420px;
  }
  .m30 {
    margin: 0 -15px;
  }
  .p30 {
    padding: 0 15px;
  }
  .social-share .icon-wechat .wechat-qrcode {
    left: -120px;
  }
  .social-share .icon-wechat .wechat-qrcode:after {
    margin-left: 45px;
  }
  .lxwm-box .info {
    padding: 60px;
  }
  .ry-top-swiper .ch-title {
    padding: 0 7px;
  }
  .ty-list-link .img-box {
    height: 190px;
  }
  .bs-list-link .img-box {
    width: 140px;
    height: 187px;
    margin-right: 20px;
  }
  .bs-list-link .info ul {
    max-height: 128px;
  }
}
@media (max-width: 1279px) {
  .head-logo {
    width: 580px;
  }
  .head-right-box {
    margin-top: 19px;
  }
  nav.navbar ul.navbar-nav > li > a {
    font-size: 16px;
  }
  nav.navbar ul.navbar-nav > li > a {
    padding: 14px 18px !important;
  }
  nav.navbar ul.navbar-nav li.dropdown .dropdown-menu > a {
    font-size: 14px;
  }
  nav.navbar ul.navbar-nav li.dropdown .dropdown-menu {
    min-width: 200px;
  }
  .index-box1 .nivoSlider {
    height: 325px;
  }
  .index-box1 .text-left .ch-title {
    font-size: 26px;
    line-height: 36px;
    height: 36px;
  }
  .xshd-index-list .img-box {
    height: 164px;
  }
  .news-left .img-box {
    height: 352px;
  }
  .news-right-list li {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .news-right-list .ch-title {
    margin-bottom: 5px;
  }
  .news-right-list .en-title {
    margin-bottom: 14px;
  }
  .gjhy a {
    height: 186px;
  }
  .footer {
    padding-top: 83px;
  }
  .footer::before,
  .footer::after {
    height: 85px;
    background-size: 100% 85px;
  }
  .footer .foot-bottom .foot-logo {
    width: 360px;
  }
  .footer .foot-bottom .info span,
  .footer .foot-bottom .info a {
    margin-right: 8px;
    line-height: 26px;
  }
  .footer .foot-bottom .info {
    padding-top: 11px;
  }
  .ny-top-banner {
    height: 240px;
  }
  .details-page .main-cont.cont-xilan img {
    max-width: 600px;
  }
  .lxwm-box .img-box {
    width: 250px;
    height: 880px;
    border-radius: 30px 0 30px 0;
  }
  .lxwm-box .info {
    height: 880px;
  }
  .m25 {
    margin: 0px -15px;
  }
  .p25 {
    padding: 0 15px;
  }
  .ry-top-swiper {
    padding: 18px 15px;
    margin-bottom: 30px;
  }
  .ry-top-swiper .ch-title {
    padding: 0 6px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .nav-wrap {
    display: none;
  }
  .toggle {
    display: block;
    top: 26px;
    right: 15px;
  }
  .toggle span,
  .toggle span::before,
  .toggle span::after {
    background: #1667D3;
  }
  .toggle:hover span,
  .toggle:hover span::before,
  .toggle:hover span::after {
    background: #1667D3;
  }
  .hc-mobile-nav .nav-wrapper {
    background: #1667D3;
  }
  .hc-mobile-nav li.nav-close a,
  .hc-mobile-nav li.nav-back a {
    color: #1667D3;
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .hc-mobile-nav:not(.touch-device) a:hover {
    color: #1667D3;
    background: #fff;
  }
  .hc-mobile-nav:not(.touch-device) a:hover span.nav-next::before {
    border-top: 2px solid #1667D3;
    border-left: 2px solid #1667D3;
  }
  .hc-mobile-nav li.nav-close span::before,
  .hc-mobile-nav li.nav-close span::after {
    border-top: 2px solid #1667D3;
    border-left: 2px solid #1667D3;
  }
  .hc-mobile-nav li.nav-back span::before {
    border-top: 2px solid #1667D3;
    border-left: 2px solid #1667D3;
  }
  .hc-mobile-nav li.nav-close a:hover,
  .hc-mobile-nav li.nav-back a:hover {
    background: #fff;
  }
  .hc-mobile-nav h2 {
    color: #FFF;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .hc-mobile-nav a[href]:not([href="#"]) > span.nav-next {
    border-left: none;
  }
  .hc-mobile-nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .head-logo {
    float: none;
  }
  .header {
    padding: 56px 0 24px 0;
  }
  .head-right-box {
    position: absolute;
    right: 15px;
    top: -40px;
    float: none;
    margin-top: 0;
  }
  .index-box {
    padding: 50px 0 60px;
  }
  .xshd-index-list .img-box {
    height: 196px;
  }
  .m20 {
    margin: 0 -15px;
  }
  .p20 {
    padding: 0 15px;
  }
  .index-title-tab .title-box .title {
    margin-right: 40px;
  }
  .news-left .img-box {
    height: 296px;
  }
  .news-right-list li {
    padding-bottom: 23px;
    margin-bottom: 23px;
  }
  .news-right-list .img-box {
    width: 200px;
    height: 133px;
  }
  .news-right-list .ch-title {
    line-height: 24px;
    height: 48px;
  }
  .news-right-list .en-title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
  }
  .col-index-9,
  .col-index-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .gjhy {
    margin-top: 60px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .gjhy li {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333333%;
  }
  .gjhy a {
    height: 221px;
  }
  .yqlj-box {
    margin-top: 30px;
  }
  .link-list {
    height: 76px;
  }
  .footer .foot-info-list > li:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer .ewm-box {
    margin-top: 56px;
  }
  .footer .foot-bottom {
    text-align: center;
  }
  .footer .foot-bottom .foot-logo {
    float: none;
    display: inline-block;
    width: auto;
  }
  .footer .foot-bottom .info {
    float: none;
  }
  .left-nav .menu-title {
    height: 150px;
    padding: 30px 20px;
  }
  .left-nav .menu-cont .box-a .a-title {
    padding: 12px 20px;
  }
  .left-nav .menu-cont .box-a .a-title .ch {
    font-size: 18px;
  }
  .left-nav .menu-cont .box-a .a-title .en {
    font-size: 16px;
  }
  .left-nav .menu-cont .box-a .a-title::before {
    top: 20px;
    height: 30px;
  }
  .left-nav .menu-cont-sj > li > a {
    font-size: 14px;
  }
  .ny-title {
    padding-bottom: 15px;
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 34px;
  }
  .leader-list a {
    padding: 25px 30px;
  }
  .leader-list .img-box {
    width: 140px;
    height: 185px;
    margin-right: 30px;
    margin-top: -50px;
  }
  .leader-list {
    padding-top: 20px;
  }
  .leader-list li {
    margin-bottom: 50px;
  }
  .leader-list .title {
    font-size: 24px;
    margin-bottom: 34px;
  }
  .leader-list .zw {
    font-size: 16px;
  }
  .ny-table-box table thead tr th {
    font-size: 14px;
    padding: 8px 6px;
  }
  .ny-table-box table tbody tr td {
    font-size: 14px;
    padding: 12px 6px;
  }
  .ry-top-swiper .ch-title {
    padding: 0 11px;
  }
  .ry-ny-list ul li {
    width: 25%;
  }
  .ry-ny-list ul li:nth-child(5n+1) {
    clear: none;
  }
  .ry-ny-list ul li:nth-child(4n+1) {
    clear: left;
  }
  .ty-list-link .img-box {
    height: 200px;
    margin-bottom: 16px;
  }
  .ry-detail-left .info-box .img-box {
    width: 140px;
  }
  .ry-detail-left .info-box .title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .em_slider_inner {
    bottom: 20px;
  }
  .nivo-controlNav {
    display: none;
  }
  .index-box1 .text-left a {
    margin-right: 0;
  }
  .index-box1 .text-left .ch-title {
    font-size: 24px;
    line-height: 34px;
    height: 34px;
    margin-bottom: 10px;
  }
  .index-box1 .nivoSlider {
    height: 280px;
  }
  .index-box1 .nivo-caption::before {
    height: 160px;
  }
  .index-box {
    padding: 40px 0 50px;
  }
  .index-title .title > div:nth-child(1) {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .index-title .title > div:nth-child(2) {
    font-size: 16px;
    line-height: 26px;
  }
  .index-title .more {
    top: 22px;
  }
  .xshd-index-list .img-box {
    height: 144px;
  }
  .xshd-botton .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .index-title-tab .title-box .title > div:nth-child(1) {
    font-size: 26px;
    margin-bottom: 8px;
    line-height: 36px;
  }
  .index-title-tab .title-box .title > div:nth-child(2) {
    font-size: 16px;
    line-height: 26px;
  }
  .index-title-tab .more-box {
    top: 22px;
  }
  .news-left .img-box {
    height: auto;
  }
  .news-left {
    margin-bottom: 40px;
  }
  .gjhy a {
    height: 160px;
  }
  .yqlj-box .title-box {
    margin-right: 30px;
  }
  .link-swiper {
    margin: -10px -10px;
  }
  .link-swiper .swiper-slide {
    padding: 10px 10px;
  }
  .footer {
    padding-top: 53px;
  }
  .footer::before,
  .footer::after {
    height: 55px;
    background-size: 100% 55px;
  }
  .gjhy {
    margin-top: 50px;
  }
  .gjhy li {
    margin-bottom: 30px;
  }
  .yqlj-box {
    margin-top: 15px;
  }
  .footer .foot-info-list > li {
    margin-right: 30px;
  }
  .footer .ewm-box img {
    width: 90px;
    height: 90px;
  }
  .footer .foot-top {
    padding: 30px 0 20px 0;
  }
  .left-nav {
    display: none;
  }
  .notice-index-list .detail {
    width: 230px;
    margin-left: 30px;
  }
  .notice-index-list .title-list {
    width: calc(100% - 260px);
  }
  .lxwm-box .img-box {
    width: 180px;
    height: 700px;
  }
  .lxwm-box .img-box img:nth-child(1) {
    max-height: 570px;
  }
  .lxwm-box .info {
    height: 700px;
    border-radius: 0px 30px 0px 30px;
    padding: 30px;
    font-size: 16px;
    line-height: 28px;
  }
  .lxwm-box .info p {
    margin-bottom: 8px;
  }
  .ry-detail-left {
    margin-bottom: 30px;
    margin-top: 0px;
  }
  .ry-detail-left .menu-title {
    display: none;
  }
  .ry-detail-left .info-box {
    padding: 30px;
  }
  .yqlj-box .info {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .head-right-box {
    display: none;
  }
  .search-dig-btn.ph-btn {
    position: absolute;
    display: block;
    right: 55px;
    top: 3px;
    width: 30px;
    height: 30px;
  }
  .search-dig-btn.pc-btn {
    display: none;
  }
  .header {
    padding: 24px 0;
  }
  .head-logo {
    width: 260px;
  }
  .toggle {
    top: 7px;
  }
  .index-box1 .nivoSlider {
    height: 180px;
  }
  .em_slider_inner {
    bottom: 15px !important;
  }
  .index-box1 .text-left .ch-title {
    font-size: 20px;
    line-height: 28px;
    height: 28px;
    margin-bottom: 8px;
  }
  .index-box1 .text-left .en_title {
    font-size: 16px;
    line-height: 28px;
    height: 28px;
  }
  .index-box {
    padding: 30px 0;
  }
  .index-title .title {
    text-align: left;
  }
  .index-title .title > div:nth-child(1) {
    font-size: 24px;
    line-height: 30px;
  }
  .index-title .more {
    top: 18px;
  }
  .xshd-index-list .img-box {
    height: 228px;
  }
  .xshd-botton {
    display: none;
  }
  .index-title-tab .title-box .title > div:nth-child(1) {
    font-size: 24px;
    line-height: 30px;
  }
  .index-title-tab .title-box .title {
    margin-right: 30px;
  }
  .index-title-tab .title-box {
    justify-content: flex-start;
  }
  .index-title-tab .more-box {
    top: 18px;
  }
  .news-left .info {
    min-height: auto;
    padding: 20px 15px;
  }
  .news-left .info div {
    height: auto;
    line-height: 30px;
    display: block;
  }
  .news-left {
    margin-bottom: 30px;
  }
  .news-right-list .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
  }
  .news-right-list li {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .news-right-list .ch-title {
    line-height: 28px;
    height: auto;
    margin-bottom: 10px;
  }
  .news-right-list .en-title {
    line-height: 28px;
    height: auto;
    display: block;
  }
  .notice-index-list .date div:nth-child(1) {
    font-size: 14px;
  }
  .notice-index-list .date div:nth-child(2) {
    font-size: 26px;
  }
  .notice-index-list .date {
    padding-right: 15px;
  }
  .notice-index-list .info {
    padding-left: 15px;
  }
  .notice-index-list .title-list {
    float: none;
    width: 100%;
    margin-bottom: 12px;
  }
  .notice-index-list .ch-title {
    line-height: 30px;
    height: auto;
    display: block;
  }
  .notice-index-list .en-title {
    height: auto;
    display: block;
  }
  .notice-index-list .detail {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .notice-index-list .detail .list p {
    height: auto;
    display: block;
  }
  .gjhy {
    margin-left: -8px;
    margin-right: -8px;
  }
  .gjhy li {
    padding-left: 8px;
    padding-right: 8px;
    width: 50%;
  }
  .gjhy a {
    width: 164px;
    height: 125px;
    margin: 0 auto;
  }
  .yqlj-box .title-box > div:nth-child(1) {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .yqlj-box .title-box > div:nth-child(2) {
    font-size: 14px;
    line-height: 22px;
  }
  .footer::before,
  .footer::after {
    width: 1500%;
  }
  .footer .foot-info-list {
    float: none;
    max-width: 100%;
    width: 100%;
  }
  .footer .foot-info-list > li {
    margin-right: 0;
    width: 50%;
    margin-bottom: 20px;
  }
  .footer .ewm-box {
    float: none;
    margin-top: 0;
  }
  .ny-top-banner {
    height: 180px;
  }
  .ny-box {
    padding: 30px 0;
  }
  .ny-title {
    padding-bottom: 12px;
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 32px;
  }
  .leader-list {
    padding-top: 0;
  }
  .leader-list li {
    margin-bottom: 30px;
  }
  .leader-list a {
    padding: 20px 15px;
  }
  .leader-list .img-box {
    float: none;
    width: 140px;
    height: auto;
    margin-right: auto;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .leader-list .info {
    text-align: center;
  }
  .leader-list .title::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .leader-list .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .tw-list .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .tw-list .info {
    padding-top: 15px;
  }
  .tw-list .title {
    display: block;
    height: auto;
  }
  .tw-list .en_title {
    display: block;
    height: auto;
  }
  .comp-pages {
    padding-top: 30px;
  }
  .details-page .detail-top .top-other .other-info .hidden-sm.hidden-xs {
    display: none;
  }
  .details-page .main-cont.cont-xilan img {
    max-width: 100%;
  }
  .notice-index-list.notice-ny-list a {
    padding: 20px 15px;
  }
  .lxwm-box .img-box {
    float: none;
    width: 100%;
    height: auto;
    padding: 30px;
    border-radius: 15px;
  }
  .lxwm-box .img-box img:nth-child(1) {
    display: none;
  }
  .lxwm-box .img-box img:nth-child(2) {
    display: block;
  }
  .lxwm-box .info {
    height: auto;
    border-radius: 15px;
    padding: 25px;
  }
  .ry-ny-list ul li {
    width: 50%;
  }
  .ty-list-link {
    margin-bottom: 30px;
  }
  .ty-list-link .img-box {
    width: 157px;
    margin-left: auto;
    margin-right: auto;
    height: 210px;
  }
  .ty-list-link .name {
    margin-bottom: 9px;
  }
  .ry-ny-list ul li:nth-child(4n+1) {
    clear: none;
  }
  .ry-ny-list ul li:nth-child(2n+1) {
    clear: left;
  }
  .ry-detail-left .info-box {
    padding: 20px 15px;
  }
  .ry-detail-left .info-box .img-box {
    width: 180px;
  }
  .ry-detail-left .info-box .xlzc {
    margin-bottom: 10px;
  }
  .mb50 {
    margin-bottom: 30px;
  }
  .ry-detail-left .info-box .info-list li {
    margin-bottom: 10px;
  }
  .ry-detail-right .title {
    margin-bottom: 20px;
  }
  .ry-detail-right .group-list {
    margin-bottom: 20px;
  }
  .bs-list-link .img-box {
    float: none;
    width: 180px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .bs-list-link {
    margin-bottom: 30px;
  }
  .wz-map .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .wz-map .ej-title {
    margin-bottom: 10px;
  }
  .wz-map .sj {
    margin-bottom: 15px;
  }
  .wz-map .sj a {
    font-size: 15px;
    line-height: 28px;
  }
  .history-list {
    padding-left: 10px;
  }
  .history-list::before {
    left: 15px;
  }
  .history-list li {
    margin-bottom: 15px;
  }
  .yqlj-box .title-box {
    float: none;
    margin-right: 0;
  }
  .yqlj-box .info {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .yqlj-box .ui-select-wrap {
    margin-bottom: 10px;
  }
}
