/**!
 * 广西招标网
 * author: wuzhou
 * date:2018-09-05
 */
 
.ewb-list-main {
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
    min-height: 900px;
    padding-bottom: 15px;
}

.ewb-list-line {
    position: absolute;
    top: 21px;
    bottom: 0;
    left: 302px;
    width: 1px;
    background-color: #eee;
}

/* 二维码 */
.ewb-ewm {
    position: fixed;
    width: 179px;
    height: 179px;
    bottom: 183px;
    right: 0;
    z-index: 999;
}

/* 左侧菜单 */

.ewb-list-menu {
    margin-left: 22px;
    margin-right: 8px;
}

.ewb-menu-title {
    font-size: 20px;
    color: #fff;
    height: 53px;
    line-height: 53px;
    padding-left: 67px;
    background: url("../images/column_title.png") 33px 50% no-repeat #0451ad;
}

.ewb-mt19 {
    margin-top: 19px;
}

.ewb-menu-items>li {
    position: relative;
    margin-top: 10px;
}

.ewb-menu-items>li>a {
    display: block;
    line-height: 50px;
    padding-left: 67px;
    font-size: 16px;
    color: #003333;
    background: url("../images/column_ico.png") 44px 50% no-repeat #f6f6f6;
}

.ewb-column-horn {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 11px;
    height: 10px;
    background: url("../images/column_horn.jpg") center no-repeat;
}

.ewb-menu-items>li>a:hover,
.ewb-menu-items>li>a.active {
    color: #fff;
    background-image: url("../images/column_ico_hover.png");
    background-color: #3f89e1;
}

.ewb-menu-items>li>a:hover .ewb-column-horn,
.ewb-menu-items>li>a.active .ewb-column-horn {
    background-image: url("../images/column_horn_hover.jpg");
}

/* 右侧内容 */
.ewb-right-info {
    margin: 0 21px 0 25px;
}

.ewb-right-title {
    height: 46px;
    border-bottom: 3px solid #eee;
}

.ewb-right-name {
    font-size: 24px;
    color: #055bc1;
    font-weight: bold;
    line-height: 39px;
}

.ewb-route {
    line-height: 40px;
    margin-top: 6px;
}

.ewb-route,
.ewb-route a {
    color: #939393;
}

.ewb-route-last {
    color: #055abe;
}

/* 内容 */

.ewb-books {
    background: #fff;
    padding: 20px;
}

.ewb-books dl {
    float: left;
    width: 220px;
    padding: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
}

.ewb-books dl dt {
    padding: 10px;
}

.ewb-books dl dt a {
    display: block;
    height: 141px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eee;
}

.ewb-books dl dt img {
    text-align: center;
    max-width: 100%;
    max-height: 100%;
}

.ewb-books dl dd {
    height: 40px;
    line-height: 20px;
    border-top: none;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 220px;
}