/* common */
html {
  min-width: 1380px;
}
.container {
  width: 1380px;
  margin: 0 auto;
}
.container_ny{
  width: 1380px;
  margin: 0 auto;
}
@media screen and (max-width: 1380px) {
  html {
    min-width: 300px;
  }
  .container {
    width: 100%;
    margin: 0 auto;
  }
}
.flex-0 {
  display: flex;
  align-items: center;
}
.flex-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-3 {
  display: flex;
  justify-content: space-between;
}
.flex-4 {
  display: flex;
  flex-wrap: wrap;
}
.flex-5 {
  display: flex;
  justify-content: flex-start;
}
.flex-6 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


/* header */
header {
  width: 100%;
  height: 240px;
  background-size: 100% 100%;
  background-color: #1eacbf;
}
.header-top {
  height: 180px;
  background-image:url('common_res/top_bj.jpg'); ;
}
.header-top .container {
  height: 100%;
}
.fl {
  float: left;
}
.header-top .logo {
  width: 660px;
  height: 140px;
/*  background-image: url('https://static.hainnu.edu.cn/css/img/logo.png');*/
  background-size: cover;
}
.header-top .college-name {
  font-size: 40px;
  color: #fff;
  line-height: 100px;
  padding-left: 15px;
}
.header-motto {
  width: 450px;
  height: 64px;
  margin-left: 270px;	
}
.header-logo img,
.header-motto img {
  width:  450px;
  height: 64px;
}


.nav {
  height: 60px;
  font-size: 19px;
}
.nav a {
  display: block;
  height: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  padding: 0 26px;
}
.nav a:hover{
  color:#fff;
} 

.nav-item {
  position: relative;
  height: 100%;
}
.nav-item-active {
  background-color: #28bcd0;
}
.nav-item-active a {
  color: #fff;
}
.nav-item__second {
  z-index: 9;
  position: absolute;
  left: -20px;
  width: 100%;
  padding: 0 20px;
  background-color: rgba(40, 188, 208, 0.8);
  color: #fff;
}
.nav-item__second a {
  font-size: 16px;
  color: #fff;
  line-height: 52px;
  text-align: center;
  width: 100%;
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: height 0.5s ease-in;
  margin-left: -20px;
}
.nav-item:hover {
  background-color: #28bcd0;
  color: #fff;
}
.nav-item:hover a {
  color: #fff;
}
.nav-item:hover a {
.color: #fff;
}
.nav-item:hover .nav-item__second a {
  height: 52px;
}
.nav-item__second a:hover {
  background-color: #28bcd0;
}


.header-m {
  display: none;
  height: 120px;
  background-color: #28bcd0;
  padding: 0 20px;
  box-sizing: border-box;
}
.header-m .logo {
  width: 550px;
  height: 90px;
}
.header-m .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-m .menu-open {
  width: 70px;
  height: 50px;
}
.header-m .menu-close {
  display: none;
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 1200px) {
  .header-pc {
    display: none;
  }
  .header-m {
    display: flex;
  }
}

