/*多行溢出*/
/*网站响应样式*/
@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: 1680px) {
  .lunb-a .img-box {
    height: 560px;
  }
  .index-box1 .owl-dots {
    right: 224px;
  }
}
@media (max-width: 1440px) {
  .lunb-a .img-box {
    height: 480px;
  }
  .index-box1 .owl-dots {
    right: 95px;
  }
	.xsfc .item .img-box {height: 180px;}
}
@media (max-width: 1366px) {
  .lunb-a .img-box {
    height: 456px;
  }
  .index-box1 .owl-dots {
    right: 85px;
  }
  .yjcg-top-info .img-box {
    height: 215px;
  }
  .yjfx-a {
    min-height: 142px;
    padding: 35px 30px 33px 30px;
  }
  .kxpj-box {
    height: 215px;
  }
  .footer .f-logo1 {
    width: 230px;
  }
  .sys-box2 .zzjg-cont::after {
    left: 20px;
    right: 20px;
  }
  .yjcg-img-box .img-box {
    height: 382px;
  }
  .yjcg-txt-box {
    min-height: 181px;
  }
  .xshd-img-box {
    height: 215px;
  }
  .ny-right {
    margin-left: 0;
  }
  .pelist-a .img-box {
    height: 206px;
  }
  .gcpt-img-a .img-box {
    height: 241px;
  }
  .kxpj-left-imgbox .img-box {
    height: 363px;
  }
  .kxpj-right-imgbox .img-box {
    height: 111px;
  }
  .kfjl-img-box {
    height: 158px;
  }
  .kxcb-link-a .img-box {
    height: 150px;
  }
}
@media (max-width: 1280px) {
  .lunb-a .img-box {
    height: 428px;
  }
  .index-box1 .owl-dots {
    right: 45px;
  }
	.xsfc .item .img-box {height: 175px;}
}
@media (max-width: 1279px) {
  .header {
    padding: 24px 0 60px 0;
    background-size: cover;
  }
  .header .header-logo {
    max-width: 420px;
  }
  .lunb-a::after {
    height: 150px;
  }
  .lunb-a .img-box {
    height: 400px;
  }
  .lunb-a .lunb-info {
    max-width: 630px;
  }
  .lunb-a .lunb-title {
    font-size: 20px;
  }
  .yjcg-top-info .img-box {
    height: 204px;
  }
  .yjfx-a {
    min-height: 138px;
    padding: 32px 30px 32px 30px;
  }
  .kxpj-box {
    height: 204px;
  }
  .footer .f-info {
    max-width: 70%;
    font-size: 12px;
  }
  .yjcg-img-box .img-box {
    height: 362px;
  }
  .yjcg-txt-box {
    min-height: 171px;
  }
  .xshd-img-box {
    height: 203px;
  }
  .d-cont .d-detail {
    width: 1000px;
  }
  .m30 {
    margin: 0 -15px;
  }
  .p30 {
    padding: 0 15px;
  }
  .pelist-a .img-box {
    height: 220px;
  }
  .gcpt-img-a .img-box {
    height: 228px;
  }
  .sygc-box3 .left-title-box {
    top: 8px;
    bottom: 8px;
    padding: 25px 25px 25px 25px;
  }
  .gcpt-img {
    width: 620px;
    height: 402px;
  }
  .hex {
    padding-bottom: 26% !important;
  }
  .hex:nth-child(7n+5),
  .hex:nth-child(7n+6),
  .hex:nth-child(7n+7) {
    margin-top: -5.4% !important;
  }
  .kxpj-left-imgbox .img-box {
    height: 345px;
  }
  .kxpj-left-imgbox .img-box::before {
    height: 120px;
  }
  .kxpj-right-imgbox .img-box {
    height: 105px;
  }
  .kxpj-right-imgbox .img-box::before {
    height: 60px;
  }
  .kfjl-img-box {
    height: 148px;
  }
  .kfjl-box {
    max-height: 280px;
  }
  .kxcb-link-a .img-box {
    height: 142px;
  }
}
@media (max-width: 1199px) {
  .pc-nav {
    display: none;
  }
  .ph-nav {
    position: relative;
  }
  .toggle {
    display: block !important;
    top: -22px !important;
  }
  .header-other {
    margin-right: 45px;
    padding-top: 25px;
  }
  .index-box1 .owl-dots {
    right: 128px;
  }
  .yjcg-top-info .img-box {
    height: 258px;
  }
  .yjfx-list li {
    float: left;
    width: 32%;
    margin-right: 18px;
  }
  .yjfx-list li:nth-child(3) {
    margin-bottom: 19px;
    margin-right: 0;
  }
  .kxpj-box {
    height: 165px;
  }
  .footer {
    padding: 30px 0 30px 0;
  }
  .footer .f-logo1 {
    float: none;
    display: block;
    width: 244px;
    margin: 0 auto;
  }
  .footer .f-info {
    max-width: 100%;
    display: block;
    padding-left: 0;
    text-align: center;
    margin: 15px 0;
  }
  .footer .f-info::before {
    display: none;
  }
  .footer .f-logo2 {
    float: none;
    margin: 0 auto;
    display: block;
  }
  .yjfx-title-box {
    width: 320px;
  }
  .kxyj-box2 {
    margin-top: 70px;
  }
  .yjcg-img-box .img-box {
    height: 298px;
  }
  .yjcg-img-box .tip {
    font-size: 20px;
    padding: 16px 40px 16px 20px;
  }
  .kxyj-box2-cont > .row:nth-child(2) .yjcg-img-box .tip,
  .kxyj-box2-cont > .row:nth-child(4) .yjcg-img-box .tip {
    padding: 16px 20px 16px 54px;
  }
  .yjcg-txt-box {
    min-height: 140px;
    padding: 20px 20px 20px 20px;
  }
  .xshd-img-box {
    height: 165px;
  }
  .pe-list .clo-lg-3:nth-child(4n+1) {
    clear: none;
  }
  .pe-list .clo-lg-3:nth-child(3n+1) {
    clear: left;
  }
  .pelist-a .img-box {
    height: 244px;
  }
  .sycg2-cont {
    width: 613px;
  }
  .gcpt-img-a .img-box {
    height: 185px;
    border-radius: 20px;
  }
  .gcpt-img {
    width: 500px;
    height: 324px;
  }
  .sygc-box3 .left-title-box {
    width: 490px;
  }
  .hex p {
    padding: 0 12px !important;
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .m22 {
    margin: 0 -15px;
  }
  .p22 {
    padding: 0 15px;
  }
  .kxpj-left-imgbox .img-box {
    height: 288px;
  }
  .kxpj-right-imgbox .img-box {
    height: 86px;
  }
  .kxpj-right-imgbox .right-title {
    -webkit-line-clamp: 1;
  }
  .bg-box {
    padding: 17px 15px 20px 15px;
  }
  .kfxw-box {
    max-height: 330px;
  }
  .kxcb-link-a .img-box {
    height: 114px;
  }
  .kxcb-list-ul li {
    margin-bottom: 7px;
  }
	.xsfc .item .img-box {height: 195px;}
	.culture-a {padding: 16px 0;}
	.culture-a:hover {padding: 16px;}
}
@media (max-width: 1024px) {
  .index-box1 .owl-dots {
    right: 50px;
  }
  .d-cont {
    width: 80%;
  }
  .d-cont .d-detail {
    width: 100%;
    text-align: justify;
    background-size: 100% 100px;
  }
  .tk-box1 {
    margin-top: -40px;
    padding: 0 15px;
  }
  .tk-box2 {
    padding: 30px 15px;
  }
  .tk-box2::before {
    border-radius: 0px 120px 0px 120px;
  }
  .tk-box2::after {
    width: 300px;
    height: 280px;
    background-size: 100% 100%;
  }
  .tk-box3 {
    padding: 30px 15px 32px 15px;
  }
  .tk-title {
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .tk-group {
    margin-bottom: 15px;
  }
  .tk-group p {
    line-height: 22px;
  }
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    min-height: 45px;
  }
  nav.navbar.bootsnav ul.nav {
    margin-left: -15px;
    margin-right: -15px;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav > li::before {
    display: none;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    text-align: left;
    border: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  nav.navbar.bootsnav ul.nav > li > a::before,
  nav.navbar.bootsnav ul.nav > li > a::after {
    display: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    padding: 0 !important;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    padding: 5px 0px;
    text-align: left;
    font-size: 14px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li ul {
    min-width: 100%;
  }
  nav.navbar.bootsnav .navbar-header {
    min-height: 45px;
  }
  nav.navbar.bootsnav .navbar-toggle {
    float: right !important;
    margin: 0 !important;
    background-color: transparent;
    top: 9px;
  }
  nav.navbar.bootsnav .navbar-toggle .fa {
    color: #FFF;
  }
  .lunb-a .img-box {
    height: 330px;
  }
  .lunb-a .lunb-info {
    max-width: 90%;
    padding-left: 15px;
    padding-bottom: 50px;
  }
  .index-box1 .owl-dots {
    right: 10px;
    bottom: 15px;
    /* transform: translateX(50%); */
  }
  .yjcg-top-info .img-box {
    height: 196px;
  }
  .m17 {
    margin: 0 -15px;
  }
  .p17 {
    padding: 0 15px;
  }
  .m18 {
    margin: 0 -15px;
  }
  .p18 {
    padding: 0 15px;
  }
  .yjcg-list {
    margin-bottom: 20px;
  }
  .yjfx-list li {
    float: left;
    width: 32%;
    margin-right: 14px;
  }
  .yjfx-a {
    min-height: 124px;
    padding: 25px 20px 25px 20px;
  }
  .index-box2 {
    padding: 46px 0 40px 0;
  }
  .news-box {
    margin-bottom: 30px;
  }
  .kxpj-box {
    height: 125px;
  }
  .m21 {
    margin: 0 -15px;
  }
  .p21 {
    padding: 0 15px;
  }
  .sys-box1 .img-box {
    margin-bottom: 15px;
  }
  .sys-box1 .txt {
    line-height: 24px;
  }
  .sys-box5 .call-cont {
    padding: 30px 25px;
  }
  .other-menu {
    display: none;
  }
  .yjfx-title-box {
    width: 250px;
  }
  .yjcg-img-box {
    margin-bottom: 20px;
  }
  .yjcg-img-box .img-box {
    height: 226px;
  }
  .yjcg-img-box .title-box {
    padding: 50px 22px 16px 22px;
  }
  .yjcg-img-box .title {
    max-width: 60%;
  }
  .yjcg-txt-box {
    min-height: 104px;
    padding: 10px 20px 10px 20px;
  }
  .yjcg-txt-box .title {
    margin-bottom: 8px;
  }
  .xshd-img-box {
    height: 125px;
  }
  .kxyj-box2-cont > .row .row .col-sm-6:nth-child(1) .yjcg-txt-box,
  .kxyj-box2-cont > .row .row .col-sm-6:nth-child(4) .yjcg-txt-box {
    background-size: 80px 35px;
  }
  .kxyj-box3 {
    margin-top: 30px;
  }
  .kxyj-box2 {
    margin-top: 40px;
  }
  .kxyj-box1 {
    margin-top: 40px;
  }
  .pelist-a .img-box {
    height: 253px;
  }
  .sycg2-cont {
    width: 100%;
  }
  .sycg2-cont .gcpt-img-a .img-box {
    height: 224px;
  }
  .gcpt-img-a .img-box {
    height: 142px;
  }
  .sygc-box1 {
    margin-top: 40px;
  }
  .sygc-box2 {
    margin-top: 5px;
  }
  .gcpt-img {
    width: 390px;
    height: 253px;
  }
  .sygc-box3 {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .sygc-box3 .left-title-box {
    bottom: auto;
    width: 450px;
    top: 30px;
  }
  .kxcb-md-9,
  .kxcb-md-3 {
    width: auto;
  }
  .kxpj-left-imgbox .img-box {
    height: 315px;
  }
  .kxpj-right-imgbox .img-box {
    height: 95px;
  }
  .kfjl-img-box {
    height: 181px;
  }
  .kfxw-box {
    max-height: 480px;
  }
  .kxcb-link-a .img-box {
    height: 128px;
  }
  .kxcb-list-ul {
    margin-top: 15px;
  }
  .col-md-pull-3 {
    right: 0;
  }
  .col-md-push-9 {
    left: 0;
  }
	.xsfc .item .img-box {height: 226px;}
}
@media (max-width: 767px) {
  .header {
    position: static;
    padding: 24px 0 24px 0;
    background: #0B5A69;
  }
  .header-other {
    padding-top: 15px;
  }
  .top-search {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .lunb-a::after {
    display: none;
  }
  .lunb-a .img-box {
    height: 200px;
  }
  .lunb-a .lunb-info {
    position: static;
    max-width: 100%;
    margin-top: 15px;
    padding-left: 0;
    padding-bottom: 45px;
  }
  .lunb-a .lunb-title {
    font-size: 18px;
    color: #0B5A69;
  }
  .lunb-a .lunb-desc {
    color: #666666;
  }
  .index-box1 .owl-dots .owl-dot {
    background: #CCC;
  }
  .index-box1 .owl-dots .active {
    background: #C01414;
  }
  .yjcg-top-info .img-box {
    height: 196px;
  }
  .yjcg-top-info .title {
    overflow: initial;
    white-space: normal;
    text-align: justify;
  }
  .yjcg-top-info .desc {
    height: auto;
  }
  .yjcg-a {
    overflow: initial;
    white-space: normal;
    text-align: justify;
  }
  .yjfx-list li {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .index-box2 {
    padding: 30px 0 30px 0;
  }
  .left-img-cont {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
    display: block;
  }
  .left-img-cont .img-box {
    height: auto;
  }
  .left-img-cont .title {
    display: block;
    height: auto;
    overflow: initial;
    text-align: justify;
  }
  .news-a .title {
    overflow: initial;
    white-space: normal;
    text-align: justify;
  }
  .kxpj-box {
    height: auto;
  }
  .kxpj-list {
    margin-bottom: 20px;
  }
  .kxpj-a {
    overflow: initial;
    white-space: normal;
    text-align: justify;
  }
  .index-box4 {
    padding: 30px 0 20px 0;
  }
  .index-box3 {
    padding: 35px 0 45px 0;
  }
  .ny-top-img {
    height: 200px;
  }
  .ny-top-img .ny-top-tip {
    bottom: 12px;
    max-width: 90px;
  }
  .sys-box1 {
    margin-top: 30px;
  }
  .sys-box1 .sys-info-box {
    margin-bottom: 20px;
  }
  .sys-box1 .sys-info-box::before,
  .sys-box1 .sys-info-box::after {
    display: none;
  }
  .sys-box1 .left-time {
    display: none;
  }
  .sys-box1 .right-txt {
    border-left: none;
    border-bottom: none;
    padding: 0 !important;
    line-height: 24px;
  }
  .sys-box1 .txt {
    margin-bottom: 20px;
  }
  .ny-sys-title {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .sys-box2 {
    margin-top: 10px;
  }
  .f24 {
    font-size: 18px;
  }
  .f22 {
    font-size: 16px;
  }
  .sys-box2 .zzjg-title {
    margin-bottom: 20px;
  }
  .sys-box2 .zzjg-cont::before {
    width: 1px;
    height: 20px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .sys-box2 .zzjg-ul li {
    width: 50%;
    margin-bottom: 45px;
  }
  .sys-box2 .zzjg-ul li:nth-child(2n+1) {
    clear: left;
  }
  .sys-box2 .zzjg-ul li .zzjg-title {
    margin-bottom: 10px;
  }
  .sys-box2 .zzjg-ul p {
    font-size: 15px;
    line-height: 26px;
  }
  .sys-box2 .zzjg-ul .zzjg-group {
    margin-bottom: 26px;
  }
  .sys-box3 {
    margin-top: 0px;
  }
  .sys-box3 .sys-leader-img {
    width: 240px;
    height: 240px;
    margin: 6px auto 20px;
  }
  .sys-box3 h1 {
    font-size: 26px;
  }
  .sys-box3 .leader-info {
    line-height: 22px;
  }
  .sys-box4 {
    margin-top: 25px;
  }
  .sys-box4 li {
    padding: 20px 20px 15px 20px;
  }
  .sys-box4 .wyh-title {
    margin-bottom: 9px;
  }
  .sys-box4 .list-name {
    padding-left: 0px;
  }
  .sys-box4 .name-group div {
    line-height: 26px;
  }
  .sys-box5 {
    margin-top: 30px;
    padding-bottom: 50px;
  }
  .sys-box5 .call-cont {
    float: none;
    width: 100%;
    min-height: auto;
  }
  .sys-box5 .map {
    float: none;
    width: 100% !important;
  }
  .yjfx-title-box {
    float: none;
    width: 100%;
  }
  .yjfx-title-box .yjfx-title {
    height: 90px;
    line-height: 90px;
    margin-bottom: 10px;
  }
  .yjfx-title-box .yjfx-title:last-child {
    margin-bottom: 10px;
  }
  .yjfx-cont {
    margin-left: 0px;
    margin-top: 20px;
    padding: 20px 15px;
  }
  .yjfx-cont::before {
    display: none;
  }
  .yjcg-img-box .img-box {
    height: auto;
  }
  .yjcg-img-box .title-box {
    position: static;
    padding: 12px 0px 0px 0px;
    background: none;
  }
  .yjcg-img-box .title-box div {
    float: none;
  }
  .yjcg-img-box .title-box .title {
    color: #333333;
    overflow: initial;
    white-space: normal;
    max-width: 100%;
    text-align: justify;
    margin-bottom: 5px;
  }
  .yjcg-img-box .title-box .date {
    margin-left: 0px;
  }
  .yjcg-txt-box {
    min-height: auto;
  }
  .kxyj-box3 {
    margin-top: 10px;
  }
  .xshd-img-box {
    height: auto;
  }
  .xshd-a .title {
    overflow: initial;
    white-space: normal;
    text-align: justify;
  }
  .xshd-more-btn {
    margin-bottom: 30px;
  }
  .m10 {
    margin: 0 -15px;
  }
  .p10 {
    padding: 0 15px;
  }
  .ny-right {
    padding: 0 15px 0px 15px;
  }
  .right-top {
    padding-bottom: 15px;
  }
  .right-top .ny-r-title {
    float: none;
    margin-bottom: 10px;
  }
  .right-top .bread-crumbs {
    float: none;
  }
  .pe-list .clo-lg-3:nth-child(3n+1) {
    clear: none;
  }
  .pe-list .clo-lg-3:nth-child(2n+1) {
    clear: left;
  }
  .pelist-a .img-box {
    width: 200px;
    height: auto;
    margin: 0 auto 11px;
  }
  .pe-detail-box {
    padding: 26px 12px 1px 12px;
  }
  .pe-detail-box .info-top .img-box {
    float: none;
    width: 200px;
    margin: 0 auto 20px;
    height: auto;
  }
  .pe-detail-box .info-top .info-title {
    margin-bottom: 5px;
  }
  .pe-detail-box .info-top .info-title span:nth-child(1) {
    font-size: 22px;
    line-height: 30px;
  }
  .pe-detail-box .info-top .info-title span:nth-child(2) {
    margin-top: 5px;
  }
  .pe-detail-box .info-top .info-table li {
    float: none;
    width: 100%;
    padding-right: 0px;
  }
  .pe-detail-box .info-top .title-s,
  .pe-detail-box .info-top .txt-s {
    line-height: 24px;
  }
  .gcpt-img-a {
    margin-bottom: 20px;
  }
  .gcpt-img-a .img-box {
    height: auto !important;
  }
  .gcpt-img-a .title {
    line-height: 26px;
    overflow: initial;
    white-space: normal;
  }
  .sygc-box3 .ny-sys-title {
    text-align: center;
  }
  .sygc-box3 .left-title-box {
    position: static;
    width: 100%;
    padding: 15px 12px 15px 12px;
    margin-bottom: 20px;
  }
  .hex p {
    padding: 0 5px !important;
    font-size: 12px !important;
    line-height: 14px !important;
  }
  .gcpt-img {
    width: 100%;
    height: auto;
  }
  .sygc-box3 {
    margin-bottom: 0;
  }
  .sygc-box .bottom-tx {
    bottom: 0px;
    top: 91%;
  }
  .xds-details-page .title-s {
    line-height: 26px !important;
    font-size: 20px;
  }
  .xds-details-page .other-info {
    float: none !important;
  }
  .xds-details-page .top-other {
    margin-top: 10px !important;
  }
  .xds-details-page .detail-top {
    margin-bottom: 15px;
  }
  .xds-details-page .main-cont p {
    line-height: 24px;
  }
  .xds-ny-box {
    padding: 30px 0 20px 0;
  }
  .wz-list .wz-a {
    margin-bottom: 6px;
  }
  .wz-list .wz-title {
    text-align: justify;
    overflow: initial;
    white-space: normal;
    padding: 5px 0px 5px 20px;
  }
  .wz-list .wz-title::before {
    top: 14px;
  }
  .wz-list .wz-date {
    position: static;
    padding-left: 20px;
  }
  .tw-a .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .tw-a .tw-title {
    text-align: justify;
    overflow: initial;
    white-space: normal;
  }
  .tw-a .tw-desc {
    height: auto;
  }
  .kxcb2-md-9,
  .kxcb2-md-3 {
    width: auto;
  }
  .m7 {
    margin: 0 -15px;
  }
  .p7 {
    padding: 0 15px;
  }
  .kxpj-left-imgbox .img-box {
    height: auto;
  }
  .kxpj-left-imgbox .left-title {
    overflow: initial;
    white-space: normal;
    font-size: 14px;
    line-height: 17px;
    padding: 0 13px 0px 13px;
  }
  .kxpj-right-imgbox .img-box {
    height: auto;
  }
  .kxpj-right-imgbox .img-box::before {
    height: 130px;
  }
  .kxpj-right-imgbox .right-title {
    display: block;
  }
  .kxpj-dp-a .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .kxpj-dp-a .title {
    overflow: initial;
    white-space: normal;
    margin-bottom: 8px;
  }
  .kxpj-dp-a .desc {
    height: auto;
    margin-bottom: 10px;
  }
  .kfjl-img-box {
    height: auto;
  }
  .kfxw-box {
    max-height: 380px;
  }
  .kxcb-link-a {
    margin-bottom: 20px;
  }
  .kxcb-link-a .img-box {
    width: 145px;
    height: auto;
    margin: 0 auto 10px;
  }
  .col-sm-5ths:nth-child(2n+1) {
    clear: left;
  }
  .kxcb-list-ul {
    margin-top: 0px;
  }
  .kxcb-list-a {
    overflow: initial;
    white-space: normal;
  }
  .kp-author .title,
  .kp-author .desc {
    overflow: initial;
    white-space: normal;
  }
  .kxkp-title-box .title {
    margin-right: 0px;
    width: 28.33333%;
    text-align: center;
  }
  .kxkp-title-box .title:first-child {
    width: 15%;
  }
  .kxkp-dp-a .img-box {
    float: none;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .kxkp-dp-a .title {
    overflow: initial;
    white-space: normal;
  }
  .kxkp-dp-a .desc {
    height: auto;
    margin-bottom: 12px;
  }
  .header img{
    width: 300px;
  }
  .header-other{
    width: auto;
  }
  .search-box a{
    margin-left: 0;
    margin-right: 23px;
  }
  .index-box1 .owl-dots {
    right: 50%;
    bottom: 15px;
    transform: translateX(50%);
    padding-right: 40px;
  }
  .index-box1 .owl-dots::after{
    width: 50px;
    height: 50px;
    right: auto;
    bottom: -20px;
    background-size: 100%;
  }
	.xsfc .item .img-box {height: auto;}
	.rcpy-box1 {padding: 40px 0 40px;}
	.rcpy-box2 {padding-bottom: 30px;}
}
