/**!
 * 丰城市人民政府-领导信息
 * author: chenzp
 * date:2018-01-19
 */

/* 正文 */

.ewb-main{
    padding: 10px 10px 0;
	background-color: #fff;
}

.ewb-lead{
	padding: 5px 14px 13px;
	font-family: "Simsun";
	border: 1px solid #cecece;
}

.ewb-lead-hd{
	height: 33px;
	line-height: 33px;
	background: url(../images/lead_line.jpg) repeat-x left top;
}

.ewb-lead-tt{
	width: 96px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: url(../images/lead_img.png) no-repeat center;
}

.ewb-lead-local{
	padding-right: 10px;
	font-size: 12px;
	background: url(../images/lead_arrow.jpg) no-repeat right 23px;
}

.ewb-lead-local span{
	font-weight: bold;
}

.ewb-lead-local a{
	color: #333;
}

.ewb-lead-local a:hover{
	color: #1978c9;
}

.ewb-mt13{
	margin-top: 13px;
}

.ewb-com-hd{
	position: relative;
	padding: 18px 0;
	height: 6px;
}

.ewb-com-line{
	height: 6px;
	background-color: #1978c9;
}

.ewb-com-tt{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	padding-left: 5%;
	line-height: 42px;
	font-weight: bold;
	background: url(../images/lead_icon1.gif) no-repeat 5px 5px #fff;
}

.ewb-com-tt.icon2{
	background-image: url(../images/lead_icon2.gif);
}

.ewb-com-tt.icon3{
	background-image: url(../images/lead_icon3.gif);
}

.ewb-com-tt span{
	padding-right: 10px;
	display: block;
	min-width: 74px;
	background: url(../images/com_arrow.png) no-repeat right 18px;
}

.ewb-lead-list{
	background-color: #f7f7f7;
}

.ewb-lead-items{
	font-size: 12px;
}

.ewb-lead-items>span{
    float: left;
	width: 17%;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	color: #1978c9;
}

.ewb-lead-spec b{ 
	padding: 0 6px;
}

.ewb-lead-name{
	float: right;
	width: 83%;
}

.ewb-lead-name a{
	float: left;
	width: 12%;
	height: 28px;
	line-height: 28px;
	text-indent: 15px;
	color: #333;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ewb-lead-name a:hover{
	color: #1978c9;
}

@media (min-width: 768px) and (max-width: 979px){
	/* 正文 */
	.ewb-main{
		padding: 10px 0 0;
	}
	.ewb-lead{
		margin: 0 10px;
	}
	.ewb-lead-items>span{
		width: 20%;
	}
	.ewb-lead-name{
		width: 80%;
	}
}

@media (max-width: 767px){
	/* 正文 */
	.ewb-main{
		padding: 10px 5px 0;
	}
	.ewb-lead{
		padding: 5px 0 13px;
		border: 0;
	}
	.ewb-com-tt{
		padding-left: 13%;
	}
	.ewb-lead-items>span{
		width: 34%;
	}
	.ewb-lead-name{
		width: 66%;
	}
	.ewb-lead-name a{
		width: 20%;
		text-align: center;
		text-indent: 0;
	}
}

@media (max-width: 480px) {
	.ewb-lead-tt{
		width: 22%;
		background-size: 100% 100%;
	}
	.ewb-lead-local a{
		margin: 0 -3px;
	}
	.ewb-lead-items>span{
		width: 45%;
	}
	.ewb-lead-name{
		width: 55%;
	}
	.ewb-lead-name a{
		width: 33%;
	}	
}