/* menu */
.menu-wrap {
  display: none;
  z-index: 999;
  position: fixed;
  top: 120px;
  right: -100%;
  width: 100%;
  height: 100%;
  transition: right 0.5s ease-out;
}
.menu-list {
  height: calc(100% - 140px);
  padding-bottom: 92px;
  background-color: #fff;
  overflow-y: scroll;
}
.menu-item {
  position: relative;
  border-bottom: 0px #e5e5e5 solid;
}
.menu-item a {
  display: inline-block;
  font-size: 36px;
  color: #333;
  line-height: 92px;
  padding-left: 20px;
  width: 100%;
}
.menu-item__icon-wrap-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
}
.menu-item__icon-wrap-1 .menu-item__icon {
  position: absolute;
  right: 20px;
  border: solid #afafaf;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 10px;
}
.menu-item__icon-wrap-1 .menu-item__icon--up {
  display: none;
  top: 25px;
  transform: rotate(-135deg);
}
.menu-item__icon-wrap-1 .menu-item__icon--down {
  top: 25px;
  transform: rotate(45deg);
}
.menu-item__second-item {
  position: relative;
}
.menu-item__icon-wrap-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 83px;
  display: none;
}
.menu-item__icon-wrap-2 .menu-item__icon {
  position: absolute;
  right: 20px;
  border: solid #afafaf;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 7px;
}
.menu-item__icon-wrap-2 .menu-item__icon--up {
  display: none;
  top: 25px;
  transform: rotate(-135deg);
}
.menu-item__icon-wrap-2 .menu-item__icon--down {
  top: 25px;
  transform: rotate(45deg);
}
.menu-item .menu-item__second {
  width: 100%;
}
.menu-item .menu-item__third {
  margin: 0 20px 0 83px;
}
.menu-item .menu-item__second-item>a,
.menu-item .menu-item__third>a {
  display: block;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: height 0.3s linear;
  font-size: 30px;
}
.menu-item .menu-item__second-item>a {
  color: #666;
  line-height: 83px;
  padding-left: 53px;
}
.menu-item .menu-item__third>a {
  color: #999;
  line-height: 72px;
  padding-left: 0;
}
@media screen and (max-width: 1200px) {
  .menu-wrap {
    display: block;
  }
}


/* friend-links */
.friend-links {
  background-color: #f7f7f7;
  padding-top: 24px;
}
.friend-links .container{margin: 0 auto;}
.friend-links-title {
  padding-bottom: 18px;
}
.friend-links-icon {
  width: 31px;
  height: 30px;
}
.friend-links-icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.friend-links-text {
  font-size: 22px;
  color: #1eacbf;
  font-weight: bold;
  padding-left: 7px;
}
.links-item {
  display: block;
  background-color: #fff;
  border: 1px #e8e8e8 solid;
  padding: 0 9px;
  margin-right: 22px;
  margin-bottom: 24px;
  font-size: 16px;
  color: #666;
  line-height: 35px;
}
.links-item:hover {
  background-color: #1eacbf;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .friend-links {
    box-sizing: border-box;
  }
  .links-item {
    font-size: 20px;
    line-height: 42px;
    padding: 0 10px;
  }
  .friend-links .container {
    
  }
  .friend-links-text {
    font-size: 26px;
  }
  .friend-links-icon {
    width: 35px;
    height: 33px;
  }
}


