/* 中部内容样式 */
.content {
	width: 100%;
	margin-top: 37px;
	margin-bottom: 45px;
	overflow: hidden;
}

.content .left {
	width: 900px;
	float: left;
}

.content .wrap .left .title {
	width: 100%;
	height: 62px;
	background-image: url(../static/02.png);
	background-repeat: no-repeat;
	background-position: center center;
	/* 水平垂直居中 */
	font-size: 24px;
	font-weight: bold;
	line-height: 62px;
	color: #ffffff;
	padding-left: 50px;
	box-sizing: border-box;
}

.content .list {
	width: 100%;
}

.content .list .item {
	width: 100%;
	border-bottom: 2px dashed #dcdbdc;
	font-size: 16px;
	line-height: 60px;
	color: #151515;
	overflow: hidden;
	cursor: pointer;
}

.content .list .item:last-child {
	border-bottom: 0px dashed #dcdbdc;
}

.content .list .item img {
	float: left;
	display: block;
	width: 16px;
	height: 20px;
	margin-top: 15px;
	margin-right: 12px;
	vertical-align: center;
}

.content .list .item .point {
	float: left;
	display: block;
	width: 7px;
	height: 7px;
	background-color: #12446e;
	border-radius: 50%;
	margin-top: 25px;
	margin-right: 14px;
}

.content .list .item .headline {
	float: left;
	display: block;
	width: 750px;
	white-space: nowrap;
	/* 确保文本在一行内显示 */
	overflow: hidden;
	/* 超出容器部分隐藏 */
	text-overflow: ellipsis;
	/* 超出部分显示省略号 */
}

.content .list .item .time {
	float: right;
	padding-right: 12px;
}

.content .right {
	width: calc(100% - 917px);
	float: right;
}

/* 蒙层图片显示及切换 */
.mask {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
justify-content: center;
    align-items: center;
}

.mask .img {
	height:90%;
display: flex;
    justify-content: center;
    align-items: center;
}

.mask .img img {
	height: 100%;
}

.mask .arrow_left,
.mask .arrow_right {
	width: 50px;
	height: 50px;
}

.mask .arrow_left {
	position: absolute;
	top:50%;
	left:10%;
z-index:999;
background-color: #00000021;
    border-radius: 50%;
}

.mask .arrow_right {
	position: absolute;
	top: 50%;
	right: 10%;
z-index:999;
background-color: #00000021;
    border-radius: 50%;
}

.mask .close {
	position: absolute;
	bottom: 5%;
	right: 10%;
	width: 50px;
	height: 50px;
z-index:999;
background-color: #00000021;
    border-radius: 50%;
}

.mask .arrow_left img,
.mask .arrow_right img,
.mask .close img {
	width: 100%;
	height: 100%;
}

/* 蒙层轮播 */
.mask_first {
	position:  absolute;
	top: 0px;
	left: 0px;
	bottom:0;
right:0;
	background-color: rgba(0, 0, 0, 0.5);
display: flex;
    justify-content: center;
    align-items: center;
}

.mask_first .swiper {
position:  absolute;
width:100%;
height:90%;
}

.mask_first .swiper .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}

.mask_first .close {
	position: absolute;
	bottom: 5%;
	right: 10%;
	width: 50px;
	height: 50px;
z-index:999;
background-color: #00000021;
    border-radius: 50%;
}

.mask_first img {
	height: 100%;
}


.mask_first .close img {
	width: 100%;
	height: 100%;
}