body{
  background-color: #f4f4f4;
}
*{
  padding: 0;
  margin: 0;
  font-family:"Microsoft YaHei",微软雅黑;
}
a{
    text-decoration: none;
    color: #666;
    font-size: 14px;
}
.body {
  max-width: 1180px;
  margin: 0 auto;
  min-width: 1180px;
}
.body > * {
  /* margin-top: 20px; */
}
.Global-style {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.hot-article{
  margin: 6px;
  width: 270px;
  float: left;
}
.article-box{
  padding: 14px; 
  height: 100px; 
  position: relative;
}
.article-title{
  font-size: 16px;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;  
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
}
.article-title:hover{
  color: #0d6ed9;
}
.article-des{
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;  
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}
.el-breadcrumb__separator{
  color: #666 !important;
}
.el-breadcrumb__inner {
  color: #666 !important;
}
.Slideshow {
  width: 800px;
  /* border: 1px solid; */
}
.min-img-box {
  width: 800px;
  margin-top: 5px;
  /* padding: 5px 0; */
  display: flex;
  justify-content: space-between;
}
.min-img {
  width: 395px;
  height: 120px;
}
.min-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-item {
  margin: 18px 0;
  display: flex;
  font-size: 15px;
}
.text-item > span {
  width: 70%;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;  
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  margin-left: 10px;
}
.text-item > span:hover{
  color: #0d6ed9;
}
.box-card {
  /* height: 500px; */
  overflow-y: auto;
}
.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* .image {
  width: 270px;
  height: 200px;
  display: block;
  cursor: pointer;
} */
/* .video{
  width: 100%;
  height: 100%;
}
.video-box{
  width: 270px;
  height: 200px;
} */
/* .video-name{
  font-size: 16px;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;  
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; 
} 
.video-name:hover{
  color: #0d6ed9;
}
.video-des{
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;  
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
} 
.box-card {
  border: none;
}
.foot-info{
    display: flex;
    position: absolute;
    bottom: 10px;
    justify-content:space-between;
    font-size: 14px;
    color: #999;
   width: 90%;
}
.header-title{
  height: 50px;
  border-bottom: 1px solid #eee;
  line-height: 50px;
  display: flex;
  justify-content:space-between
}
.header-title>span{
    font-size: 19px;
    font-weight: 600;
} */
.el-carousel__item h3 {
  color: #475669;
  font-size: 18px;
  opacity: 0.75;
  line-height: 300px;
  margin: 0;
}

.el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n+1) {
  background-color: #d3dce6;
}

.online-classroom ul li{
  list-style: none;
  width: 270px;
  float: left;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid #EBEEF5;
  background-color: #FFF;
  overflow: hidden;
  color: #303133;
  -webkit-transition: .3s;
  transition: .3s;
  margin-left: 0.6em;
  margin-bottom: 20px;
}
.online-classroom ul li a{
  text-decoration: none;
  color: #666;
  font-size: 14px;
}

.online-classroom-video-cover img{
  width: 100%;
  height: 200px;
  display: block;
  cursor: pointer;
}
.video-title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: bold;
  color: black;
  font-size: 16px;
}
.video-title:hover{
  color: #0d6ed9;
}
.video-des{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999;
  margin-top: 5px;
  font-size: 14px;
}
.article-title a{
  font-size: 16px;
  color: black;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.jpkc-body-box{
  background-color: white;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: wrap;
}
.jpkc-info-box{
  width: 270px;
  height: 300px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.jpkc-img-box{
  height: 200px;
  width: 270px;
}
.image {
  width: 100%;
  height: 200px;
  display: block;
  cursor: pointer;
  object-fit: cover;
}
.jpkc-card-body-info{
  padding: 10px;
  height: 100px; 
  box-sizing: border-box;
  border: 1px solid #eee;
}
.jpkc-foot-info{
    font-size: 14px;
    color: #999;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.jpkc-card-body-info span{
  overflow: hidden;
  text-overflow: ellipsis;  
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; 
}
.jpkc-card-body-info a{
  font-weight: bold;
  color: black;
  font-size: 16px;
}
.jpkc-card-body-info a:hover{
  color: #0d6ed9;
}

.zxkt-body-box{
  width: 100%;
  grid-template-columns: repeat(auto-fill, 270px);
  display: grid;
  grid-gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.video{
width: 100%;
height: 100%;
}
.video-box{
width: 100%;
height: 200px;
}
.box-card {
border: none;
}
.foot-info{
  display: flex;
  position: absolute;
  bottom: 10px;
  justify-content:space-between;
  font-size: 14px;
  color: #999;
 width: 90%;
}
.header-title{
height: 50px;
border-bottom: 1px solid #eee;
line-height: 50px;
display: flex;
justify-content:space-between
}
.header-title>span{
  font-size: 19px;
  font-weight: 600;
}