/* footer */
footer {
  width: 100%;
  height: 178px;
  background-color: #1eacbf;
}
footer .container {
  height: 100%;
  justify-content: center;
}
.footer-info {
  font-size: 16px;
}
.footer-info span {
  color: #fff;
  line-height: 33px;
  padding-right: 15px;
}
.footer-info a {
  color: #fff;
  line-height: 33px;
}
.footer-info a:hover {
  opacity: 0.8;
}
.footer-r {
  display: flex;
}
.footer-ewm {
  width: 100px;
}
.footer-ewm:first-child {
  margin-right: 20px;
}
.footer-ewm-img {
  width: 100%;
  height: 100px;
}
.footer-ewm-text {
  font-size: 16px;
  color: #fff;
  padding-top: 16px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  footer {
    height: auto;
    padding: 20px 0;
    box-sizing: border-box;
  }
  footer .container {
    display: block;
    width: 92%;
  }
  .footer-l {
    padding-bottom: 20px;
  }
  .footer-info .icp {
    display: block;
  }
  .footer-info a {
    display: none;
  }
  .footer-r {
    justify-content: center;
  }
  .footer-info {
    font-size: 20px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .footer-info span {
    line-height: 42px;
  }
}


/* common-title */
.common-title {
  height: 50px;
  border-bottom: 1px #e7e7e4 solid;
}
.common-title-l {
  height: 100%;
  border-bottom: 3px #1eacbf solid;
}
.common-title-icon {
  width: 30px;
  height: 30px;
}
.common-title-icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.common-title-text {
  font-size: 22px;
  color: #333;
  font-weight: bold;
  padding-left: 16px;
}
.common-title-more:hover {
  color: #00864e;
  font-weight: bold;
}
.common-title-more_text {
  font-size: 14px;
  color: #c3c3c3;
  padding: 6px 10px 6px 14px;
  border: 1px solid #e1e1e1;
  border-radius: 25px;
}
.common-title-more_text:hover {
  color: #e1b621;
  border: 1px solid #e1b621;
}
.common-title-more_icon {
  width: 15px;
  height: 15px;
}
.common-title-more_icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
@media screen and (max-width: 1200px) {
  .common-title-text {
    font-size: 26px;
  }
  .common-title-icon {
    width: 36px;
    height: 28px;
  }
  .news-right .common-title-icon {
    width: 32px;
    height: 26px;
  }
  .common-title-more_text {
    font-size: 18px;
  }
  .common-title-more_icon {
    width: 18px;
    height: 18px;
  }
  .common-title-more_icon img {
    border-radius: 50%;
  }
}


/* news */
.news-list {
  width: 440;
}
.news-first {
  font-size: 20px;
  color: #004097;
  line-height: 1;
  font-weight: bold;
  border-bottom: 1px #acacac dashed;
  padding: 15px 0;
  margin-bottom: 10px;
}
.news-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 40px;
  padding-left: 15px;
}
.news-item::before {
  position: absolute;
  left: 0;
  content: '';
  width: 10px;
  height: 10px;
  background: url('common_res/icon-13.png') no-repeat 0 0;
}
.news-item a {
  display: block;
  flex: 1;
  color: #333;
  padding-right: 15px;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item span {
  flex: none;
  color: #999;
}
.news-item:hover a {
  color: #e1b621;
}
.news-item:hover::before {
  border-color: #e1b621;
}
@media screen and (max-width: 1200px) {
  .news-list {
    width: 710px;
  }
  .news-first {
    font-size: 28px;
    padding: 22px 0;
    border-bottom: 1px #c8c8c8 dashed;
  }
  .news-item {
    font-size: 22px;
    line-height: 48px;
  }
}


/* common-banner */
.common-banner {
  width: 100%;
  height: 620px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.common-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 100%) {
  .common-banner {
    height: 620px;
  }
}

/* common-banner */
.common-nybanner {
  width: 100%;
  height: 320px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.common-nybanner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 100%) {
  .common-nybanner {
    height: 320px;
  }
}


/* common-slide */
.common-slide {
  flex: none;
  width: 250px;
}
.common-slide .slide-title {
  width: 100%;
  height: 120px;
  background-color: #1eacbf;
  border-bottom: 6px #28bcd0 solid;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 120px;
}
.common-slide .slide-list {
  min-height: 564px;
  background-color: #f2f3f7;
  padding: 18px 0;
  box-sizing: border-box;
  background-image: url('common_res/slide-bg.png');
  background-position: 85px 410px;
  background-repeat: no-repeat;
}
.common-slide .slide-item {
  font-size: 24px;
  color: #333;
  line-height: 64px;
  text-align: center;
}
.common-slide .slide-item-active {
  background-color: #1eacbf;
  color: #fff;
}
.common-slide .slide-item_second {
  font-size: 16px;
}
.common-slide .slide-item_second-item {
  font-size: 14px;
}
.common-slide .slide-item a:hover {
  color: #1eacbf;
}
.common-slide .slide-item-active a:hover {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .common-slide {
    display: none;
  }
}

/*缂堝銆?/
.pageNum{width:100%;height: 50px;margin: 50px auto;}
.pageNum a,.pageNum i,.pageNum em,.pageNum span{height: 37px; line-height: 37px; padding: 0 15px; display: inline-block; border: 1px #e8e8e8 solid; background-color: #fff;  margin: 0 3px;color:#515151; }
.pageNum i{background-color: #fff;}
.pageNum a:hover,.pageNum .pative,.pageNum span{color:#fff;background-color:#d30b15;}

/* common-content */
.common-content {
  width: 1200px;
  border-left: 6px #f2f3f7 solid;
  padding-bottom: 30px;
  padding-left: 45px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .common-content {
    
    border-left: 0;
    padding-left: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }
}


/* common-position */
.common-position {
  overflow: hidden;
  border-bottom: 4px #f2f3f7 solid;
}
.common-position-icon {
  width: 24px;
  height: 24px;
  margin-right: 13px;
}
.common-position-icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.common-position-cur {
  font-size: 16px;
  color: #333;
  line-height: 90px;
}
.common-position-cur span:last-child {
  color: #666;
}
.icon-home-m {
  display: none;
}
@media screen and (max-width: 1200px) {
section.container.flex-5 div#list {
    width: 92%;margin: 0 4%;
}
  .icon-home-pc {
    display: none;
  }
  .icon-home-m {
    display: block;
  }
  .common-position-icon {
    width: 30px;
    height: 30px;
  }
.common-position.flex-0 {
    padding: 10px 0;
}
.common-position-cur {
        font-size: 16px;
        line-height: 30px;
    }
}


