/* 清除默认样式 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
mid-cer,
header,
hgroup,
menu,
nav,
section {
  margin: 0px;
  padding: 0px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
li {
  list-style-type: none;
}

img {
  border-style: none;
  vertical-align: middle;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  color: #333;
}

a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
}

button:focus {
  outline: none;
  border: 1px solid white;
}

input,
textarea {
  outline: none;
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 清楚浮动 */
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  /*不用有内容也可以*/
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.header_bottom{
  position: relative;
  z-index: 20;
}
/* main */
.main {
  background: #f5f7fa;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* 首页公共 */
.main .container>.row {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* 第一部分 */
.news>.container>.row,
.dynamic-con,
.subjects>.container>.row,
.imc>.container>.row {
  box-shadow: 0px 2px 5px 0 rgba(229, 229, 229, .7);
}

.news>.container>.row {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 40px;
}

.news>.container {
  background: #fff;
}


.news-swiper {
  display: block;
  position: relative;
  width: 100%;
}

.news-swiper>img {
  width: 100%;
}

.describe {
  width: 100%;
  position: absolute;
  z-index: 5;
  left: 0%;
  bottom: 0;
  background-color: rgba(0, 0, 0, .5);
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
  overflow: hidden;
  font-size: 12px;
  color: #fff;
}

.describe p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 80%;
}

.news-pagination {
  height: 20px;
  position: absolute;
  z-index: 20;
  bottom: 4px;
  right: 0;
  width: 25%;
  padding-right: 20px;
  text-align: right;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: 8px;
  cursor: pointer;
}

.swiper-active-switch {
  background: #fff;
}

.news-more {
  color: #999999;
  transition: .2s;
}

.news-more:hover {
  background: #9ab3e4;
  color: #fff;
}


.news-con {
  overflow: hidden;
  width: 100%;
  margin-left: -15px;
  padding-left: 15px;
}

.news-title {
  border-bottom: 1px solid #e5e5e5;
  height: 50px;
}

.news-title>div {
  height: 51px;
  float: left;
  width: calc(100% - 60px);
  overflow: auto;
  white-space: nowrap;
}

.news-title>div>span,
.news-title>div>a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
  margin-right: 8px;
  cursor: pointer;
}

.news-title .active {
  color: #6f99cd;
  position: relative;
}

.news-title .active::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #6f99cd;
  position: absolute;
  bottom: 0px;
}


.news-title>a {
  font-size: 12px;
  border: 1px solid #e5e5e5;
  color: #999;
  padding: 3px 5px;
  float: right;
  margin-top: 13px;
}


.news-list {
  font-size: 12px;
}

.news-list>li:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: dashed 1px #e5e5e5;
}

.news-list>li {
  margin-top: 10px;
}

.news-list>li>span {
  float: right;
}

.news-list a::before {
    content: '';
    display: inline-block;
    margin-right: 8px;
    margin-left: 5px;
    width: 7px;
    height: 7px;
    background: #666;
    border-radius: 50%;
    position: relative;
    top: -2px;
}

