/*多行溢出*/
/*网站响应样式*/
@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) {
  .news-list .img-box {
    height: 223px;
  }
  .index-box3 .img-box {
    height: 428px;
  }
  .index-box3 .info-bg {
    height: 428px;
  }
  .index-box3 .desc {
    max-height: 164px;
    -webkit-line-clamp: 6;
    margin-bottom: 35px;
  }
  .ny-top-banner .ny-top-mbx {
    left: 15px;
  }
  .history-swiper {
    width: 600px;
    margin-left: 55px;
  }
  .history-swiper .img-box {
    height: 400px;
  }
  .about-box1 .txt {
    line-height: 34px;
  }
  .about-box1 .info {
    padding-top: 0px;
  }
  .events-list .img-box {
    height: 246px;
  }
  .events-detail .top-img .img-box {
    width: 680px;
    height: 450px;
  }
  .events-detail .top-img .bg-box {
    height: 450px;
  }
  .community-js {
    padding-top: 0px;
  }
  .ry-link .img-box {
    height: 271px;
  }
  .resources-detail-top .img-box {
    margin-left: 40px;
    width: 370px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1439px) {
  .m34 {
    margin: 0 -20px;
  }
  .p34 {
    padding: 0 20px;
  }
  .news-list .img-box {
    height: 235px;
  }
}
@media (max-width: 1279px) {
  .index-box1 .about-absa-js {
    width: 640px;
  }
  .index-box1 .about-absa-js h1 {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 25px;
  }
  .m34 {
    margin: 0 -15px;
  }
  .p34 {
    padding: 0 15px;
  }
  .news-list .img-box {
    height: 221px;
  }
  .index-box3 .img-box {
    height: 400px;
  }
  .index-box3 .info-bg {
    height: 400px;
  }
  .index-box3 .desc {
    max-height: 140px;
    -webkit-line-clamp: 5;
  }
  .ny-top-banner {
    height: 400px;
    border-bottom: 6px solid #583F2C;
  }
  .ny-top-banner .ny-top-mbx {
    bottom: 80px;
  }
  .ny-top-banner .lm-title {
    font-size: 54px;
    margin-bottom: 20px;
  }
  .history-swiper {
    width: 540px;
    margin-left: 45px;
  }
  .history-swiper .img-box {
    height: 360px;
  }
  .about-syncell-box .title {
    font-size: 28px;
    margin-bottom: 25px;
    overflow: hidden;
  }
  .about-box2 .img-box {
    width: 35%;
    margin-right: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .about-box2 .info,
  .about-box3 .info {
    overflow: visible;
  }
  .about-box3 .img-box {
    width: 40%;
  }
  .ej-lm-title a {
    font-size: 16px;
    padding: 10px 15px;
  }
  .ej-lm-title li {
    min-width: 190px;
  }
  .news-list-box {
    padding: 0;
  }
  .m30 {
    margin: 0 -15px;
  }
  .p30 {
    padding: 0 15px;
  }
  .m27 {
    margin: 0 -15px;
  }
  .p27 {
    padding: 0 15px;
  }
  .events-list .img-box {
    height: 238px;
  }
  .events-detail .top-img .img-box {
    width: 630px;
    height: 416px;
  }
  .events-detail .top-img .bg-box {
    height: 416px;
  }
  .events-detail .top-img .title {
    font-size: 28px;
    line-height: 38px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .events-detail .top-img li {
    margin-bottom: 30px;
  }
  .events-detail .txt-cont h1 {
    font-size: 20px;
    line-height: 30px;
    padding: 12px 24px;
    margin-bottom: 35px;
  }
  .events-detail .txt-cont {
    font-size: 18px;
  }
  .events-detail .txt-cont p {
    margin-bottom: 15px;
  }
  .country-title {
    font-size: 28px;
  }
  .ry-link .img-box {
    height: 250px;
  }
}
@media (max-width: 1199px) {
  nav.navbar.bootsnav ul.nav > li {
    margin-left: 25px;
  }
  .index-box1 {
    height: 550px;
  }
  .index-box1 .about-absa-js h1 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 25px;
  }
  .index-box1 .about-absa-js .desc {
    max-height: 104px;
    -webkit-line-clamp: 4;
    margin-bottom: 35px;
  }
  .index-box1 .about-absa-js {
    width: 510px;
    margin-bottom: 0;
  }
  .index-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .news-list .img-box {
    height: 177px;
  }
  .index-box3 .img-box {
    height: 330px;
  }
  .index-box3 .info-bg {
    height: 330px;
    padding: 30px 30px;
  }
  .index-box3 .desc {
    max-height: 96px;
    -webkit-line-clamp: 4;
    margin-bottom: 20px;
  }
  .footer .foot-logo {
    margin-right: 20px;
  }
  .footer .info {
    font-size: 14px;
  }
  .footer a,
  .footer span,
  .footer i {
    font-size: 14px;
  }
  .ny-top-banner .lm-title {
    font-size: 45px;
    margin-bottom: 20px;
  }
  .ny-top-banner {
    height: 340px;
  }
  .about-box1 {
    padding: 50px 0 14px 0;
  }
  .history-swiper {
    width: 430px;
    margin-left: 30px;
    margin-top: 80px;
  }
  .history-swiper .img-box {
    height: 285px;
  }
  .about-syncell-box .txt {
    font-size: 16px;
  }
  .about-box1 .txt {
    line-height: 30px;
  }
  .about-box2 {
    padding: 100px 0 20px 0;
  }
  .about-box3 {
    padding: 90px 0 10px 0;
  }
  .about-box4 {
    padding: 88px 0 160px 0;
  }
  .ej-lm-title li {
    min-width: auto;
  }
  .ej-lm-title a {
    padding: 10px 25px;
  }
  .details-page .detail-top .title-s {
    font-size: 28px;
    line-height: 38px;
  }
  .details-page .detail-top .top-other {
    margin-top: 30px;
  }
  .details-page .detail-top {
    margin-bottom: 35px;
  }
  .details-page .main-cont {
    font-size: 16px;
    color: #2B2B2B;
    line-height: 30px;
  }
  .details-page {
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .events-list .img-box {
    height: 194px;
  }
  .events-list .bg {
    padding: 15px 20px;
  }
  .events-list .title {
    font-size: 20px;
  }
  .events-list li {
    font-size: 14px;
  }
  .events-detail .top-img .img-box {
    width: 500px;
    height: 330px;
  }
  .events-detail .top-img .bg-box {
    height: 330px;
  }
  .events-detail .top-img .title {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 22px;
    margin-bottom: 22px;
  }
  .events-detail .top-img li > div {
    font-size: 16px;
    line-height: 20px;
  }
  .events-detail .top-img li > p {
    font-size: 14px;
    line-height: 24px;
  }
  .events-detail .top-img li {
    margin-bottom: 20px;
  }
  .events-detail .top-img {
    margin-bottom: 50px;
  }
  .community-js {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 30px;
  }
  .community-js p {
    margin-bottom: 10px;
  }
  .m23 {
    margin: 0px -15px;
  }
  .p23 {
    padding: 0 15px;
  }
  .ry-link .img-box {
    height: 212px;
  }
  .ry-link .name {
    font-size: 20px;
  }
  .ry-link .bg-box {
    padding: 20px 20px;
  }
  .ry-link {
    margin-bottom: 40px;
  }
  .ry-detail .img-box {
    width: 270px;
    margin-right: 50px;
    padding: 15px 15px 15px 0;
  }
  .ry-detail .img-box::before {
    left: 15px;
  }
  .ry-detail .name {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 25px;
  }
  .ry-detail .country {
    font-size: 24px;
    padding: 12px 22px;
    margin-bottom: 35px;
  }
  .resources-detail-top .title {
    font-size: 30px;
    line-height: 44px;
  }
  .m25 {
    margin: 0 -15px;
  }
  .p25 {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav .collapse.navbar-collapse {
    display: none !important;
  }
  nav.navbar.bootsnav {
    min-height: auto;
  }
  .navbar .toggle {
    display: block;
    top: 8px;
    right: 15px;
    position: absolute;
    cursor: pointer;
    height: 30px;
    margin: 0;
    padding-left: 26px;
  }
  .navbar .toggle span {
    display: block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 3px;
    background: #FFF;
  }
  .navbar .toggle span::before,
  .navbar .toggle span::after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    height: 3px;
    background: #FFF;
    transition: all 0.1s ease;
  }
  .navbar .toggle span::before {
    top: -8px;
  }
  .navbar .toggle span::after {
    bottom: -8px;
  }
  nav.navbar.bootsnav .navbar-header {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main-nav .top-nav {
    padding: 30px 30px;
  }
  .index-box1 {
    height: 390px;
  }
  .index-box1 .about-absa-js {
    top: auto;
    transform: translateY(0);
    bottom: 30px;
    width: 400px;
  }
  .index-box1 .about-absa-js h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .index-box1 .about-absa-js .desc {
    max-height: 78px;
    -webkit-line-clamp: 3;
    margin-bottom: 20px;
  }
  .index-box2 {
    padding: 30px 0 40px 0;
  }
  .index-title {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .m34 {
    margin: 0px -10px;
  }
  .p34 {
    padding: 0 10px;
  }
  .news-list .img-box {
    height: 133px;
    margin-bottom: 15px;
  }
  .news-list .info {
    padding: 0 10px;
  }
  .news-list .lmfl {
    margin-bottom: 12px;
  }
  .news-list .title {
    font-size: 16px;
    margin-bottom: 10px;
    height: 84px;
  }
  .index-box3 .img-box {
    height: 252px;
  }
  .index-box3 .info-bg {
    height: 252px;
    padding: 25px 25px;
  }
  .index-box3 .info-bg::before {
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    background-size: 16px 15px;
  }
  .index-box3 .desc {
    max-height: 72px;
    -webkit-line-clamp: 3;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .index-box3 {
    padding: 30px 0 40px 0;
  }
  .index-box4 {
    padding: 30px 0 100px 0;
  }
  .lxwm-list {
    font-size: 16px;
    line-height: 26px;
    width: 500px;
  }
  .lxwm-list li {
    font-size: 16px;
    line-height: 26px;
  }
  .footer .foot-info {
    display: block;
    text-align: center;
  }
  .footer .foot-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 194px;
    height: auto;
  }
  .footer .info {
    line-height: 26px;
    margin-top: 20px;
  }
  .footer a,
  .footer span,
  .footer i {
    line-height: 26px;
  }
  .ny-top-banner .lm-title {
    font-size: 36px;
  }
  .ny-top-banner {
    height: 300px;
  }
  .ny-top-banner .ny-top-mbx {
    bottom: 60px;
  }
  .history-swiper {
    width: 320px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .history-swiper .img-box {
    height: 212px;
  }
  .about-syncell-box .info {
    overflow: visible;
  }
  .about-syncell-box .title {
    font-size: 24px;
  }
  .about-box4 {
    padding: 60px 0 100px 0;
  }
  .ny-box {
    padding: 40px 0 80px 0;
  }
  .ej-lm-title a {
    font-size: 14px;
    padding: 10px 15px;
  }
  .ej-lm-title li {
    margin-right: 6px;
  }
  .ej-lm-title {
    margin-bottom: 35px;
  }
  .news-list-box .news-list {
    padding-bottom: 20px;
  }
  .events-list .img-box {
    height: 145px;
  }
  .events-list {
    margin-bottom: 40px;
  }
  .events-detail .top-img .img-box {
    width: 100%;
    height: auto;
    float: none;
  }
  .events-detail .top-img .bg-box {
    height: auto;
    padding: 35px 30px;
  }
  .country-title {
    font-size: 24px;
  }
  .ry-list-box .col-md-3:nth-child(4n+1) {
    clear: none;
  }
  .ry-list-box .col-md-3:nth-child(3n+1) {
    clear: left;
  }
  .ry-link .img-box {
    height: 220px;
  }
  .ry-detail .img-box {
    width: 200px;
    margin-right: 30px;
    padding: 10px 10px 10px 0;
  }
  .ry-detail .img-box::before {
    left: 10px;
  }
  .resources-detail-top .img-box {
    margin-left: 30px;
    width: 210px;
  }
  .resources-detail-top .title {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 25px;
  }
  .resources-detail-top .txt {
    font-size: 16px;
    line-height: 30px;
  }
  .resources-detail-top .txt p {
    margin-bottom: 10px;
  }
  .resources-detail-top {
    margin-bottom: 30px;
  }
  .resources-detail .fj-title {
    font-size: 20px;
    padding: 15px 20px;
    margin-bottom: 30px;
  }
  .resources-detail .fjxz-list a {
    padding: 20px 25px;
    margin-bottom: 30px;
  }
  .resources-detail .fjxz-list .title {
    font-size: 16px;
  }
  .events-detail .txt-cont img {
    max-width: 100%;
  }
  .events-detail .txt-cont video {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .index-box1 {
    height: 330px;
  }
  .index-box1 .about-absa-js {
    width: auto;
    left: 15px;
    right: 15px;
  }
  .index-box1 .about-absa-js h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .index-box1 .about-absa-js .desc {
    font-size: 14px;
  }
  .index-box1 .about-absa-link {
    width: 32px;
    height: 32px;
  }
  .index-box1 .about-absa-link span {
    width: 8px;
    height: 8px;
  }
  .index-box1 .about-absa-link::after {
    width: 35px;
    height: 7px;
    background-size: 100% 100%;
  }
  .news-list {
    margin-bottom: 30px;
  }
  .news-list .img-box {
    height: auto;
  }
  .news-list .title {
    height: auto;
    display: block;
    line-height: 26px;
  }
  .index-box3 .img-box {
    float: none;
    height: auto;
    width: 100%;
  }
  .index-box3 .info-bg {
    height: auto;
    padding: 30px 25px;
  }
  .index-box3 .desc {
    max-height: 236px;
    -webkit-line-clamp: 9;
  }
  .lxwm-list {
    width: auto;
  }
  .footer {
    padding: 30px 0;
  }
  .main-nav .top-nav {
    padding: 30px 15px;
  }
  .main-nav .top-ch-title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .main-nav .ch-ej li a {
    font-size: 16px;
  }
  .main-nav .ch-ej {
    margin-bottom: 25px;
  }
  .ny-top-banner .ny-top-mbx {
    bottom: 45px;
  }
  .ny-top-banner {
    height: 260px;
    border-bottom: 4px solid #583F2C;
  }
  .ny-top-banner .lm-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .ny-top-banner .bread-crumbs {
    font-size: 14px;
  }
  .ny-top-banner .bread-crumbs a,
  .ny-top-banner .bread-crumbs span {
    font-size: 14px;
  }
  .ny-top-banner .bread-crumbs .mbx span a::before {
    font-size: 14px;
  }
  .history-swiper {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .history-swiper .img-box {
    height: 230px;
  }
  .about-box1 {
    padding: 30px 0 14px 0;
  }
  .about-syncell-box .title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 30px;
    padding-bottom: 16px;
  }
  .about-box2 .img-box {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
  .about-box3 .img-box {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .about-syncell-box .txt > p {
    margin-bottom: 10px;
  }
  .about-box2 {
    padding: 30px 0 10px 0;
  }
  .about-box3 {
    padding: 25px 0 10px 0;
  }
  .about-box4 {
    padding: 35px 0 50px 0;
    background-size: auto, cover;
  }
  .ej-lm-title {
    margin-bottom: 20px;
    justify-content: space-between;
  }
  .ej-lm-title li {
    margin-right: 0px;
    width: 48%;
    margin-bottom: 6px;
  }
  .ny-box {
    padding: 30px 0 50px 0;
    background-size: auto, cover;
  }
  .details-page .detail-top .title-s {
    font-size: 20px;
    line-height: 30px;
  }
  .details-page .detail-top .top-other {
    margin-top: 20px;
    font-size: 14px;
    padding: 10px 15px;
  }
  .details-page .detail-top .top-other .other-info {
    font-size: 14px;
    text-align: center;
    float: none;
  }
  .details-page .detail-top .top-other .other-info span {
    margin-right: 0 !important;
  }
  .details-page .detail-top .top-other .other-info .lm {
    margin-bottom: 5px;
  }
  .details-page .main-cont.cont-xilan img {
    max-width: 100%;
  }
  .details-page video {
    max-width: 100%;
  }
  .details-page {
    padding-bottom: 0px;
  }
  .events-list .img-box {
    height: auto;
  }
  .events-list .title {
    font-size: 18px;
    overflow: visible;
    white-space: normal;
  }
  .events-list li:nth-child(1) {
    height: auto;
    display: block;
  }
  .events-list li:nth-child(2) {
    height: auto;
    display: block;
  }
  .events-detail .top-img .title {
    font-size: 20px;
  }
  .events-detail .top-img {
    margin-bottom: 30px;
  }
  .events-detail .txt-cont h1 {
    font-size: 16px;
    line-height: 30px;
    padding: 10px 15px;
    margin-bottom: 25px;
  }
  .events-detail .txt-cont {
    font-size: 16px;
  }
  .events-detail .txt-cont p {
    margin-bottom: 10px;
  }
  .events-detail .txt-cont a {
    font-size: 16px;
  }
  .ny-box.xl-nybox {
    background-size: auto, cover;
  }
  .community-js {
    margin-bottom: 25px;
  }
  .country-title {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .ry-link .img-box {
    height: auto;
  }
  .ry-link {
    margin-bottom: 30px;
  }
  .ry-link .js {
    height: auto;
    display: block;
  }
  .ry-detail .img-box {
    float: none;
    width: 270px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    padding: 10px 10px 10px 0;
  }
  .ry-detail .name {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .ry-detail .country {
    font-size: 20px;
    padding: 10px 15px;
    margin-bottom: 20px;
  }
  .ry-detail .info-list {
    margin-bottom: 25px;
  }
  .ry-detail .info-list li {
    display: block;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ry-detail .info-list li .txt a {
    line-height: 30px;
    font-size: 16px;
  }
  .ry-detail .info-list li:last-child {
    margin-bottom: 0;
  }
  .ry-detail .info-list li span {
    display: block;
    margin: 0;
    font-weight: bold;
  }
  .ry-detail .info-txt {
    font-size: 16px;
    line-height: 30px;
  }
  .ry-detail .info-txt p {
    margin-bottom: 10px;
  }
  .resources-detail-top .img-box {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    width: 100%;
  }
  .resources-detail-top .info {
    overflow: hidden;
  }
  .resources-detail-top .title {
    font-size: 20px;
    line-height: 30px;
  }
  .resources-detail .fj-title {
    font-size: 18px;
  }
  .resources-detail .fjxz-list .title {
    font-size: 14px;
  }
  .resources-detail .fjxz-list a {
    padding: 12px 20px;
    margin-bottom: 20px;
  }
  .ry-link .info {
    min-height: auto;
  }
}