/**!
 * 河北省公共资源交易平台-subcom
 * author: lucw;
 * date:2017-07-04
 */

/* 导航信息 */
.ewb-loca{
	padding-left: 22px;
	height: 35px;
	line-height: 35px;
	color: #666;
	background: url(../images/loca.png) 5px center no-repeat;
}

.ewb-loca a{
	color: #666;
	cursor: pointer;
}

.ewb-loca .cur{
	color: #d7083c;
	font-weight: bold;
}

.ewb-fwb{
	font-weight: bold;
}

/* 分页 */
.ewb-pages-wp{
	margin-top: -1px;
	height: 40px;
	line-height: 40px;
	background-color: #f3f4f6;
	text-align: center;
}

.ewb-pages{
	display: inline-block;
    color: #333;
}

.ewb-pages{
	*display: inline;
}

.ewb-pages a{
    color: #333;
    cursor: pointer;
}

.ewb-pages .pages-home{
	margin-left: 28px;
	margin-right: 10px;
    color: #d7083c;
    text-decoration: underline;
}

.ewb-pages .pages-next{
	margin-left: 10px;
	margin-right: 12px;
}

.ewb-pages-sel{
	width: 48px;
	height: 24px;
	border:1px solid #dcdcdc;
}

.ewb-pages-inp{
	width: 30px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #dcdcdc;
}

/* 字体色 */

/* 正在进行 */
.ewb-run{
	color: #12ad51;
}

/* 二级功能面板 */
.ewb-panel-wp{
	padding-right: 20px;
}

.ewb-panel{
	background-color: #e8edf4;
}

.ewb-panel-hd{
	margin: 0 12px;
	padding-top: 3px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 2px solid #d2ddf2;
}

.ewb-panel-tt{
	font-size: 20px;
	font-weight: bold;
	color: #2b6ae0;
}

.ewb-panel-bd{
	padding-top: 12px;
	padding-bottom: 100px;
}

.ewb-panel-list{
	position: relative;
}

.ewb-panel-bgh{
	position: absolute;
	display: none;
}

.ewb-panel-lists{
	padding-left: 12px;
}

.ewb-panel-list{
	padding-right: 12px;
	height: 42px;
	line-height: 42px;
	margin-bottom: 7px;
	text-align: center;
}

.ewb-panel-list>a{
	color: #333;
	font-size: 16px;
}

.ewb-panel-list>a:hover{
	color: #2b6ae0;
	font-weight: bold;
}

.ewb-panel-bgh{
	right: -7px;
	top: 0;
}

.ewb-panel-list.current{
	background-color: #2b6ae0;
}

.ewb-panel-list.current>a{
	color: #fff;
}

.ewb-panel-list.current .ewb-panel-bgh{
	display: block;
}

/* 二级标题2 */
.ewb-add-hd{
	height: 30px;
	text-align: center;
}

.ewb-add-wp{
	display: inline-block;
}

.ewb-add-wp{
	*display: inline;
}

.ewb-add-ico{
	display: block;
	width: 15px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
}

.ewb-add-ico.ico-l{
	background-image: url(../images/news_l.png);
}


.ewb-add-ico.ico-r{
	background-image: url(../images/news_r.png);
}

.ewb-add-tt{
	padding: 0 2px;
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #0076e4;
}

/* 字体色 */
.ewb-fwb{
	font-weight: bold;
}

.ewb-c01 {
    color: #ff9600;
}

.ewb-hot-color{
	color: #d7083c;
}

/* 选择信息 */
.ewb-sure{
	height: 71px;
	overflow: hidden;
	position: relative;
	padding: 0 15px;
	border: 1px solid #e5e5e5;
	background-color: #fbfbfb;
}

.ewb-sure-box{
	padding:  6px 0;
	border-bottom: 1px dashed #e5e5e5;
}

.ewb-sure-name{
	padding: 3px 0;
	margin-right: 6px;
	color: #999;
	line-height: 22px;
}

.ewb-sure-con{
	margin-left: 160px;
}

.ewb-sure-con.first{
	margin-left: 85px;
}

.ewb-sure-items li{
	padding: 3px 0;
	margin-right: 19px;
	float: left;
	line-height: 22px;
}

.ewb-sure-items a{
	display: block;
	padding: 0 7px;
	color: #333;
	white-space: nowrap;
}

.ewb-sure-items a.current,
.ewb-sure-items a:hover{
	color: #fff;
	background-color: #d7083c;
}

/* 箭头 */
.ewb-sc-wp{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 30px;
	background-color: #fbfbfb;
}

.ewb-sure-control{
	padding-right: 26px;
	margin: 0 auto;
	margin-top: 6px;
	width: 70px;
	height: 22px;
	line-height: 22px;
	color: #666;
	cursor: pointer;
	border: 1px solid #e5e5e5;
	text-align: right;
	background-repeat: no-repeat;
	background-position: 75px center;
	background-image: url(../images/lc/down_tri.png);
}
