.empty-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: rgba(0, 0, 0, 0.45);
    margin: 100px auto;
    height: 170px;
    width: 184px;
    background: url(/images/new/empty.svg) no-repeat center top / 184px 152px;
    position: relative;
}
.empty-box::after {
    content: attr(data-tip);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.tab-change {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 12px;
    cursor: default;
}
.tab-change .active {
    color: #076ea6;
    font-weight: 600;
}
.tab-change span {
    cursor: pointer;
}

.results-list li {
    position: relative;
}

.results-list li strong {
    font-weight: 600;
}

.to-detail {
    color: #076ea6;
    display: flex;
    align-items: center;
    position: absolute;
    top: 28px;
    right: 28px;
    font-weight: 600;
}

/* 20250825修改开始 */
.container02 .rightContain .resultList li dd.ylb-resources {
    display: flex;
    justify-content: flex-start;
    gap: 44px;
}

.ylb-resources > span {
    flex-shrink: 0;
}
/* 20250825修改结束 */

body .container02 {
    display: flex;
    gap: 24px;
    width: 85%;
}

body .container02 .leftContain {
    flex-shrink: 0;
    width: 280px;
}
body .container02 .rightContain {
    flex: 1;
}
body .container02 .infoRight {
    width: 210px;
    flex-shrink: 0;
    padding-top: -6px;
}
body .container02 .infoRight .cloumBox h1 {
    height: 40px;
    line-height: 40px;
    background: #076ea6;
    color: #fff;
    text-indent: 20px;
}
body .container02 .infoRight .cloumBox a {
    color: #fff;
    margin-right: 10px;
}
.container02 .infoRight .resultList li a {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 20px;
    border: #e6e6e6 1px solid;
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 0;
    background: #fff;
    min-height: 20px;
    min-width: 168px;
    align-items: center;
}
.container02 .infoRight .resultList li a:hover .title {
    color: #076ea6;
}

.container02 .infoRight .resultList li .imgBox {
    margin-right: 30px;
}
.container02 .infoRight .resultList li .title {
    font-size: 14px;
    color: #333;
    text-align: justify;
}

.container02 .infoRight .resultList li a.more,
.container02 .rightContain .resultList li a.read {
    display: inline-block;
    width: 57px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border: #ccc 1px solid;
    border-radius: 22px;
    margin-left: 10px;
}

.container02 .rightContain .resultList li {
    display: flex;
}
.container02 .rightContain .resultList li dl {
    padding-left: 0;
    flex: 1;
}

.container02 .rightContain .resultList li dd {
    display: flex;
    justify-content: space-between;
}

.zlayer {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(/images/front/opacity50.png) repeat;
    display: none;
    z-index: 999;
}
.zlayer-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 460px;
    border: 1px #ccc solid;
    background-color: #fff;
    -o-box-shadow: 6px 6px 14px #666;
    -webkit-box-shadow: 6px 6px 14px #666;
    -moz-box-shadow: 6px 6px 14px #666;
    box-shadow: 6px 6px 14px #666;
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color=#666666);
}
.zlayer-t {
    height: 41px;
    border-bottom: 1px #d6ebff solid;
    background-color: #f5faff;
}
.zlayer-text {
    padding-left: 15px;
    color: #000;
    line-height: 41px;
    font-weight: bold;
    font-size: 14px;
}
.zlayer-close {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 12px;
    margin-right: 12px;
    background: url(/images/front/icons-012.png) center center no-repeat;
    cursor: pointer;
}
.zlayer-bg {
    padding: 16px 15px;
    text-align: center;
}
.zlayer-bg p {
    line-height: 30px;
    font-size: 14px;
    color: #333;
}
.zlayer-con {
    height: 251px;
    overflow: hidden;
    overflow-y: auto;
    border: 1px #dfdfe2 solid;
    background-color: #fafbff;
}
.zlayer-btn {
    padding-top: 11px;
    padding-bottom: 8px;
    text-align: center;
}
.zlayer-ok,
.zlayer-no {
    width: 100px;
    height: 34px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 3px;
    border: 1px #3f83c4 solid;
    background-color: #3f83c4;
    color: #fff;
    font-size: 14px;
}
.zlayer-no {
    border: 1px #ccc solid;
    background-color: #ccc;
    color: #fff;
}

.zlayer-close_show {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 12px;
    margin-right: 12px;
    background: url(/images/front/icons-012.png) center center no-repeat;
    cursor: pointer;
}

.zlayer-width-498 {
    width: 498px;
}
.zlayer-width-430 {
    width: 430px;
}
.zlayer-coll {
}
.ErrorTable {
    padding: 0px 0 0 10px;
}
.ErrorTable th,
.ErrorTable td {
    line-height: 36px;
    font-size: 14px;
    color: #666;
    border: solid #e6e6e6 0px;
}
.ErrorTable th {
    text-align: left;
    width: 20px;
}
.ErrorTable td {
    padding: 0 8px;
}
.ErrorTable td input {
    width: 282px;
    height: 27px;
    border: 1px solid #ccc;
}
.ErrorTable td .fidtext {
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding: 8px 0;
    font-size: 14px;
    border: 0;
    background: none;
}
.ErrorTable td .fidtext_gray {
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding: 8px 0;
    font-size: 14px;
    border: 0;
    background: none;
    color: gray;
}

.zlayer-xiugai-delete,
.zlayer-xiugai-blue,
.zlayer-xiugai-gray {
    width: 100px;
    height: 34px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 3px;
    border: 1px #3f83c4 solid;
    background-color: #3f83c4;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.resultList li a.more {
    color: #076ea6 !important;
    border-color: #076ea6 !important;
}

.resultList li a.more.disable {
    color: #fff !important;
    background: #d1d1d1 !important;
    border-color: #d1d1d1 !important;
    cursor: default !important;
}

.keywordBox {
    position: absolute;
    display: flex;
    top: -35px;
}

body .container02.container02 {
    overflow: visible;
    position: relative;
}
