<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.list-txt-02 .box-s:hover {
    box-shadow: 0px 6px 8px 0px rgba(99, 44, 172, 0.18);
}

.list-txt-02 .box-s {
    border-bottom: 1px solid #D4D4D4;
    padding: 20px 20px 20px 30px;
    transition: all 0.5s;
    position: relative;
}
.list-txt-02 .box-s .box-date {
    line-height: 30px;
    color: #333333;
    float: left;
    width: 100px;
}
.h24 {
    font-size: 24px;
}
.list-txt-02 .box-s:hover .box-title {
    /*color: #6510AD;*/
    color: white;
    background: #5877b7;
}

.list-txt-02 .box-s .box-title {
    color: #333;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
    background: #f9fafc;
    /*padding-left: 30px;*/
}
.list-txt-02 .box-s .box-more {
    position: absolute;
    right: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    background-image: url(comm-img-03.png);
    display:none;
}
.fix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
/*.list-txt-02 .box-s:hover .box-more {*/
/*    background-color: #6510AD;*/
/*    background-image: url(comm-img-04.png);*/
/*}*/
.box-title{
    position:relative;
}
.box-title:before{
    position:absolute;
    content: " ";
    display:none;
    top:0px;
    left:0px;
    height:20px;
    width:8px;
    background-color:#f6c061;
}
.box-title:hover::before{
    display:block;
}
/*.title-div:after{*/
/*    content: "b ";*/
/*    position:absolute;*/
/*    top:0px;*/
/*    left:0px;*/
/*    height:25px;*/
/*    width:25px;*/
/*    background-color:yellow;*/
/*}*/</pre></body></html>