.news-list a {
  color: #666;
  display: inline-block;
  max-width: calc(100% - 85px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}

.news-list a:hover {
  color: #6f99cd;
  margin-left: -10px;
}

/* 第二部分 */

.service .row>div:first-child {
  padding-right: 10px;
}

.service .row>div:last-child {
  padding-left: 10px;
}

.service img {
  height: 25px;
  margin-right: 10px;
}

.jyzn {
  background: #8bb8ef no-repeat;
  height: 55px;
  padding: 0;
  border-radius: 25px 0 25px 0;
  background-image: url(/web2022/2022HKU_100.png);
  background-size: auto 100%;
  background-position-x: right;
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.yygh {
  background: #68d19b no-repeat;
  height: 55px;
  padding: 0;
  border-radius: 0 25px 0 25px;
  background-image: url(/web2022/2022HKU_101.png);
  background-size: auto 100%;
  background-position-x: right;
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.jyzn a,
.yygh a {
  color: #fff;
  display: block;
}

/* 第三部分 */
.dynamic>.container>.row {
  padding-top: 0;
}


.dynamic-con {
  padding: 20px 20px;
  background: #fff;
  margin-bottom: 20px;
  padding-bottom: 37px;
}

.dynamic-img {
  overflow: hidden;
}

.dynamic-img>a {
  display: block;
}

.dynamic-img>a:hover>img {
  transform: scale(1.3);
}

.dynamic-img img {
  width: 100%;
  transition: 1s;
}

.dynamic-title>h2 {
  font-size: 16px;
  font-weight: bold;
  width: calc(100% - 80px);
}

.dynamic-title {
  margin-top: 18px;
  position: relative;
}

.more {
  font-size: 14px;
  display: inline-block;
  color: #999;
  border: 1px solid #e5e5e5;
  padding: 5px 9px 4px 8px;
  /* padding: 5px 16px 4px 15px; */
  position: absolute;
  transition: .2s;
}

.more:hover {
  background: #9ab3e4;
  color: #fff;
}

.dynamic-title>.more {
  right: 0;
  top: 0;
}

.dynamic-list {
  margin-top: 27px;
}

.dynamic-list>li:not(:last-child) {
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 11px;
  margin-bottom: 11px;
}

.dynamic-list>li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dynamic-list a {
  font-size: 14px;
  color: #666;
}

.dynamic-list a:hover {
  color: #6f99cd;
}

/* 第四部分 */
.subjects>.container {
  background: #fff;
}

.subjects>.container>.row {
  padding-left: 5px;
  padding-right: 5px;
}

.subjects-title {
  text-align: center;
  margin-bottom: 35px;
  margin-top: 28px;
  position: relative;
}

.subjects-title>h2 {
  font-size: 24px;
  font-weight: bold;
}

.subjects-title>h2::before {
  content: '';
  display: inline-block;
  width: 60px;
  border-top: 1px solid #e5e5e5;
  margin-right: 14px;
  margin-bottom: 8px;
}

.subjects-title>h2::after {
  content: '';
  display: inline-block;
  width: 100px;
  border-top: 1px solid #e5e5e5;
  margin-left: 14px;
  margin-bottom: 8px;
}

.subjects-title>div {
  position: absolute;
  right: 0;
  top: -30px;
  margin-right: 10px;
}

.subjects-title>div>span {
  display: inline-block;
  font-size: 18px;
  color: #999;
  text-align: center;
  line-height: 28px;
  width: 38px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  transition: .5s;
}

.subjects-title>div>span:hover {
  background: #9ab3e4;
  color: #fff;
}

.subjects-box {
  padding: 0;
}

.subjects-box .swiper-slide>div {
  margin-bottom: 21px;
}

.subjects-box .row {
  height: 180px;
  background: #f9f9f9;
  position: relative;
}

.subjects-bg {
  position: absolute;
  background: #44cd9e;
  width: 0;
  height: 0;
  /* transition: 2s; */
}

/* .subjects-box .row:hover>.subjects-bg{
  width: 100%;
  height: 100%;
} 
.subjects-box .row:hover>.subjects-icon{
  box-shadow: none;
}*/
.subjects-icon {
  text-align: center;
  background: #44cd9e;
  height: 85px;
  line-height: 85px;
  border-bottom-right-radius: 30px;
  box-shadow: 1px 1px 3px 0px #30a77d;
  transition: .5s;
}

.subjects-describe {
  padding-left: 10px;
  padding-right: 10px;
}


.subjects-describe>h3 {
  margin-top: 25px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 6px;
}

.subjects-describe>span {
  line-height: 24px;
}

.subjects-describe>span>a {
  display: inline-block;
  height: 67px;
  overflow: hidden;
  font-size: 12px;
}

.subjects-describe a:hover {
  color: #44cd9e;
}

.subjects-team{
  margin-top: 20px;
}



/* 第五部分 */
.imc {
  margin-top: 20px;
}

.imc-title {
  margin-bottom: 20px;
}

.imc>.container {
  background: #ebe1ef;
}

.imc>.container>.row {
  padding-left: 5px;
  padding-right: 5px;
}

.imc-title {
  text-align: center;
}

.imc-title>h2 {
  font-size: 18px;
  font-weight: bold;
}

.imc-title>h2::before {
  content: '';
  display: inline-block;
  width: 50px;
  border-top: 1px solid #74427d;
  margin-right: 5px;
  /* margin-right: 14px; */
  margin-bottom: 5px;
  /* margin-bottom: 8px; */
}

.imc-title>h2::after {
  content: '';
  display: inline-block;
  width: 100px;
  border-top: 1px solid #74427d;
  margin-left: 5px;
  /* margin-left: 14px; */
  margin-bottom: 5px;
  /* margin-bottom: 8px; */
}

.imc-more {
  color: #74427d;
}

.imc-more:hover {
  color: #74427d;
}

.imc-introdcue {
  margin-bottom: 53px;
}

.introduce-title {
  position: relative;
  border-bottom: 1px solid #af91b6;
  height: 36px;
  margin-top: 20px;
}

.introduce-title>h3 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  height: 37px;
}

.introduce-title>a {
  position: absolute;
  right: 0;
  top: 0;
}

.introduce-title>h3::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #74427d;
}

.introduce-con {
  margin-top: 20px;
}

.introduce-con>div a {
  transition: .3s;
  opacity: 0;
}

.introduce-swiper .swiper-slide>div:hover a {
  opacity: 1;

}

.introduce-con video {
  background: #000;
  height: 200px;
  object-fit:fill;
}

.introduce-con>p {
  text-indent: 2em;
  font-size: 14px;
  color: #666;
  margin-top: 11px;
  height: 40px;
  overflow: hidden;
}

.introduce-title>div {
  position: absolute;
  right: 0;
  top: 0;
}

.introduce-title>div>span {
  display: inline-block;
  font-size: 18px;
  color: #999;
  background: #fff;
  text-align: center;
  line-height: 28px;
  width: 38px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  transition: .5s;
}

.introduce-title>div>span:hover {
  background: #9ab3e4;
  color: #fff;
}

.introduce-item-one,
.introduce-item-two,
.introduce-item-three,
.introduce-item-four {
  padding: 0;
  margin-bottom: 20px;
  height: 153px;
  text-align: center;
}

.introduce-item-one>div,
.introduce-item-two>div,
.introduce-item-three>div,
.introduce-item-four>div {
  position: relative;
}

.introduce-item-one>div>.introduce-item-bg,
.introduce-item-two>div>.introduce-item-bg,
.introduce-item-three>div>.introduce-item-bg,
.introduce-item-four>div>.introduce-item-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  z-index: 1;
}

