/*
* @Author: xin
* @Date:   2021-09-06 08:27:24
* @Last Modified by:   xin
* @Last Modified time: 2021-09-15 21:03:48
*/
.max-width-50{
	max-width: 50%;
	flex: 0 0 50%;
}

.main .main-content{
	max-width: 1200px;
	margin: auto;
	margin-top: 60px;
}
.main .main-content-title{
	position: relative;
	border-bottom: 1px solid #A3A4A4; 
	font-size: 20px;
	font-weight: 800;
	color: #1B385D;
	line-height: 66px;
}
.main-content-text{
	width: 100%;
	padding:100px 0;
	border-bottom: 1px solid #A7A7A7;
	margin-bottom: 35px;
}
.main-content-text .title{
	font-size: 28px;
	font-weight: bold;
	color: #101010;
}
.main-content-text .intro{
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
	color: #A3A3A3;
	line-height: 96px;
}
.main-content-text .intro .author{
	display: flex;
	align-items: center;
}
.main-content-text .intro .author img{
	width: 16px;
	height: 20px;
}
.main-content-text .intro .author span{
	margin-left: 9px;
}
.main-content-text .intro .date{
	margin-left: 40px;
}
.main-content-recommend{
	display: flex;
	align-items: center;
	justify-content: start;
	align-content: space-between;
	flex-wrap: wrap;
}

.main-content-recommend-item{
	width: 280px;
	height: 220px;
	position: relative;
	margin-right: 26.6px;
	margin-top: 20px;
}
.main-content-recommend-item:nth-child(4n+0){
	margin-right: 0px;
}
.main-content-recommend-item img{
	width: 100%;
	height: 100%;
}
.main-content-recommend-item-title{
	width: 100%;
	padding:15px;
	font-size: 17px;
	font-weight: 400;
	color: #FFFFFF;
	background: rgba(27,56,93,.8);
	position: absolute;
	bottom: 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
/*内容区*/
.content{
	font-size: 16px;
	font-weight: 300;
	color: #3C3C3C;
	line-height: 42px;
}
.content-top img{
	width: 100%;
	margin-top: 14px;
}
.content-text{
	margin: 20px 0;
}
.swiper-container img{
	width: 100%;
}

@media (max-width:960px) {
	.main .main-content{
		margin-top: 25px;
		padding:0 15px;
	}
	.main-content-text{
		padding: 35px 0;
	}
	.main-content-text .intro{
		line-height: 66px;
	}
	.main-content-recommend{
		height: 275px;
		flex-wrap: wrap;
		align-content: space-between;
		justify-content: space-between;
	}
	.main-content-recommend-item{
		width: 48%;
		height: 132px;
		margin-right: 0;
	}
	.main-content-recommend-item-title{
		font-size: 12px;
		padding: 7px;
	}
	.main-content-text .intro{
		justify-content: space-between;
	}
	.main-content-text .intro .date{
		margin: 0;
	}
	.content-top .text{
		margin-top: 40px;
	}
}

