/*农大要闻--左边*/
.focusNews p{
  font-size: 20px;
  line-height: 34px;
}
.focusNews h4{
  text-align: right;
  margin-top: 15px;
}
.focusNews:hover p{
  color: #ec1c23;
}
/*农大要闻--右边*/
.notice-rights{
  padding: 15px;
}
.focusNewsImg img{
  width: 100%;
  height: 100%;
}
.focusNewsImg p{
  font-size: 20px;
  color: #333333;
  padding: 10px 0;
  font-weight: normal;
  line-height: 32px;
}

/*院部动态*/
.topTitleList{
  margin-bottom: 20px;
}
.newsContent .single-blog{
  margin: 15px 0;
}
.newsContent .blog-bottom{
  height: 100px;
}
.newsContent .blog-bottom h2 a{
  padding: 20px 15px;
}

/*通知公告*/
.notice-area{
  background-color: #ffffff;
}
.noticeTitle{
  margin: 30px 0 10px 0;
}
.noticeItem p{
  font-size: 20px;
  line-height: 34px;
}
.noticeItem h4{
  text-align: right;
}
.noticeItem:hover p{
  color: #5e7fbf;
}

/*数说农大*/
.data-ynau{
  padding: 60px 0;
  background-color: rgba(29, 35, 83, 0.05);
  overflow: hidden;
}
.wx-text:hover {
  box-shadow: 0 0 15px rgba(29, 35, 83, 0.7);
}
.sayYnau{
  border-radius: 6px;
  padding: 15px 0;
  height: 180px;
  margin: 10px 0;
}
.sayYnau img{
  display: block;
  margin: 0 auto;
  width: 58px;
  height: auto;
}
.sayYnau .HanSansCNMedium{
  font-size: 20px;
  font-weight: bold;
  color: #1d2353;
}
.sayYnau p{
  font-size: 16px;
  color: #1d2353;
  padding-top:8px;
}

/*招生*/
.recruitStudent{
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
.recruitStudentImg img{
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.recruitStudent:hover img{
  transform: scale(1.1);
  transition: all 0.5s;
}
.recruitStudent span{
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 120px;
  line-height: 120px;
  color: #ffffff;
  font-size: 28px;
  word-spacing: 1px;
  text-align: center;
  background-image: linear-gradient(to top, #1d2353, rgba(29, 35, 83, 0.8) ,rgba(29, 35, 83, 0));
  opacity: 0.9;
}

/*子页 - 招生就业*/
.studentNum{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #1d2353;
}
.studentCount{
  margin: 60px 0 20px 0;
}
.studentCount h3{
  font-size: 46px;
  text-align: center;
  color: #1d2353;
}
.studentCount p{
  font-size: 18px;
  text-align: center;
  color: #888;
  margin-top: 15px;
}
.getJob h3{
  color: #ffffff;
  text-align: left;
  font-size: 24px;
  margin: 80px 0 30px 0;
}
.getJob p{
  color: #ffffff;
  text-align: left;
  font-size: 18px;
  line-height: 36px;
}
.getJob a{
  width: 180px;
  height: 42px;
  border-radius: 42px;
  line-height: 42px;
  font-size: 16px;
  margin-top: 30px;
  display: block;
  background-color: rgba(255,255,255,0.8);
  color: #1d2353 !important;
}
.getJob a:hover{
  background-color: #ffffff;
}

/*快捷导航 - 服务矩阵*/
.quickEnter{
  width: 100%;
  height: 150px;
  margin: 20px 0;
  padding: 10px;
  overflow: hidden;
}
.quickEnter img{
  width: 70px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.quickEnter p{
  text-align: center;
  font-size: 16px;
  color: #1d2353;
  margin-top: 10px;
}
.single-course{
  transition: all 0.5s;
}
.single-course:hover{
  box-shadow: 0 0 20px rgba(29, 35, 83, 0.7);
}

/*底部*/
.footer-area{
  background-color: #f8f8f8;
}



@media (min-width: 320px) and (max-width: 799px) {
  /*农大要闻--右边*/
  .notice-rights{
    width: 100%;
    height: 350px;
    overflow: hidden;
  }
  .focusNewsImg{
    width: 100%;
    height: 200px;
  }
  /*数说农大*/
  .sayYnau{
    width: 45%;
  }
  .sayYnau .text{
    width: 100%;
  }
  /*招生*/
  .recruit-students,
  .notice-area{
    padding: 0;
  }
  .recruitStudent{
    margin: 10px 0;
  }
  .recruitStudentImg{
    width: 100%;
    height: 220px;
    overflow: hidden;
  }
  /*子页 - 招生就业*/
  .getJob{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
    background-size: 100% auto;
  }
  .getJob .container{
    padding: 0;
  }
  .getJob h3,.getJob p{
    color: #1d2353;
  }
  .getJob a{
    background-color: #1d2353;
    color: #ffffff!important;
  }
}

@media (min-width: 800px) and (max-width: 3840px) {
  /*农大要闻--右边*/
  .notice-rights, .notice-right{
    width: 100%;
    height: 540px;
    overflow: hidden;
  }
  .focusNewsImg{
    width: 100%;
    height: 420px;
  }
  /*院部动态*/
  .newsBox{
    padding: 40px 0;
  }
  /*招生*/
  .recruit-students .container-fluid{
    padding: 0 30px;
  }
  .recruitStudentImg{
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  /*子页 - 招生就业*/
  .getJob{
    width: 100%;
    height: 500px;
    margin: 80px 0 20px 0;
    overflow: hidden;
    background-size: 100% 500px;
  }
}















