/**!
 * 哈尔滨市公共资源交易平台-通用列表
 * author: qianyuting
 * date:2021-01-14
 */

/* 轮播 */

.owl-nav{
    display: none;
}

.ewb-img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-family: "SourceHanSansCN-Medium";
    color: #fff;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.owl-carousel .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    z-index: 60;
    font-size: 0;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
}

.owl-carousel button.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    margin: 0 10px;
    background-color: #fff;
    border-radius: 50%;
    vertical-align: top;
}

.owl-carousel .owl-dot.active {
    background-color: #bc1d22;
}

.owl-carousel .item {
    display: block;
    overflow: hidden;
}

.owl-carousel .item img {
    display: block;
    width: 100%;
    height: 100%;
}

.top-roll {
    height: 440px;
}

.top-roll .item {
    height: 440px;
}

/* 内容 */

.main {
    padding: 16px 0 64px;
    background: url('../images/info_tb_bg.png') no-repeat;
    background-size: 100% 100%;
}

.sub-view {
    position: relative;
}

.sub-view:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 240px;
    top: 0;
    left: 0;
    z-index: 0;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(201, 74, 78, 0.16);    
}

/* 左侧边垂直菜单 */

.left-bar{
    position: relative;
    width: 240px;
    padding: 3px;
    box-sizing: border-box;
    z-index: 1;    
}

.left-bar-tit {
    height: 65px;
    line-height: 65px;
    padding: 0 10px;
    font-size: 24px;
    color: #fff;
    font-family: "SourceHanSansCN-Bold";
    background: url('../images/left_bar_tit.jpg') no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.wb-tree {
    background-color: #fff;
}

.wb-tree-node {
    position: relative;
    height: 65px;
    line-height: 65px;
    padding: 0 10px;
}

.wb-tree-tt {
    display: block;
    color: #333;
    font-size: 24px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.current .wb-tree-node,
.wb-tree-node:hover {
    background-color: #f9e8e9;
    border-left: 2px solid #bc1d22;
}

.current .wb-tree-tt,
.wb-tree-node:hover .wb-tree-tt {
    color: #a3171b;
}

/* 右侧数据 */

.right-con{
    margin-left: 260px;
}

.right-hd {
    height: 54px;
    line-height: 54px;
    border-bottom: 2px solid #d15459;
}

.right-tit {
    position: relative;
    height: 54px;
    line-height: 54px;
    font-size: 24px;
    padding: 0 20px 0 70px;
    border-radius: 6px 6px 0 0;
    color: #fff;
    background: #d26c71;
    background: linear-gradient(to right, #d26c71, #d1555a);
    background: -webkit-linear-gradient(left, #d26c71, #d1555a);
    background: -o-linear-gradient(right, #d26c71, #d1555a);
    background: -moz-linear-gradient(left, #d26c71, #d1555a);
}

.right-tit:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 70px;
    content: "";
    background: url('../images/icon_menu.png') center no-repeat;
}

.right-search-box {
    position: relative;
    width: 252px;
    height: 40px;
    padding: 0 48px 0 10px;
    border: 1px solid #c0bfbf;
    background-color: #fff;
    box-sizing: border-box;
}

.right-search-input {
    height: 38px;
    width: 100%;
    font-size: 20px;
    color: #999;
    vertical-align: top;
}

.right-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 100%;
    background: url('../images/icon_search.png') center no-repeat;
}

.right-bd {
    padding: 15px 24px 40px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(201, 74, 78, 0.16);
}

.news-items li:nth-child(2n) {
    background-color: #fafafa;
}

.news-items li a {
    position: relative;    
    display: block;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    padding: 0 220px 0 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-items li a:before {
    position: absolute;
    content: "";
    left: 20px;
    top: 50%;
    margin-top: -4.5px;
    width: 12px;
    height: 9px;
    background: url('../images/news_item_ico.png') center no-repeat;
}

.news-time {
    position: absolute;
    right: 20px;
    top: 0;
    color: #999;
}

.news-items li:hover a,
.news-items li:hover .news-time {
    color: #231d99;
}

/* 20220418 区域选择 */

.area-wrap {
    margin-left: 12px;
}

.area-item {
    position: relative;
    width: 160px;
    margin-left: 18px;
}

.area-item:before {
    position: absolute;
    right: 100%;
    top: 0;
    content: "";
    width: 18px;
    height: 100%;
    background: url("../images/area_sel_split.png") center center no-repeat;
}

.area-item:first-child {
    width: 90px;
    margin-left: 0;
}

.area-item:first-child:before {
    display: none;
}

.area-item .chosen-container {
    font-size: 16px;
}

.area-item .chosen-container-single .chosen-single {
    padding: 0 0 0 10px;
    height: 32px;
    line-height: 32px;
    border: 0;
    background: #d26c71 url("../images/area_sel_bg.jpg") no-repeat;
    background-size: 100% 100%;
    color: #fff;
    border-radius: 0 16px 16px 0;
}

.area-item .chosen-container-single .chosen-single div b {
    background-image: url("../images/area_sel_down.png");
}

.area-item .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-image: url("../images/area_sel_up.png");
}

.area-item .chosen-container .chosen-drop {
    top: 100%;
    bottom: auto;
}

.area-item .chosen-disabled {
    opacity: 1 !important;
}

.area-item .chosen-disabled .chosen-single span {
    margin-right: 10px;
}

.area-item .chosen-disabled .chosen-single div {
    display: none;
}
