
.ewb-com-hd {
    text-align: center;
    overflow: hidden;
}

.ewb-com-tt {
    display: inline-block;
    padding: 0 10px;
    min-width: 182px;
    font-size: 30px;
    text-align: center;
    position: relative;
    line-height: 32px;
}

.ewb-com-tt a {
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

.ewb-com-tt p{
	line-height: 24px;
	font-size: 12px;
	color: #999;
	text-transform: uppercase;
}

.ewb-com-l {
    position: absolute;
    height: 26px;
    width: 509px;
    left: -509px;
    top: 50%;
    margin-top: -13px;
    background: url("../images/l_img.png") left center no-repeat;
}

.ewb-com-r {
    position: absolute;
    height: 26px;
    width: 509px;
    right: -509px;
    top: 50%;
    margin-top: -13px;
    background: url("../images/r_img.png") right center no-repeat;
}

.ewb-mt5{
	margin-top: 5px;
}

.ewb-info-copy{
	position: relative;
	margin: 10px 156px 0 134px;
	padding: 10px 36px;
}

.ewb-info-copy p{
	line-height: 28px;
	font-size: 14px;
	color: #254351;
	/*text-align: center;*/
}

.ewb-copy-l,
.ewb-copy-r{
	display: block;
	width: 94px;
	height: 60px;
	position: absolute;
}

.ewb-copy-l{
	left: 0;
	top: 0;
	background: url('../images/l_arrow.png') no-repeat;
}

.ewb-copy-r{
	right: 0;
	bottom: 0;
	background: url('../images/r_arrow.png') no-repeat;
}

.ewb-link{
	padding: 10px 30px;
	background: #fff;
	margin-top: 30px;
}

.ewb-link-item{
	float: left;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	vertical-align: top;
	width: 16.6666%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-link-item a{
	padding-left: 13px;
	color: #333;
	font-size: 16px;
	background: url('../images/links_icon.jpg') left center no-repeat;
}

.ewb-mt40{
	margin-top: 40px;
}

@media(max-width: 979px) and (min-width: 767px){
	.ewb-info-copy{
		margin: 10px 30px 0 30px;
	}
}

@media(max-width: 767px){
	.ewb-info-copy{
		margin: 10px 10px 0 10px;
		padding: 10px 5px;
	}

	.ewb-link{
		padding: 10px;
		margin-top: 10px;
	}

	.ewb-link-item{
		line-height: 30px;
		height: 30px;
		font-size: 14px;
		width: 50%;
	}

	.ewb-link-item a{
		font-size: 14px;
	}
}

.ewb-info{
	min-height: 550px;
}


/* 2022-4-26新增 */
.ewb-com-tt span {
    color: #333;
    font-size: 24px;
    font-weight: bold;
}
