.swiper-container {
  width: 100%;
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  width: 100%;
  object-fit: cover;
}
.swiper-button-next {
  background-image: url('../../images/define/right-icon.png') !important;
  right: 120px;
}
.swiper-button-prev {
  background-image: url('../../images/define/left-icon.png') !important;
  left: 120px;
}
.swiper-pagination-bullet {
  width:20px;
  height:3px;
  background:rgba(255,255,255,1);
  border-radius:2px;
  opacity:0.25;

}
.swiper-pagination-bullet-active {
  width:25px;
  height:3px;
  background:rgba(255,255,255,1);
  border-radius:2px;
  opacity:0.7;
}
.main-box {
  display: inline-block;
  width: 100%;
}
.main-box .content{
  width: 1200px;
  margin: 0 auto;
}
.news-box {
  background: #F8F9FA;
  /*background: #f0f2f5;*/
  /*padding-bottom: 40px;*/
}
.college-box {
  background: #F8F9FA;
}
.part-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 35px;
  padding: 17px 0;
  border-bottom: 1px solid #E0E3EA;
}
.part-title span {
  color: #2A2A2A;
  font-size:24px;
  display: flex;
  align-items: center;
  font-weight: bold;;
}
.part-title-news span::before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 29px;
  background: url("../../images/define/biaoti_icon1.png");
  background-size: 100% 100%;
  margin-right: 10px;
}
.part-title-college span::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 29px;
  background: url("../../images/define/biaoti_icon2.png");
  background-size: 100% 100%;
  margin-right: 10px;
}
.part-title-college p {
  position: relative;
}
.part-title-college input{
  display: inline-block;
  width: 280px;
  height: 34px;
  border: 1px solid #DADEE0;
  border-radius: 21px;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
  outline: none;
  background: white;
}
.search-icon {
  display: inline-block;
  width: 30px;
  height: 34px;
  background: url("../../images/define/biaoti_icon4.png");
  background-size: 15px 15px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;

}
.part-title a {
  color: #666666;
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.part-title a::after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 12px;
  background: url("../../images/define/biaoti_icon3.png");
  background-size: 100% 100%;
  margin-left: 5px;
}
.news-content {
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  padding-top: 30px;
}
.news-content ul {
  width: 48%;
}
.news-content .news-left a {
  display: -webkit-box;
  width: 100%;
  color: #2A2A2A;
  font-size: 15px;
  font-weight:bold;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-content .news-left a:hover {
  color: #0099FF;
}
.news-content .news-left li {
  padding-bottom: 15px;
  border-left: 1px solid #0099FF;
  position: relative;
  padding-left: 27px;
  margin-left: 40px;
}
.news-content .news-left li:last-child {
  padding-bottom: 0;
}
.news-content .news-left li::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #0099FF;
  background: #fff;
  position: absolute;
  left: -10px;
  top: 0;
}
.news-content .news-left li>div {
  margin-top: 10px;
}
.news-content .news-left li>div span, .news-content .news-right li>div span {
  font-size: 12px;
  color: #939CA5;
  margin-right: 10px;
}
.news-content .news-right a {
  display: inline-block;
  color: #2A2A2A;
  font-size: 18px;
  font-weight:bold;
  cursor: pointer;
}
.news-content .news-right a:hover {
  color: #0099FF;
}
.news-content .news-right li {
  display: flex;
  justify-content: start;
  margin-bottom: 15px;
}
.news-content .news-right img {
  display: inline-block;
  width: 119px;
  min-width: 119px;
  height: 75px;
  border-radius: 4px;
  margin-right: 15px;
  object-fit: cover;
}
.news-content .news-right li a {
  display: inline-block;
  width: 365px;
  color: #2A2A2A;
  font-size: 15px;
  line-height:25px;
  font-weight:bold;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-content .news-right li p {
  color: #666666;
  font-size: 12px;
  line-height:17px;
  margin: 5px 30px 0 0;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.choose-box {
  padding-top: 10px;
  /*margin: 10px 0;*/
}
.choose-box li{
  display: inline-flex;
  width: 100%;
  justify-content: start;
  /*margin-bottom: 20px;*/
}
.choose-box li label {
  display: inline-block;
  width: 75px;
  min-width: 75px;
  text-align: right;
  font-size: 14px;
  color: #2A2A2A;
  line-height: 20px;
  font-weight:bold;
  margin-right: 20px;
  margin-top: 4px;
}
.choose-box li span {
  display: inline-block;
  cursor: pointer;
  font-size: 12px;
  color: #666666;
  /*margin-right: 40px;*/
  min-width: 60px;
  text-align: center;
  /*line-height: 30px;*/
  margin-bottom: 10px;
  padding:0 8px;
}
.choose-box li p .first-item {
  border-radius: 16px;
  background: #0099FF;
  color: #fff;
}
.choose-box li p .item-active {
  color: #0099FF;
}
.college-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 10px 0;
}
.college-list li {
  display: inline-block;
  width: 33.3%;
  min-width: 33.3%;
  max-width: 33.3%;
  text-align: center;
  margin-bottom: 40px;
  flex: 1;
}
.college-list li img {
  display: inline-block;
  width: 370px;
  height: 207px;
  object-fit: cover;
}
.college-list-img {
  display: inline-block;
  width: 370px;
  height: 207px;
  border-radius: 20px 10px 20px 10px;
  overflow: hidden;
  position: relative;
}
.college-list li span {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width:75px;
  height:29px;
  background:linear-gradient(270deg,rgba(0,138,255,0.28) 0%,rgba(72,144,228,1) 100%);
  border-radius:20px 0px 20px 0px;
  font-size: 14px;
  color: #F8F9FA;
  line-height: 29px;
  text-align: center;
}
.college-list li p {
  font-weight:bold;
  color:rgba(42,42,42,1);
  line-height:25px;
  font-size: 18px;
  margin-top: 10px;
}
.college-list li a:hover p{
  color: #0099FF;
}
.college-list li a:hover .college-intro {
  opacity: 1;
  visibility: 1;
  bottom: 0;
}
.college-intro {
  transition: bottom 0.5s ease-out, opacity 0.2s ease-in, visibility 0.2s ease-in;
  width: 100%;
  visibility: 0;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -50px;
  text-align: left;
  color: rgba(42,42,42,1) !important;
  font-size: 14px !important;
  padding: 5px 10px;
  box-sizing: border-box;
  background: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 22px;
}
.contents.empty .icon {
  width: 179px;
  height: 138px;
  margin: 40px auto 10px;
  background-image: url(/images/class-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -155px;
}
.public-content .contents {
  margin: 20px auto;
  padding: 20px 30px;
}
.public-content .contents.empty p {
  color: #b2b2b2;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.news-content .iconfont2 {
  font-family: iconfont !important;
  font-size: 18px;
  line-height: 10px;
  position: relative;
  top: 2px;
}
