.bg_white {
    background-color: #fff;
}

.paraoverflow1 {
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.filterContainer ul li .filterBar.little {
    height: 28px;
    overflow: hidden;
}

.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(../images/pflV2Icon1.png) no-repeat 18px center;
}

.sortBox p.bdRight1 {
    width: 91px;
}

.content {
    min-height: 450px;
}

.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(../images/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;
}

/* 列表 start*/
ul.dataList {}

ul.dataList li {
    width: 589px;
    height: 164px;
    margin-right: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 20px 20px 0;
    overflow: hidden;
    background: url(../images/pflV2LiBg.png) no-repeat center center;
    background-size: 100% 100%;
}

ul.dataList li:nth-child(2n) {
    margin-right: 0;
}

ul.dataList li:hover {
    box-shadow: 0px 3px 15px 0px rgba(55, 69, 103, 0.2);
    background: url(../images/pflV2LiBgOn.png) no-repeat center center;
    background-size: 100% 100%;
}

ul.dataList li a:hover {
    color: #1578f1;
}

ul.dataList li .dateBox {
    width: 65px;
    height: 65px;
    box-sizing: border-box;
    padding-top: 10px;
    background: url(../images/pflV2Icon2.png) no-repeat center center;
}

ul.dataList li .dateBox .p01 {
    text-align: center;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #363b4d;
}

ul.dataList li .dateBox .p02 {
    text-align: center;
    width: 100%;
    font-size: 16px;
    color: #7a8ba6;
    margin-top: 3px;
}

ul.dataList li .pTitle {
    width: 433px;
    margin-left: 19px;
    margin-top: 2px;
    font-size: 18px;
    color: #363b4d;
    height: 60px;
    line-height: 30px;
}

ul.dataList li .liBottom {
    margin-top: 20px;
    width: 100%;
    border-top: 1px solid #dfe3ea;
}

ul.dataList li .liBottom p {
    color: #7a8ba6;
    font-size: 16px;
    line-height: 55px;
}

ul.dataList li .liBottom p.p03 {
    width: 345px;
}

ul.dataList li .liBottom p.p04 {
    padding-left: 30px;
    background: url(../images/pflV2Icon4.png) no-repeat left center;
}

ul.dataList li .liBottom p.p05 {
    margin-right: 20px;
    padding-left: 23px;
    background: url(../images/pflV2Icon3.png) no-repeat left center;
}

/* 列表 end*/