.tis{
    width: 100%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    color: #888;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.02);
    font-size: 12px;
    text-indent: 20px;
    border-radius: 5px;
}
.hj_tit{
	width: 100%;
    height:60px;
    line-height: 70px;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
}

.hj{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.hj a{
	width: 348.75px;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
    float: left;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    margin-right: 15px;
}
.hj a:nth-child(4n+4) {
    margin-right: 0;
}
.hj_ioc{
    width: 100%;
    height: 210px;
    border-radius: 5px;
    object-fit: cover
}

.hj_name{
	width: 70%;
    float: left;
    height: auto;
    overflow: hidden;
}
.hj_name h1{
    width: 100%;
    height: 38px;
    line-height: 52px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.hj_name em{
	width: 100%;
    height: 22px;
    line-height: 20px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;	
}
.hj_b{
    float: right;
    width: 70px;
    margin-top: 17px;
    text-align: center;
    float: right;
    background: -webkit-linear-gradient(0deg, #55ffff, rgba(85, 255, 127, 1.0));
    background: linear-gradient(180deg, #55ffff, rgba(85, 255, 127, 1.0));
    height: 35px;
    line-height: 35px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 100;
}
@media (min-width: 1500px) and (max-width: 1800px) {
.hj a{
    width: 273.7px;
}

}
@media (min-width: 1px) and (max-width: 1500px) {
.hj a{
	width:316.6px;
}
.hj a:nth-child(4n+4) {
    margin-right: 15px;
}
.hj a:nth-child(3n+3) {
    margin-right: 0;
}
}