*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
}
a{
    text-decoration: none;
    color: inherit;
}
ul{
    list-style: none;
}
.eMDl .wrapper{
    width: 1200px;
    margin: 0 auto;
}
.eMDl ul{
    /* overflow: hidden; */
    display: flex;
    flex-wrap: wrap;
}
.eMDl ul li{
    /* float: left; */
    width: 282px;
    margin-right: 24px;
    margin-top: 20px;
    border: 1px solid #EEEEEE;
    min-height: 590px;
    background-color: #fff;
}
.eMDl ul li:hover{
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0px, -1px, 0);
    transform: translate3d(0px, -1px, 0);
}
.eMDl ul li:nth-of-type(4n){
    margin-right: 0;
}
.eMDl ul li .imgWrap{
    height: 380px;
    overflow: hidden;
}
.eMDl ul li img{
    width: 100%;
    height: auto;
    transition: transform ease .3s
}
.eMDl ul li:hover img{
    transform: scale(1.1);
}
.eMDl .ct{
    padding: 20px 12px;
}
.eMDl .ct .title{
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 15px;
    min-height: 48px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.eMDl .ct .time{
    font-size: 16px;
    color: #999999;
}
.eMDl .ct .btns{
    margin-top: 15px;
    overflow: hidden;
}
.eMDl .ct .btns > button,.huoqu{
    transition: all ease 0.5s;
    font-size: 18px;
    background-color: white;
}
.eMDl .ct .btns > button:hover {
    background-color: #E94708;
    color: white;
}
.eMDl .ct .btns .dl{
    float: left;
}
.eMDl .ct .btns .sub{
    float: right;
}
.eMDl .ct .btns > button,.huoqu{
    width: 88px;
    height: 35px;
    line-height: 35px;
    color: #E94708;
    border: 1px solid;
    text-align: center;
}
@media (max-width:720px){
    .eMDl .wrapper{
        width: 100%;
        padding: 0 4%;
    }
    .eMDl .wrapper h2{
        margin-top: 20px;
    }
    .eMDl ul li{
        width: 100%;
        min-height: auto;
        padding: 15px 0;
        border: none;
        border-bottom: 1px solid #ccc;
        margin-top: 0;
        margin-right: 0;
    }
    .eMDl ul li:last-child{
        border-bottom:none;
    }
    .eMDl ul li .imgWrap{
        float: left;
        width: 36%;
        height: auto;
    }
    .eMDl ul li .ct{
        overflow: hidden;
        padding: 0;
        padding-left: 16px;
    }
    .eMDl ul li .ct .title{
        font-size: 16px;
        margin-bottom: 8px;
        line-height: 1.3;
        min-height: 68px;
        -webkit-line-clamp: 3;
    }
    .eMDl ul li .ct .time{
        font-size: 12px;
    }
    .eMDl ul li .ct .btns{
        margin-top: 15px;
    }
    .eMDl ul li .ct .btns button,.huoqu{
        width: 64px;
        height: 25px;
        line-height: 25px;
        font-size: 14px;
    }
    .eMDl .ct .btns > button:hover ,.huoqu:hover {
        background-color: transparent;
        color: #E94708;
    }
}