@charset "UTF-8";
.d-flex, .home-five_list, .home-list_four-item a, .home-three_title, .home-list_three-item a, .home-list_two-item a, .home-list_one, .home-two_title, .home-one_box-action, .home-one_box-text-title, .home-one_box .swiper-slide a, .footer-info_ewm, .home-title {
  display: flex;
}

.just-between, .home-three_title, .home-list_one, .home-two_title {
  justify-content: space-between;
}

.align-center, .home-list_four-item a, .home-three_title, .home-list_three-item a, .home-two_title, .home-one_box-action, .home-one_box-text-title, .home-one_box .swiper-slide a {
  align-items: center;
}

.flex-direction-column, .footer-info_ewm {
  flex-direction: column;
}

.just-center, .home-title {
  justify-content: center;
}
.headStyle1x307t3bbm .PrevDisabled,
.headStyle1x307t3bbm a:link {
    box-sizing: content-box;
}
html {
  font-size: 14px;
  color: #333;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.tow, .home-list_four-item-title, .home-list_three-item-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

div,
p,
a,
input,
span,
button,
form {
  box-sizing: border-box;
}

p {
  margin: 0;
}

.wrap {
  max-width: 1520px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  position: sticky;
  top: 0;
  z-index: 88;
}

.top {
  background: #fff/* url(../images/top-bg.png) bottom center no-repeat*/;
  background-size: 100% auto;
}
.top .wrap {
  height: 160px;
}
.top-logo img {
  max-width: 100%;
}
.top-logo span {
  font-size: 34px;
  color: #0054a7;
  margin-left: 35px;
}
.top-search input {
  border: 1px solid rgb(205, 207, 212);
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 11px 0px rgba(93, 23, 25, 0.54);
  width: 282px;
  height: 35px;
  padding: 0 10px;
  margin-right: 8px;
  font-size: 16px;
}
.top-search input::-moz-placeholder {
  color: #c0c0c0;
}
.top-search input::placeholder {
  color: #c0c0c0;
}
.top-search input:focus {
  outline: none;
}
.top-search button {
  border-radius: 6px;
  background: #0054a7 url(../images/search.png) right 17px center no-repeat;
  font-size: 16px;
  width: 90px;
  cursor: pointer;
  height: 35px;
  border: none;
  color: #fff;
  text-align: left;
  padding-left: 18px;
}
.top-search_btn {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  background: #0054a7;
  justify-content: center;
  align-items: center;
  display: none;
}
.top_menu-btn {
  display: none;
  flex-direction: column;
  height: 20px;
  justify-content: space-between;
}
.top_menu-btn span, .top_menu-btn:after, .top_menu-btn:before {
  content: "";
  width: 25px;
  height: 2px;
  background: #0054a7;
}
@media (max-width: 1025px) {
  .top {
    position: relative;
  }
  .top .wrap {
    height: 55px;
  }
  .top-logo img {
    height: 35px;
  }
  .top-logo span {
    font-size: 16px;
    margin-left: 10px;
  }
  .top-search {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9;
    top: 100%;
    background: #fff;
    padding: 15px;
  }
  .top-search.on {
    display: flex;
  }
  .top-search input {
    flex: 1;
    width: auto;
  }
  .top-search_btn {
    display: flex;
    margin-left: auto;
  }
  .top_menu-btn {
    display: flex;
    margin-left: 10px;
  }
}

.nav {
  background: #0054a7;
}
.nav-box_item {
  position: relative;
}
.nav-box_item > a {
  display: block;
  padding: 20px 0;
  font-size: 22px;
  color: #fff;
}
.nav-box_item-arrow {
  display: none;
}
@media (min-width: 1024px) {
  .sub-box {
    display: none;
    position: absolute;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    background: #0054a7;
    min-width: 100%;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
.dhg2 .lk{width:50%;}
.dhg2-con{width:48%;margin-left:2%}

}
.sub-box_item > a {
  display: block;
  padding: 13px 20px;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}
.sub-box_item > a:hover {
  background: rgba(0, 0, 0, 0.15);
}

@media (max-width: 1025px) {
  .nav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 99;
  }
}
@media (max-width: 1025px) {
  .nav .wrap {
    padding: 0;
  }
  .nav-box {
    flex-direction: column;
  }
  .nav-box_item {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
  .nav-box_item > a {
    padding: 12px 20px;
    font-size: 16px;
  }
  .nav-box_item-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    z-index: 9;
    display: block;
    background: url(../images/down.png) center no-repeat;
    width: 40px;
  }
  .nav-box_item.act .sub-box {
    display: block;
  }
  .sub-box {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
  }
  .sub-box_item > a {
    padding: 10px 20px 10px 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
  }
}

.home-title h2 {
  font-size: 36px;
  color: #333333;
  margin: 20px -40px;
}
/*
.home-title::before {
  content: url(../images/title-top.png);
}
.home-title::after {
  content: url(../images/title-bottom.png);
  align-self: flex-end;
}
*/

.home-title_more {
  background: url(../images/right.png) right 10px center no-repeat;
  padding: 9px 38px;
  border-radius: 2px;
  color: #0054a7;
  font-size: 20px;
}
@media (max-width: 1025px) {
  .home-title h2 {
    font-size: 20px;
    margin: 20px -70px;
  }
  .home-title::before {
    transform: scale(0.5);
  }
  .home-title::after {
    transform: scale(0.5);
  }
  .home-title_more {
    background-position: right 5px center;
    background-size: 5px;
    padding: 6px 15px;
    font-size: 14px;
  }
}

.footer-info {
  background: url(../images/footer-bg.png) center no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.footer-info_left p {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}
.footer-info_left p + p {
  margin-top: 30px;
}
.footer-info_ewm {
  margin-left: 62px;
}
.footer-info_ewm img {
  width: 130px;
  height: 130px;
}
.footer-info_ewm p {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}
.footer-copyright {
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
  background: #0054a7;
}
@media (max-width: 1025px) {
  .footer-info {
    padding: 20px 0;
  }
  .footer-info_left p {
    font-size: 14px;
    line-height: 25px;
  }
  .footer-info_left p + p {
    margin-top: 5px;
  }
  .footer-info_ewm {
    margin-left: 5px;
  }
  .footer-info_ewm img {
    width: 100px;
    height: 100px;
  }
  .footer-info_ewm p {
    font-size: 12px;
    line-height: 20px;
  }
  .footer-copyright {
    padding: 5px 0;
    font-size: 14px;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  padding-bottom:35%;
  position: relative;
}
.banner .swiper-slide a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.banner .swiper-pagination {
  bottom: 50px;
  text-align: right;
  padding-right: 10%;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 24px;
  height: 24px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 0 0 24px !important;
  background: transparent;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}
.dhg2-title{width:92%;margin:0 auto;margin-top:20px;line-height:36px;font-size:24px;font-weight:900;color:#1a1a1a;text-align:center}
.dhg2-min-title{line-height:50px;width:100%;text-align;center;font-size:20px;color:#0054a7;font-weight:900;margin-top:10px;}
.dhg2{overflow:hidden; padding:0 !important;height:52px !important;}
.dhg2 .lk{float:left;display:block; text-align:right;line-height:50px;font-size:18px;color:#1a1a1a}
.dhg2-con{float:left;line-height:49px;font-size:18px;color:#333; text-align:left;}


@media (max-width: 1025px) {
.dhg2 .lk{width:50%;}
.dhg2-con{width:45%;margin-left:5%}
  .banner .swiper-slide a {
    padding-bottom: 51%;
    position: relative;
  }
  .banner .swiper-slide a img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
  }
  .banner .swiper-pagination {
    bottom: 10px;
    text-align: center;
    padding-right: 0;
  }
  .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 5px !important;
  }
}

.home-one {
  padding-top: 60px;
}
.home-one_box {
  margin-top: 40px;
  background: url(../images/bg2.jpg) center no-repeat;
  background-size: cover;
  padding: 80px 0 80px 0;
}
.home-one_box .wrap {
  position: relative;
  padding: 0;
  max-width: 1300px;
  overflow: hidden;
}
.home-one_box-img {
  width: 55%;
}
.home-one_box-img img {
  width: 100%;
  display: block;
}
.home-one_box-text {
  margin-left: -5%;
  width: 50%;
  background: #fff;
  z-index: 8;
  position: relative;
  border: 2px solid #ffb414;
  border-top-width: 5px;
  border-radius: 0 0 0 100px;
  padding: 40px 50px 80px 30px;
}
.home-one_box-text-title {
  font-size: 24px;
  color: #333333;
  margin-bottom: 25px;
}
.home-one_box-text-title span {
  font-size: 16px;
  color: #fff;
  padding: 7px;
  border-radius: 5px;
  line-height: 1;
  background: #0054a7;
  margin-left: 17px;
}
.home-one_box-text-desc {
  text-indent: 2em;
  font-size: 18px;
  line-height: 35px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 8;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.home-one_box-action {
  position: absolute;
  right: 10px;
  bottom: 27%;
  z-index: 9;
}
.home-one_box-action > div {
  cursor: pointer;
}
.home-one_box-action-nums {
  font-size: 20px;
  color: #0054a7;
  padding: 0 20px;
}
@media (max-width: 1520px) {
  .home-one_box {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1025px) {
  .home-one {
    padding-top: 20px;
  }
  .home-one_box {
    margin-top: 10px;
    padding: 20px 15px;
  }
  .home-one_box .swiper-slide a {
    flex-direction: column;
  }
  .home-one_box-img {
    width: 100%;
  }
  .home-one_box-text {
    width: 100%;
    margin: 0;
    border-radius: 0;
    padding: 15px 15px 50px 15px;
  }
  .home-one_box-text-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .home-one_box-text-title span {
    font-size: 12px;
    padding: 3px;
    border-radius: 3px;
    margin-left: 7px;
  }
  .home-one_box-text-desc {
    text-indent: 2em;
    font-size: 14px;
    line-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .home-one_box-action {
    position: absolute;
    bottom: 10px;
    z-index: 9;
  }
  .home-one_box-action-nums {
    font-size: 18px;
    padding: 0 10px;
  }
}

.home-two {
  padding: 40px 0;
  background: #fff;
}
.home-two_title {
  margin-bottom: 40px;
}
.home-two_title h3 {
  background: url(../images/title-bg.png) center no-repeat;
  font-size: 32px;
  font-weight: normal;
  margin: 0;
  color: #ffffff;
  padding: 10px 40px;
}
.home-two_box-left {
  width: 50%;
  padding: 0 30px 0 0px;
}

.home-two_box-right {
  width: 50%;
  padding: 0 15px 0 15px;
}

@media (max-width: 1025px) {
  .home-two {
    padding: 20px 0;
  }
  .home-two_title {
    margin-bottom: 20px;
  }
  .home-two_title h3 {
    font-size: 20px;
  }
  .home-two_box {
    flex-direction: column;
  }
  .home-two_box-left, .home-two_box-right {
    width: 100%;
    padding: 0;
  }
  .home-two_box-left {
    margin-bottom: 15px;
  }
}

.home-list_one {
  flex-wrap: wrap;
  margin-top: -50px;
}
.home-list_one-item {
  width: calc(50% - 15px);
  margin-top: 50px;
}
.home-list_one-item a {
  display: block;
  border: 1px solid #b9b9b9;
  position: relative;
  padding: 27px 30px;
}
.home-list_one-item-time {
  position: absolute;
  background: #fff;
  font-size: 18px;
  color: #0054a7;
  width: 80px;
  line-height: 30px;
  text-align: center;
  top: -15px;
  left: 20px;
}
.home-list_one-item-title {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1025px) {
  .home-list_one {
    margin-top: -15px;
  }
  .home-list_one-item {
    width: 100%;
    margin-top: 15px;
  }
  .home-list_one-item a {
    padding: 15px;
  }
  .home-list_one-item-time {
    font-size: 14px;
    width: 60px;
  }
  .home-list_one-item-title {
    font-size: 14px;
    line-height: 25px;
  }
}

.home-list_two {
  margin-bottom: 20px;
}
.home-list_two-item-img {
  width: 216px;
  margin-right: 20px;
  padding-bottom: 20.1%;
  position: relative;
}
.home-list_two-item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.home-list_two-item-title {
  flex: 1;
  min-width: 1px;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 1025px) {
  .home-list_two {
    margin-bottom: 10px;
  }
  .home-list_two-item-img {
    width: 150px;
    margin-right: 10px;
    padding-bottom: 20%;
    position: relative;
  }
  .home-list_two-item-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
  }
  .home-list_two-item-title {
    font-size: 16px;
    line-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.home-list_three-item {
  margin-bottom: 15px;
}
.home-list_three-item:last-child {
  margin-bottom: 0;
}
.home-list_three-item a {
  height: 42px;
}
.home-list_three-item-title {
  flex: 1;
  font-size: 18px;
  color: #000000;
  min-width: 1px;
}
.home-list_three-item-time {
  margin-left: 10px;
  font-size: 16px;
  color: #9e9e9e;
}
@media (max-width: 1025px) {
  .home-list_three-item {
    margin-bottom: 5px;
  }
  .home-list_three-item a {
    height: 25px;
  }
  .home-list_three-item-title {
    font-size: 14px;
  }
  .home-list_three-item-time {
    font-size: 14px;
  }
}

.home-three {
  background: #f7f7f7;
  padding: 40px 0;
}
.home-three_title {
  margin-bottom: 40px;
}
.home-three_title h3 {
  background: url(../images/title-bg.png) center no-repeat;
  background-size: 100% 100%;
  width: 227px;
  line-height: 60px;
  font-size: 32px;
  color: #ffffff;
  padding-left: 40px;
  box-sizing: border-box;
  margin: 0;
}
.home-three_box-item {
  width: calc(50% - 17px);
}
@media (max-width: 1025px) {
  .home-three {
    padding: 20px 0;
  }
  .home-three_title {
    margin-bottom: 15px;
  }
  .home-three_title h3 {
    width: 160px;
    line-height: 45px;
    font-size: 20px;
    padding-left: 40px;
  }
  .home-three_box {
    flex-direction: column;
  }
  .home-three_box-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.home-list_four {
  background: #fff;
  box-shadow: 0px 2px 7.44px 0.56px rgba(93, 23, 25, 0.28);
  padding: 30px;
}
.home-list_four-item {
  margin-bottom: 20px;
}
.home-list_four-item:last-child {
  margin-bottom: 0;
}
.home-list_four-item a {
  height: 40px;
}
.home-list_four-item a::before {
  content: "•";
  color: #0054a7;
  margin-right: 10px;
}
.home-list_four-item-title {
  flex: 1;
  font-size: 18px;
  color: #000000;
  min-width: 1px;
}
.home-list_four-item-time {
  margin-left: 10px;
  font-size: 18px;
  color: #a3a3a3;
}
@media (max-width: 1025px) {
  .home-list_four {
    padding: 15px;
  }
  .home-list_four-item {
    margin-bottom: 10px;
  }
  .home-list_four-item a {
    height: 30px;
  }
  .home-list_four-item-title {
    font-size: 15px;
  }
  .home-list_four-item-time {
    font-size: 15px;
  }
}

.home-four {
  background: #f7f7f7;
}
.home-four .home-title {
  margin-bottom: 90px;
}
.home-four_box {
  background: #ffffff;
  padding: 40px 0 0 0;
}
.home-four_swiper {
  position: relative;
  overflow: hidden;
}
.home-four_swiper .swiper-slide {
  width: 1002px;
  height: 564px;
  opacity: 0.6 !important;
}
.home-four_swiper .swiper-slide-active {
  opacity: 1 !important;
}
.home-four_swiper .swiper-slide video,
.home-four_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-four_swiper .swiper-button-prev,
.home-four_swiper .swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0;
  background: rgba(255, 255, 255, 0.63);
}
.home-four_swiper .swiper-button-prev:hover,
.home-four_swiper .swiper-button-next:hover {
  background: rgb(255, 255, 255);
}
@media (max-width: 1025px) {
  .home-four .home-title {
    margin-bottom: 10px;
  }
  .home-four_box {
    padding: 20px 0;
  }
  .home-four_swiper .swiper-slide {
    width: 325px;
    height: 267px;
  }
}

.home-five {
  padding: 65px 0 40px 0;
}
.home-five-title {
  font-size: 32px;
  color: #0054a7;
  padding: 0 64px;
  margin-bottom: 15px;
}
.home-five_list {
  flex-wrap: wrap;
  padding: 0 64px;
}
.home-five_list a {
  width: 33.33%;
  font-size: 18px;
  color: #333333;
  line-height: 38px;
}
.home-five_list a:hover {
  color: #0054a7;
}
@media (max-width: 1025px) {
  .home-five {
    padding: 20px 0;
  }
  .home-five-title {
    font-size: 20px;
    padding: 0;
  }
  .home-five_list {
    padding: 0;
  }
  .home-five_list a {
    width: auto;
    font-size: 14px;
    line-height: 25px;
    margin: 0 15px 5px 0;
  }
}

.page_banner {
  padding-bottom: 21%;
  position: relative;
}
.page_banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.page-wrap {
  padding: 35px 0;
}
.page-wrap .wrap {
  display: flex;
  justify-content: space-between;
}
.page-wrap_left {
  width: 300px;
  margin-right: 30px;
}
.page-wrap_left-title {
  background: #0054a7;
  line-height: 100px;
  color: #fff;
  background-size: cover;
  font-size: 30px;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
}
.page-menu {
  border-left: 5px solid #0054a7;
}
.page-menu_item a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 66px;
  text-align: center;
  background-color: #fff;
  color: #333;
}
.page-menu_item.on a, .page-menu_item:hover a {
  color: #0054a7;
}

.page-wrap_right {
  flex: 1;
}
.page-wrap_right .crumbs {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0 20px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.page-wrap_right .crumbs a:hover {
  color: #0054a7;
}
@media (max-width: 1025px) {
  .page-wrap {
    padding: 20px 0;
  }
  .page-wrap .wrap {
    flex-direction: column;
  }
  .page-wrap_left {
    width: 100%;
    margin: 0 0 5px 0;
  }
  .page-wrap_left-title {
    line-height: 50px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
  }
  .page-wrap_left .page-menu_btn {
    width: 50px;
    height: 50px;
    background: url(../images/menu.png) center no-repeat;
  }
  .page-menu {
    border: none;
    display: none;
  }
  .page-menu.on {
    display: block;
  }
  .page-menu_item a {
    font-size: 14px;
    line-height: 35px;
    text-align: left;
    padding: 0 15px;
    border-top: 1px solid #0054a7;
  }
  .page-wrap_right {
    width: 100%;
  }
  .page-wrap_right .crumbs {
    padding: 5px 0 10px 0;
    margin-bottom: 20px;
  }
}

.page-list_item a {
  display: flex;
  align-items: center;
  padding: 15px;
  transition: all 0.3s;
}
.page-list_item a:hover {
  background: #0054a7;
}
.page-list_item a:hover .page-list_item-time {
  background: #0054a7;
}
.page-list_item a:hover * {
  color: #fff !important;
}
.page-list_item-time {
  width: 92px;
  height: 100px;
  margin-right: 25px;
  padding-left: 16px;
  padding-top: 16px;
  background-color: #e5edfb;
  display: flex;
  transition: all 0.3s;
  flex-direction: column;
}
.page-list_item-time span {
  font-size: 24px;
  color: #0054a7;
  transition: all 0.3s;
}
.page-list_item-time i {
  font-size: 14px;
  color: #0054a7;
  font-style: normal;
  margin-top: 5px;
  transition: all 0.3s;
}
.page-list_item-text {
  flex: 1;
  min-width: 1px;
}
.page-list_item-text-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s;
}
.page-list_item-text-desc {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  height: 60px;
  margin-top: 10px;
  transition: all 0.3s;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1024px) {
  .page-list_item-time {
    margin-right: 20px;
    width: 72px;
    height: 80px;
    padding-left: 10px;
    padding-top: 10px;
  }
  .page-list_item-time span {
    font-size: 20px;
  }
  .page-list_item-text-title {
    font-size: 16px;
    line-height: 26px;
  }
  .page-list_item-text-desc {
    line-height: 24px;
    height: 48px;
    margin-top: 6px;
  }
}

.page_content {
  font-size: 16px;
  line-height: 2;
}

.paging {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging_item,
.paging span {
  border: 1px solid #ccc;
  padding: 4px 8px;
  margin: 0 3px;
  color: #333;
}
.paging_item:hover,
.paging span:hover {
  background: #0054a7;
  border-color: #0054a7;
  color: #fff;
}
.paging span {
  border: none;
}

.page-title h1 {
  font-size: 20px;
  margin: 0 0 15px 0;
  text-align: center;
}

.page-info {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
}
.page-info span {
  color: #666;
  margin: 0 10px;
}

.page-next-prev {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.page-next-prev > div {
  width: 48%;
  border: 1px solid #efefef;
  padding: 10px;
}




.v_news_content {
  font-family: '宋体';
}
/*# sourceMappingURL=main.css.map */





.home-one .wrap {
  padding: 50px 15px;
}
.new-one_box {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.22);
  padding: 30px 35px;
  justify-content: space-between;
}

.new-one_box-left {
  width: calc(50% - 35px);
}

.new-one_item {
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px dashed #a8a8a8;
}
.new-one_item-text {
  flex: 1;
  min-width: 1px;
}
.new-one_item-text h3 {
  font-size: 17px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 20px;
  margin: 10px 0;
}
.new-one_item-text p {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #5a5a5a;
}
.new-one_item-time {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  color: #000;
}
.new-one_item:hover .new-one_item-text h3 {
  color: #0054a7;
}

.new-one-more {
  display: block;
  margin-left: auto;
  background: url(../images/more3_bg.png) center no-repeat;
  width: 133px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  transition: 0.5s;
  margin-top: 10px;
}
.new-one-more:hover {
  animation: beat 0.5s 1;
}
.new-one_box-right {
  width: calc(50% - 35px);
  position: relative;
  overflow: hidden;
}
.new-one_box-right a {
  display: block;
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
}
.new-one_box-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: all 0.5s;
}
.new-one_box-right a:hover img {
  transform: scale(1.1);
}
.home-two {
  padding-top: 60px;
}

.new-one_box-right .swiper-pagination {
  bottom: 20px;
}
.new-one_box-right .swiper-pagination-bullet {
  opacity: 0.33;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 4px !important;
  background: #fff;
}
.new-one_box-right .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

@keyframes beat {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }

  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

@-webkit-keyframes beat {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }

  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }

  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }

  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

@media (max-width: 1100px) {
  .new-one_box {
    flex-direction: column;
  }
  .new-one_box-left,
  .new-one_box-right {
    width: 100%;
  }
  .new-one_box-left {
    margin-bottom: 15px;
  }
}

@media (max-width: 990px) {
  .home-one .wrap {
    padding: 20px 10px;
  }
  .new-one_box {
    padding: 10px 15px;
  }
  .new-one_item-text h3 {
    font-size: 16px;
    margin: 0 0 7px 0;
  }
  .new-one_item-time {
    margin-top: 0;
  }
  .home-two {
    padding-top: 20px;
  }
  .new-one_box-right .swiper-pagination {
    bottom: 10px;
  }
  .new-one_box-right .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}




.new-one_box-right a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  height: 40px;
}
.new-one_box-right .swiper-slide p {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 30%;
  bottom: 0;
  line-height: 40px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new-one_box-right .swiper-pagination {
  right: 10px;
  left: auto;
  text-align: right;
  width: auto;
  bottom: 10px;
}
.new-one_box-right .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}


/*大学生就业服务中心*/
.www-info {
  background: url(../images/24365.png) center no-repeat;
  background-size: cover;
  padding: 52px 0;
}
.www-info_left p {
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}
.www-info_right {
margin-left: 102px;
}

.www-info_left p + p {
  margin-top: 10px;
}
.www-info_pic {
  margin-left: 92px;
}
.www-info_pic img {
  width: 132px;
  height: 50px;
}
.www-info_pic p {
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;
}

@media (max-width: 1025px) {
  .www-info {
    padding: 5px 0;
  }
  .www-info_left p {
    font-size: 14px;
    line-height: 25px;
  }
  .www-info_left p + p {
    margin-top: 5px;
  }
  .www-info_pic {
    margin-left: 5px;
  }
  .www-info_pic img {
    width: 60px;
    height: 23px;
  }
  .www-info_pic p {
    font-size: 12px;
    line-height: 20px;
  }
}

.ksdh{width:677px;float:left;height:187px;}
.ksdh_nav{width:639px;height:52px;font-size:20px;background:url(../img/icon5.png) left top no-repeat;padding-left:35px;color:#222;}
.ksdh_font{width:677px;}
.ksdh_font ul {width:677px;padding-left:0px;}
.ksdh_font ul li{width:657px;height:58px;line-height:58px;margin-bottom:8px;font-size:22px;}
.ksdh_font ul li.ks01{width:605px;background:#D31919 url(../images/ks_img01.png) 42px center no-repeat;display:block;padding-left:110px;margin-top:37px;}

.ksdh_font ul li.ks02{width:605px;background:#0B71B9 url(../images/ks_img02.png) 46px center no-repeat;display:block;padding-left:110px;margin-top:10px;}
.ksdh_font ul li.ks03{width:605px;background:#D55915 url(../images/ks_img03.png) 45px center no-repeat;display:block;padding-left:110px;}
.ksdh_font ul li.ks04{width:605px;background:#058C45 url(../images/ks_img04.png) 48px center no-repeat;display:block;padding-left:110px;}
.ksdh_font ul li.ks05{width:605px;background:#005fb3 url(../images/ks_img01.png) 42px center no-repeat;display:block;padding-left:110px;}
.ksdh_font ul li a{color:#fff;}
.ksdh_font ul li a:hover{color:#CFF; padding-left:3px}


.i-cgzh{width: 100%;background-size: cover;margin: 35px auto 0 auto;}
.cgzh_title{ background: url("./images/cgzh_tbg.png") center no-repeat; height: 60px; line-height: 60px; margin: 0 auto 0 auto; }
.cgzh_title h2{ color: #0066cc; font-size: 28px; line-height: 60px; height: 60px; display: block; margin: 0 auto; text-align:center}
.cgzh_zy{ color: #0066cc; font-size: 14px; line-height: 24px;  text-align: center}
.cgzh_box{ overflow: hidden; height: auto; margin:0px auto;}
.cgzh_box ul{ width: 100%;padding:0px;}
.cgzh_box li{ width:47%;  float: left; /*margin-right:30px;*/ position: relative; overflow: hidden;margin-right:17px;}
.cgzh_box li a{ height: auto; overflow: hidden;}
.cgzh_box li img{display: block; width:100%;}
.cgzh_box li span{ display: block; background: #0066cc; height: 40px; line-height: 40px; text-align: center; color: #ffffff; width: 100%; position: absolute; bottom: 0; left: 0; opacity:1}
.cgzh_box li:hover span{ background: #ea6914}


@media (max-width: 1025px) {
.i-cgzh{width: 100%;background-size: cover;margin: 15px auto 0 auto;}
   .cgzh_box li span{ display: block; background: #0066cc; height: 20px; line-height:20px; text-align: center; color: #ffffff; width: 100%; position: absolute; bottom: 0; left: 0; opacity:1;font-size: 9px;}
    .cgzh_box li{ width:47%;  float: left; /*margin-right:30px;*/ position: relative; overflow: hidden;margin-right:10px;}
}