
.banner{	
	background:url(../images/jytd/banner.jpg) center no-repeat;
	height: 500px;
	width: 100%;
	margin: 80px auto 0;
	overflow: hidden;
}


/* tab标签 */
.student-box2 {
  width: 940px;
  height: 80px;
  margin:30px auto 0;
  overflow: hidden;
}

.student-guang {
	display: block;
   background: #ececec;
  font-size: 24px;
  color: #000;
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
  border-radius: 25px;
  margin-left: 10px;
  
}
.hide {
  display: none;
}
.lgk-bottombox {
  width: 1179px;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  margin:  0 auto 30px;
  padding: 25px 11px 7px 10px;
}
.lgk-bottombox li{
	height: 229px;
	width: 375px;
	background: #f3f3f3;
	margin: 0 9px 18px;
	float: left;
	position: relative;
	transition: all .3s;
}
.lgk-bottombox li .mask-text {
    position: absolute;
    width: 375px;
    height: 229px;
    top: 0px;
    left: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.68);
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    box-sizing: border-box;
    padding: 20px 25px;
    border-radius: 5px;
    opacity: 0;
	z-index: 99;
}
.lgk-bottombox li:hover .mask-text {
  opacity: 1;
}

.lgk-bottombox li img{
	width: 165px;
	height: 229px;
	float: left;
}
.lgk-bottombox li .nr{
	float: right;
	width: 170px;
	margin-right: 20px;
	height: 209px;
	padding: 10px 0;
	position: relative;
}
.lgk-bottombox li .nr h3{
	font-size: 25px;
	color: #333;
	
}
.lgk-bottombox li .nr .ico1{
	position: absolute;
	left: 0;
	height: 28px;
	top: 50px;
	width: 31px;
	background: url(../images/jytd/ico1.png) no-repeat;
}

.lgk-bottombox li .nr .zhic{
	width: fit-content;
	background: #ff6c00;
	margin-top: 10px;
	margin-left: 10px;
	height: 22px;
	padding-left: 25px;
	padding-right: 10px;
	border-radius: 11px;
	color: #fff;
	line-height: 22px;
	font-size: 14px;
}
.lgk-bottombox li .nr .js{
	margin-top: 10px;
	color: #505050;
	font-size: 14px;
	line-height: 25px;
	width: 170px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}


.student-active {
  
  line-height: 50px;
  background-image: -webkit-linear-gradient(30deg, rgb(240, 56, 60) 19%, rgb(254, 172, 120) 100%);
   background-image: linear-gradient(30deg, rgb(240, 56, 60) 19%, rgb(254, 172, 120) 100%);
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 8px 16px 0px rgba(255, 106, 110, 0.38);
}

.bottom-anniu {
    display: block;
    width: 280px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
	transition: all .25s;
    background-image: linear-gradient(to right, #f0383c, #ff883c);
    text-align: center;
    color: #fff;
    border-radius: 30px;
    box-shadow: 0px 8px 16px 0px rgb(255 106 110 / 38%);
    margin: 30px auto;
}
.bottom-anniu:hover{
	transform:translate3d(0, -10px, 0);
}

.xypj{
	width:100%;
	height: 560px;
	background:url(../images/jytd/xypj.jpg) no-repeat center;
	margin: 0 auto;
	overflow: hidden;
}



