/* *{
    line-height: 1.3em;font-size: 14px;color: #666;
}*/
@media (min-width: 1200px) {
   .list-padding{padding: 0 50px;}
}
.ul-notice-style>li {line-height: 1.3em;font-size: 14px;color: #666;
    border-bottom: solid 1px rgba(204, 204, 204, 0.6);
    padding-top: 15px;
    display: list-item;
    text-align: -webkit-match-parent;
    height: 105px;position: relative;transition: all 0.4s ease-out;
}
.search-date{font-size: 20px;line-height: 70px;color: red!important;}
.notice-list-date {
    position: absolute;
    top: 16px;color: #848484;
    left: 10px;
    text-align: center;
}

.notice-list-date span {line-height: 1.3em;
    font-size: 35px;
    margin-top: 3px;
    color: #025FAC;
    display: inline-block;
    border-bottom: solid 2px #025FAC;
}

.tz-list-tt{
    font-size: 16px;height: 19px;
    color: #333;
}

.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tz-list-p {
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 55px;
    margin-top: 8px;color: #848484;
}

.date-tz-padding {
    padding-left: 10em !important;
}

@media (max-width: 767px) {
.listFrame{font-size:12px;}

.notice-list-date span {
    margin-top: 7px;
}
    .date-tz-padding {
        padding-left: 6em !important;
    }
    .notice-list-date {
        top: 12px;left: 4px;
    }.tz-list-p {margin-top: 3px;}
.notice-list-date span {line-height: 1.1em;}
    .ul-notice-style>li {
        padding-top: 10px;height: 90px;line-height: 1.1em;
    }
}
.ul-notice-style>li:hover .tz-list-tt {
    color: #025fac;
}
.ul-notice-style>li:hover {
box-shadow: 0 0 15px 0 rgb(0 0 0 / 15%);/*box-shadow: 0 0 40px 0 rgb(0 0 0 / 25%);*/
    transform: scale(1.02)!important;
    border-radius: 10px;
}
.container>.result-count {
    color: #ccc;
    margin-left: 10px;
}

.sel-div {
    margin-left: 10px;
    width: 24%;
    display: inline-block;
    height: 35px;
}

@media (max-width: 767px) {
    .sel-div {
        width: 35%;
    }
}

.sel-div select {
    background: transparent;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    font-family: '微软雅黑';
    outline: none;
}