body {
    background: url(../../../public/images/pics/bgCon1.png) no-repeat center center;
    background-size: 100% 100%;
}

.filterContainer .filterOut {
    margin-bottom: 50px;
}


/* 公共样式修改 */

.bg_white {
    background-color: #fff;
}

/* 头部 */
.headerBtm {
    height: 160px;
    background: url(../../../public/images/common/headerBottom_bg01.png) no-repeat top center;
    background-size: 100% 100%;
    overflow: hidden;
}

.headerBtm .titPic {
    margin-top: 38px;
    margin-left: -72px;
    width: 370px;
    height: 84px;
    background: url(../../../public/images/common/headerBg_wh01.png) no-repeat center center;
    background-size: 100% 100%;
}

.headerBtm .titPic img {
    margin-top: 24px;
    display: block;
    margin-right: 46px;
}

/* 新样式 */
.noLine1 {
    margin-top: 50px;
    width: 1200px;
    background: #ebf4ff;
    border-radius: 5px;
}

.filterContainer .subscribeBox {
    padding: 23px 25px 23px 35px;
}

.filterContainer .subscribeBox .subscribeRight .p1 {
    font-size: 16px;
    color: #808080;
    margin-right: 47px;
}

.filterContainer .subscribeBox .subscribeRight .p1 span {
    color: #fc8600;
    font-weight: bold;
}

.filterContainer .subscribeBox .subscribeRight a.ckSubscribe {
    background: url(../../policyFile/images/pflV2Icon1.png) no-repeat 18px center;
}

.sortBox p.bdRight1 {
    width: 90px;
}

.projectType {
    display: inline-block;
    line-height: 26px;
    height: 26px;
    padding: 0 10px 0 21px;
    color: #1578f1;
    background: #deedff url(../images/pdlV2Icon1.png) no-repeat 4px center;
    border-radius: 4px;
}

.text-7a8ba6 {
    color: #7a8ba6;
}

/* 列表 */
ul.dataList {
    box-sizing: border-box;
    /* padding: 0 22px; */
}

ul.dataList li {
    padding: 20px;
    height: 158px;
    box-sizing: border-box;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    background: url(../images/liBg.png) no-repeat center center;
    background-size: 100% 100%;
}

ul.dataList li:hover {
    background: url(../images/liBgHover.png) no-repeat center center;
    background-size: 100% 100%;
    box-shadow: 0px 4px 13px 0px rgba(55, 69, 103, 0.2);
}

ul.dataList li .msjx {
    width: 120px;
    height: 22px;
    position: absolute;
    right: -34px;
    top: 15px;
    font-size: 12px;
    transform: rotate(45deg);
    background: #3eb135;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

ul.dataList li .pdlLeft {
    width: 925px;
    box-sizing: border-box;
    padding-right: 50px;
    position: relative;
}

ul.dataList li .pdlLeft::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 80px;
    right: 0;
    top: 17px;
    background-color: #ededed;
}

ul.dataList li .pdlLeftDiv {
    width: 670px;
}

ul.dataList li .listTitle {
    width: 100%;
    line-height: 22px;
}

ul.dataList li .listTitle .sbIcon {
    height: 22px;
    width: 60px;
    line-height: 22px;
    display: inline-block;
    box-sizing: border-box;
    padding-right: 5px;
}

ul.dataList li .listTitle .sbIcon.sbIcon01 {
    background: url(../images/pdl011.png) no-repeat center;
}

ul.dataList li .listTitle .sbIcon.sbIcon02 {
    color: #999;
    background: url(../images/pdl02.png) no-repeat center;
}

ul.dataList li .listTitle .sbIcon.sbIcon03 {
    background: url(../images/pdl04.png) no-repeat center;
}

ul.dataList li .listTitle .sbIcon.sbIcon04 {
    width: 74px;
    background: url(../images/pdl12.png) no-repeat center;
    background-size: 100% 100%;
}

ul.dataList li .listTitle a:hover {
    color: #1578f1;
}

ul.dataList li:hover .listTitle a {
    color: #1578f1;
}

ul.dataList li .text-red {
    color: #fa2515;
}

.paraoverflow1 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

ul.dataList li .pOrangr {
    color: #ffffff;
    background: url(../../../public/images/common/pOrangrBg.png) no-repeat center center;
    height: 43px;
    padding: 4px 10px 0 10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 12px -5px rgba(175, 6, 1, 0.24);
    border-radius: 3px;
    font-size: 20px;
}

ul.dataList li .text-orange {
    color: #fc8600;
}

ul.dataList li .list_Center {
    width: 100px;
}

ul.dataList li .pdlRight {
    width: 205px;
    height: 122px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ul.dataList li .pdlRight p {
    width: 205px;
}

ul.dataList li .sbBtn {
    width: 118px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    color: rgb(21, 120, 241);
    border: 1px solid rgb(21, 120, 241);
    background-color: rgb(235, 244, 255);
}


.isHot {
    height: 27px;
    width: 25px;
    display: inline-block;
    background: url(../images/icon_hot.png) no-repeat center center;
    margin-top: -5px;
    vertical-align: middle;
}

.colorfa8936 {
    color: #fc8600;
}