.hyth-related {
    margin-top: 20px;
    padding: 0 20px;
    margin-bottom: 20px;
    background: #fff;
}
.hyth-related-title {
    margin-bottom: 20px;
    height: 36px;
    border-bottom: 2px solid #e8e8e8;
    text-transform: capitalize;
    line-height: 1.45;
    padding-top: 20px;
}
.hyth-related-title span {
    line-height: 2;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
}
.hyth-related-list {
    overflow: hidden;
    padding-bottom: 20px;
}
/*无图双行标题模式*/
.hyth-related-content-one {
    float: left;
    margin: 2px auto;
    padding-right: 5%;
    width: 45%;
    background: url(../images/icon.gif) no-repeat 0 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
}
.hyth-related-content-one a {
    padding-left: 15px;
}
/*无图单行标题模式*/
.hyth-related-content-five {
    float: left;
    margin: 2px auto;
    padding-right: 5%;
    width: 95%;
    background: url(../images/icon.gif) no-repeat 0 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
}
.hyth-related-content-five a {
    padding-left: 15px;
}
/*.hyth-related-list li:nth-child(2n) {
    float:right;
}*/
/*图文单列左右模式*/
.hyth-related-content-two {
    margin-bottom: 10px;
    position: relative;
}
.hyth-related-content-two a {
    display: flex;
}
.hyth-related-content-two .cover {
    border-radius: 3px;
    flex-shrink: 0;
    height: 100px;
    margin-bottom: 0;
    margin-right: 20px;
    overflow: hidden;
    width: 150px;
    background-color: #f4f4f4;
    position: relative;
}
.hyth-related-content-two .cover img {
    margin: 0 auto;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
}
.hyth-related-content-two .info {
    flex: 1;
}
.hyth-related-content-two .info .title {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-height: 22px;
}
.hyth-related-content-two .info .content {
    margin-top: 10px;
    color: #aaa;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}
.hyth-related-content-two .info .desc {
    font-size: 12px;
    color: #999;
    display: flex;
    margin-top: 10px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
}
.hyth-related-content-two .info .desc span {
    margin-right: 10px;
}
.hyth-related-content-two .info .desc .name {
    display: inline-block;
    width: 96px;
    margin-right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/*图文单列上下模式*/
.hyth-related-content-three {
    height: inherit;
    margin: 0 0 10px;
    float: left;
    width: calc((100%/3) - 7px);
    margin-right:10px;
}
.hyth-related-content-three:nth-child(3n) {
    margin-right:0px;
}
.hyth-related-content-three .cover {
    height: 135px;
    width: 100%;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
}
.hyth-related-content-three .cover img {
    vertical-align: middle;
    margin: 0 auto;
    min-height: 100%;
    object-fit: cover;
    width: 100%;
}
.hyth-related-content-three .cover .title {
    position: absolute;
    bottom: 0;
    padding: 12px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(to bottom, rgba(6, 6, 8, 0), rgba(6, 6, 8, 0.6));
    height: initial;
    display: block;
    border-radius: 0 0 var(--jinsom-border-radius) var(--jinsom-border-radius);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 4px;
    word-break: break-all;
    line-height: 20px;
}
/*图文两列上下模式*/
.hyth-related-content-four {
    width: calc((100% - 38px)/4);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 0;
    height: auto;
    position: relative;
    border: 1px solid #f4f4f4;
}
.hyth-related-content-four:hover {
    border: 1px solid var(--jinsom-color);
}
.hyth-related-content-four:hover .info{
    border-top: 1px solid var(--jinsom-color);
}
.hyth-related-content-four:nth-child(4n) {
    margin-right: 0px;
}
.hyth-related-content-four .cover {
    width: 100%;
    height: 100px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
}
.hyth-related-content-four .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hyth-related-content-four .title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 1.2;
    padding: 10px 10px 10px;
    white-space: nowrap;
}
.hyth-related-content-four .info {
    padding: 0px 10px;
    align-items: center;
    background-color: #fff;
    border-top: 1px solid #f4f4f4;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    height: 37px;
    justify-content: space-between;
    line-height: 1;
}
.hyth-related-content-four .info .time {
    align-items: center;
    display: block;
    color: #aaa;
}
.hyth-related-content-four .info .author {
    color: #aaa;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60px;
    margin-right: -10px;
}
.hyth-related-content-four .info .time i {
    margin-right:4px;
}