body{
  overflow-x: scroll;
}
.college-top-cover {
  position: relative;
  height: 287px;
  padding-bottom: 30px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.35);
}
.college-top-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  /* background-color: rgba(0,0,0,.35); */
}
.college-top-content {
  width: 960px;
  margin: 0 auto;
  padding: 85px 0;
  color: #ffffff;

  position: relative;
}
.college-top-title {
  font-size: 24px;
  margin-bottom: 6px;
  font-weight: bold;
}
.college-top-desc {
  font-size: 14px;
  line-height: 25px;
  max-width: 740px;
  padding-left: 145px;
}
.college-icon {
  width: 125px;
  height: 125px;
  border-radius: 125px;
  margin-right: 20px;
  float: left;
  background-color: #ffffff;
}
.college-detail {
  width: 1000px;
  margin: 0 auto;
}
.college-menu-bar {
  height: 62px;
  line-height: 62px;
  border-bottom: 1px solid #e8dbdb;
}
.college-menu-bar > div {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.college-menu-bar ul li {
  float: left;
  margin-right: 45px;
}
.college-menu-bar ul li:last-child {
  margin-right: 0;
}

.college-menu-bar ul li a {
  color: #333333;
  font-size: 16px;
}
.college-menu-bar ul li.active a,
.college-menu-bar ul li:hover a {
  color: #e74b3b;
  font-weight: bold;
}
.college-menu-bar .college-upload-button {
  width: 159px;
  height: 42px;
  line-height: 42px;
  border-radius: 4px;
  background-color: #dd2133;
  font-size: 15px;
  letter-spacing: 3px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 0;
  cursor: pointer;
}
.college-menu-bar .college-upload-button:hover{
  background-color: #cc1628;
}
.img-graduation-ad {
  width: 100%;
  margin: 25px 0;
  overflow: hidden;
}
.img-graduation-ad img{
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.img-graduation-ad:hover img{
  transform: scale(1.01)
}
.type-list {
  font-size: 12px;
  padding: 15px 0;
}
.type-list li {
  float: left;
  padding: 0 15px 0 0;
  cursor: pointer;
}
.type-list li.devide-line{
  color: #d6cece;
}
.type-list li.active a,.type-list li:hover a{
    color: #d75644;
}
.content-ul-recommend.award-list {
  text-align: center;
}
.content-ul-recommend.video-list {
  text-align: left;
  width: 1020px;
}
.content-ul-recommend {
  width: 1084px;
  margin: 15px auto 0;
}
.content-ul-recommend.video-list > li {
  width: 320px;
  margin: 0 20px 20px 0;
  box-shadow: 0 4px 12px 0px rgba(0, 0, 0, 0.1);
}
.video-cover > img,
.video-cover .cover-loading {
  width: 320px;
}
.video-con {
  width: 320px;
}

.video-list > li:nth-of-type(4n) {
  margin-right: 20px;
}

.user-info{
  position: relative;
}
.li-bottom-good{
  position: absolute;
  right: 8px;
  font-size: 12px;
}
.li-bottom-good em{
  font-style: normal;
}
.li-bottom-good i.voted:before {
  color: #e74b3b;
}
.user-info{
  position: relative;
}
.li-bottom-good{
  position: absolute;
  right: 8px;
  
  font-size: 12px;
}
.li-bottom-good i.voted:before {
  color: #e74b3b;
}
.slide-bar{
  display: none;
}
/* .pages-container{

} */
/* .page-wrap{text-align: center; margin-top: 20px; font-size: 0;}
.page-wrap .page{text-align: center;}
.page-wrap a{font-weight: 300!important; transition: .15s ease-in-out; -webkit-transition: .15s ease-in-out; -moz-transition: .15s ease-in-out; -ms-transition: .15s ease-in-out; -o-transition: .15s ease-in-out;}
.page-wrap a span{display: inline-block; vertical-align: top; padding: 0!important; margin: 0!important;  transition: .15s ease-in-out; -webkit-transition: .15s ease-in-out; -moz-transition: .15s ease-in-out; -ms-transition: .15s ease-in-out; -o-transition: .15s ease-in-out;}
.page-wrap a:hover{background-color: #e74b3b!important; color: #fff!important;}
.page-wrap a:hover span{background-color: #e74b3b;}
.page-wrap a span:before{font-size: 12px; color: #333;}
.page-wrap a:hover span:before{color: #f0f0f0;}
.page-wrap .arrow-page.arrow-left{transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); } */
