﻿/**!
 * 龙岩公共资源-内网
 * author: xy;
 * date:2019-03-03
 */

.ewb-mt8 {
	margin-top: 8px;
}

/* 当前位置 */

.ewb-location {
	height: 46px;
	line-height: 46px;
	font-size: 15px;
	background-color: #f6f6f6;
}

.ewb-location a {
	color: #535353;
}

.ewb-location span {
	color: #c30d23;
}

/* 综合公告 */

.ewb-notice {
	margin-top: 20px;
}

.ewb-notice-hd {
	height: 48px;
	line-height: 46px;
	border-top: 2px solid #c30d23;
	background-color: #f6f6f6;
}

.ewb-notice-tt {
	display: inline-block;
	padding-left: 57px;
	width: 150px;
	vertical-align: top;
	font-size: 20px;
	color: #fff;
	background: url("../images/notice_icon.png") 20px 12px no-repeat #c30d23;
}

/* 今日交易 */

.ewb-block {
	min-height: 274px;
}

.ewb-com-hd {
	height: 44px;
	line-height: 43px;
	border-bottom: 1px solid #d7d7d7;
}

.ewb-com-tt {
	padding: 0 15px;
	font-size: 20px;
	color: #c30d23;
	border-bottom: 2px solid #c30d23;
}

.ewb-more {
	color: #dc3c50;
    padding: 0 10px 0 12px;
    height: 22px;
    margin-top: 12px;
    font-size: 12px;
    line-height: 22px;
    border: 1px solid #dc3c50;
    border-radius: 15px;
}

.ewb-com-bd {
	padding-top: 12px;
}

.wb-data-list {
    line-height: 30px;
    font-size: 15px;
}

.wb-data-infor {
    margin-right: 25px;
	padding-left: 15px;
    background: url("../images/item_icon.png") 0 50% no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-list:hover,
.wb-data-list:hover a {
    cursor: pointer;
    color: #c30d23;
}

/* 中心风采 */

.ewb-center-bd {
	margin-top: 2px;
}

/* slider */

.ewb-slider {
	float: left;
	margin-top: 17px;
	width: 41%;
	margin-right: 20px;
	height: 200px;
}

.ewb-slider-con {
	position: relative;
	height: 173px;
}

#ewb-imgscroll {
    position: relative;
	width: 100%;
	height: 173px;
    margin-left: auto;
    margin-right: auto;
}

#ewb-imgscroll .item {
    display: block;
}

#ewb-imgscroll img {
    display: block;
    width: 100%;
	height: 173px;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-stage-outer {
	height: 200px;
}

/* 文字介绍 */

.ewb-img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -31px;
    height: 30px;
    line-height: 30px;
    color: #333;
	font-size: 13px;
	text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #ccc;
}

.ewb-img {
    position: relative;
}

.wb-slider-switcher {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 15px;
    z-index: 99;
}

.wb-slider-stag {
    float: left;
    height: 15px;
    width: 25px;
    line-height: 15px;
	font-size: 10px;
    text-align: center;
    color: #fff;
    background: url("../images/mask_bg.png");
    cursor: pointer;
    border: 0;
	border-left: 1px solid #fff;
    outline: 0;
}

.wb-slider-stag.active {
    background: #ea0707;
}

/* 工程建设 */

.ewb-project .ewb-notice-tt {
	background: url("../images/project_icon.png") 21px 12px no-repeat #c30d23;
}

.ewb-column-title {
	margin-top: 8px;
    height: 46px;
    overflow: hidden;
}

.ewb-switch,
.ewb-switch-Other {
    position: relative;
    margin: 0 16px;
}

.ewb-switch.static {
	margin: 0;
}

.ewb-column-hd {
	height: 44px;
	border-bottom: 1px solid #d7d7d7;
}

.ewb-row {
	overflow: hidden;
}

.ewb-switch-arr {
    position: absolute;
    width: 16px;
    height: 28px;
    top: 7px;
}

.ewb-switch-left {
    left: -16px;
    background: url("../images/arrow_left.jpg") center no-repeat;
}

.ewb-switch-right {
    right: -16px;
    background: url("../images/arrow_right.jpg") center no-repeat;
}

.ewb-column-items > li {
	float: left;
}

.ewb-column-items > li > a {
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	height: 45px;
	line-height: 43px;
	font-size: 16px;
	color: #565656;
}

.ewb-column-items>li>a.current {
	color: #c30d23;
	border-bottom: 2px solid #c30d23;
}

/* 政企采购 */

.ewb-gov .ewb-notice-tt {
	background: url("../images/gov_icon.png") 18px 13px no-repeat #c30d23;
}

/* 产权交易 */

.ewb-trade .ewb-notice-tt {
	background: url("../images/trade_icon.png") 22px 10px no-repeat #c30d23;
}

/* 土地矿业 */

.ewb-land .ewb-notice-tt {
	background: url("../images/land_icon.png") 19px 10px no-repeat #c30d23;
}

@media (max-width: 979px) and (min-width: 768px){
	.ewb-com-tt {
		padding: 0 5px;
	}
	.ewb-column-items > li > a {
		font-size: 16px;
	}
}

/* phone */

@media (max-width: 767px) {
	.ewb-location {
		font-size: 14px;
	}
	.ewb-notice-tt,
	.ewb-column-items > li {
		font-size: 16px;
	}
	.ewb-slider {
		float: none;
		margin-right: 0;
		width: 100%;
	}
	.ewb-gov,.ewb-trade,.ewb-land {
		margin-top: 20px;
	}
}

.ewb-project{
	    min-height: 274px;
}
