.about-container {
  width: 100%;
}

.about-content {
  height: 100%;
}

.about-content .banner {
  height: 367px;
  padding-top: 154px;
  position: relative;
  box-sizing: border-box;
  background-image: url(/r/cms/www/default/images/channel/college/banner_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

@media screen and (max-width:1366px) {
  .about-content .banner .container-1200{
    transform: scale(0.7);
    transform-origin: center;
  }
  .about-content .banner {
    height: 256.9px;
    padding-top: 100px;
  }
}

@media screen and (min-width:1367px) and (max-width:1600px) {
  .about-content .banner .container-1200{
    transform: scale(0.79);
    transform-origin: center;
  }
  .about-content .banner {
    height: 290px;
    padding-top: 110px;
  }
}

.about-content .banner p {
  text-align: center;
  line-height: 1;
  margin-top: 20px;
}

/* 模式 */
.model {
  width: 100%;
}

.model>.hd {
  border-bottom: 1px solid #F0F0F0;
  display: flex;
  justify-content: space-between;
  padding: 60px 0 0;
  box-sizing: border-box;
}

.model>.hd li {
  min-width: 110px;
  font-size: 18px;
  color: #333333;
  text-align: center;
  padding-bottom: 30px;
  box-sizing: border-box;
  line-height: 28px;
  cursor: pointer;
  letter-spacing: -0.8px;
}

.model>.hd li.active {
  font-size: 28px;
  color: #0152D9;
  font-weight: bold;
  border-bottom: 4px solid #0152D9;
}

.model>.bd {
  position: relative;
  height: auto !important;
}

.model>.bd li {
  position: relative !important;
}
.news-list {
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
  padding: 30px 0;
}
.news-list:hover .list-text h4{
  color: #0152D9;
}

.list-time {
  float: left;
  width: 108px;
  height: 108px;
  padding-top: 25px;
  color: #666666;
  text-align: center;
  background-color: #F7F8F9;
}

.list-text {
  float: left;
  width: 1030px;
  margin-left: 15px;
}

.list-text h4 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333333 ;
}

.list-text p{
  font-size: 14px ;
  color: #666;
  line-height: 23px;
}
/* 列表 */

.news-down {
  position: absolute;
  right: 0;
  bottom: 30px;
  text-align: right;
}

.news-down span {
  color: #999999;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  position: relative;
  margin-left: 30px;
}

.news-down i {
  margin-right: 10px;
  position: relative;
  top: 2px;
}

