﻿/* 就业信息首页 */
/* 顶部样式修改 */
.top-box {
  height: 80px;
}
.logo-img div{
  display: inline-block;
  font-size: 1.8rem;
  font-family: cursive;
  font-weight: 400;
  color: #444444;
}
.index-link a {
  color: #467DEB;
  font-size: 1rem;
  font-weight: 500;
}
.index-link a:hover {
  text-decoration: none;
}
/* navbar 样式修改 */
.navbar-flex {
  justify-content: flex-start !important;
}
/* carousel */
.carousel-wrapper {
  width: 1140px;
  margin: 0 auto;
}
.carousel-wrapper .carousel-inner {
  height: 500px;
}
/* main-content */
.main-content {
  width: 1140px;
  margin: 40px auto;
  margin-bottom: 60px;
}
/* part one */
.main-content .part-one-wrapper {
  height: 350px;
  background: #FFFFFF;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
}
.tabs-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #DCDFE6;
  background-color: #F5F7FA;
}
.tabs-header .tabs-item {
  cursor: pointer;
  font-size: 0.95rem;
  padding: 8px 20px;
  color: #909399;
}
.tabs-item.active {
  color: #409EFF;
  background-color: #FFFFFF;
  border-right: 1px solid #DCDFE6;
  border-bottom: none;
}
.tabs-item:hover {
  color: #409EFF;
}
.tabs-content {
  padding: 20px;
}
.tabs-content .tab-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 图片重设高度 */
.reset-img img{
  /*height: 300px;*/
}
.reset-img .no-padding {
  padding: 0;
  left: 10%;
  right: 10%;
}
.reset-img .no-padding p {
  text-align: left;
}
/* 标题列表 */
.title-list {
  width: 54%;
  height: 260px;
  position: relative;
}
/* 更多 */
.more-plus{
  display: block;
  position: absolute;
  top: -50px;
  right: 0;
  color: #409EFF;
  font-size: 0.95rem;
}
.title-list .title-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0;
  height: 20px;
  line-height: 20px;
  border-left: 3px solid #409EFF;
}
.title-list .title-item:first-of-type {
  margin-top: 2px;
}
.title-item .article-title {
  flex: 0.9;
}
.title-item .article-title a {
  display: block;
  padding-left: 8px;
  color: #606266;
  font-size: 0.95rem;
}
.title-item .date-day {
  color: #606266;
  font-size: 0.95rem;
}
/* part two */
.part-two-wrapper {
  width: 560px;
  margin-top: 40px;
  background: #FFFFFF;
  border: 1px solid #DCDFE6;
  border-radius: 4px;
}
.title-list-two {
  position: relative;
}
/* part four and five, the same */
.title-item-common {
  margin: 15px 0;
  border-left: 3px solid #409EFF;
}
.title-item-common:first-of-type {
  margin-top: 0;
}
.title-item-common:last-of-type {
  margin-bottom: 0;
}
.title-item-common a {
  /*display: block;*/
  padding-left: 10px;
  color: #303133;
  font-size: .95rem;
}