/**!
 * 兰州市公共资源交易中心
 * author: wuzhou;
 */

.ewb-list-left {
    width: 242px;
}

.ewb-list-right {
    padding-left: 10px;
    width: 800px;
}

.ewb-list-tt {
    height: 80px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    background-color: #cd8512;
}

.ewb-trade-items>li {
    position: relative;
    vertical-align: top;
    border-top: 1px solid #eaeaea;
}

.ewb-trade-wrap {
    background: url("../images/normal_ico.png") 31px 50% no-repeat;
}

.ewb-trade-link {
    display: block;
    font-size: 16px;
    color: #333;
    margin-left: 72px;
    line-height: 60px;
    height: 60px;
}

.ewb-trade-items>li.current .ewb-trade-wrap,
.ewb-trade-items>li:hover .ewb-trade-wrap {
    background: url("../images/normal_ico_hover.png") 31px 50% no-repeat #fff5e5;
}

.ewb-trade-items>li.current .ewb-trade-wrap a,
.ewb-trade-items>li:hover .ewb-trade-wrap a {
    color: #cd8512;
}

.ewb-trade-items>li i {
    position: absolute;
    right: -9px;
    top: 0;
    display: none;
    width: 9px;
    height: 61px;
    background: url("../images/right_arr.png") no-repeat;
}

.ewb-trade-items>li.current i,
.ewb-trade-items>li:hover i {
    display: block;
}

.ewb-menu-subitem {
    display: none;
}

.ewb-sub-link {
    height: 37px;
    line-height: 37px;
    color: #333;
    font-size: 14px;
    padding-left: 44px;
}

.ewb-trade-items>li.current .ewb-menu-subitem {
    display: block;
}


/* 右侧 */

.ewb-requisition {
    margin-top: 21px;
}

.ewb-requisition:first-child {
    margin-top: 0;
}

.ewb-requisition-tt {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 33px;
}

.ewb-requisition-num {
    font-size: 26px;
    font-weight: bold;
    color: #cd8512;
}

.ewb-single {
    font-size: 14px;
    line-height: 30px;
}

.ewb-single-tt {
    color: #cd8512;
}

.ewb-single-time {
    margin-left: 18px;
}



/* 20210813--gl */
.right-title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding: 25px 0;
    text-align: center;
}

.review {
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #8e8e8e;
    border-radius: 5px;
    background-color: #eef6ff;
}

.time-info {
    margin-left: 55px;
}

.scroll {
    max-height: 600px;
    padding: 0 18px;
    overflow: auto;
    margin-top: 10px;
}

.scroll::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.scroll::-webkit-scrollbar-thumb {
    min-height: 28px;
    padding-top: 100;
    background-color: #eef6ff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 5px;
}

.review-block {
    margin-top: 35px;
}

.scroll h3.review {
    font-size: 18px;
    color: #3689e3;
    font-weight: 600;
}

.scroll h3.review>span {
    display: inline-block;
    margin: 0 9px 0 29px;
    color: #fff;
    width: 27px;
    height: 27px;
    line-height: 27px;
    border-radius: 50%;
    text-align: center;
    background-color: #3689e3;
}

.scroll .review-info {
    padding: 5px 38px 20px 38px;
    line-height: 26px;
    color: #666;
}

.scroll .review-info>span {
    float: left;
    padding-left: 18px;
    color: #8e8e8e;
}

.scroll .review-info>p {
    margin-left: 120px;
}

.scroll .reply .review {
    color: #febd4e;
    background-color: #fef6e8;
}

.scroll .reply .review>span {
    background-color: #febd4e;
}

.scroll .reply .review-info>span {
    background: url("/images/reply_ico.png") no-repeat left center;
}

/*2021.08.17*/
.fixeditems03 {
    position: relative;
}
.robot {
    /*position: fixed;
    right: 18%;
    bottom: 16%;*/
	position: absolute;
    right: -28%;
    bottom: -20px;
    z-index: 999;
    margin: 0 0 0 600px;
}
.xiaoqiao {
    position: relative;
    height: 94.21px;
    width: 95px;
    margin: 0 auto;
    background-size: 100%;
    cursor: pointer;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(/images/xiaoqiao.png);
}
.tip-box.robotinfo {
    position: absolute;
    margin-top: -74px;
    margin-left: -174px;
    z-index: 999;
    background: #fff;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 10px;
    width: 145px;
    display: block;
    /*opacity: 0;20210818*/
    box-shadow: initial;
    text-align: left;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}
.tinRightIn2 {
    animation: tinRightIn2 4s ease-in;
    animation-delay: 0.2s;
}
.tip-box span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 170px;
    color: #333;
}

.ewb-page {
	margin-top:10px;
	float:right;
}

.m-pagination-group{
	float:left;
}
