/* 响应式页面处理 */

@media screen and (max-width: 500px) {
  /* 轮播图处理 */
  .swiper {
    width: 100% !important;
    height: 300px !important;
    /* background-color: #faf2e9; */
  }
  .orbit-wrapper {
    width: 100% !important;
    height: 300px !important;
    position: relative;
  }
  .content {
    width: 95% !important;
  }
  .news-time {
    font-size: 13px !important;
  }
  .news-title {
    font-size: 14px !important;
  }
  .slider-nav span {
    width: 0 !important;
  }
  /* 列表页处理 */
  .column-content {
    width: 95% !important;
  }
  .right-nav-time {
    width: 80px !important;
    min-width: 80px !important;
  }
  .nav-time-first {
    font-size: 25px !important;
  }
  .nav-time-last {
    font-size: 12px !important;
  }
  .right-nav-title {
    padding: 25px 10px 0 10px !important;
  }
  .nav-title a {
    font-size: 15px !important;
  }
  .nav-subtitle a {
    font-size: 13px !important;
  }
  .footer-text {
    font-size: 9px;
  }
}
@media screen and (max-width: 1020px) {
  .dtjt8_div_img {
    width: 100% !important;
    height: 100% !important;
  }
  .intro-right {
    width: 100%;
    margin: auto !important;
  }
}
@media screen and (max-width: 991px) {
  .work-margin {
    margin-left: 0px !important;
  }
  .work-padding {
    padding: 0 !important;
  }
}
/* 原始样式处理 */

html {
  overflow-x: hidden;
  overflow-y: auto;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0 !important;
}

a {
  text-decoration: none !important;
}

