﻿/**!
 * 关于我们
 * author: wangkai;
 */
 
/* main */

.ewb-trade-mid {
    padding-bottom: 20px;
    background: url(../images/bid_bg.jpg) center top no-repeat #f2f2f2;
}

.ewb-page-main {
	min-height: 530px;
	padding: 20px 20px 0 20px;
}

.ewb-layer1 {
	min-height: 348px;
}

.span200 {
	float: left;
	width: 200px;
	background-color: #e6f4ff;
}

.span778 {
	float: left;
	margin-left: 20px;
	width: 778px;
}

.ewb-menu-hd {
	width: 213px;
	height: 49px;
	line-height: 49px;
	padding-bottom: 6px;
	margin: 0 -6px 0 -7px;
	text-align: center;
	background: url(../images/menu_tt_bg.png);
}

.ewb-menu-tt {
	font-size: 22px;
	color: #fffefe;
	font-weight:bold;
}

.ewb-menu-node {
	height: 54px;
	line-height: 54px;
	border-bottom: 1px solid #bddbf5;
	vertical-align: top;
}

.ewb-menu-name {
	display: block;
	padding-left: 52px;
	font-size: 16px;
	color: #333;
	background: url(../images/left_nav_bg.png) 136px 50% no-repeat #ecf6ff;
}

.ewb-menu-name:hover,
.ewb-menu-name.current {
	font-weight: bold;
	color: #0080da;
	background: url(../images/left_nav_bg_hover.png) 136px 50% no-repeat #bddbf5;
}

.ewb-notice-tt {
    height: 44px;
    border-bottom: 2px solid #0080da;
}

.ewb-notice-name {
    width: 131px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-color: #0080da;
}

.ewb-notice-items {
    padding: 7px 4px 0 0;
}

.ewb-notice-items>li {
    height: 30px;
    vertical-align: top;
    line-height: 30px;
}

.ewb-notice-items>li>a {
    display: block;
    background: url(../images/news_ico.png) left center no-repeat;
    color: #333;
    text-indent: 12px;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-date {
	color: #666;
}

.ewb-notice-items>li:hover>a {
    background: url(../images/news_ico_hover.png) left center no-repeat;
    color: #f60;
}

.ewb-notice-items>li:hover>.ewb-date {
    color: #f60;
}

.ewb-layer2 {
	height: 164px;
	background-color: #f9f9f9;
}

/* 底部图片滚动 */

.ewb-culture-slider {
	height: 164px;
    position: relative;
}

.wb-left-btn,
.wb-right-btn {
    position: absolute;
    top: 62px;
    width: 15px;
    height: 22px;
    cursor: pointer;
}

.wb-left-btn {
    left: 10px;
    background: url(../images/prev_btn.png) no-repeat;
}

.wb-left-btn:hover {
    background: url(../images/prev_btn1.png) no-repeat;
}

.wb-right-btn {
    right: 10px;
    background: url(../images/next_btn.png) no-repeat;
}

.wb-right-btn:hover {
    background: url(../images/next_btn1.png) no-repeat;
}

.ewb-slider-box {
    padding: 18px 42px 0 42px;
    height: 146px;
    overflow: hidden;
}

.wb-culture-items {
    overflow: hidden;
}

.wb-culture-items li {
    float: left;
    vertical-align: top;
    margin: 0 5px;
}

.wb-culture-img {
	width: 172px;
    height: 106px;
    border: 1px solid #dddddd;
    padding: 1px 1px;
    background-color: #fff;
}

.wb-culture-items li a img {
    display: block;
    width: 172px;
    height: 106px;
}

.wb-culture-name {
	display: block;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #333;
}
