/*多行溢出*/
/*网站响应样式*/
@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: 1366px) {
  .lunb-a .img-box {
    height: 432px;
  }
  .marquee-box {
    height: 360px;
  }
  .zs-info-a {
    padding: 13px 8px;
  }
  .zs-info-a .img-box {
    margin-right: 7px;
  }
  .zs-info-a .img-box > div {
    width: 40px;
    height: 40px;
  }
  .zs-info-a .zs-info-t {
    font-size: 15px;
  }
  .index-callus-box {
    min-height: 226px;
    padding: 30px 20px 20px 20px;
  }
  .index-callus-box .ewm-box {
    float: left;
    width: 140px;
    margin-right: 30px;
  }
  .index-callus-box .ewm-box::before {
    right: -30px;
  }
  .index-callus-box .ewm-box .img-box {
    width: 100px;
    height: 100px;
  }
  .index-callus-box .call-info {
    padding-left: 35px;
  }
  .stu-active {
    height: 182px;
  }
  .link-cont li:hover,
  .link-cont li.active {
    height: 114px;
  }
  .pcright {
    left: auto !important;
    right: 100% !important;
  }
  .zs-info-ss .zs-info-t {
    font-size: 22px;
  }
}
@media (max-width: 1279px) {
  .lunb-a .img-box {
    height: 409px;
  }
  .marquee-box {
    height: 340px;
  }
  .zs-info-a .zs-info-t {
    font-size: 14px;
  }
  .index-callus-box {
    min-height: 220px;
  }
  .index-callus-box .call-info p {
    margin-bottom: 5px;
  }
  .link-cont li:hover,
  .link-cont li.active {
    height: 108px;
  }
  .stu-active {
    height: 172px;
  }
}
@media (max-width: 1199px) {
  .header .header-logo {
    max-width: 580px;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 14px;
  }
  .m20 {
    margin: 0 -15px;
  }
  .p20 {
    padding: 0 15px;
  }
  .lunb-a .img-box {
    height: 338px;
  }
  .marquee-box {
    height: 270px;
  }
  .m11 {
    margin: 0 -15px;
  }
  .p11 {
    padding: 0 15px;
  }
  .zs-info-ss .zs-info-t {
    font-weight: bold;
    line-height: 21px;
  }
  .db-a {
    position: relative;
    padding-bottom: 24px;
  }
  .db-a:hover .db-date {
    background: transparent;
    color: #183884;
  }
  .db-a .db-date {
    float: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    padding-top: 0;
    margin-right: 0;
    background: none;
    border-left: none;
  }
  .db-a .db-date div {
    display: inline-block;
  }
  .db-a .db-date div:first-child {
    font-size: 16px;
  }
  .db-a .db-title {
    margin-bottom: 8px;
  }
  .db-a .st-te-name {
    margin-bottom: 7px;
  }
  .link-cont li:hover,
  .link-cont li.active {
    height: 88px;
  }
  .index-callus-box {
    min-height: 200px;
  }
  .index-callus-box .ewm-box {
    width: 110px;
    margin-right: 15px;
  }
  .index-callus-box .ewm-box::before {
    right: -15px;
  }
  .index-callus-box .ewm-box .img-box {
    width: 75px;
    height: 75px;
    margin: 0 auto 12px;
  }
  .index-callus-box .ewm-box .ewm-tip {
    font-size: 12px;
    line-height: 18px;
  }
  .index-callus-box .call-info {
    padding-left: 20px;
  }
  .index-callus-box .call-info p {
    font-size: 14px;
    line-height: 20px;
  }
  .stu-active {
    height: 192px;
  }
  .tutor li .ptbox h3{
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 30px 0 70px 0;
  }
  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;
  }
  nav.navbar.bootsnav {
    min-height: 45px;
    margin-top: -45px;
  }
  nav.navbar.bootsnav ul.nav {
    margin-left: -15px;
    margin-right: -15px;
  }
  nav.navbar.bootsnav ul.nav > li {
    width: 100% !important;
  }
  nav.navbar.bootsnav ul.nav > li:nth-child(7) > a {
    padding: 10px 10px !important;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    text-align: left;
    border: none;
    padding: 10px 10px !important;
    color: #333;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu {
    padding: 0 !important;
    min-width: 100%;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li {
    border: none;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    padding: 5px 15px;
    font-size: 14px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li ul {
    min-width: 100%;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li ul > li > a {
    font-size: 12px;
    padding: 5px 20px;
  }
  .left-nav-btn {
    display: block;
    color: #FFF;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
  }
  .header-a-pc .header-a {
    display: none;
  }
  .header-a-ph {
    float: left;
    display: block;
    width: calc(100% - 30px);
  }
  .header-a-ph li:first-child {
    float: left;
  }
  .header-a-ph li:last-child {
    float: right;
  }
  .header-a-ph .header-a {
    line-height: 45px;
    color: #FFF;
  }
  .header-a-ph .header-a:first-child::before {
    top: 16px;
    background: #fff;
  }
  .search-box-pc {
    margin-top: 8px;
    height: auto;
  }
  .search-box-pc .search-btn-ph {
    display: block;
  }
  .d-box {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
  }
  .d-box .d-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .d-box .close-d-box {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -25px;
    top: -70px;
    cursor: pointer;
    background: url(jdwl-close-btn.png) no-repeat center center;
  }
  .d-box .s-btn {
    background: url(jdwl-search-pc.png) no-repeat center center;
  }
  .index-box1 {
    margin-top: 30px;
  }
  .jdwl-md-8,
  .jdwl-md-4 {
    width: auto;
  }
  .lunb-a .img-box {
    height: 404px;
  }
  .index-news-box {
    margin-top: 20px;
  }
  .marquee-box {
    height: 440px;
  }
  .zsactive-notice-ul {
    margin-bottom: 20px;
  }
  .index-box3 {
    margin-top: 10px;
  }
  .zs-info-ss .zs-info-t {
    line-height: 43px;
  }
  .zs-info-a .zs-info-t {
    line-height: 43px;
  }
  .db-a .db-title {
    height: auto;
  }
  .inedx-box4 {
    margin-top: 10px;
  }
  .index-callus-box {
    margin-bottom: 20px;
  }
  .index-callus-box .ewm-box {
    width: 160px;
    margin-right: 30px;
  }
  .index-callus-box .ewm-box::before {
    right: -30px;
  }
  .index-callus-box .ewm-box .img-box {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
  }
  .index-callus-box .ewm-box .ewm-tip {
    font-size: 16px;
    line-height: 21px;
  }
  .index-callus-box .call-info {
    padding-left: 40px;
  }
  .index-callus-box .call-info p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .link-cont li:hover,
  .link-cont li.active {
    height: 142px;
  }
  .stu-active {
    height: 227px;
  }
  .shortcut-a {
    margin-bottom: 25px;
  }
  .index-box6 {
    padding: 40px 0 15px 0;
  }


}
@media (max-width: 767px) {
  .header .header-logo {
    width: 100%;
  }
  .lunb-a {
    margin-bottom: 40px;
  }
  .lunb-a .img-box {
    height: 222px;
  }
  .lunb-a .lunb-title {
    font-size: 16px;
    text-align: justify;
    padding: 12px 20px 12px 20px;
    overflow: initial;
    white-space: normal;
  }
  .index-box1 .owl-dots {
    right: 50%;
    transform: translateX(50%);
    bottom: 10px;
  }
  .index-box1 .owl-dots .owl-dot {
    border: 1px solid #CCC;
  }
  .index-box1 .owl-dots .active {
    border: none;
  }
  .zsactive-notice-a .an-title {
    overflow: initial;
    white-space: normal;
    text-align: justify;
  }
  .db-a {
    position: static;
    padding-bottom: 0;
  }
  .db-a .db-date {
    position: static;
    float: left;
    width: 70px;
    height: 70px;
    margin-right: 20px;
    background: #DCE5F6;
    padding-top: 14px;
    border-left: 3px solid #183884;
  }
  .db-a .db-date div:first-child {
    font-size: 18px;
    font-weight: bold;
  }
  .db-a .db-title {
    display: block;
    overflow: initial;
    text-align: justify;
  }
  .db-a .st-te-name {
    margin-bottom: 0;
  }
  .db-a:hover .db-date {
    background: #183884;
    color: #FFF;
    transition: all 0.5s;
  }
  .index-callus-box .ewm-box {
    float: none;
    margin: 0 auto 15px;
    width: 80%;
  }
  .index-callus-box .ewm-box::before {
    display: none;
  }
  .index-callus-box .call-info {
    padding-left: 0px;
    text-align: center;
  }
  .link-cont {
    margin-bottom: 20px;
  }
  .link-cont li:hover,
  .link-cont li.active {
    height: auto;
  }
  .stu-active {
    height: auto;
  }
  .footer {
    padding: 30px 0 30px 0;
  }
  .title-box .i-title {
    font-size: 17px;
  }
  .title-box .db-more-box .title-more {
    font-size: 12px;
  }
}