.introduce-item-one>div {
  background-size: 100% 100%;
  height: 100%;
}

.introduce-item-two>div {
  height: 100%;
}

.introduce-item-three>div {
  height: 100%;
}

.introduce-item-four>div {
  background-size: 100%;
  height: 100%;
}

.introduce-item-one>div>h4,
.introduce-item-two>div>h4,
.introduce-item-three>div>h4,
.introduce-item-four>div>h4 {
  font-size: 18px;
  font-weight: bold;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}

.introduce-item-one>div>p,
.introduce-item-two>div>p,
.introduce-item-three>div>p,
.introduce-item-four>div>p {
  font-size: 14px;
  padding: 0 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.introduce-item-one>div>h4,
.introduce-item-four>div>h4,
.introduce-item-one>div>p,
.introduce-item-four>div>p {
  color: #fff;
  /* color: #333; */
}

.introduce-item-one>div>a,
.introduce-item-two>div>a,
.introduce-item-three>div>a,
.introduce-item-four>div>a {
  font-size: 12px;
  position: relative;
  z-index: 2;
}

.introduce-item-one>div>a,
.introduce-item-four>div>a {
  color: #fff;
  /* color: #97a3c7; */
  border-top: 1px solid #fff;
  padding-top: 3px;
}

.introduce-item-two>div,
.introduce-item-three>div,
.introduce-item-two>div>a,
.introduce-item-three>div>a {
  color: #fff;
}

.introduce-item-two>div>a,
.introduce-item-three>div>a {
  border-top: 1px solid #fff;
  padding-top: 3px;
}

.introduce-swiper .swiper-slide>div>div>* {
  margin-bottom: 7px;
}

.team-title {
  margin-bottom: 31px;
}

.detail-title {
  height: 46px;
  position: relative;
  background: #588ccc;
  margin-bottom: 20px;
}



.detail-title>h4 {
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  padding-left: 19px;
}

.detail-title>span {
  line-height: 46px;
  font-size: 18px;
  color: #fff;
  position: absolute;
  right: 12px;
  top: 0;
  transform: rotate(90deg);
}

.detail-descripe {
  z-index: 20;
}

.detail-con {
  height: 123px;
  overflow-y: auto;
}

.detail-con>p {
  margin-bottom: 3px;
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 51px;
}

.detail-con a {
  font-size: 12px;
  color: #588ccc;
}

.department-list::-webkit-scrollbar{
  width: 3px;
  height: 1px;
}

.department-list::-webkit-scrollbar-thumb{
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
  background: #cccccc;
}

.department-list::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 20%);
  border-radius: 8px;
  background: #f2f2f2;
}