/* .header-text {
    width: 320px;
    color: rgba(0, 91, 154, 1);
    font-size: 24px;
    line-height: 150%;
    text-align: left;
    font-weight: bold;
    display: block;
    text-align: center;
} */
.wp_search .search {
  margin-left: 20px;
  /* margin-top: 5px; */
  background: none !important;
  border: 0px !important;
  cursor: pointer;
  background-color: rgba(37, 107, 205, 1) !important;
  border-radius: 17px !important;
  width: 80px !important;
  height: 33px !important;
  color: white !important;
}
.keyword {
  display: block;
  /* width: 100%; */
  width: 200px !important;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.logo {
  height: 111px;
}
.left-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-logo img {
  width: 100%;
  /* margin-top: 10px; */
}

.right-logo {
  overflow: hidden;
  float: right;
  padding: 0;
}

.right-logo img {
  float: right;
}
.right-menu {
  text-align: right;
  margin: 10px 0;
}
.right-menu a {
  color: rgba(37, 107, 205, 1);
  font-size: 14px;
  line-height: 150%;
}
.form-group {
  margin-top: 20px;
}
.right-form .form-btn {
  width: 80px;
  height: 33px;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(37, 107, 205, 1);
  box-shadow: rgba(255, 255, 255, 1) solid 1px;
  border-radius: 17px;
  font-size: 14px;
  display: flex;
  margin-top: 20px;

  justify-content: center;
  align-items: center;
  cursor: pointer;
}
/* 导航栏 */

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.menu {
  background-color: rgba(51, 119, 228, 1) !important;
  margin: 0 !important;
  padding: 0;
  color: white;
  border: none;
}

.menu-list {
  text-align: center;
}

.links > a {
  color: white !important;
}

.menu-ul {
  display: inline-block;
  float: none;
}

.nav > li > a {
  padding-left: 0;
  padding-right: 0;
  width: 10vw;
  font-size: 17px;
}

.sub-link {
  display: block;
  text-align: center;
}

.swiper {
  width: 100%;
  height: 500px;
  /* background-color: #faf2e9; */
  /* width: 80%; */
  margin: 0 auto;
  overflow: hidden;
}

.swiper .orbit-wrapper {
  width: 100% !important;
  height: 500px;
  position: relative;
}

.featured {
  /* width: 100vw !important; */
  width: 100% !important;
  height: 100% !important;
  position: absolute;
}

/*.featured{width: 100vw !important;height: 60vh !important;position: absolute;}*/

.orbit-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.orbit-wrapper a {
  width: 100% !important;
  height: 100% !important;
}

/* 栏目列表 */

.column-list {
  /* height: 130px; */
  background-color: rgba(70, 149, 205, 1);
  /* rgba(51, 119, 228, 1) */
  /* height: 130px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.column-container {
  /* width: 80%; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.column-container > div {
  margin: 10px 20px;
}

.column-img img {
  width: 50px;
  height: 50px;
}

.column-subtext {
  margin-top: 10px;
  color: white !important;
  font-size: 14px !important;
}

.more-text {
  color: rgba(13, 89, 167, 1);
  font-size: 17px;
}

.content {
  width: 70%;
  margin: 0px auto;
  /* margin-bottom: 52px; */
}

/* 新闻动态 */
.card-box {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 0px rgba(210, 209, 209, 0.5);
}

.news {
  margin-bottom: 20px;
  margin-top: 20px;
}

.news-content {
  height: 275px;
  /* padding: 24px; */
  margin-bottom: 10px;
}
.news-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-content > .dtjt8_div_img {
  width: 100% !important;
}

.hot-new {
  height: 68px;
  padding-bottom: 5px;
  border-bottom: 1px rgba(207, 207, 207, 1) solid;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  /* white-space: nowrap; */
}
.hot-new .hot-new-title a {
  color: rgba(56, 56, 56, 1);
  font-size: 17px;
  /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}
.hot-new-info {
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hot-new .hot-new-info a {
  color: rgba(146, 146, 146, 1);
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.intro {
  height: 275px;
  /* padding: 10px; */
  /* text-indent: 2em; */
}

/* .intro-title {
    width: 100%;
    text-align: center;
    padding-top: 24px;
}

.intro-text {
    color: rgba(90, 90, 90, 1);
    font-size: 14px;
}

.intro-img {
    display: flex;
    justify-content: center;
    align-items: center;
} */
.more-img img {
  width: 25px;
  height: 25px;
}
.more-img {
  position: absolute;
  right: 20px;
}
.news-con {
  margin-top: 14px;
  display: flex;
}

.news-time {
  color: rgba(77, 133, 175, 1);
  font-size: 16px;
  white-space: nowrap;
  margin-right: 16px;
}

.news-time img {
  width: 20px;
  height: 20px;
}

.news-title {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-title a {
  color: rgba(90, 90, 90, 1);
}

/* 党建工作 */
.work-item {
  /* width: 30%; */
  height: 245px;
  padding: 16px;
  margin-bottom: 18px;
  /* margin-right: 20px; */
}
.work-padding {
  padding: 0 !important;
}
.work-box {
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 0px rgba(210, 209, 209, 0.5);
}
.work-margin {
  margin-left: 20px;
}
.work-item-title {
  color: rgba(37, 107, 205, 1);
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}

/* 专题专栏 */
.special-item {
  height: 107px;
  /* width: 200px; */
  margin: 10px;
  width: 17%;
  max-width: 250px;
  min-width: 150px;
  position: relative;
}
.special-item-title a {
  position: absolute;
  z-index: 999;
  top: 40%;
  text-align: center;
  width: 100%;
  color: white;
  font-size: 17px;
}
.specail-item-img a img {
  height: 107px;
  /* width: 200px; */
  width: 100%;
}

/* 学院视频 */
.college {
  height: 331px;
  margin-bottom: 70px;
}
.college-right {
  height: 331px;
}
.college-title {
  border-bottom: 1px rgba(222, 222, 222, 1) solid;
  padding-bottom: 6px;
  color: rgba(37, 107, 205, 1);
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}
.college-video {
  display: flex;
  justify-content: space-around;
}
.student {
  min-width: 250px;
  width: 35%;
  height: 281px;
  margin-right: 23px;
  background: url('../images/student_activity.png') center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
}
.teacher {
  min-width: 250px;
  width: 35%;
  height: 133px;
  background-color: hotpink;
  position: relative;
}
.teacher:nth-child(1) {
  margin-bottom: 15px;
  background: url('../images/student.png') center;
  background-size: cover;
}
.teacher:nth-child(2) {
  background: url('../images/teacher.png') center;
  background-size: cover;
}
.college-subTitle {
  position: absolute;
  bottom: 0px;
  min-width: 250px;
  height: 45px;
  line-height: 45px;
  color: white;
  background-color: rgba(64, 61, 61, 0.39285714285714285);
  text-align: center;
}

/* 信息沟通 */

.contact {
  min-height: 300px;
  padding: 0;
  margin-top: 60px;
  width: 80%;
  margin: 20px auto;
}

.contact-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.contact-box {
  width: 312px;
  height: 136px;
  border: rgba(204, 204, 204, 1) solid 1px;
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
}

.box-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 184px;
  height: 3px;
  color: rgba(80, 80, 80, 1);
  background-color: rgba(13, 89, 167, 1);
}

.contact-title {
  color: rgba(112, 112, 112, 1);
  font-size: 18px;
  margin-top: 16px;
}

.contact-subtitle {
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  margin-top: 9px;
}

.contact-title-line {
  margin: 46px 0;
}

.footer {
  /* margin-top: 72px; */
  background-color: rgba(51, 119, 228, 1);
  height: 163px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: white;
}

.footer-bottom {
  color: white;
  text-align: center;
  background-color: rgba(22, 88, 195, 1);
  font-size: 14px;
  height: 37px;
  line-height: 37px;
}

/* 通用样式 */

.hidden {
  display: none;
}

.content-title-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 27px;
}

.content-title {
  color: rgba(13, 89, 167, 1);
  font-size: 25px;
}

.content-subtitle {
  color: rgba(166, 166, 166, 1);
  font-size: 18px;
}

.full-more {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(15, 110, 198, 1);
  font-size: 16px;
  width: 103px;
  height: 33px;
  display: inline-block;
  text-align: center;
  line-height: 33px;
}

/* listColumn */

.column-content {
  /* width: 90%; */
  /* display: flex; */
}

.column-bigpic {
  margin-bottom: 50px;
}

.column-bigpic img {
  width: 100%;
}

.column-left-nav {
  /* min-width: 273px; */
  /* height: 610px; */
  border: rgba(204, 204, 204, 1) solid 1px;
  /* margin: 0 19px 0 0 !important; */
  padding: 0 !important;
  margin-bottom: 20px;
}

.left-title {
  color: rgba(13, 89, 167, 1);
  font-size: 22px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.left-nav-item {
  height: 56px;
  text-align: center;
  line-height: 56px;
  color: rgba(128, 128, 128, 1);
  background-color: white;
  /* border-top: rgba(204, 204, 204, 1) solid 1px; */
  font-size: 18px;
  display: block;
}

.left-nav-item .selected {
  height: 56px;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(37, 107, 205, 1);
  font-size: 18px;
  text-align: center;
  line-height: 56px;
  border-top: rgba(204, 204, 204, 1) solid 1px;
  line-height: 56px;
  display: block;
}

.left-nav-item a {
  border-top: rgba(204, 204, 204, 1) solid 1px;
  font-weight: bold;
  color: rgba(128, 128, 128, 1);
  display: block;
}

.left-nav-item a:hover {
  border-top: rgba(204, 204, 204, 1) solid 1px;
  font-weight: bold;
  display: block;
}

.column-right-content {
  flex: 1;
  margin: 0 !important;
  padding: 0 !important;
}

.right-title {
  width: 100%;
  height: 57px;
  background-color: rgba(247, 247, 247, 1);
  line-height: 57px;
  margin-bottom: 25px;
}

.vertical-line {
  background-color: rgba(13, 89, 167, 1);
  width: 4px;
  height: 18px;
  display: inline-flex;
  margin: 0 10px 0 18px;
  vertical-align: middle;
}

.column-text {
  color: rgba(128, 128, 128, 1);
  font-size: 20px;
}

.right-nav-item {
  height: 112px;
  display: flex;
  margin-bottom: 17px;
}

.right-nav-time {
  color: white;
  background-color: rgba(37, 107, 205, 1);
  width: 100px;
  min-width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.right-nav-img {
  width: 100px;
  height: 112px;
}
.right-nav-img div a img {
  width: 100px;
  height: 112px;
  object-fit: cover;
}

.nav-time-first {
  font-size: 30px;
}

.nav-time-last {
  font-size: 17px;
}

.right-nav-title {
  background-color: rgba(247, 247, 247, 1);
  border-bottom: rgba(153, 153, 153, 0.3071428571428571) solid 6px;
  flex: 1;
  padding: 25px 17px 0 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-title {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 10px;
}

.nav-title a {
  color: rgba(80, 80, 80, 1);
  font-size: 18px;
  display: block;
}

.nav-subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-subtitle a {
  color: rgba(105, 105, 105, 1);
  font-size: 16px;
  display: block;
}

/* displayinfo */

.arti_title {
  text-align: center;
  font-weight: bold;
  color: rgba(13, 89, 167, 1);
  font-size: 20px;
  margin-bottom: 27px;
}

.arti_metas {
  color: rgba(80, 80, 80, 1);
  font-size: 16px;
  text-align: center;
  margin-bottom: 25px;
}

.entry {
  width: 90%;
  margin: 0 auto;
  border-top: 1px dotted rgba(80, 80, 80, 1);
  margin-bottom: 21px;
}

/* 公司领导 */

.gsld {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: first baseline; */
  /* justify-content: center; */
  /* justify-content: first baseline; */
  margin-left: 30px;
}

.gsld-box {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  margin: 0 5px;
}

.gsld-text {
  font-size: 14px;
  margin: 40px 0 28px 30px;
}

.contactbig-box {
  width: 280px;
  height: 150px;
  border: rgba(204, 204, 204, 1) solid 1px;
  position: relative;
  padding-left: 16px;
  margin-bottom: 20px;
}

.college-img {
  height: 100%;
  position: absolute;
  display: flex !important;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
  color: white;
  z-index: 999;
  bottom: 10px;
}

/* 二维码 */

.code {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 100px;
}

.code-text {
  margin-bottom: 23px;
}

.QR-code img {
  width: 225px;
}

.gsld-across {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
