.search-main {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}

.main-choose {
    display: flex;
    margin-right: 29px;
}

.choose-con {
    width: 350px;
    position: relative;
}

.enterprise-cate,
.ztfl-cate,
.personal-cate {
    width: 68px;
    height: 138px;
    cursor: pointer;
    border-radius: 10px 0px 0px 10px;
    background: #ebf2ff;
    margin-bottom: 10px;
}

.choose-category {
    width: 68px;
}

.choose-category .cate-item {
    padding-top: 18px;
    width: 18px;
    height: 138px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    /*color: #FFFFFF;*/
    margin: 0 auto;
}

.choose-category .on {
    background: #226ebc;
    color: #fff;
}

/*单个选项块标题*/
.con-item-div .item-header,
.draw-div .item-header {
    display: flex;
    justify-content: space-between;
    width: 310px;
    height: 46px;
    background: #F4F4F4;
    padding: 0px 20px;
}

.choose-con .con-item-div .item-header .header-title,
.draw-div .item-header {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 46px;
}

.choose-con .header-more-img {
    width: 14px;
    height: 8px;
    background: url("../image/search-jiantou.png");
    background-size: 100% 100%;
    margin-left: 10px;
}

.con-item-div .on .header-more-img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.choose-con .con-item-div .item-header .header-more {
    display: none;
    cursor: pointer;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #989898;
    line-height: 46px;
}

