.img-main li p{
    padding: 0;
    margin: 0;
}
.img-main ul{
    overflow: hidden;
    padding-bottom: 10px;
}
.img-main li {
    /*width: 30%;*/
    /*float: left;*/
    /*padding: 0 10px;*/
    position: relative;
    /*margin-bottom: 15px;*/
    overflow: hidden;
    height: 200px;
    position:relative;padding:5px !important;
}

.img-ele{display:flex;justify-content: center;align-items: center;width:100%;height:100%;}

.img-main li p{
    position: absolute;
    height: 30px;
    line-height: 30px;
    left: 0px;
    right: 0px;
    bottom: -45PX;
    color: #ffffff;
    background-color: rgba(0,0,0,.7);
    transition: all .5S;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 10px;
}
.img-main-li:hover .img-main-p{
    bottom: 0;
}
.img-main li>a{display:block;width:100%;height:100%;background:#bfbebe;}
.img-main li img{
    display: block;
    width: auto;
    height: auto;max-width:100%;max-height:100%;
}
.artile-main li h2{
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding-right: 80px;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.artile-main li h2.article-link{
    display: inline-block;
    margin-bottom: 8px !important;
    padding-right:24px;
}
.article-link-p{
    display: inline-block;
    float: right;
}
.artile-info{
    margin-bottom: 15px;
    overflow: hidden;
    line-height: 24px;
}
.artile-info img{
    display: block;
    max-width: 200px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.img-main ul{
	list-style-position: inside;
    width: 832px;
    margin: 20px 0;
    list-style-type: none;
    /*margin-left: 30px;*/
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
