/**!
 * 新疆公共资源交易中-交易信息
 * author: gaojian;
 * date:2018-11-29
 */
.ewb-column {
    margin-top: 30px;
    height: 298px;
    border: 1px solid #dfebf8;
}

.ewb-column-tab {
    padding: 0 39px;
    height: 48px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    border-top: 2px solid #f9f9f9;
}

.ewb-column-tab.cur {
    border-color: #00adef;
    color: #1080cc;
    background: #fff;
}

.ewb-column-bd {
    height: 248px;
    position: relative;
}

.ewb-sub-hd {
    padding: 10px 0;
    height: 30px;
    position: absolute;
    top: -50px;
    right: 0;
}

.ewb-sub-tab {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #1080cc;
    font-weight: bold;
    cursor: pointer;
    border-radius: 15px;
}

.ewb-sub-tab.cur {
    background: #62b5ed;
    color: #fff;
}

.ewb-sub-bd {
    padding: 14px 20px 0 21px;
}

.wb-data-item {
    background: url("../images/sublist_line.jpg") 0 repeat-y;
}

.wb-data-list {
    line-height: 36px;
    padding-left: 21px;
    background: url("../images/sublist_ico.jpg") 0 50% no-repeat;
}

.wb-data-infor {
    margin-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    color: #999;
    margin-top: -36px;
}

.wb-data-list:hover,
.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    color: #00adef;
}

.ewb-guide {
    margin-top: 30px;
    width: 335px;
    height: 298px;
    border: 1px solid #dfebf8;
}

.ewb-column-hd,
.ewb-guide-hd {
    height: 50px;
    background: #f9f9f9;
}

.ewb-guide-tab {
    width: 50%;
    height: 48px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    border-top: 2px solid #f9f9f9;
}

.ewb-guide-tab.cur {
    border-color: #00adef;
    color: #1080cc;
    background: #fff;
}

.ewb-guide-bd {
    padding: 14px 18px 0;
}

.ewb-info-list {
    height: 36px;
    line-height: 36px;
    padding-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url("../images/guide_list.jpg") 0 center no-repeat;
}

.ewb-info-list a {
    color: #333;
}

.ewb-info-list:hover,
.ewb-info-list:hover a {
    color: #00adef;
}

/* 常见问题 */
.ewb-col {
    margin-top: 20px;
    padding: 18px 0 0;
    border: 1px solid #dfebf8;
}

.ewb-col-hd {
    height: 40px;
}

.ewb-coll-tt {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 250px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
    background: url("../images/titlebg.png") center center no-repeat;
    color: #000;
}

.ewb-problem {
    padding: 24px 28px 29px;
}

.ewb-problem-group {
    width: 318px;
    height: 306px;
    padding: 14px 24px 0;
    background-position: 21px top;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.ewb-problem-group.group1 {
    background-color: #f0f8ed;
    background-image: url("../images/service_tt1.png");
}

.ewb-problem-group.group2 {
    margin-left: 22px;
    background-color: #eaf5f9;
    background-image: url("../images/service_tt2.png");
}

.ewb-problem-group.group3 {
    margin-left: 22px;
    background-color: #f4eff9;
    background-image: url("../images/service_tt3.png");
}

.ewb-group-hd {
    height: 54px;
    padding-left: 112px;
    padding-bottom: 42px;
}

.ewb-group-hd h2 {
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    font-size: 20px;
}

.ewb-group-hd p {
    height: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
}

.ewb-problem-info {
    height: 150px;
    overflow: hidden;
}

.ewb-problem-info li {
    height: 30px;
    line-height: 30px;
    padding-left: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-problem-group.group1 .ewb-problem-info li {
    background: url("../images/service_list1.png") 0 center no-repeat;
}

.ewb-problem-group.group2 .ewb-problem-info li {
    background: url("../images/service_list2.png") 0 center no-repeat;
}

.ewb-problem-group.group3 .ewb-problem-info li {
    background: url("../images/service_list3.png") 0 center no-repeat;
}

.ewb-problem-group.group1 .ewb-problem-info li:hover,
.ewb-problem-group.group1 .ewb-problem-info li:hover a {
    color: #6bc44c;
}

.ewb-problem-group.group2 .ewb-problem-info li:hover,
.ewb-problem-group.group2 .ewb-problem-info li:hover a {
    color: #00adef;
}

.ewb-problem-group.group3 .ewb-problem-info li:hover,
.ewb-problem-group.group3 .ewb-problem-info li:hover a {
    color: #b582e9;
}

.ewb-problem-info li a {
    color: #333;
}

.ewb-problem-more {
    display: block;
    width: 98px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    padding-right: 17px;
    color: #fff;
    margin-top: 14px;
}

.ewb-problem-group.group1 .ewb-problem-more {
    background: url("../images/service_arr1.jpg") right center no-repeat #80c568;
}

.ewb-problem-group.group2 .ewb-problem-more {
    background: url("../images/service_arr2.jpg") right center no-repeat #4abfec;
}

.ewb-problem-group.group3 .ewb-problem-more {
    background: url("../images/service_arr3.jpg") right center no-repeat #caa2f1;
}