/*单个大选项内容*/
.con-item-div .item-con,
.draw-div .item-con {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

/*单个选项*/
.con-item-div .item-con .item-category-choose,
.draw-div .item-con .item-category-choose {
    cursor: pointer;
    padding: 12px 11px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin-left: 10px;
    margin-right: 10px;
}

.con-item-div .item-con .on,
.draw-div .item-con .on {
    background: #f4f9fc;
    color: #226ebc;
}

.con-item-div .item-con .on,
.item-category-choose.shiAll.on,
.item-category-choose.empty_children.on {
    background: #f4f9fc url(../image/guanbi02.png) no-repeat top right;
}

/*选择弹框样式*/
.range-draw {
    display: none;
    width: 846px;
    padding: 30px;
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 351px;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-shadow: 0px 0px 12px 0px rgba(204, 204, 204, 0.7000);
}

.range-draw .range-draw-title {
    padding: 3px 0px;
    /*width: 48px;*/
    flex-shrink: 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-right: 10px;
    display: flex;
    justify-content: space-between;
}

.range-draw .range-draw-title img {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.range-draw-con {
    display: flex;
    flex-wrap: wrap;
}

.range-draw-item {
    padding: 9px 13px;
    cursor: pointer;
    height: fit-content;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin-left: 10px;
    margin-right: 10px;
}

.range-draw-con .on {
    background: #FCF4F4;
    color: #226ebc;
}


/*搜索内容开始*/

/*搜索标题--筛选栏*/
.search-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 880px;
    height: 70px;
    background: #ECF2F6;
}

.info-title {
    height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin-left: 30px;
}

.info-filter,
.time-top,
.effectiveness-top,
.style-top,
.result-top,
.searchLocation-top {
    display: flex;
    align-items: center;
}

.style-top {
    cursor: pointer;
}

.resultSort-div {
    cursor: pointer;
    position: relative;
    margin-right: 50px;
}

.result-bottom {
    position: absolute;
    display: none;
    top: 48px;
    left: -30px;
    width: 134px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgb(175 175 175 / 75%);
    border-radius: 4px;
    padding: 8px;
}

.searchLocation-div {
    cursor: pointer;
    position: relative;
    margin-right: 50px;
}

.searchLocation-bottom {
    position: absolute;
    display: none;
    top: 48px;
    left: -30px;
    width: 134px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgb(175 175 175 / 75%);
    border-radius: 4px;
    padding: 8px;
}


.time-top,
.effectiveness-top {
    cursor: pointer;
}

.info-filter {
    margin-right: 56px;
}

.time-div,
.effectiveness-div,
.style-div {
    position: relative;
}

.time-div,
.effectiveness-div {
    margin-right: 50px;
}

.time-img-choose,
.effectiveness-img-choose,
.style-img-choose,
.result-img-choose,
.searchLocation-img-choose {
    width: 14px;
    height: 8px;
    background: url("../image/search-jiantou.png");
    background-size: 100% 100%;
    margin-left: 10px;
}

.info-filter .on .time-img-choose {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.info-filter .on .effectiveness-img-choose {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.info-filter .on .style-img-choose {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.info-filter .on .result-img-choose {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.info-filter .on .searchLocation-img-choose {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/*年份下拉*/
.time-bottom {
    position: absolute;
    display: none;
    top: 48px;
    left: -30px;
    width: 134px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(175, 175, 175, 0.7500);
    border-radius: 4px;
    padding: 8px;
}

.time-hr {
    width: 100%;
    height: 1px;
    background: #aeaeae;
}

.effectiveness-bottom {
    display: none;
    position: absolute;
    top: 48px;
    left: -39px;
    width: 134px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(175, 175, 175, 0.7500);
    border-radius: 4px;
    padding: 8px;
}

.item-time,
.item-effectiveness,
.item-diy,
.item-style,
.item-result,
.item-searchLocation {
    padding: 13px 9px;
    cursor: pointer;
    border-radius: 4px;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
}

.item-style:hover,
.item-time:hover,
.item-effectiveness:hover,
.item-result:hover,
.item-searchLocation:hover {
    background: #F4F5F9;
    color: #333333;
}

.start-div,
.end-div {
    margin-bottom: 10px;
}

.start-div span,
.end-div span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
    margin-right: 5px;
}

.start-div input,
.end-div input {
    width: 95px;
    height: 30px;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    padding-left: 5px;
}

.time-btn {
    width: 90px;
    height: 30px;
    cursor: pointer;
    background: #226ebc;
    border-radius: 4px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
}

.style-bottom {
    position: absolute;
    display: none;
    top: 48px;
    left: -30px;
    width: 134px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgb(175 175 175 / 75%);
    border-radius: 4px;
    padding: 8px;
}

/*搜索列表样式*/
.search-list {
    margin-top: 10px;
}

/*单行搜索布局*/
.search-header,
.search-item {
    display: flex
}

/*搜索列表头部标题*/
.search-header-title {
    width: 502px;
    height: 58px;
    background: #F4F5F9;
    text-align: center;
    line-height: 58px;
    margin-right: 10px;
    color: #333333;
}

/*搜索列表头部文号*/
.search-header-document-number {
    width: 200px;
    height: 58px;
    background: #F4F5F9;
    text-align: center;
    line-height: 58px;
    margin-right: 10px;
    color: #333333;
}

/*搜索列表头部发布时间*/
.search-header-release-time {
    width: 160px;
    height: 58px;
    background: #F4F5F9;
    text-align: center;
    line-height: 58px;
    color: #333333;
}

.search-item {
    border-bottom: 1px dashed #e6e6e6;
}

/*搜索列表标题*/
.search-title {
    width: 502px;
    padding: 16px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}


.interpret_box{
    display: none;
}

.interpret_text {
    display: flex;
    background: #D9BA84;
    border-radius: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    width: 65px;
    height: 25px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 24px;
}

.interpret_text i {
    margin-top: -4px;
    margin-left: 3px;
}

.interpret_show {
    display: none;
    margin-top: 6px;
    background: #F5F5F5;
    box-sizing: border-box;
    padding: 15px 24px;
    width: 100%;
    flex-direction: column;
}

.interpret_show a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 453px;
}

.interpret_show a:before {
    content: '　';
    width: 5px;
    display: inline-block;
    height: 5px;
    background: #666;
    border-radius: 50%;
    margin-top: 0px;
    position: relative;
    top: 7px;
}

.interpret_show a + a {
    margin-top: 10px;
}

.interpret_show a:hover {
    color: #226ebc;
}

.interpret_show.on {
    display: flex;
}

.interpret_text i.rotate_180 {
    margin-top: 0;
    transform: rotate(90deg);
    display: inline-block;
}


.search-title-con {
    width: 390px;
    max-height: 100px;
    line-height: 30px;
    margin: 0 20px;
    color: #333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*搜索列表文号*/
.search-document-number {
    width: 200px;
    padding: 20px 0px;
    text-align: center;
    line-height: 30px;
    margin: 0 10px;
    color: #333;
}

/*搜索列表发布时间*/
.search-release-time {
    width: 153px;
    padding: 20px 24px;
    text-align: center;
    line-height: 30px;
    color: #333;
}

/*搜索分页*/
.main-page {
    padding: 60px 0px;
}


.draw1,
.draw2,
.draw3 {
    display: none;
}


/*新增*/
.search-table {
    margin-top: 10px;
    width: 880px;
    display: none;
}

.search-result {
    margin-bottom: 20px;
}

.search-result-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.search-result-left {
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.result-header-title {
    cursor: pointer;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 28px;
    height: 28px;
    color: #2440B3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.result-header-title a {
    color: #2440B3;
}


.search-result-download {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    width: 83px;
    height: 28px;
    background: #226ebc;
    border-radius: 14px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    line-height: 28px;
}

/*背景图未提供*/
.result-download-img {
    width: 17px;
    height: 16px;
    background: url("../image/down.png");
    background-size: 100% 100%;
}

.search-result-text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #333333;
    line-height: 25px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 18px;
}

.search-result-table {
    border: 1px solid #EBEBEB;
    margin-bottom: 20px;
}

.table-row,
.table-row-left,
.table-row-right {
    display: flex;
}

.table-row {
    border-bottom: 1px solid #EBEBEB;
}

.table-row-left,
.table-row-right {
    flex: 1;
}

.row-title {
    background: #F3F3F3;
    width: 140px;
    flex-shrink: 0;
    text-align: center;
    font-size: 16px;
    color: #333333;
    padding: 24px 0px;
}

.row-content {
    padding: 24px 15px;
    font-size: 16px;
    color: #333333;
}

.table-row-item {
    display: flex;
    border-bottom: 1px solid #EBEBEB;
}

.row-item-title {
    width: 140px;
    flex-shrink: 0;
    padding: 24px 0px;
    background: #F3F3F3;
    text-align: center;
    flex-shrink: 0;
}

.row-item-content-con {
    flex: 1;
    margin: 24px 14px 24px 14px;
    max-height: 22px;
    overflow: hidden;
}

.row-item-content-title {
    max-width: 630px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.row-item-expend {
    display: flex;
    height: max-content;
    margin-top: 24px;
    margin-right: 20px;
    flex-shrink: 0;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}

.table-expend-img {
    width: 16px;
    height: 9px;
    margin-top: 3px;
    margin-left: 10px;
    background: url(../image/jiantou.png);
    background-size: 100% 100%;
}

.search-result-table .table-row-item .open .table-expend-img {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.row-item-con-title {
    line-height: 32px;
    margin: 24px 14px 24px 14px;
}

.search-result-source {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.source-text,
.source-similar-info {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #878787;
    line-height: 16px;
}

ol,
ol li,
ul,
ul li {
    list-style: none;
}

.rowtab {
    border: 1px solid #ccc;
}

.rowtab .row {
    margin: 0px;
}

.rowtab .row {
    border-bottom: 1px solid #ccc;
}

.rowtab .row p.w50:nth-child(2) {
    border-left: 1px solid #ccc;
}

.rowtab .row p.w50 {
    float: left;
    width: 50%;
    margin: 0;
    box-sizing: border-box;
}

.rowtab .row .title {
    font-size: 14px;
    /* font-weight: 700; */
}

.clearfix:before {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
    _zoom: 1;
}

.rowtab {
    margin-bottom: 10px;
}

.rowtab p {
    padding: 10px 15px;
}

rowtab .row .zcjdtitle {
    float: left;
    padding-right: 0;
    font-weight: 700;
}

.rowtab .row:last-child {
    border-bottom: none;
}

.rowtab .row .list {
    float: left;
    width: 635px;
    margin: 10px 15px 0 0;
    height: 56px;
    overflow: hidden;
}

.list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zcjdlist li {
    line-height: 23px;
}

.list li a {
    color: #333;
    text-decoration: none;
}

.rowtab .row .zcjdtitle {
    float: left;
    padding-right: 0;
    font-weight: 700;
}

.rowtab .more {
    line-height: 42px;
    font-size: 14px;
    color: #226ebc;
}

.laydate-btns-confirm {
    display: none !important;
}

.search-title-con:hover {
    color: #226ebc;
}

.total-div {
    margin-bottom: 20px;
}

.total-div span {
    height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
}

.tips-info {
    margin-bottom: 20px;
    width: 880px;
}

.tips-info div {
    margin-bottom: 10px;
}

.tips-info-item {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #202020;
    line-height: 18px;
}

.tips-info-item a {
    color: #BD1A2D;
}

.search-table .search-result .search-result-content .rowtab .row p b {
    font-weight: 400;
}

.search-table .search-result-content p,
.search-table .search-result-content b,
.rowtab .row .zcjdtitle {
    font-weight: 400 !important;
}

/*.main-choose  .choose-con #ztfl_con .con-item-div .item-con {*/
/*    height: auto !important;*/
/*}*/

.range-draw .range-draw-con .item-category-choose {
    padding: 9px 13px;
    cursor: pointer;
    height: fit-content;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin-left: 10px;
    margin-right: 10px;

}

.range-draw .range-draw-con .on {
    background: #FCF4F4 url(../image/guanbi02.png) no-repeat top right;
    color: #226ebc;
}
