/**!
 * 政府开放日
 * author: xy;
 * date:2019-10-28
 */

/* header */

.ewb-header {
	padding-top: 118px;
	height: 434px;
	text-align: center;}

/* 导语 */

.ewb-guide {
	padding: 30px;
	border-radius: 6px;
	background-color: #fff;}

.ewb-guide-warp {
	position: relative;
	padding: 0 30px;
	border: 1px dashed #cf001e;
	border-radius: 6px;}

.ewb-guide-hd {
	padding-left: 79px;
	height: 33px;
	line-height: 33px;}

.ewb-guide-tt-en {
	color: #cf001e;
	text-transform: uppercase;
	font-style: italic;}

.ewb-guide-tt {
	position: absolute;
	top: -6px;
	left: 17px;}

.ewb-guide-tt img {
	vertical-align: top;}

.ewb-guide-bd {
	margin-top: 12px;
	padding-bottom: 22px;}

.ewb-guide-p {
	line-height: 30px;
	font-size: 16px;
	text-indent: 2em;}

.ewb-guide-icon {
	position: absolute;
	right: -1px;
	bottom: -1px;
	display: block;
	width: 39px;
	height: 40px;
	background: url(../images/guide_icon_r.jpg) no-repeat;}

/* 往期政府开放日活动集锦 */

.ewb-activitie {
	margin-top: 30px;
	padding: 40px 30px 11px;
	border-radius: 5px;
	background: url(../images/main_bg.png);}

.ewb-activitie-hd {
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 0;
	-webkit-text-size-adjust:none;}

.ewb-activitie-icon {
	display: inline-block;
	width: 60px;
	height: 46px;
	vertical-align: top;}

.ewb-activitie-icon.icon1 {
	background: url(../images/activitie_left_arrow_r.png) no-repeat;}

.ewb-activitie-icon.icon2 {
	background: url(../images/activitie_right_arrow_r.png) no-repeat;}

.ewb-activitie-sp {
	display: inline-block;
	padding: 0 48px;
	vertical-align: top;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background-color: #cf001e;}

a.ewb-activitie-sp:hover {
	color: #fff;}

.ewb-activitie-bd {
	padding-top: 40px;
	margin-left: -29px;}

.ewb-activitie-item {
	width: 33.33%;
	height: 356px;}

.ewb-activitie-link {
	display: block;
	margin-left: 29px;}

.ewb-activitie-img {
	display: block;
	width: 100%;
	vertical-align: top;
	height:255px;}

.ewb-activitie-tt {
	margin-top: 12px;
	height: 32px;
	line-height: 32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	font-weight: bold;
	color: #333;}

.ewb-activitie-date {
	line-height: 30px;
	font-size: 16px;
	color: #999;}

/* 近期政府开放日活动预告 */

.ewb-activitie.notice {
	padding-bottom: 21px;}

.ewb-notice-bd {
	margin-top: 12px;
	padding: 0 30px 0 56px;}

.ewb-notice-item {
	padding-left: 54px;
	background: url(../images/item_icon_r.png) left 29px no-repeat;}

.ewb-notice-block {
	display: block;
	padding: 22px 0 12px 0;
	border-bottom: 2px dashed #ececec;}

.ewb-notice-tt {
	margin-right: 100px;
	height: 39px;
	line-height: 39px;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;}

.ewb-notice-block span {
	margin-top: -39px;
	height: 39px;
	line-height: 39px;
	font-size: 16px;
	color: #666;}

.ewb-notice-p {
	height: 37px;
	line-height: 37px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;}

@media (max-width: 1199px) {
	.ewb-activitie-item {
		margin-bottom: 20px;
		height: auto;}
}
/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
	/* header */
	.ewb-header {
		padding: 40px 0;
		height: auto;}
	/* guide */
	.ewb-guide {
		padding: 20px;}
	.ewb-guide-warp {
		padding: 0 10px;}
	/* activitie */
	.ewb-activitie {
		padding: 20px 10px;}
	.ewb-activitie-sp {
		padding: 0 10px;
		font-size: 17px;}
	.ewb-activitie-icon.icon1,
	.ewb-activitie-icon.icon2 {
		width: 30px;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;}
	.ewb-activitie-item {
		width: 100%;}
	.ewb-notice-bd {
		padding-left: 0;
		padding-right: 0;}
	.ewb-notice-item {
		padding-left: 30px;}
}