/**!
 * 哈尔滨市公共资源交易平台-通用详情
 * author: qianyuting
 * date:2021-01-14
 */

/* 轮播 */

.owl-nav{
    display: none;
}
.woyaobaoming {
    height: 40px;
    width: 140px;
    margin: 20px auto;
}
.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 {
    padding: 30px 40px 40px;
    background-color: #fff;
    border-top: 2px solid #d15459;    
}

.ewb-article h3 {
    font-size: 24px;
    font-family: "SourceHanSansCN-Medium";
	text-align: center;    
}

.ewb-article-sources {
    margin-top: 30px;
    padding: 0 100px 0 100px;
    line-height: 50px;
    height: 50px;
	color: #999;
    background-color: #f7f7f7;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
}

.ewb-article-sources p {
    display: inline-block;
    font-size: 16px;        
	vertical-align: top;
}

p.font-size span {
    margin-right: 5px;
	color: #231d99;    
    cursor: pointer;
}

p.font-size span.cur {
    color: #bc1d22;
    font-family: "SourceHanSansCN-Medium";
}

.ewb-article-info {
    padding-top: 18px;
    line-height: 36px;
    font-size: 16px;
    color: #888;
	word-break: break-all;
}

.ewb-article-img {
    display: block;
    margin: 0 auto;
    max-width: 738px;
}

.ewb-article-p {
    padding: 18px 0;
    text-indent: 36px;
	text-align: justify;
	text-justify: inter-ideograph;
}

/* 附件 */

.files {
    margin-top: 25px;
    padding: 6px 20px;
    line-height: 38px;
    font-size: 16px;
    background-color: #f7f7f7;
}

.file-tit {
    width: 50px;
}

.files-list {
    width: calc(100% - 50px);
}

.files-ul {
    margin: 0 -40px;    
}

.file-item {
    display: block;
    padding: 0 40px;
}

.file-item a {
    display: block;
    padding-left: 24px;
    color: #231d99;
    background: url('../images/icon_file_blue.png') left center no-repeat;
}

.file-item a:hover {
    color: #bc1d22;
    background-image: url('../images/icon_file_red.png');
    text-decoration: underline;
}

/* 大字 */
.big .ewb-article-info {
    font-size: 20px;
}

.big .files {
    font-size: 20px;
}

.big .file-tit {
    width: 70px;
}

.big .files-list {
    width: calc(100% - 70px);
}

/* 小字 */
.small .ewb-article-info {
    font-size: 12px;
}

.small .files {
    font-size: 12px;
}