/*
* @Author: xin
* @Date:   2021-09-06 08:27:24
* @Last Modified by:   xin
* @Last Modified time: 2021-11-14 11:04:17
*/
.max-width-50{
	max-width: 50%;
	flex: 0 0 50%;
}

.main .main-content{
	width: 100%;
	background:url(../images/list_bg.png) no-repeat;
	background-size: 100%;
	padding-top: 115px;
}
.main-content-box{
	background:#ffffff;
	max-width: 1200px;
	width: 1200px;
	margin: auto;
	padding: 60px 125px;
} 
.main-content-title{
	position: relative;
	border-bottom: 1px solid #A3A4A4; 
	font-size: 24px;
	font-weight: 500;
	color: #474747;
	line-height: 66px;
	display: flex;
}
.main-content-text{
	width: 100%;
	padding-top:40px;
	padding-bottom: 100px;
	border-bottom: 1px solid #A7A7A7;
	margin-bottom: 35px;
}
.main-content-text .title{
	font-size: 34px;
	font-weight: bold;
	color: #101010;
}
.main-content-text .intro{
	display: flex;
	align-items: center;
	font-size: 22px;
	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: 220px;
	height: 220px;
	position: relative;
	margin-right: 23px;
	margin-top: 20px;
	cursor: pointer;
}
.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(0,0,0,.83);
	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 p{
	margin:0;
	padding:0;
}



@media (max-width:960px) {
	.main .main-content{
		margin-top: 20px;
		padding:0 15px;
		background: #ffffff;
	}
	.main-content-box{
		width: 100%;
		padding: 0;
	}
	.main .main-content-title{
		display: none;
	}
	.main-content-text{
		padding: 35px 0;
		padding-top: 0;

	}
	.main-content-text .title{
		font-size: 20px;
		color: #434343;
	}
	.main-content-text .intro{
		line-height: 66px;
		font-size: 12px;
	}
	.main-content-text .intro .author{
		margin-right: 10px;
	}
	.main-content-text .intro .author img{
		width: 8px;
		height:10px;
	}
	.main-content-text .intro .author span{
		margin-left: 5px;
	}
	.main-content-recommend{
		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:nth-child(2) ~ div{
		display: none;
	}
	.main-content-recommend-item-title{
		font-size: 12px;
		padding: 7px;
	}
	.main-content-text .intro .date{
		margin: 0;
	}
	.content-top .text{
		margin-top: 40px;
	}
}

