.container {
	width: 100%;
	font-family: 'pingfang SC', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;
}

.container-head {
	width: 100%;
	height: 350px;
	background-color: #3E3E3E;
	text-align: center;
}

.container-head-content {
	width: 1250px;
	height: 100%;
	/* border: 1px solid #FFFFFF; */
	margin: 0 auto;
	/* padding-top: 30px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

.container-head-title {
	color: #FFFFFF;
	text-align: center;
	font-size: 56px;
	letter-spacing: 15px;
}

.container-body {
	width: 100%;
	height: 500px;
	text-align: center;
}

.container-body-l {
	width: 100%;
	/* height: 700px; */
	padding: 50px 0px;
	text-align: center;
}

.container-body-content {
	width: 1250px;
	height: 100%;
	margin: 0 auto;
	/* border: 1px solid #000000; */
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
}

.container-body-newContent {
	width: 1250px;
	height: 100%;
	margin: 0 auto;
	/* border: 1px solid #000000; */
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	/* padding: 0 30px; */
}

.container-body-newLeft {
	width: 800px;
	height: 100%;
	/* border: 1px solid #000000; */
}

.container-body-newRight {
	width: 400px;
	height: 100%;
	text-align: left;
	/* border: 1px solid #000000; */
}

.container-body-newLeft-title {
	width: 100%;
	height: 120px;
	/* border: 1px solid #000000; */
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.container-body-newLeft-title-li {
	font-size: 24px;
	height: 100%;
	line-height: 120px;
}

.container-body-newLeft-title-li-active {
	color: #006cff;
	border-bottom: 2px solid #006CFF;
}

.container-body-newLeft-content {
	width: 100%;
	min-height: 300px;
}

.container-body-newLeft-content-box, .container-body-newRight-box{
	width: 100%;
	/* height: 170px; */
	text-align: left;
	display: flex;
	align-items: flex-start;
	margin-top: 35px;
}

.container-body-newLeft-content-box:hover .newTitle{
	color: #006CFF;
}

.container-body-newLeft-content-box:hover .newLeft img{
	transform:scale(1.2);
}


.container-body-newRight-box:hover .newTitle{
	color: #006CFF;
}

.container-body-newRight-box:hover .hot-newLeft img{
	transform:scale(1.2);
}


.newLeft {
	width: 240px;
	height: 160px;
	overflow: hidden;
	/* display: inline-block; */
}
.hot-newLeft{
	width: 120px;
	height: 82px;
	overflow: hidden;
}

.newLeft img {
	width: 100%;
	height: auto;
}
.hot-newLeft img {
	width: 100%;
	height: auto;
}

.newRight {
	width: 66.66%;
	height: 100%;
	/* display: inline-block; */
	padding-left: 25px;

	/* border: 1px solid #000000; */
}

.newTitle {
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}

.newContent {
	height: 92px;
	width: 100%;
	padding-top: 25px;
	font-size: 14px;
	line-height: 24px;
	font-family: p;
	color: #666666;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; //多行在这里修改数字即可
	overflow: hidden;
	/* autoprefixer: ignore next */
	-webkit-box-orient: vertical;
}

.hot-newContent{
	/* height: 25px; */
	width: 100%;
	padding-top: 10px;
	font-size: 14px;
	line-height: 24px;
	font-family: p;
	color: #666666;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1; //多行在这里修改数字即可
	overflow: hidden;
	/* autoprefixer: ignore next */
	-webkit-box-orient: vertical;
}

.newContent p {
	word-wrap: break-word;
}

.newTime {
	height: 40px;
	text-align: right;
	font-size: 14px;
	color: #c2c2c2;
	line-height: 40px;
	padding-right: 10px;
}

.more{
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 14px;
	color: #006CFF;
	margin-top: 44px;
	background-color: #ebebeb;
	border-radius: 6px;
}
.container-body-bk1 {
	background-color: #e6e6e6;
}

.container-body-text {
	width: 600px;
	height: 400px;
	/* border: 1px solid #000000; */
	padding: 50px 40px 20px 40px;
}

.container-body-text-l {
	/* width: 600px;
	height: 400px; */
	/* border: 1px solid #000000; */
	padding: 50px 40px 20px 40px;
}

.container-body-text-title {
	font-size: 28px;
	line-height: 80px;
	margin-bottom: 10px;
}

.container-body-text-content {
	font-size: 18px;
	line-height: 32px;
}

.container-body-text-content-l {
	font-size: 18px;
	line-height: 32px;
	text-align: left;
}

.container-body-img {}

.container-body-img img {
	max-width: 650px;
	/* height: auto; */
	max-height: 100%;
	box-shadow: 0px 5px 10px 0px rgb(101 101 101 / 25%);
	border-radius: 6px;
}

.container-body-img-l img {
	max-width: 550px;
	/* height: auto; */
	max-height: 100%;
	box-shadow: 0px 5px 10px 0px rgb(101 101 101 / 25%);
	border-radius: 6px;
}


.container-body-content-title{
	text-align: center;
	line-height: 100px;
	font-size: 48px;
	/* margin-bottom: 30px; */
}
.container-body-content-text {
	width: 1250px;
	padding: 50px 100px;
	line-height: 48px;
	text-align: left;
	margin: 0 auto;
	text-indent: 32px;
}

.container-body-content-text ul{
	list-style-type: none; 
}