.department-list>ul>li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 0;
}

.department-list>ul>li>div {
  position: relative;
  padding: 17px 0 16px 25px;
  font-size: 18px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #eaeaea;
}


.department-list>ul>li>div>span:first-child {
  color: #333;
}

.department-list>ul>li>div>span:last-child {
  position: absolute;
  right: 0;
  height: 40px;
  line-height: 40px;
  top: 9px;
  width: 48px;
  text-align: center;
  border-left: solid 1px #e5e5e5;
  color: #999;
}

.department-list>ul>li>div:hover {
  background: #588ccc;
  color: #fff;
}

.department-list>ul>li>div:hover>span {
  color: #fff;
}

.department-list .department-active {
  background: #588ccc;
}

.department-list>ul>li>div.department-active>span {
  color: #fff;
}

.menu-btn::before {
  content: '>';
}

.drop-icon::before {
  transform: rotate(90deg);
  display: inline-block;
}

.department-second-class {
  position: absolute;
  top: 100%;
  left: 0;
  width: calc(100% - 15px);
  z-index: 20;
  color: #fff;
  background: #e4eefae1;
  transition: .3s;
  max-height: 0;
  overflow: hidden;
  font-size: 13px;
}

.department-second-class>li:first-child>a {
  padding-top: 13px;
}

.department-second-class>li:last-child>a {
  padding-bottom: 20px;
}

.department-second-class>li>a {
  color: #333;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  padding-left: 3px;
  position: relative;
}

.department-second-class>li>a>div {
  display: inline-block;
  vertical-align: top;
}

.department-second-class>li>a::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 15px;
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 50%;
}

.department-second-class>li:hover {
  background: #8bb8ef;
}

.department-second-class>li:hover>a{
  color: #fff;
}

.department-second-class>li:hover>a::before{
  background: #fff;
}

.department-list-two {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  background: #e4eefae1;
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: .3s;
  overflow-y: scroll;
}

.department-list-two>li {
  color: #333;
  font-size: 16px;
  padding: 5px 0px;
  padding-left: 20px;
}
.department-list-two>li>a{
  color: #333;
}

.department-list-two>li>span {
  float: right;
  width: 50px;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -5px;
  margin-bottom: -5px;
  text-align: center;
  position: relative;
}

.department-list-two>li>span::before {
  content: '>';
  display: inline-block;
  transform: rotate(90deg);
}

.department-list-two>li>span::after {
  content: '';
  height: 50%;
  width: 1px;
  background: #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.department-list-two>li>ul {
  padding-left: 10px;
  display: none;
}

