/*多行溢出*/
/*网站响应样式*/
@media (min-width: 1024px) {
  nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    content: 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-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;
  }

  /*side menu*/
  .side-menu {
    display: none;
  }
}

/*网站响应样式*/
@media (max-width: 1799px) {
  nav.navbar.bootsnav ul.nav {
    margin: 0 204px;
  }

  .index-banner .banner-img>a,
  .index-banner .banner-video>a {
    width: 800px;
    height: 431px;
  }

  .index-banner .banner-info {
    padding-top: 35px;
  }

  .index-banner .banner-info .more {
    margin-top: 70px;
  }

  .index-banner .swiper-kzq-box {
    width: 630px;
  }

  .m35 {
    margin: 0 -15px;
  }

  .p35 {
    padding: 0 15px;
  }

  .cjg-kxj-icon {
    padding: 35px 70px 35px 70px;
  }

  .cjg-kxj-icon .img-box {
    height: 176px;
    padding: 10px;
  }

  .hj-re-a .img-box {
    height: 220px;
  }

  .hj-list-box::before {
    right: 50px;
  }

  .hj-tab-cont .year-list {
    top: -200px;
  }

  .moment-left-img {
    height: 453px;
  }

  .mon-img {
    height: 215px;
    margin-bottom: 23px;
  }

  .hjry-list-a .img-box {
    height: 293px;
  }

  .ny-award-list .pc-left-menu a {
    font-size: 17px;
    padding: 20px 33px;
  }

  .ny-award-list .pc-left-menu a::before {
    top: 24px;
  }

  .tp-list-a .img-box {
    height: 222px;
  }

  .hjry-list-a .subtitlt {
    height: 72px;
  }
}

@media (max-width: 1599px) {
  nav.navbar.bootsnav::before {
    height: 270px;
    background-size: 100% 270px;
  }

  nav.navbar.bootsnav ul.nav {
    margin: 0 184px;
  }

  nav.navbar.bootsnav ul.nav>li {
    margin: 0 88px 0 0;
  }

  .index-banner .banner-img>a,
  .index-banner .banner-video>a {
    width: 670px;
    height: 360px;
  }

  .index-banner .swiper-kzq-box {
    width: 560px;
  }

  .index-banner .banner-info {
    padding-top: 20px;
  }

  .index-banner .banner-info .title {
    font-size: 28px;
  }

  .index-banner .banner-info .more {
    margin-top: 40px;
    height: 55px;
    line-height: 55px;
  }

  .cjg-kxj-title {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 20px;
    margin-bottom: 36px;
  }

  .hj-tab-btn {
    margin-bottom: 40px;
  }

  .hj-tab-btn .year-title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .hj-re-a .img-box {
    height: 181px;
  }

  .cjg-kxj-icon {
    padding: 35px 40px 35px 40px;
  }

  .cjg-kxj-icon .img-box {
    height: 168px;
  }

  .moment-left-img {
    height: 392px;
  }

  .mon-img {
    height: 184px;
  }

  .dp .img-box {
    width: 730px;
  }

  .hjry-list-a .img-box {
    height: 242px;
  }

  .tp-list-a .img-box {
    height: 189px;
  }
}

