﻿.term-list{
    width: 100%;
    background: #fff;
    padding-bottom: 10px;
}
.term-list .term-list-inn{
    width:1080px;
    margin: 0 auto;
}
.term-tit{
    width:100%;
    height:30px;
    font-size:20px;
    font-family:PingFang-SC-Heavy,PingFang-SC;
    font-weight:800;
    color:rgba(71,77,93,1);
    line-height:22px;
    padding-bottom: 8px;
    border-bottom: 1px solid #D8D8D8;
    margin:50px 0 48px 0;
}
.term-list .term-list-inn ul{
    width: 100%;
    height: 548px;
    margin-bottom: 201px;
}
.term-list .term-list-inn ul li:hover{
    box-shadow:0px 0px 16px 0px rgba(42,149,131,0.7);
}
.term-list .term-list-inn ul li:first-child{
    margin-right: 24px;
}
.term-list .term-list-inn ul li{
    float: left;
    width:528px;
    height:488px;
    background:rgba(52,207,181,1);
    border-radius:16px;
}
.term-list .term-list-inn ul li a{
    display: inline-block;
    width:588px;
    height:548px;
}
.term-zs{
    width:144px;
    height:72px;
    font-size:72px;
    font-weight:800;
    color:rgba(255,255,255,1);
    line-height:72px;
    margin: 100px 0 0 80px;
}
.term-zj{
    width:192px;
    height:24px;
    font-size:24px;
    font-weight:800;
    color:rgba(255,255,255,1);
    line-height:24px;
    margin: 16px 0 0 80px;
}
.term-time{
    width:245px;
    height:18px;
    font-size:18px;
    font-weight:400;
    color:rgba(153,231,218,1);
    line-height:18px;
    margin: 16px 0 0 80px;
}
.term-btn {
    width: 120px;
    height: 18px;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 18px;
    margin: 184px 0 0 80px;
    cursor: pointer;
}
.term-li{
    position: relative;
}
.term-img{
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 206px;
    filter:alpha(opacity=15); /* IE */
    -moz-opacity:0.15; /* 老版Mozilla */
    -khtml-opacity:0.15; /* 老版Safari */
    opacity: 0.15; /* 支持opacity的浏览器*/
}
.btn-img{
    width: 15px;
    height: 15px;
}