.ztdh-item {
    border-left: 6px solid #882928;
    background: #F9F9F9;
    box-shadow: 0px 2px 10px 0px #D3D3D3;
    padding: 15px 20px;
    margin-bottom: 10px;
}
.forumbox .row:nth-child(odd) {
    background: #f5f5f5;
}

.forumbox .ztdh-item:hover{
    background-image: none;
    color: #434343;;

}
.forumbox  .ztdh-item:hover p {
    color: #434343;;
}
.rc-item .subtitle-2 {
    background: linear-gradient(90deg, #882928 0%, #F35D3A 100%);
}
.forumbox .ztdh-item {
    text-align: left;
    height: auto;
}
.forumbox .row h3 {
    font-size: 15px;
    color: #000;
    font-weight: normal;
    font-style: italic;
}
.ztyc-tit{
    color: #2B2B2B;
    font-style: italic;
}
@media (min-width: 1200px) {

    .ztyc-item {
        height: 290px;
        padding: 10px 15px;
    }
}