@media (max-width: 1439px) {
  nav.navbar.bootsnav ul.nav {
    margin: 0 154px;
  }

  .index-banner .banner-img>a,
  .index-banner .banner-video>a {
    width: 600px;
    height: 323px;
  }

  .index-banner {
    padding-bottom: 50px;
  }

  .index-banner .banner-scroll {
    margin-top: 270px;
  }

  .index-banner .banner-info .title {
    font-size: 26px;
    line-height: 36px;
    height: 108px;
  }

  .index-banner .swiper-kzq-box {
    width: 570px;
  }

  .index-banner .swiper-pagination-current {
    font-size: 24px;
  }

  .index-banner .swiper-pagination-total {
    font-size: 18px;
  }

  .index-banner .index-banner .swiper-pagination {
    right: 170px;
  }

  .index-box1 {
    padding: 90px 0 70px 0;
  }

  .cjg-kxj-icon .img-box {
    height: 156px;
  }

  .hj-re-a .img-box {
    height: 251px;
  }

  .hj-list-box::before {
    right: 30px;
    top: -66px;
    width: 200px;
    height: 330px;
  }

  .index-box2 {
    padding: 90px 0 80px 0;
  }

  .index-box3 {
    padding: 90px 0 70px 0;
  }

  .index-box3-title {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 25px;
    margin-bottom: 50px;
  }

  .moment-left-img {
    height: 373px;
  }

  .mon-img {
    height: 175px;
  }

  .ny-top-img {
    height: 520px;
  }

  .ny-top-img .ny-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 10px;
  }

  .hjry-list-a {
    padding: 15px 15px 15px 15px;
    margin-bottom: 45px;
  }

  .hjry-list-a .img-box {
    height: 239px;
  }

  .hjry-list-a .title {
    margin-bottom: 18px;
    margin-left: -15px;
  }

  .hjry-list-a .subtitlt {
    margin-bottom: 15px;
  }

  .ny-ry-detail .ry-xk {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .ny-ry-detail .ry-xk-desc {
    font-size: 24px;
    line-height: 30px;
  }

  .ny-ry-detail .detail-box::before {
    width: 250px;
    height: 496px;
  }

  .ny-ry-detail .detail-box .img-box>div {
    width: 250px;
    height: 350px;
  }

  .ny-ry-detail .detail-box .name {
    margin-bottom: 30px;
  }

  .ny-ry-detail .detail-box .name span {
    font-size: 30px;
    line-height: 36px;
  }

  .ny-ry-detail .detail-box .name span:nth-child(2) {
    font-size: 22px;
  }

  .ny-ry-detail .detail-box .group-title {
    font-size: 22px;
    margin-bottom: 12px !important;
  }

  .ny-ry-detail .detail-box .group {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  .tp-list-a .img-box {
    height: 179px;
  }
}

@media (max-width: 1365px) {
  nav.navbar.bootsnav ul.nav {
    margin: 0px 119px;
  }

  .index-banner .cont-20 {
    margin-left: 0px;
  }

  .index-banner .banner-img,
  .index-banner .banner-video {
    padding-left: 12px;
    padding-bottom: 12px;
    margin-bottom: 30px;
    margin-right: 45px;
  }

  .index-banner .banner-img::after,
  .index-banner .banner-video::after {
    top: 12px;
    right: 12px;
  }

  .index-banner .banner-img>a,
  .index-banner .banner-video>a {
    width: 540px;
    height: 291px;
  }

  .index-banner .swiper-kzq-box {
    width: 573px;
  }

  .index-banner .swiper-pagination {
    right: 165px;
  }

  .cjg-kxj-icon {
    padding: 30px;
  }

  .cjg-kxj-icon .img-box {
    height: 153px;
  }

  .hj-re-a .img-box {
    height: 233px;
  }

  .moment-left-img {
    height: 351px;
  }

  .mon-img {
    height: 164px;
  }

  .top-logo {
    margin-bottom: 35px;
  }

  .dp h3 {
    font-size: 32px;
    margin-bottom: 45px;
  }

  .dp .img-box {
    width: 630px;
  }

  .m20 {
    margin: 0 -15px;
  }

  .p20 {
    padding: 0 15px;
  }

  .hjry-list-a .img-box {
    height: 231px;
  }

  .hj-tab-title {
    width: 450px;
    margin: 0 auto 50px;
  }

  .hj-tab-title>div {
    width: 180px;
    font-size: 28px;
    margin-right: 88px;
  }

  .hj-tab-title>div::before {
    right: -28px;
  }

  .hj-tab-title>div img {
    max-height: 23px;
    margin-top: 8px;
  }

  .hj-tab-title>div span::before {
    height: 6px;
  }

  .m25 {
    margin: 0 -15px;
  }

  .p25 {
    padding: 0 15px;
  }

  .tp-list-a .img-box {
    height: 178px;
    margin-bottom: 12px;
  }
}

@media (max-width: 1279px) {
  nav.navbar.bootsnav ul.nav {
    margin: 0px 104px;
  }

  .index-banner .swiper-kzq-box {
    width: 543px;
  }

  .m39 {
    margin: 0 -20px;
  }

  .p39 {
    padding: 0 20px;
  }

  .cjg-kxj-icon .img-box {
    height: 159px;
  }

  .hj-re-a .img-box {
    height: 231px;
  }

  .m19 {
    margin: 0 -15px;
  }

  .p19 {
    padding: 0 15px;
  }

  .moment-left-img {
    height: 345px;
  }

  .mon-img {
    height: 164px;
    margin-bottom: 18px;
  }

  .hjry-list-a .img-box {
    height: 223px;
  }

  .pc-left-menu a {
    font-size: 18px;
    padding: 10px 10px;
  }

  .tw-list-a .img-box {
    width: 310px;
    height: 204px;
    margin-right: 30px;
  }

  .tw-list-a .title {
    margin-bottom: 15px;
  }

  .tw-list-a .desc {
    line-height: 30px;
    height: 90px;
    margin-bottom: 25px;
  }

  .tp-list-a .img-box {
    height: 173px;
  }

  .lg-outer .lg-object {
    max-width: 80% !important;
  }
}

@media (max-width: 1199px) {
  nav.navbar.bootsnav .navbar-brand {
    max-width: 420px;
  }

  nav.navbar.bootsnav ul.nav {
    margin: 0px 0px;
  }

  nav.navbar.bootsnav ul.nav>li>a {
    font-size: 18px;
  }

  nav.navbar.bootsnav ul.nav>li {
    margin: 0 100px 0 0;
  }

  .index-banner .banner-img>a,
  .index-banner .banner-video>a {
    width: 450px;
    height: 242px;
  }

  .index-banner {
    padding-bottom: 30px;
  }

  .index-banner .banner-info {
    padding-top: 0px;
  }

  .index-banner .banner-info .title {
    font-size: 24px;
  }

  .index-banner .banner-info .more {
    margin-top: 25px;
    height: 40px;
    line-height: 40px;
    width: 140px;
    font-size: 16px;
  }

  .index-banner .swiper-kzq-box {
    width: 433px;
  }

  .index-banner .banner-scroll {
    margin-top: 240px;
  }

  .cjg-kxj-title {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 16px;
    margin-bottom: 24px;
  }

  .cjg-kxj-desc {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .cjg-kxj-icon {
    padding: 20px 30px;
  }

  .cjg-kxj-icon::before {
    height: 100px;
  }

  .cjg-kxj-icon .img-box {
    height: 121px;
  }

  .hj-tab-btn {
    margin-bottom: 35px;
  }

  .hj-tab-btn>div {
    width: 145px;
    height: 40px;
    font-size: 16px;
    padding-left: 25px;
  }

  .hj-tab-btn>div:nth-child(2) {
    padding-left: 22px;
  }

  .hj-tab-btn>div:nth-child(2) img {
    margin-top: 9px;
  }

  .hj-tab-btn>div img,
  .hj-tab-btn>div span {
    line-height: 40px;
  }

  .hj-tab-btn>div img {
    margin-top: 10px;
    margin-right: 15px;
  }

  .hj-tab-cont {
    padding-top: 60px;
  }

  .hj-tab-cont .year-title {
    top: -130px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .hj-tab-cont .year-list {
    margin-bottom: 45px;
  }

  .hj-tab-cont .year-list li {
    font-size: 17px;
    line-height: 22px;
  }

  .hj-tab-cont .year-list a {
    font-size: 14px;
    line-height: 22px;
  }

  .hj-re-a {
    margin-bottom: 15px;
  }

  .hj-re-a .img-box {
    height: 178px;
  }

  .hj-re-a .title {
    width: auto;
    font-size: 16px;
    margin-bottom: 14px;
  }

  .year-owl .owl-prev,
  .year-owl .owl-next {
    width: 45px;
    height: 45px;
  }

  .year-owl .owl-prev {
    right: 25px;
  }

  .index-box1 {
    padding: 70px 0 50px 0;
  }

  .hj-list-box::before {
    right: 0px;
    top: -35px;
    width: 130px;
    height: 215px;
  }

  .index-box2 {
    padding: 70px 0 60px 0;
  }

  .moment-left-img {
    height: 283px;
    margin-bottom: 30px;
  }

  .mon-img {
    height: 132px;
  }

  .index-box3-title {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 18px;
    margin-bottom: 36px;
  }

  .index-box3 {
    padding: 65px 0 40px 0;
  }

  .footer span,
  .footer a {
    font-size: 14px;
  }

  .dp .img-box {
    width: 490px;
  }

  .ny-top-img .bread-box {
    max-width: 850px;
  }

  .col-cjgny-md3 {
    width: 23%;
  }

  .col-cjgny-md9 {
    width: 77%;
  }

  .hjry-list-a .img-box {
    height: 240px;
  }

  .ny-year-list .col-md-9 .col-lg-3:nth-child(4n+1) {
    clear: none;
  }

  .ny-year-list .col-md-9 .col-lg-3:nth-child(3n+1) {
    clear: left;
  }

  .ny-ry-detail .detail-box .img-box>div {
    width: 210px;
    height: 294px;
  }

  .tp-list-a .img-box {
    height: 140px;
  }

  .lg-outer .lg-object {
    max-width: 65% !important;
  }
	.hj-re-a .subtitlt {font-size: 15px;}
}

@media (max-width: 991px) {
  nav.navbar.bootsnav::before {
    height: 180px;
    background-size: 100% 180px;
  }

  nav.navbar.bootsnav {
    min-height: 120px;
  }

  nav.navbar.bootsnav .navbar-brand {
    margin: 30px 0 !important;
    max-width: 360px;
  }

  nav.navbar.bootsnav .navbar-header {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }

  .header-other {
    right: 45px;
    top: 47px;
  }

  .navbar .toggle {
    display: block;
    top: 52px;
    right: 0px;
    padding-left: 26px;
    margin-top: 0px;
  }

  .index-banner .banner-scroll {
    margin-top: 160px;
  }

  .hc-mobile-nav .nav-wrapper {
    background: #363430;
  }

  .hc-mobile-nav li.nav-close a,
  .hc-mobile-nav li.nav-back a {
    background: #d5ab57;
    border-top: none;
    border-bottom: none;
  }

  .hc-mobile-nav.nav-levels-expand .nav-container li.level-open a:hover,
  .hc-mobile-nav.nav-levels-none .nav-container li.level-open a:hover {
    background: #d5ab57;
  }

  .hc-mobile-nav.nav-levels-expand .nav-container li.level-open,
  .hc-mobile-nav.nav-levels-none .nav-container li.level-open {
    background: #262522;
  }

  .hc-mobile-nav li.nav-close a:hover,
  .hc-mobile-nav li.nav-back a:hover {
    background: #d5ab57;
  }

  .hc-mobile-nav ul ul {
    text-indent: 0 !important;
    padding-left: 10px;
  }

  .hc-mobile-nav a:hover {
    color: #bc993a;
  }

  .hc-mobile-nav li.nav-parent a {
    color: #fff;
  }

  .hc-mobile-nav:not(.touch-device) a:hover {
    background: #101010;
  }

  .navbar .toggle:hover span,
  .navbar .toggle:hover span::before,
  .navbar .toggle:hover span::after {
    background: linear-gradient(0deg, #BB9838, #CEB564);
  }

  .index-banner .banner-img,
  .index-banner .banner-video {
    float: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .index-banner .banner-img>a,
  .index-banner .banner-video>a {
    width: 100%;
    height: 381px;
  }

  .index-banner .banner-info {
    margin-bottom: 70px;
  }

  .index-banner .banner-info .title {
    font-size: 22px;
    line-height: 34px;
    height: auto;
  }

  .index-banner .swiper-kzq-box {
    width: 100%;
    bottom: 0px;
  }

  .index-box1::before {
    right: 0;
    width: auto;
  }

  .index-box1::after {
    display: none;
  }

  .m39 {
    margin: 0 -15px;
  }

  .p39 {
    padding: 0px 15px;
  }

  .cjgen-index-md4 {
    width: auto;
  }

  .cjgen-index-md8 {
    width: auto;
  }

  .cjg-kxj-desc {
    height: auto;
  }

  .cjg-kxj-icon {
    width: 60%;
    margin-bottom: 40px;
  }

  .cjg-kxj-icon .img-box {
    height: 171px;
    width: 171px;
    margin: 0 auto;
  }

  .hj-re-a .img-box {
    height: 410px;
  }

  .hj-re-a .title {
    margin-left: 0;
  }

  .index-box2::before {
    left: 0;
    width: auto;
  }

  .index-box2::after {
    display: none;
  }

  .col-md-push-8 {
    left: 0;
  }

  .col-md-pull-4 {
    right: 0;
  }

  .year-owl .owl-next {
    right: 0px;
  }

  .year-owl .owl-prev {
    right: 45px;
  }

  .moment-left-img {
    height: 447px;
  }

  .mon-img {
    height: 214px;
    margin-bottom: 30px;
  }

  .footer .f-logo {
    max-width: 240px;
    margin-right: 20px;
  }

  .footer .f-info {
    padding-left: 20px;
  }

  .index-box1 {
    padding: 50px 0 50px 0;
  }

  .index-box2 {
    padding: 50px 0 50px 0;
  }

  .index-box3 {
    padding: 50px 0 20px 0;
  }

  nav.navbar.bootsnav.scroll {
    min-height: 120px;
  }

  .ny-top-img {
    height: 420px;
  }

  .ny-top-img .bread-box {
    left: 15px;
    max-width: 550px;
  }

  .ny-top-img .ny-title {
    font-size: 28px;
    line-height: 34px;
  }

  .cjgen-ny-box {
    padding: 50px 0 50px 0;
    background-size: 100% 190px;
  }

  .cjgen-ny-box::before {
    width: 120px;
    height: 243px;
  }

  .top-logo {
    margin-bottom: 25px;
  }

  .dp h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .dp .img-box {
    width: 350px;
  }

  .dp .dp-cont {
    font-size: 16px;
    line-height: 28px;
  }

  .col-cjgny-md3,
  .col-cjgny-md9 {
    width: auto;
  }

  .pc-left-menu {
    display: none;
  }

  .ph-left-menu {
    display: block;
  }

  .ny-ry-detail .ry-xk {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .ny-ry-detail .ry-xk-desc {
    font-size: 18px;
    line-height: 26px;
  }

  .ny-ry-detail .detail-box {
    margin-top: 30px;
    padding: 35px 25px;
  }

  .ny-ry-detail .detail-box .img-box {
    padding-right: 10px;
    padding-bottom: 10px;
    margin-right: 30px;
  }

  .ny-ry-detail .detail-box .img-box::before {
    top: 10px;
    left: 10px;
  }

  .ny-ry-detail .detail-box .img-box>div {
    width: 180px;
    height: 252px;
  }

  .ny-ry-detail .detail-box .name {
    margin-bottom: 25px;
  }

  .ny-ry-detail .detail-box .name span {
    font-size: 26px;
    line-height: 30px;
  }

  .ny-ry-detail .detail-box .name span:nth-child(2) {
    font-size: 18px;
    margin-left: 20px;
  }

  .ny-ry-detail .detail-box .group-title {
    font-size: 18px;
  }

  .ny-ry-detail .detail-box .group {
    font-size: 15px;
    line-height: 28px;
  }

  .tw-list-a .img-box {
    width: 260px;
    height: 170px;
  }

  .tw-list-a .title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .tw-list-a .desc {
    font-size: 16px;
    line-height: 26px;
    height: 78px;
    margin-bottom: 25px;
  }

  .tw-list-a .date {
    font-size: 16px;
  }

  .details-page .detail-top .title-s {
    font-size: 24px;
    line-height: 34px;
  }

  .details-page .detail-top .top-other {
    font-size: 16px;
    margin-top: 24px;
  }

  .details-page .detail-top {
    margin-bottom: 25px;
    padding-bottom: 18px;
  }

  .details-page .main-cont p,
  .details-page .main-cont div {
    line-height: 30px;
  }

  .details-page .main-cont {
    font-size: 16px;
  }

  .tp-list-a .img-box {
    height: 145px;
  }

  .cjgen-tp-list .row .col-md-3:nth-child(4n+1) {
    clear: none;
  }

  .cjgen-tp-list .row .col-md-3:nth-child(3n+1) {
    clear: left;
  }

}

@media (max-width: 767px) {
  nav.navbar.bootsnav.scroll {
    min-height: 150px;
  }

  nav.navbar.bootsnav {
    min-height: 150px;
  }

  nav.navbar.bootsnav .navbar-brand {
    margin: 30px 0 !important;
    max-width: 360px;
  }

  .header-other {
    top: 108px;
  }

  .navbar .toggle {
    top: 112px;
  }

  .index-banner .banner-scroll {
    margin-top: 170px;
  }

  .index-banner .banner-img>a,
  .index-banner .banner-video>a {
    height: 180px;
  }

  .cjg-kxj-img {
    margin-bottom: 25px;
  }

  .cjg-kxj-desc {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .cjg-kxj-icon {
    width: 100%;
  }

  .cjg-kxj-icon .img-box {
    height: auto;
    width: auto;
  }

  .hj-tab-btn {
    margin-bottom: 25px;
  }

  .hj-tab-cont {
    padding-top: 0px;
  }

  .hj-tab-cont .year-list {
    margin-bottom: 18px;
  }

  .hj-tab-cont .year-list li {
    margin-bottom: 6px;
  }

  .hj-tab-cont .year-list ul,
  .hj-tab-cont .year-list a {
    float: none;
  }

  .hj-tab-cont .year-list ul {
    margin-bottom: 5px;
  }

  .hj-tab-cont .year-list a {
    color: #868383;
  }

  .hj-tab-cont .year-title {
    position: static;
  }

  .hj-re-a .img-box {
    height: auto;
    width: 210px;
    margin: 0 auto;
  }

  .moment-left-img {
    height: auto;
  }

  .mon-img {
    height: auto;
  }

  .footer .f-logo {
    float: none;
    display: block;
    max-width: 95%;
    margin-right: 0px;
    margin: 0 auto;
  }

  .footer .f-info {
    padding-left: 0px;
    margin-top: 20px;
  }

  .footer .f-info::before {
    display: none;
  }

  .index-banner .banner-next {
    left: 42px;
  }

  .search-btn-ph {
    border: 1px solid #C79F45;
  }

  nav.navbar.bootsnav::before {
    height: 200px;
    background-size: 100% 200px;
  }

  .ny-top-img {
    height: 310px;
  }

  .ny-top-img .bread-box {
    right: 15px;
    max-width: 100%;
    padding: 10px 60px 11px 0px;
  }

  .ny-top-img .ny-title {
    font-size: 24px;
    line-height: 28px;
  }

  .ny-top-img .bread-crumbs .bread-item-groups {
    line-height: 20px;
  }

  .ny-top-img .bread-crumbs .bread-item a {
    font-size: 14px;
  }

  .dp h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 25px;
  }

  .dp .img-box {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  .hj-tab-title {
    width: 100%;
    margin: 0 auto 40px;
  }

  .hj-tab-title>div {
    float: left;
    width: auto;
    font-size: 22px;
    margin-right: 0px;
  }

  .hj-tab-title>div::before {
    display: none;
  }

  .hj-tab-title>div:nth-child(2) {
    float: right;
  }

  .hj-tab-title>div img {
    max-height: 20px;
    margin-top: 10px;
    margin-right: 11px;
  }

  .hjry-list-a {
    margin-bottom: 30px;
  }

  .hjry-list-a .img-box {
    height: auto;
    width: 210px;
    margin: 0 auto;
  }

  .hjry-list-a .title {
    width: auto;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-top: 0px;
  }

  .cjgen-ny-box {
    padding: 45px 0 35px 0;
  }

  .ny-ry-detail .detail-box {
    padding: 25px 15px;
  }

  .ny-ry-detail .detail-box .img-box {
    float: none;
    width: 220px;
    margin: 0 auto 20px;
  }

  .ny-ry-detail .detail-box .img-box>div {
    width: 100%;
    height: 100%;
  }

  .ny-ry-detail .detail-box .name {
    padding-bottom: 10px;
    border-bottom: 1px solid #B88F3D;
  }

  .ny-ry-detail .detail-box .name span {
    display: block;
    font-size: 24px;
  }

  .ny-ry-detail .detail-box .name span:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
  }

  .cjgen-nytw-list li {
    margin-bottom: 30px;
  }

  .tw-list-a .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto 15px;
  }

  .tw-list-a .title {
    font-size: 20px;
    overflow: initial;
    white-space: normal;
  }

  .tw-list-a .desc {
    height: auto;
    margin-bottom: 10px;
  }

  .tw-list-a .date {
    font-size: 16px;
  }

  .details-page .detail-top .title-s {
    font-size: 22px;
    line-height: 30px;
  }

  .details-page .detail-top .top-other {
    font-size: 14px;
    margin-top: 15px;
  }

  .tp-list-a .img-box {
    height: auto;
  }

  .lg-outer .lg-object {
    max-width: 90% !important;
  }

  .hj-re-a .subtitlt, .hjry-list-a .subtitlt {
    height: auto;
  }

  .d-box .search-cont {
    width: 90%;
  }

  .d-box .close-d-box {
    right: 20px;
    top: -150px;
  }
}