/* 轮播 */

.box1 {
	max-width: 1200px;
	margin: 30px auto;
	height: 433px;
	overflow: hidden;
	position: relative;
}

.box1 .hd {
	overflow: hidden;
	position: absolute;
	bottom: 30px;
	z-index: 1;
	right: 30px;
}

.box1 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.box1 .hd ul li {
	float: left;
	margin-right: 12px;
	width: 8px;
	height: 8px;
	background: #D8D8D8;
	border-radius: 50%;
	cursor: pointer;
}

.box1 .hd ul li:last-child {
	margin-right: 0px;
}

.box1 .hd ul li.on {
	width: 32px;
	height: 8px;
	background: #3673B6;
	border-radius: 4px;
}

.box1 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.box1 .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.box1 .bd img {
	width: 770px;
	height: 433px;
	display: block;
	object-fit: cover;
}

.box1 .wenzi {
	position: absolute;
	width: 430px;
	right: 0;
	top: 0;
	background: #ecf6ff;
	padding: 30px 30px 0px 30px;
	height: 100%;
}

.box1 .wenzi .lb_tit {
	font-size: 26px;
	line-height: 52px;
	font-weight: 500;
	color: #333;
	margin-bottom: 10px;
}

.box1 .wenzi .lb_tit a {
	color: #333;
}

.box1 .ellipsis {
	overflow: hidden;
	max-height: 214px;
}

.box1 .ellipsis>*:first-child {
	float: right;
	width: 100%;
	/*margin-left: -30px;*/
	font-size: 18px;
	line-height: 36px;
	color: #999;
}

.box1 .ellipsis>*:first-child p {
	word-break: break-all;
	word-wrap: break-word;
	white-space: normal;
}

.box1 .ellipsis>*:first-child a {
	color: #999;
}

.wip_zwa {
	width: 100%;
	max-width: 1200px;
	margin: 0px auto 28px;
}

.wip_zwaleft {
	float: left;
	width: 770px;
}

.wip_zwaright {
	width: 399px;
	float: right;
}

.wip_btabtitle {
	font-weight: 600;
	font-size: 22px;
	color: #999999;
	display: inline-block;
	margin-right: 27px;
	height: 44px;
}

.wip_btabtitle_hov {
	color: #3673B6;
}

.wip_btabtitle_hov:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background: #3673B6;
	border-radius: 2px;
	margin-top: 10px;
}

.wip_atabtitlemore {
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	float: right;
	line-height: 31px;
}

.wip_zwaleftdiv ul {
	display: none;
}

.wip_zwaleftdiv ul:first-child {
	display: block;
}

.wip_atablistlifir {
	padding-top: 20px;
	margin-bottom: 20px;
	border-top: 1px dashed #dedede;
}

.wip_atablistlifir:first-child {
	border-top: 0px;
}

.listtime {
	width: 88px;
	height: 88px;
	background: #EAF4FF;
	/*border-radius: 4px;*/
	float: left;
	text-align: center;
}

.listtime span {
	color: #005293;
	display: inline-block;
}

.listtimetop {
	font-weight: 500;
	font-size: 26px;
	line-height: 46px;
}

.listtimebot {
	font-weight: 400;
	font-size: 16px;
	border-top: 1px solid #005293;
	padding-top: 7px;
}

.listright {
	float: right;
	width: 662px;
}

.listrighttit {
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
	display: block;
}

.listrightp {
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	/*省略号*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/*行向垂直排列*/
	-webkit-line-clamp: 2;
	/*限制2行*/
}

.wip_zwarighttit {
	margin-bottom: 20px;
}

.wip_zwnesbg {
	margin-bottom: 30px;
}

.list-cover {
	overflow: hidden;
}

.list-cover ul {
	position: relative;
}

.list-cover ul li.white {
	position: relative;
}

.list-cover ul li.white ins {
	width: 37px;
	height: 32px;
	position: absolute;
	right: 0;
	z-index: 1;
	background-color: #fff;
}

.wip_zwneslist {
	height: 288px;
}

.wip_atablistli {
	background: url(listico.png) no-repeat left 17px;
	background-size: 3px;
	line-height: 36px;
	color: #333333;
	font-size: 16px;
	padding-left: 20px;
}

.wip_atablistli a {
	color: #333333;
}

.wip_atablistli span {
	display: inline-block;
}