/**!
 * 绵阳市公共资源交易服务中心二级页
 * author: hhj
 * date:2020-12-15
 */

.infor {
    box-sizing: border-box;
    float: left;
    padding: 3px;
    width: 240px;
    background-color: #fff;
}

.infor-hd {
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: url("../images/infor_bgh.jpg") center center no-repeat;
}

.infor-tt {
    height: 65px;
    color: #53a9f5;
    text-align: center;
    cursor: pointer;
}

.infor-tt>a {
    display: block;
    line-height: 65px;
    font-size: 16px;
    color: #5181db;
}

.infor-tt>a:hover {
    background-color: #edf5fd;
}

.infor-wrap {
    margin-left: 260px;
}

.bar-hd {
    height: 38px;
    border-bottom: 2px solid #5280db;
}

.bar-tt {
    float: left;
    width: 227px;
    height: 38px;
    border-radius: 10px 10px 0 0;
    background: #5082dd;
    background-image: linear-gradient(to bottom, #4799f0, #5082dd);
    box-sizing: border-box;
}

.infor-bd {
    height: 607px;
    overflow: auto;
}

.bar-tt>p {
    padding-left: 45px;
    line-height: 38px;
    font-size: 18px;
    color: #fff;
    background: url("../images/line_icon.png") 11px center no-repeat;
}

.infor-bar {
    height: 638px;
    background-color: #fff;
}

.infor-ul {
    padding: 10px 24px 0 24px;
}

.infor-list {
    padding: 8px 0;
}

.infor-con {
    display: block;
    height: 40px;
    line-height: 40px;
}

.infor-time {
    float: right;
    font-size: 16px;
    color: #999;
}

.infor-text {
    margin-right: 105px;
    padding-left: 20px;
    font-size: 16px;
    color: #333;
    background: url("../images/listImg.png") left center no-repeat;
}

.infor-con:hover .infor-text {
    background-image: url("../images/listimgh.png");
}

.infor-con:hover .infor-text,
.infor-con:hover .infor-time {
    color: #ff8840;
}

.pager {
    margin-top: 12px;
}

.m-pagination-page>li:hover>a,
.m-pagination-group>button:hover {
    border-color: #71c2ff;
}

.m-pagination-page>li.active>a {
    border-color: #71c2ff;
    background-color: #71c2ff;
}

.m-pagination-page>li>a {
    border-radius: 2px;
}