.DT{
	background-image: url(/public/img/class.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 520px;
    display: block;
}
section{
    min-width: 1280px;
    padding: 20px 0;
    /*height: 100%;*/
}
.section-box{
    width: 80%;
    height: 340px;
    margin-left: 10%;
    background: white;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    border-radius: 6px;
    transition:transform 0.8s;
}
.section-box:hover{
    -webkit-box-shadow: #d7eee8 0 6px 6px;
    -moz-box-shadow: #d7eee8 0 6px 6px;
    box-shadow: #d7eee8 0 6px 6px;
    transform: translateX(-10px);
}
.section-box .section-box-left{
    width: 34%;
    height: 100%;
    position: relative;
}

.section-box .section-box-left .v_icon{
    background: url(/public/images/case_07.png) no-repeat center;
    background-size: cover;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
}

.section-box .section-box-left img{
    width: 96%;
    height: 90%;
    border-radius: 8px;
}
.section-box .section-box-right{
    width: 65%;
    height: 100%;
}
.section-box .section-box-right h3{
   font-size: 26px;
}
.section-box .section-box-right p{
    font-size: 14px;
    color: #888888;
    margin-top: 20px;
    width: 96%;
}
.section-box .section-box-right p span{
    color: black;
    font-weight: 666;
}
.section-box .section-box-right .section-box-right-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    width: 96%;
}
.section-box .section-box-right .section-box-right-div div a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding: 12px 20px;
    background-color: #01ab79;
    border-radius: 8px;
}
.section-box .section-box-right .section-box-right-div div span{
    color: #01ab79;
}
.section-box .section-box-right .section-box-right-div div button{
    width: 150px;
    height:45px;
    border: 0;
    background: #01ab79;
    color: white;
    font-weight: 666;
    border-radius: 6px;
	outline: none !important;
	cursor: pointer;
}



.JCGcollege{
	height: 230px;
	min-width: 1280px;
	background: #373d41;
	border-bottom: 1px solid #5f6467;
}
.JCGcollege .JCGcollege-box{
	margin-left: 10%;
	width: 80%;
	height: 90%;
	display: flex;
	justify-content: space-between;
}
.JCGcollege .JCGcollege-box .JCGcollege-box-A h4{
	color: white;
	font-size: 16px;
	margin-top: 40px;
}
.JCGcollege .JCGcollege-box .JCGcollege-box-A ul{
	list-style-type:none;
	margin-top: 26px;
}
.JCGcollege .JCGcollege-box .JCGcollege-box-A ul li a{
	text-decoration: none;
	color: #aeb0b1;
	font-size: 12px;
}
.JCGcollege .JCGcollege-box img{
	width: 130px;
	height: 130px;
	margin-top: 40px;
}
