
.contentListUlLi{
    width: 100%;
    padding-bottom: 10px;
    border-top: 1px solid #E2E2E2;
    padding-top: 10px;
}
.contentListUlLi:hover{
    background: #F0F2FC;
}
.contentListUlP{
    height: 40px;
    line-height: 40px;
    font-family: PingFangSC-Medium;
    font-weight: bolder;
    font-size: 18px;
    color: #323232;
    text-align: justify;
    display: inline-block;
    width: 70%;
}
.contentListUlPSpan{
    height: 40px;
    line-height: 40px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 14px;
    color: #323232;
    text-align: right;
    float: right;
}
.indexContainerDiv {
    width: 100%;
    min-height: 95px;
    margin: 16px 0;
    /*padding: 16px;*/
    background: #fff;
}
.indexContainerDivTitle {
    height: 100px;
    /*text-align: center;*/
    padding: 25px 0;
    /*background: url("../img/searchBacImg.png") no-repeat;*/
}
/*.containerSpan {*/
/*    font-size: 36px;*/
/*    line-height: 40px;*/
/*    position: relative;*/
/*    top: 8px;*/
/*    right: 15px;*/
/*    color: #ffffff;*/
/*}*/
.containerInput {
    width: 524px;
    height: 40px;
    padding: 0 10px;
    background: #ffffff;
    border: 1px solid #2E59A7;
    margin-bottom: 3px;
}
/*.megaloscope {*/
/*    width: 88px;*/
/*    height: 42px;*/
/*    color: #fff;*/
/*    border-radius: 10px;*/
/*}*/
.conditionwrap {
    overflow: hidden;
    min-height: 45px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #E2E2E2;
}
.conditionwrap_left {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    width: 100px;
    color: #323232;
    text-align: right;
    /*font-size: 16px;*/
}
.conditionwrap_right {
    /*width: 1056px;*/
    /*float: right;*/
    margin-right: 20px;
    /*height: 32px;*/
    line-height: 32px;
    /*padding-left: 10px;*/
}
.conditionwrap_right span {
    display: inline-block;
    height: 32px;
    padding: 0 15px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    /*margin-top: 10px;*/
    /*font-size: 16px;*/
}
.selected {
    background: #F0F2FC;
    color: #2E59A7;
    border: 1px solid #2E59A7;

}
.selected-text {
    color: #2E59A7;
}
.ztree li span.button{
    width: 0;
}
.layui-treeSelect .ztree li span.button.ico_docu:before{
    content: "";
}
.layui-treeSelect .ztree li a.curSelectedNode{
    color: #3888fe;
}
.layui-treeSelect {
    width: 300px !important;
}
.layui-treeSelect .ztree li span.button.switch {
    position: relative;
    top: -5px;
}
.layui-treeSelect.layui-form-select .layui-anim {
    width: 187px !important;
    overflow-x: auto;
}
.layui-form-select dl::-webkit-scrollbar,.layui-treeSelect.layui-form-select .layui-anim::-webkit-scrollbar{
    width: 2px!important;
    height: 5px!important;
    border-radius: 10px;
    background-color: #F5F5F5;
}
.conditionwrap_list {
    height: 40px;
    background: #f7f7f7;
    font-size: 14px;
    font-weight: 400;
    color: #3e464c;
    line-height: 14px;
    padding: 13px 16px;
}
.cotent-box {
    margin-top: 10px;
    width: 1120px;
    color: #646464;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.highlight {
    color: #2E59A7;
}
.filter-criteria {
    display: flex;
    /*margin-bottom: 25px;*/
    margin-top: 25px;
    justify-content: space-between;
}
.filter-criteria-clear {
    color: #646464;
    cursor: pointer;
    font-size: 14px;
}

.filter-criteria-item {
    border: 1px solid #E2E2E2;
    padding: 5px 10px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    margin-top: -6px;
    margin-right:10px;

}
.filter-criteria-item-x {
    font-size: 12px;
    line-height: 22px;
    margin-left: 10px;
    cursor: pointer;
}
.filter-criteria-item-name {
    color: #2E59A7;
}
.contentList-wrap {
    display: none;
    text-align: left;
}
.filter-criteria-block {
    display: flex;
}
.contentList-item {
    width: 285px;
    height: 326px;
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 18px;
    background: #fff;
}
.contentList-item:nth-child(4n) {
    margin-right: 0; /* 移除第4个、第8个、第12个等项目的右边距 */
}
.contentList-item .contentList-item-top {
    background: linear-gradient(180deg, #F0F2FC -28%, rgba(240, 242, 252, 0) 100%);
    width: 100%;
    padding: 20px;
}
.contentList-item-code {
    color: #646464;
    font-size: 12px;
}
.contentList-item-top {
    border-bottom: 1px dashed #E2E2E2;
}
.contentList-item-title {
    font-size: 16px;
    width: 245px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 16px;
    height: 44px;
    cursor: pointer;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
}
.contentList-item-tag {
    display: inline-block;
    padding: 2px 7px;
    margin-right: 3px;
    border: 1px solid #2B64FF;
    border-radius: 14px;
    margin-top: 16px;
    font-size: 12px;
}
.contentList-item-tag.blue {
    border: 1px solid #2B64FF;
    color: #2B64FF;
}
.contentList-item-tag.green {
    border: 1px solid #1BA17D;
    color: #1BA17D;
    background: #ffffff;
}
.contentList-item-tag.orange {
    border: 1px solid #F07E00;
    color: #F07E00;
}
.countdown-red {
    color: red;
}
.countdown-wrap {
    border-bottom: 1px dashed #E2E2E2;
    padding: 18px 10px;
    height: 90px;
    padding-bottom: 0px;
}
.countdown-wrap-item {
    margin-bottom: 10px;
    display: block;
    height: 25px;
    line-height: 25px;
}
.importantNotice-next {
    margin-top: -3px;
}
.deadlineTag {
    background: #f5f5f5;
    border-radius: 5px;
    color: #909090;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    padding: 0 5px;
}
.contentList-item-company {
    color: #323232;
    font-size: 14px;
    color: #323232;
    font-family: PingFangSC-Regular;
    padding-left: 20px;
    height: 42px;
    width: 245px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding-top: 8px;
    line-height: 27px;
}
.contentList-item-time {
    width: 100%;
    height: 32px;
    background: #2E59A7;
    color: #fff;
    line-height: 32px;
    padding-left: 20px;
}
.select-icon-active {
    width: 14px;
    height: 14px;
    display: none;
}
.list-type-big {
    cursor: pointer;
}
.list-type {
    cursor: pointer;
}

.select-icon {
    width: 14px;
    height: 14px;
}

.contentList-list-label {
    background-color: #2E59A7;
    /*width: 1168px;*/
    height: 48px;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
}
.contentList-table{
    table-layout: fixed;
    width: 100%;
    /*margin-top: 20px;*/
    line-height: 22px;
}
.contentList-table th{
    padding: 9px 16px;
    font-size: 14px;
    color: #fff;
    background: #2E59A7;
    border: 0;
    text-align: left;
}
.contentList-table tr th:first-child,.contentList tr td:first-child{
    text-align: center;
}
.contentList-table td{
    padding: 13px 16px;
    border: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px solid #E2E2E2;
}
