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: 340px; flex-shrink: 0; padding-top: 26px;}
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{ display: flex;gap: 20px;padding: 20px;border: #e6e6e6 0px solid; overflow: hidden; margin-bottom: 10px; background: #fff; min-height: 60px; }
.container02 .infoRight .resultList li .imgBox{ margin-right: 30px;}
.container02 .infoRight .resultList li a.title{ font-size: 18px; color: #333; font-weight: bold}
.container02 .infoRight .resultList li dd{ font-size: 14px; color: #333; margin-bottom: 4px;}
.container02 .infoRight .resultList li dt{ margin-bottom: 10px;}
.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 p { line-height: 30px; font-size: 14px; color: #333;}
.zlayer-btn { padding-top: 11px; padding-bottom: 8px; text-align: center;}

.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;
}


body .container02.container02 {
    overflow: visible;
    position: relative;
}

body .container02 .infoRight {
    padding-top: 0;
}

.rightContain {
    padding: 40px;
    border: 1px solid #e6e6e6;
}

.container02 .infoRight .resultList li {
    margin-bottom: 0;
    border-bottom: 0;
}
.container02 .infoRight .resultList li:last-child {
    border-bottom: 0px solid #e6e6e6 ;
}

.detail {
    display: flex;
    gap: 24px;
    line-height: 20px;
}

.detail label {
    font-weight: 600;
    font-size: 16px;
}

.info-desc {
    margin-bottom: 24px;
}

.info-desc div {
    line-height: 22px;
    margin-top: 8px;
}

.info-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 16px;
}

.btns {
    display: flex;
    gap: 24px;
}

.btns  a {
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    border: 1px solid #076ea6;
    color: #076ea6;
    text-align: center;
    background: #fff;
}

.info-type {
    border-top: 2px solid #e6e6e6;
    margin-bottom: 8px;
}

.info-type-top {
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    background: #F5F5F5;
}

.info-type-content {
    padding: 12px;
    color: #484849;
    line-height: 22px;
}
.info-type-sub {
    padding-left: 64px;
    border-top: 1px solid #e6e6e6;
    margin-top: 12px;
}
.info-type-sub-top {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.info-type-sub-content {
    color: #484849;
    line-height: 22px;
}
.info-box {
    flex: 1;
}