﻿/**!
 * 三大攻坚战
 * author: wangkai;
 */

body {
	min-width: 1000px;
}

/* main */

.ewb-head {
	height: 550px;
	background: url('../images/head_img.jpg') center top no-repeat;
}

.ewb-content {
	margin-top: -81px;
	height: 389px;
	border: 2px solid #0062cc;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
	background-color: #fff;
}

.ewb-action {
	padding: 35px 0 0 22px;
}

.ewb-action-node {
	float: left;
	margin-left: 50px;
	width: 250px;
	height: 319px;
	vertical-align: top;
}

.ewb-action-item {
	display: block;
	width: 250px;
	height: 319px;
}

.ewb-action-name {
	display: block;
	height: 55px;
	line-height: 54px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	position: relative;
}

.ewb-action-name i {
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -8px;
	display: block;
	width: 17px;
	height: 9px;
}

.ewb-action-name.icon1 {
	background-color: #3b88f6;
}

.ewb-action-name.icon2 {
	background-color: #00cdbf;
}

.ewb-action-name.icon3 {
	background-color: #eac133;
}

.ewb-action-name.icon1 i {
	background: url('../images/action_ico1.png') no-repeat;
}

.ewb-action-name.icon2 i {
	background: url('../images/action_ico2.png') no-repeat;
}

.ewb-action-name.icon3 i {
	background: url('../images/action_ico3.png') no-repeat;
}

.ewb-action-img {
	display: block;
	width: 250px;
	height: 264px;
	vertical-align: top;
}