
body {
    background: #F3F4F8;
}

/* 列表页，文字列表模式 */
/* 政策服务 顶部图片 */
.topHaiBaoPhoto {
    width: 100%;
    height: 240px;
    position: relative;
}

.topHaiBaoPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 四个切换按钮 */
.fourCheckTabContent {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
}

.fourCheckList {
    width: 25%;
    margin-right: 40px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px #EAECF7;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.checkThisTab {
    background: #F9FCFF;
    border: 1px solid #007AFF;
}

.fCL_Right {
    display: flex;
    flex-direction: column;
    margin-left: 16px;
}

.fCL_Right span:nth-of-type(1) {
    font-size: 20px;
    font-family: "Medium";
    font-weight: 500;
    color: #333333;
    line-height: 30px;
}

.fCL_Right span:nth-of-type(2) {
    font-size: 14px;
    font-family: "Regular";
    font-weight: 400;
    color: #A4A4A4;
    line-height: 21px;
    margin-top: 10px;
}


.topSearchForm,
.topSearchForm .layui-form {
    width: 100%;
    display: flex;
    justify-content: center;
}

.topSearchForm .layui-input {
    width: 396px ;
    height: 48px;
    background: #FFFFFF;
    background-color: #FFFFFF ;
    border-color: unset ;
    border: none ;
    font-size: 14px ;
    font-family: "Regular" ;
    font-weight: 400 ;
    color: #333333;
    line-height: 48px ;
    padding-left: 20px ;
}

.topSearcBtn {
    width: 118px;
    height: 48px;
    display: block;
    background: #1C41DA;
    font-size: 22px;
    font-family: "Regular";
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

/* 筛选分类 */
.shaiXuanContainer {
    width: 1200px;
    margin: 20px auto;
    min-height: 64px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    box-sizing: border-box;
    padding: 24px 30px;
    padding-bottom: 0;
    display: flex;
}

.shaiXuanLeftTitle {
    width: 10%;
    padding: 6px 17px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: "Regular";
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

.shaiXuanRightDiv {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
}

.shaiXuanTab {
    font-size: 16px;
    font-family: "Regular";
    font-weight: 400;
    color: #333333;
    margin-right: 30px;
    box-sizing: border-box;
    padding: 6px 17px;
    cursor: pointer;
    border-radius: 2px;
    margin-bottom: 24px
}

.shaiXuanTab:hover {
    color: #1C41DA;
}

.checkThis {
    color: #FFFFFF;
    background: #1C41DA;
}

/* 查询排序及重置 */
.paiXuContainer {
    width: 100%;
    margin: 25px 0;
    display: flex;
    justify-content: space-between;
}

.pxLeftJieGuo {
    font-size: 16px;
    font-family: "Regular";
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.jieGuoNumber {
    color: #1C41DA;
}

.pxRightDiv {
    display: flex;
}

.radioCheck {
    font-size: 16px;
    font-family: "Regular";
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    cursor: pointer;
    margin-right: 40px;
}

.radioCheck:hover {
    color: #1C41DA;
}

.chooseThis {
    color: #1C41DA;
}

.resetBtn {
    width: 66px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E3E3E3;
    line-height: 28px;
    font-size: 16px;
    font-family: "Regular";
    font-weight: 400;
    color: #333333;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
}

.resetBtn:hover {
    background-color: #1C41DA;
    color: #FFFFFF;
}

/* 查询结果列表页 */
.listContainer {
    width: 100%;
    margin: 20px 0;
}

.resultContent,
.resultContent ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.resultListLi {
    width: 100%;
    margin-bottom: 10px;
}

.resultListLi a {
    width: 100%;
    cursor: pointer;
    /* height: 167px; */
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px #EAECF7;
    border-radius: 2px;
    overflow: hidden;
    padding: 18px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.zhengCeFenLei {
    font-size: 18px;
    font-family: "Medium";
    font-weight: 500;
    color: #FF3333;
    line-height: 27px;
}

.resultListTitle {
    font-size: 18px;
    font-family: "Medium";
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    line-height: 27px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.resultListText {
    font-size: 14px;
    font-family: "Normal";
    font-weight: 400;
    color: #3D3D3D;
    line-height: 24px;
    margin-top: 8px;
    width: 100%;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
    overflow: hidden;

}

.resultListTitle:hover {
    color: #1C41DA;
}

.resultListText:hover {
    color: #1C41DA;
}

.resultListBottom {
    width: 100%;
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-family: "Normal";
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
    line-height: 21px;
}

.rLBLDTime {
    margin-right: 45px;
}

/* 供需对接 */
.gxdjSearchBox{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.gxdjChaXun{
    width: unset;
    position: relative;
}
.gxdjFaBuBtn{
    position: absolute;
    /* left: 125px;
    bottom: 75px; */
    left: -280px;
    bottom: 120px;
}
.gxdjFaBuBtn:hover{
    color: #FFF;
}
.gxdjContent ul li .rLBLDTime{
    margin-right: 0!important;
}
.gxdjContent ul li .lianXiPhone{
    margin-right: 60px;
}
/* 需求按钮下拉 */
.gxdjTopTab{
    position: relative;
}
.xuQiuSelectBtn{
    width: 112px;
    height: 48px;
    background: #FFFFFF;
    font-size: 20px;
    font-family: "Regular";
    font-weight: 400;
    color: rgba(0,0,0,0.88);
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1px;
    cursor: pointer;
}
.xuQiuSelectBtn span{
    margin-right: 20px;
}
.xuQiuSelectContent{
    display: none;
    width: 112px;
    position: absolute;
    top: 50px;
    left: 0;
    background: #FFFFFF;
}
.fenLeiContent{
    display: none;
    position: absolute;
    top: 50px;
    left: 0px;
    width: 396px;
    background: #FFFFFF;
}
.fenLeiBox{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.fenLeiSelect{
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-family: "Regular";
    font-weight: 400;
    color: #9D9D9D;
    line-height: 40px;
    display: block;
    height: 40px;
    text-align: left;
    padding-left: 18px;
    box-sizing: border-box;
    cursor: pointer;
}
.xuQiuSelect{
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-family: "Regular";
    font-weight: 400;
    color: #9D9D9D;
    line-height: 40px;
    display: block;
    height: 40px;
    text-align: left;
    padding-left: 18px;
    box-sizing: border-box;
    cursor: pointer;
}
.selectThis{
    color: #1C41DA;
    border-radius: none;
    background: rgba(196, 208, 255, 0.45);
}
.fenLeiSelect:hover{
    color: #1C41DA;
    border-radius: none;
    background: rgba(196, 208, 255, 0.45);
}
.xuQiuSelect:hover{
    color: #1C41DA;
    border-radius: none;
    background: rgba(196, 208, 255, 0.45);
}
.black_overlay{display: none;}


