@charset "UTF-8";
/**!
 * -1
 * author: huangcong;
 * date:2019-10-23
 */

.ewb-main {
    background: url(../images/lantian.jpg) center top no-repeat;
    padding: 15px 0;
}

.ewb-loc{
	height: 44px;
	line-height: 42px;
	font-size: 16px;
	border:1px solid #e7e7e7;
	padding-left: 20px;
	background: url('../images/loc_bg.jpg') left top repeat-x;
}

.ewb-loc-name{
	font-weight: bold;
	color: #bf0003;
}

.ewb-loc a{
	color: #000;
}

.ewb-loc a:hover{
	color: #f00000;
}

/*  */

.ewb-person{
	background: #fff;
	margin-top: 15px;
}

.ewb-person-hd{
	height: 51px;
	border-bottom: 1px solid #e91919;
}

.ewb-person-hd h3{
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	padding-left: 20px;
}

.ewb-person-bd{
	padding-top: 35px;
	padding-bottom: 50px;
}

.ewb-person-item{
	width: 25%;
	float: left;
	padding: 0 23px;
	margin-top: 15px;
}

.ewb-person-item>a{
	display: block;
}

.ewb-person-img{
	text-align: center;
}

.ewb-person-img img{
	vertical-align: top;
}

.ewb-person-item>a p{
	line-height: 20px;
	font-size: 16px;
	color: #000;
	text-align: center;
	margin-top: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-person-item>a:hover p{
	color: #f00000;
}

.pager{
	margin-top: 80px;
}

@media(max-width: 979px){
	.ewb-person-item{
		padding: 0 10px;
	}
}

@media(max-width: 767px){
	.ewb-loc{
		height:auto;
		padding: 5px;
		line-height: 20px;
		font-size: 14px;
	}

	.ewb-person-item>a p{
		font-size: 12px;
		margin-top: 5px;
	}

	.ewb-person-item{
		width: 33.3333%;
		padding: 0 5px;
		margin-top: 5px;
	}

	.ewb-person-bd{
		padding-top: 5px;
		padding-bottom: 10px;
	}

	.ewb-person-hd{
		height: 33px;
	}

	.ewb-person-hd h3{
		height: 32px;
		line-height: 32px;
		font-size: 16px;
		padding-left: 10px;
	}

	.pager{
		margin-top: 20px;
	}
}

/**/
.ewb-page {
    vertical-align: top;
    margin-top: 10px;
    padding-bottom: 20px;
    text-align: center;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 26px;
    *width: 36px;
    margin-right: 4px;
    text-align: center;
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #666;
    height: 26px;
    line-height: 25px;
    padding: 0 8px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
}

.ewb-page-li>a:hover {
    border: 1px solid #d92727;
}

.ewb-page-li.current>a {
    height: 26px;
    line-height: 25px;
    color: #fff;
    border: 1px solid #d92727;
    background-color: #d92727;
}

.ewb-page-li.active>a {
    height: 26px;
    line-height: 25px;
    color: #fff;
    border: 1px solid #d92727;
    background-color: #d92727;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 26px;
    line-height: 25px;
    padding: 0 10px;
    border: 0;
    color: #666;
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 26px;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 25px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 62px;
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a,
.ewb-page-btn:hover {
    color: #fff;
    background-color: #d92727;
    border-color: #d92727;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
    *width: 38px;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 10px;
    color: #666;
}

.ewb-page-info {
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
    vertical-align: top;
}

.ewb-page-btn {
	cursor: pointer;
	color: #666;
    height: 26px;
    line-height: 25px;
    padding: 0 6px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #fff;
    margin-left: 6px;
}

.ewb-page{
	margin-top: 80px;
}