/* 首页主题内容部分 */
.main-content .container {
  max-width: 100%;
  padding: 15px 30px 0;
}
@media screen and (max-width: 992px){
  .main-content .container {
    max-width: 100%;
    padding: 0 12px;
  }
}
/* 轮播图 */
/* 标题 */
.carousel .carousel-inner .carousel-item .carousel-caption {
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 0;
  background: rgba(27, 58, 112, .6);
  letter-spacing: 2px;
}
.carousel-caption > a {
  color: #fff;
  font-size: 16px;
}
/* 切换按钮 */
.carousel .carousel-indicators {
  bottom: 28px;
}

/* 学院新闻 */
.academy-news {
  padding: 0 15px;
}
@media screen and (max-width: 992px){
  .academy-news {
    padding: 0;
  }
}
.academy-news .top-more {
  display: flex;
  justify-content: space-between;
  align-self: center;
  padding-bottom: 5px;
  color: #1B3A70;
  border-bottom: 2px solid #1B3A70;
}
.top-more .academy-text {
  font-size: 16px;
}
.top-more .more-text a {
  color: #1B3A70;
}
.top-more .more-text a:hover {
  color: #007bff;
  text-decoration: none;
}
.academy-new-content {
  padding-top: 5px;
}
.academy-new-content .container {
  padding: 0;
}
/* 每一条新闻 */
.academy-new-content .news-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
  margin: 0 10px;
  border-bottom: 1px solid #ddd;
}
.news-item .news-date {
  position: relative;
  height: 60px;
  background: rgba(27, 58, 112, .4);
  text-align: center;
  color: #fff;
  padding: 0 10px;
}
.news-item .news-date img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -999;
}
.news-item .news-date .day-date {
  border-bottom: 1px solid #fff;
  width: 75%;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 10px;
}
.news-item .news-date .year-and-month {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.news-item .news-wrapper {
  /*margin-left: 10px;*/
}
.news-content .news-title {
  font-size: 18px;
  color: #007bff;
}
.news-wrapper .news-content {
  font-size: 13px;
  color: #666;
  letter-spacing: 1px;
}

/* 党建动态等标签页 */
.tabs {
  display: flex;
  justify-content: space-between;
  /*margin-top: 40px;*/
  padding-bottom: 5px;
  border-bottom: 2px solid #1B3A70;
}
.tabs .tabs-item {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #666;
  cursor: pointer;
}
.tabs-item .tabs-more a {
  color: #666;
}
.tabs .active {
  color: #1B3A70;
  font-weight: bold;
}
.tabs .active a{
  color: #1B3A70;
}
/* 分隔线 */
.tabs-item .separate {
  position: relative;
  top: -2px;
  padding: 0 5px;
  color: #007bff;
}
/* 标签页内容 */
.tabs-wrapper .active{
  display: block;
}
.tabs-content {
  display: none;
  margin-top: 15px;
}
.tabs-content .item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  margin: 0;
}
.tabs-content .item-content:nth-child(2n+1) {
  background-color: #f0f0f0;
}
.item-content .arti-title {
  padding: 0 0 0 8px;
}
.item-content .arti-title a {
  color: #333;
}
.item-content .arti-title a:hover {
  color: #007bff;
  text-decoration: none;
}
.item-content .arti-date {
  padding: 0 8px 0 0;
  text-align: right;
  font-size: 14px;
  color: #666;
}
/* 教师制度自适应变化 */
/*@media (min-width: 768px) {*/
/*  .col-md-12 .tabs{*/
/*    margin-top: 30px;*/
/*  }*/
/*}*/
@media screen and (max-width: 576px) {
  .tabs-2, .academy-news{
    margin-top: 15px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  .tabs-2, .academy-news{
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .tabs-2, .academy-news{
    margin-top: 30px;
  }
}
/* 通知公告 */
.notice-news {
  margin: 0 10px;
  border-bottom: 1px solid #dddddd;
}
.notice-news .container {
  padding: 15px 0;
}
.notice-news .container .notice-date {
  padding: 0;
  text-align: center;
}
.notice-date .notice-day{
  color: #fff;
  background-color: #7fbee8;
}
.notice-news:nth-of-type(odd) .notice-date .notice-day{
  color: #333;
  background-color: #faf7cf;
}
.notice-date .notice-year{
  color: #333;
}
.notice-title {
  padding: 0 0 0 15px;
}
/* 快速链接 */
.quick-href {
  background-color: #eeeeee;
  border-radius: 5px;
  padding-bottom: 20px !important;
}
.quick-href .quick-text {
  color: #1B3A70;
  font-size: 16px;
  padding: 5px 0 15px 0;
}
.quick-href .col-2 {
  padding: 0;
}
.dropdowns {
  margin: 8px 0;
}
.dropdowns .btn {
  border-color: #999;
  color: #666;
  font-size: 14px;
}