.department-list-two>li>ul>li {
  padding-top: 5px;
}

.drop {
  max-height: 500px;
}

/* 移动端调整 */
/*当屏幕宽度小于1024px时*/
@media (max-width:1023px) {

  .news>.container,
  .dynamic>.container,
  .subjects>.container,
  .imc>.container {
    background: #f5f7fa;
  }

  .news>.container>.row,
  .dynamic>.container>.row,
  .subjects>.container>.row,
  .imc>.container>.row {
    margin: 0;
  }

  .news>.container>.row,
  .subjects>.container>.row {
    background: #fff;
  }

  .imc>.container>.row {
    background: #ebe1ef;
  }

  .department-list {
    display: none;
  }

}

@media (min-width:375px) {
  .subjects-title>h2::before {
    width: 100px;
  }

  .subjects-box .row {
    height: 180px;
  }

  .subjects-icon {
    line-height: 100px;
    height: 100px;
  }

  .subjects-describe>h3 {
    margin-top: 13px;
    font-size: 15px;
  }

  .imc-title>h2 {
    font-size: 22px;
    font-weight: bold;
  }

  .imc-title>h2::before {
    content: '';
    display: inline-block;
    width: 60px;
    border-top: 1px solid #74427d;
    margin-right: 14px;
    margin-bottom: 8px;
  }

  .introduce-item-one,
  .introduce-item-two,
  .introduce-item-three,
  .introduce-item-four {
    height: 185px;
  }

  .introduce-item-one>div>h4,
  .introduce-item-two>div>h4,
  .introduce-item-three>div>h4,
  .introduce-item-four>div>h4 {
    padding-top: 60px;
  }

  .detail-con {
    height: 154px;
  }

  .detail-con>p {
    margin-bottom: 19px;
  }
}

@media (min-width:425px) {
  .describe {
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }

  .news-pagination {
    bottom: 6px;
  }

  .subjects-box .row {
    height: 200px;
  }

  .subjects-icon {
    line-height: 120px;
    height: 120px;
  }

  .subjects-describe>h3 {
    margin-top: 30px;
  }

  .subjects-describe>span>a {
    font-size: 14px;
  }

  .imc-title>h2::before {
    width: 80px;
  }


  .introduce-item-one,
  .introduce-item-two,
  .introduce-item-three,
  .introduce-item-four {
    height: 215px;
  }

  .introduce-item-one>div>h4,
  .introduce-item-two>div>h4,
  .introduce-item-three>div>h4,
  .introduce-item-four>div>h4 {
    padding-top: 72px;
  }

  .detail-con {
    height: 183px;
  }

  .detail-con>p {
    margin-bottom: 24px;
    font-size: 14px;
    height: 60px;
  }

  .detail-con a {
    font-size: 14px;
  }

}


