/*********************************************
 * QHCD Item
**********************************************/
.vii-qhcd-item {border-top:1px dashed rgba(0, 0, 0, 0.2);}
.vii-qhcd-item:last-child {border-bottom:1px dashed rgba(0, 0, 0, 0.2);}
.vii-qhcd-item__inner {padding:var(--vii-spacing-30) 0;}
.vii-qhcd-item__inner:hover .vii-qhcd-item__title {text-decoration:underline;}

.vii-qhcd-item__time {width:180px; padding-top:.25em;}
.vii-qhcd-item__title {width:calc(100% - 180px - 60px);}
.vii-qhcd-item__icon {width:60px; font-size:22px;}

@media only screen and (max-width:1180px) {
    .vii-qhcd-item__time {width:130px;}
    .vii-qhcd-item__title {width:calc(100% - 130px - 60px);}
}
@media only screen and (max-width:1180px) {
    .vii-qhcd-item__time {width:100%; margin-bottom:10px;}
    .vii-qhcd-item__title {width:calc(100% - 40px);}
    .vii-qhcd-item__icon {width:40px; font-size:20px;}
}