/* pagination */
.common-pagination {
  overflow: hidden;
  font-size: 14px;
  text-align: center;
  margin-top: 78px;
}
.common-pagination__item {
  display: inline-block;
  height: 37px;
  padding: 0 20px;
  border: 1px #e8e8e8 solid;
  margin-right: 5px;
  color: #515151;
  line-height: 37px;
  cursor: pointer;
}
.common-pagination__item:hover {
  color: #d30b15;
}
.common-pagination__cur {
  color: #fff;
  background-color: #d30b15;
}
.common-pagination__cur:hover {
  color: #fff;
}
.common-pagination__next {
  margin-left: 5px;
}
.common-pagination-list {
  display: inline-block;
}
.pagination-ellipsis-prev,
.pagination-ellipsis-next {
  margin-right: 5px;
}

.common-pagination-form {
  display: inline-block;
}
.common-pagination-form__input {
  width: 53px;
  height: 37px;
  border: 1px #e8e8e8 solid;
  margin: 0 4px;
  box-sizing: border-box;
  text-align: center;
  outline: none;
}
.common-pagination-form__button {
  height: 37px;
  border: 1px #e8e8e8 solid;
  padding: 0 10px;
  background-color: transparent;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .common-pagination {
    margin-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
  }
  .common-pagination-form,
  .common-pagination__count {
    display: none;
  }
}


/* news-detail */
.news-title {
  font-size: 24px;
  color: #333;
  line-height: 36px;
  padding: 35px 18px 26px 18px;
  box-sizing: border-box;
  text-align: center;
}
.news-info {
  font-size: 14px;
  color: #686868;
  text-align: center;
  padding-bottom: 26px;
  border-bottom: 1px #e4e4e4 solid;
}
.news-info span {
  padding-right: 24px;
}
@media screen and (max-width: 1200px) {
  .news-title {
    font-size: 28px;
  }
  .news-info {
    font-size: 18px;
  }
}


/* common-desc */
.common-desc {
  padding: 5px 0;
}
.common-desc,
.common-desc p,
.common-desc p span,
.common-desc span {
  font-size: 16px;
  color: #333;
  line-height: 36px;
  padding-top:30px;
}


/* single-detail */
.single-detail {
  padding: 40px 18px 57px 18px;
}
.single-title {
  font-size: 30px;
  color: #333;
  line-height: 36px;
  text-align: center;
}

.zscx {min-height: 600px;padding-top: 20px;}
.zscx a{display: block;width: 380px;height:103px;display: inline-block;padding: 60px 0;color:#fff;text-align: center;font-size: 30px;}
.zscx a.zs1{background: url(https://static.hainnu.edu.cn/images/lyxy/zs1.jpg) no-repeat 0 center;margin-right: 25px;}
.zscx a.zs2 {background: url(https://static.hainnu.edu.cn/images/lyxy/zs2.jpg) no-repeat 0 center;}
.zscx a:hover{opacity: 0.6;}
@media screen and (max-width: 800px) {
    .header-m .logo {
        width: 75%;
        height: auto;
    }
.header-m .menu-open {
    width: 30px;
    height: auto;
}
}