@media (min-width:768px) {
  .describe {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .news-pagination {
    bottom: 14px;
  }

  .swiper-pagination-switch {
    width: 10px;
    height: 10px;
  }

  .news-title>div {
    width: calc(100% - 90px);
  }

  .news-title>div>span,
  .news-title>div>a {
    font-size: 24px;
    margin-right: 43px;
  }

  .news-title>a {
    font-size: 14px;
    padding: 5px 16px 4px 15px;
    margin-top: 7px;
  }

  .news-list {
    font-size: 14px;
  }
  .news-list a {
    max-width: calc(100% - 100px);
  }
  

  .jyzn {
    height: 125px;
    line-height: 125px;
    border-radius: 50px 0 50px 0;
    font-size: 36px;
  }

  .yygh {
    height: 125px;
    line-height: 125px;
    border-radius: 0 50px 0 50px;
    font-size: 36px;
  }

  .service img {
    height: 46px;
  }

  .subjects-box .row {
    height: 180px;
  }

  .subjects-icon {
    line-height: 100px;
    height: 100px;
    border-bottom-right-radius: 40px;
  }

  .more {
    padding: 5px 16px 4px 15px;
  }

  .subjects-describe>h3 {
    margin-top: 35px;
    font-size: 14px;
  }

  .subjects-title>h2::before {
    width: 100px;
  }

  .subjects-title>h2::after {
    width: 100px;
  }

  .subjects-title>div {
    top: -2px;
  }

  .subjects-swiper .swiper-slide>div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subjects>.container>.row {
    padding-left: 10px;
    padding-right: 10px;
  }

  .imc-title>h2 {
    font-size: 24px;
  }

  .imc-title>h2::before {
    width: 100px;
  }

  .imc-title>h2::after {
    width: 100px;
  }

  .introduce-con video {
    background: #000;
    height: 376px;
  }

  .introduce-item-one,
  .introduce-item-three {
    padding-right: 10px;
  }

  .introduce-item-two,
  .introduce-item-four {
    padding-left: 10px;
  }

  .introduce-item-one,
  .introduce-item-two,
  .introduce-item-three,
  .introduce-item-four {
    height: 197px;
  }


  .detail-img {
    height: 280px;
    overflow: hidden;
  }

  .detail-con {
    height: 280px;
  }

  .detail-con>p {
    line-height: 24px;
    margin-bottom: 22px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 120px;
  }

  .detail-con a {
    font-size: 14px;
  }
  
  .dynamic-title>h2 {
    font-size: 24px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .news-list {
    margin-top: 24px;
  }
}

@media (max-width:767px){
  .subjects-title>h2::before{
    display: none;
  }
  .subjects-title>h2::after{
    display: block;
    margin: 0 auto;
    margin-top: 10px;
  }
  .imc-title>h2::before{
    display: none;
  }
  .imc-title>h2::after{
    display: block;
    margin: 0 auto;
    margin-top: 10px;
  }
}

/* pc端样式 */
@media (min-width:1024px) {
  .news>.container>.row {
    padding-bottom: 30px;
  }

  .news-title>div {
    overflow: hidden;
  }

  .describe {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
  }

  .news-pagination {
    bottom: 7px;
  }

  .nav-position {
    display: none;
  }

  .main {
    padding-top: 30px;
  }

  .news>.container>.row,
  .subjects>.container>.row,
  .imc>.container>.row {
    padding-top: 30px;
  }

  .news-title>div>span,
  .news-title>div>a {
    font-size: 15px;
    margin-right: 8px;
  }

  .news-title>div>span{
    /* max-width: 250px; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .news-title {
    margin-top: -18px;
    margin-bottom: 4px;
  }

  .news-con {
    width: auto;
  }

  .news-list>li:not(:last-child) {
    padding-bottom: 7px;
  }

  .news-list>li {
    margin-top: 5px;
  }

  .service .row>div:first-child {
    padding-left: 0;
  }

  .service .row>div:last-child {
    padding-right: 0;
  }

  .dynamic-con {
    padding-bottom: 27px;
  }

  .dynamic-item-one {
    padding-right: 10px;
  }

  .dynamic-item-two {
    padding: 0 5px;
  }

  .dynamic-item-three {
    padding-left: 10px;
  }

  .subjects-box .row {
    height: 200px;
  }

  .subjects-icon {
    line-height: 100px;
    height: 100px;
    border-bottom-right-radius: 30px;
  }

  /* .subjects-box .row:hover>.subjects-icon {
    line-height: 200px;
    height: 200px;
    border-radius: 0;
    box-shadow: none;
  } */

  .subjects-title {
    text-align: center;
    margin-bottom: 35px;
    margin-top: 11px;
  }

  .introduce-con video {
    height: 184px;
  }

  .imc-title {
    margin-bottom: 48px;
  }

  .introduce-con {
    margin-top: 30px;
  }

  .introduce-item-one,
  .introduce-item-two,
  .introduce-item-three,
  .introduce-item-four {
    height: 120px;
  }

  .introduce-item-one>div>h4,
  .introduce-item-two>div>h4,
  .introduce-item-three>div>h4,
  .introduce-item-four>div>h4 {
    padding-top: 30px;
  }

  .introduce-item-one>div>h4,
  .introduce-item-two>div>h4,
  .introduce-item-three>div>h4,
  .introduce-item-four>div>h4 {
    font-size: 18px;
  }

  .introduce-item-one>div>p,
  .introduce-item-two>div>p,
  .introduce-item-three>div>p,
  .introduce-item-four>div>p {
    font-size: 12px;
  }

  .detail-title>span {
    display: none;
  }

  .detail-descripe {
    padding-right: 30px;
  }

  .detail-con>p {
    line-height: 21px;
    margin-bottom: 19px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 84px;
  }

    
  .department-list{
    height: 390px;
    overflow-y: auto;
  }

  .department-list>ul>li>div {
    padding: 17px 0 16px 10px;
    font-size: 12px;
    height: 58px;
  }
  .department-name{
    overflow: hidden;
    display: inline-block;
    width: calc(100% - 30px);
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .department-second-class>li>a {
    padding-left: 25px;
    padding-right: 10px;
  }

  .department-list>ul>li>div>span:last-child {
    right: 0;
    top: 13px;
    height: 30px;
    line-height: 30px;
    width: 30px;
  }

  .department-list-two {
    display: none;
  }

  .dynamic-title>h2 {
    font-size: 16px;
  }
}


@media (min-width:1350px) {
  .describe {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .news-pagination {
    bottom: 14px;
  }

  .swiper-pagination-switch {
    width: 10px;
    height: 10px;
  }

  .news-title>div>span,
  .news-title>div>a {
    font-size: 20px;
    margin-right: 28px;
  }

  .news-title {
    margin-bottom: 18px;
  }

  .news-list>li:not(:last-child) {
    padding-bottom: 12px;
  }

  .news-list>li {
    margin-top: 10px;
  }

  .subjects-box .row {
    height: 225px;
  }

  .subjects-icon {
    line-height: 120px;
    height: 120px;
    border-bottom-right-radius: 50px;
  }

  /* .subjects-box .row:hover>.subjects-icon {
    line-height: 225px;
    height: 225px;
    border-radius: 0;
    box-shadow: none;
  } */

  .subjects-describe {
    padding-left: 27px;
    padding-right: 45px;
  }

  .subjects-describe>h3 {
    margin-top: 30px;
    font-size: 16px;
  }

  .introduce-con video {
    height: 310px;
  }

  .introduce-item-one,
  .introduce-item-two,
  .introduce-item-three,
  .introduce-item-four {
    height: 173px;
  }

  .introduce-item-one>div>h4,
  .introduce-item-two>div>h4,
  .introduce-item-three>div>h4,
  .introduce-item-four>div>h4 {
    padding-top: 61px;
  }

  .introduce-item-one>div>p,
  .introduce-item-two>div>p,
  .introduce-item-three>div>p,
  .introduce-item-four>div>p {
    font-size: 14px;
  }

  .detail-con>p {
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    height: 120px;
  }


  .department-list>ul>li>div {
    padding: 17px 0 16px 25px;
    font-size: 16px;
    height: 60px;
  }

  .department-name{
    overflow: hidden;
    display: inline-block;
    width: calc(100% - 48px);
    white-space: nowrap;
    text-overflow: ellipsis;
  }


  .department-list>ul>li>div>span:last-child {
    right: 0;
    top: 9px;
    height: 40px;
    line-height: 40px;
    width: 48px;
  }

  .department-second-class {
    font-size: 16px;
  }

  .department-second-class>li>a {
    padding-left: 42px;
  }

  .department-second-class>li>a::before {
    left: 18px;
    top: 18px;
    width: 8px;
    height: 8px;
  }

  .dynamic-title>h2 {
    font-size: 24px;
  }
}

/* 动画效果相关 */
.jyzn img {
  transition: .5s;
}

.jyzn:hover img {
  transform: rotate(360deg);
}

.yygh img {
  transition: .5s;
}

.yygh:hover img {
  transform: rotate(360deg);
}

