@media(min-width:1080px) {

	.newsbox5 {
		background: #f2f7fa;
		padding: 80px 0 0px 0;
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background: ;
		background-size: 100% 100%;
	}

	.newsbox5 .title {
		text-align: center;
		width: 100%;
		font-size: 25px;
		font-weight: 800;
	}

	.newsbox5-content {
		padding: 20px 12.5% 0px 12.5%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.newsbox5-content-item {
		width: 100%;
		padding: 15px;
		background-color: #fff;
		margin-bottom: 10px;
		display: flex;
		justify-content: space-between;
		height: 210px;

	}

	.newsbox5-content-item-left {
		width: 30%;
		max-width: 380px;
	}

	.newsbox5-content-item-left img {
		width: 100%;
		height: 100%;
	}

	.newsmore-content-item-left {
		width: 90%;
		height: 100%;
	}

	.newsbox5-content-item-right {
		width: 68%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.newsbox5-content-item-title {
		font-size: 16px;
		font-family: pingfangsc-medium, pingfang sc;
		font-weight: 600;
		color: #2c3541;
		line-height: 16px;
		margin-top: 20px;
	}

	.newsbox5-line {
		margin: 10px 0;
		width: 28px;
		height: 2px;
		background: #2c3541;
	}

	.newsbox5-content-item-content {
		font-size: 14px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		color: #5b6067;
		margin-top: 20px;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
	}

	.newsbox5-content-item-time {
		font-size: 12px;
		font-family: dinmittelschriftltcyr;
		color: #bfc4ce;
		line-height: 22px;
	}

	.newsbox5-jiantou {
		font-size: 24px;
	}

	.newsbox5-content-item-right-bottom {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 20px;
	}

	.newsbox6 {
		background: #ffffff;
		padding: 70px 0 22px 0;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.newsbox6 .title {
		text-align: center;
		width: 100%;
		font-size: 25px;
		font-weight: 800;
	}

	.newsbox6-content {
		padding: 20px 12.5%;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.newsbox6-content-item {
		display: flex;
		flex-direction: column;
		width: 32%;
	}

	.newsbox6-content-item-img {
		width: 100%;
		max-width: 460px;
		height: 250px;
	}

	.newsbox6-content-item-title {
		font-size: 16px;
		font-family: pingfangsc-medium, pingfang sc;
		font-weight: 600;
		color: #2c3541;
		line-height: 16px;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
	}

	.newsbox6-content-item-content {
		font-size: 12px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		color: #8b9097;
		line-height: 18px;
		margin: 17px 0;

		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
	}

	.newsbox6-content-item-time {
		font-size: 10px;
		font-family: dinmittelschriftltcyr;
		color: #bfc4ce;
		line-height: 22px;
	}

	.newsbox6-content-item-flex {
		display: flex;
		flex-direction: column;
		padding: 20px 10px 10px 10px;
		background: #ffffff;
		border: 1px solid #dce2e8;
	}

	.newsbox5-content-btn {
		width: 127px;
		height: 40px;
		border-radius: 2px;
		border: 1px solid #2166fc;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.newsbox5-content-btn span {
		font-size: 14px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		color: #2166fc;
		line-height: 16px;
	}

	.newsbox6-btn {
		width: 127px;
		height: 40px;
		border-radius: 2px;
		border: 1px solid #2166fc;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.newsbox6-btn span {
		font-size: 14px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		color: #2166fc;
		line-height: 16px;
	}

	.news-deatail {
		margin-top: 60px;
		width: 100%;
		padding: 60px 12.5% 60px 12.5%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background-color: #ffffff;
	}

	.news-deatail-title {
		font-size: 24px;
		font-family: pingfangsc-semibold, pingfang sc;
		font-weight: 600;
		color: #444444;
		line-height: 33px;
		margin: 0 auto;
		margin-bottom: 20px;
                margin-top:30px;
	}

	.news-deatail-content {
		display: flex;
		align-items: center;
		margin: 0 auto;
		margin-top: 30px;
	}

	.news-deatail-content--time {
		font-size: 14px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		color: #9e9e9e;
		line-height: 20px;
	}

	.news-deatail-content-actor {
		margin-left: 20px;
		font-size: 14px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		color: #9e9e9e;
		line-height: 20px;
	}

	.news-deatail-content-form {
		margin-left: 20px;
		font-size: 14px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		color: #9e9e9e;
		line-height: 20px;
	}

	.news-line {
		margin: 10px;
		width: 100%;
		height: 1px;
		border: 1px solid #d8dde1;
	}

	.news-deatail-news {
		margin-bottom: 40px;
	}

	.news-deatail-news-content {
		font-size: 14px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		color: #54585d;
		line-height: 24px;
		margin-bottom: 40px;
	}

	.news-deatail-pager {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.news-deatail-last {
		display: flex;
		align-items: center;
	}

	.news-deatail-next {
		display: flex;
		align-items: center;
	}

	.news-deatail-last span {
		font-size: 14px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		color: #969ca7;
		line-height: 24px;
	}

	.news-deatail-next span {
		font-size: 14px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		color: #969ca7;
		line-height: 24px;
	}

	.newsmore-box5 {
		background: #f2f7fa;
		padding: 70px 0 80px 0;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.newsmore-box5 .title {
		text-align: center;
		width: 100%;
		font-size: 25px;
		font-weight: 800;
	}

	.newsbox5-title {
		padding-left: 12.5%;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.newsbox5-title span {}

	.newsbox5-title1 {
		color: #ffffff;
		background: linear-gradient(270deg, #6a97fe 0%, #0458ff 100%);
		margin: 30px 16px 10px 0;
		padding: 12px 30px;
		border-radius: 2px;
		font-size: 14px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		line-height: 16px;
	}

	.newsbox5-title2 {
		color: #5e656e;
		background: #eaecf2;
		margin: 30px 16px 10px 0;
		padding: 12px 30px;
		border-radius: 2px;
		font-size: 14px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		line-height: 16px;
	}

	.newsbox6-content-item-top {
		width: 100%;
		max-width: 460px;
	}


}

.news-add-line {
	background-color: #ffffff;
	width: 100%;
	height: 22px;
}

.news-box4container {
	background: #ffffff;
	padding: 0 20px;
}

@media(max-width:1080px) {
	.newsbox6-content-item-img {
		max-height: 250px;
		width: 100%;
	}

	.newsbox5 {
		background: #f2f7fa;
		padding: 20px;
		width: 100%;
		display: flex;
		background: ;
		background-size: 100% 100%;
		flex-direction: column;
		justify-content: center;
		padding-top: 20px;
	}

	.newsbox5 .title {
		font-size: 20px;
		font-family: pingfangsc-semibold, pingfang sc;
		font-weight: 600;
		color: #2c3541;
		text-align: center;
	}

	.line-height2 {
		display: block;
		margin: 0 auto;
		width: 38px;
		height: 6px;
		background: linear-gradient(270deg, #6a97fe 0%, #0458ff 100%);
	}

	.newsbox5-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 20px;
	}

	.newsbox5-content-item {
		width: 100%;
		padding: 15px;
		background-color: #fff;
		margin-bottom: 10px;
		display: flex;
		flex-direction: column;
	}

	.newsbox5-content-item-left {
		width: 100%;
	}

	.newsbox5-content-item-left img {
		width: 100%;
		height: 100%;
	}

	.newsmore-content-item-left {
		width: 100%;
		height: 100%;
	}

	.newsbox5-content-item-right {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}

	.newsbox5-content-item-title {
		font-size: 17px;
		font-family: pingfangsc-medium, pingfang sc;
		font-weight: 600;
		color: #2c3541;
		/* line-height: 16px; */
		margin-top: 20px;
	}

	.newsbox5-line {
		margin: 10px 0;
		width: 10%;
		height: 2px;
		background: #2c3541;
	}

	.newsbox5-content-item-content {
		font-size: 13px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		color: #5b6067;
		line-height: 24px;
		margin-top: 20px;
		-webkit-box-orient: vertical;
		height: 44px;
		line-height: 22px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
	}

	.newsbox5-content-item-time {
		font-size: 12px;
		font-family: dinmittelschriftltcyr;
		color: #bfc4ce;
		line-height: 22px;
	}

	.newsbox5-jiantou {
		font-size: 24px;
	}

	.newsbox5-content-item-right-bottom {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 10px;
	}

	.newsbox5-title {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.newsbox5-title span {}

	.newsbox5-title1 {
		color: #ffffff;
		background: linear-gradient(270deg, #6a97fe 0%, #0458ff 100%);
		margin-right: 20px;
		margin-top: 20px;
		padding: 12px 20px;
		border-radius: 2px;
		font-size: 14px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		line-height: 16px;
	}

	.newsbox5-title2 {
		color: #5e656e;
		background: #eaecf2;
		margin-right: 20px;
		margin-top: 20px;
		padding: 12px 20px;
		border-radius: 2px;
		font-size: 14px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		line-height: 16px;
	}

	.newsbox6 {
		background: #ffffff;
		padding: 20px;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.newsbox6 .title {
		text-align: center;
		width: 100%;
		font-size: 20px;
		font-weight: 800;
	}

	.newsbox6-content {
		margin-top: 20px;
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}

	.newsbox6-content-item {
		display: flex;
		flex-direction: column;
		width: 100%;
	}

	.newsbox6-content-item-title {
		font-size: 17px;
		font-family: pingfangsc-medium, pingfang sc;
		font-weight: 600;
		color: #2c3541;
	}

	.newsbox6-content-item-content {
		font-size: 12px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		color: #8b9097;
		line-height: 18px;
		padding: 17px 0;
		-webkit-box-orient: vertical;
		height: 44px;
		line-height: 22px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
	}

	.newsbox6-content-item-time {
		font-size: 10px;
		font-family: dinmittelschriftltcyr;
		color: #bfc4ce;
		line-height: 22px;
	}

	.newsbox6-content-item-flex {
		display: flex;
		flex-direction: column;
		padding: 20px 10px 10px 10px;
		background: #ffffff;
		border: 1px solid #dce2e8;
	}

	.newsbox6-btn {
		margin-top: 20px;
		width: 127px;
		height: 40px;
		border-radius: 2px;
		border: 1px solid #2166fc;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.newsbox6-btn span {
		font-size: 14px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		color: #2166fc;
		line-height: 16px;
	}

	.newsbox5-content-btn {
		width: 127px;
		height: 40px;
		border-radius: 2px;
		border: 1px solid #2166fc;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		margin-top: 20px;
	}

	.newsbox5-content-btn span {
		font-size: 14px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		color: #2166fc;
		line-height: 16px;
	}

	.news-deatail {
		margin-top: 60px;
		width: 100%;
		padding: 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background-color: #ffffff;
	}

	.news-deatail-title {
		font-size: 24px;
		font-family: pingfangsc-semibold, pingfang sc;
		font-weight: 600;
		color: #444444;
		line-height: 33px;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 10px;
	}

	.news-deatail-content {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 30px;
	}

	.news-deatail-content--time {
		font-size: 12px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		color: #9e9e9e;
		line-height: 20px;
	}

	.news-deatail-content-actor {
		font-size: 12px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		color: #9e9e9e;
		line-height: 20px;
	}

	.news-deatail-content-form {
		font-size: 12px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		color: #9e9e9e;
		line-height: 20px;
	}

	.news-line {
		margin: 10px;
		width: 100%;
		height: 1px;
		border: 1px solid #d8dde1;
	}

	.news-deatail-news {
		margin-bottom: 40px;
	}

	.news-deatail-news-content {
		font-size: 14px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		color: #54585d;
		line-height: 24px;
		margin-bottom: 40px;
	}

	.news-deatail-pager {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.news-deatail-last {
		display: flex;
		align-items: center;
	}

	.news-deatail-next {
		display: flex;
		align-items: center;
	}

	.news-deatail-last span {
		font-size: 14px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		color: #969ca7;
		line-height: 24px;
	}

	.news-deatail-next span {
		font-size: 14px;
		font-family: pingfangsc-regular, pingfang sc;
		font-weight: 400;
		color: #969ca7;
		line-height: 24px;
	}

}
