.infoContainer {
	width: 100%;
}

.titleImg {
	margin: .8rem 0 0;
	width: 100%;
	background-color: aquamarine;
}

.titleImg .img {
	width: 100%;
	height: 6.7rem;
	background: url('../images/develop/banner.png') no-repeat;
	background-size: 100% 100%;
	position: relative;
	overflow: hidden;
}

.imgBg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .25);
}

.imgText {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.u358_ulBox {
	width: 100%;
	height: .7rem;
	background: rgba(232, 236, 235, 1);
	display: flex;
	align-items: center;
}

.u358_ul {
	width: 12rem;
	margin: auto;
	display: flex;
	align-content: center;
	padding: 0;
}

.u358_ul li {
	font-size: .18rem;
	color: #666;
	font-weight: 400;
	margin: 0 .4rem 0 0;
	position: relative;
	cursor: pointer;
}

.u358_ul li a {
	color: #666;
}

.u358_ul li:nth-last-of-type(1) {
	margin: 0;
}

.u358_ul li span {
	width: .36rem;
	height: .04rem;
	border-radius: .04rem;
	display: none;
	background: rgb(3, 83, 63);
	position: absolute;
	bottom: -.24rem;
	left: 50%;
	margin-left: -.18rem;
}

.u358_ul li:hover,
.u358_ul li.active {
	color: rgb(3, 83, 63);
}

.u358_ul li.active span {
	display: block;
}

.content {
	display: flex;
	padding: .2rem 0;
	background-color: #fff;
	width: 12rem;
	margin: auto;
	flex-direction: column;
}

.content .titleline {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content .titleline .text {
	width: auto;
	font-size: 0.34rem;
	font-weight: bold;
	color: #1b1d1c;
}

.titleText {
	font-size: .24rem !important;
	letter-spacing: 2px;
	margin: .15rem 0 .1rem;
}

.publicationTime {
	font-size: .14rem;
	color: #A3A9A8;
	letter-spacing: 2px;
	padding: 0 0 .2rem;
	border-bottom: 1px solid #A3A9A8;
}

.content .titleline .img {
	width: 0.48rem;
	height: 0.48rem;
	cursor: pointer;
}

.content .contbox {
	width: 100%;
	display: flex;
	margin-top: 0.35rem;
	justify-content: space-between;
	flex-wrap: wrap;
}

.content .contbox .listpart {
	width: 49%;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	box-shadow: -3px 0px 12px 0px rgba(0, 0, 0, 0.26);
	margin-bottom: 0.32rem;
}

/*.content .contbox .listpart:hover{
	box-shadow: -3px 0px 12px 0px rgba(0,0,0,0.26);
}*/
.content .contbox .listpart .leftimg {
	width: 2.4rem;
	height: 1.78rem;
	transition: transform 1s;
}

.content .contbox .listpart:hover .leftimg {
	transform: scale(1.05);
}

.content .contbox .listpart .rightpart {
	width: auto;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 0.3rem;
	box-sizing: border-box;
}

.content .contbox .listpart .rightpart .title {
	width: 100%;
	font-size: 0.2rem;
	color: #000;
	line-height: 0.28rem;
	margin-bottom: 0.1rem;
}

.content .contbox .listpart:hover .rightpart .title {
	color: #03513d;
	text-decoration: underline;
}

.content .contbox .listpart .rightpart .time {
	width: 100%;
	font-size: 0.1rem;
	color: #ABACAC;
}

.content .jsblbox {
	width: 100%;
	display: flex;
	margin-top: 0.35rem;
	justify-content: space-between;
	/*	box-shadow: -3px 0px 24px 0px rgba(0,0,0,0.26);*/
}

.content .jsblbox .imgbox {
	width: 5.88rem;
	height: 2.64rem;
	position: relative;
}

.content .jsblbox .imgbox .img {
	width: 100%;
	height: 100%;
	transition: transform 1s;
}

.content .jsblbox .imgbox:hover .img {
	transform: scale(1.05);
}

.content .jsblbox .imgbox .text {
	width: 100%;
	height: 0.2rem;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 0.1rem;
	padding: 0 0.2rem;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}

.content .jsblbox .rightbox {
	width: auto;
	display: flex;
	flex: 1;
	padding: 0 0.25rem 0 0.6rem;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: space-between;
}

.content .jsblbox .rightbox .list {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0.15rem 0.3rem;
	box-sizing: border-box;
}

.content .jsblbox .rightbox .list:hover {
	box-shadow: -3px 0px 24px 0px rgba(0, 0, 0, 0.26);
}

.content .jsblbox .rightbox .list .title {
	width: 100%;
	font-size: 0.2rem;
	color: #000;
}

.content .jsblbox .rightbox .list:hover .title {
	color: #00743B;
}

.content .jsblbox .rightbox .list .time {
	width: 100%;
	font-size: 0.1rem;
	color: #ABACAC;
}

.content .swiperbox {
	width: 100%;
	display: inline-block;
	height: 6rem;
	position: relative;
	overflow: hidden;
	margin-top: 0.35rem;
}

.content .swiperbox .swiperline {
	width: auto;
	display: inline-block;
}

.content .swiperbox .swiperlist {
	width: 3rem;
	height: 6rem;
	display: inline-block;
	float: left;
	overflow: hidden;
	position: relative;
}

.content .swiperbox .swiperlist .shadow {
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(60, 60, 60, 0) 0%, rgba(60, 60, 60, 0.4) 100%);
	position: absolute;
	left: 0;
	top: 0;
	padding: 0.24rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.content .swiperbox .swiperlist .shadow .title {
	width: 100%;
	font-size: 0.24rem;
	color: #fff;
	margin-bottom: 0.12rem;
}

.content .swiperbox .swiperlist .shadow .text {
	width: 100%;
	font-size: 0.16rem;
	height: 0.7rem;
	color: #ddd;
	margin-bottom: 0.12rem;
}

.content .swiperbox .swiperlist .shadow .time {
	width: 100%;
	font-size: 0.14rem;
	color: #ddd;
}

.content .swiperbox .prvbtn {
	width: 0.72rem;
	height: 0.72rem;
	position: absolute;
	right: 0.2rem;
	top: 50%;
	margin-top: -0.36rem;
	z-index: 1000;
	cursor: pointer;
}

.content .swiperbox .nextbtn {
	width: 0.72rem;
	height: 0.72rem;
	position: absolute;
	left: 0.2rem;
	top: 50%;
	margin-top: -0.36rem;
	z-index: 1000;
	cursor: pointer;
}

.content .videobox {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 0.35rem;

}

.content .videobox .cpfwlist {
	width: 4rem;
	display: flex;
	overflow: hidden;
	position: relative;
}

.content .videobox .cpfwlist .bgimg {
	width: 100%;
	height: 3rem;
	transition: transform 1s;
}

.content .videobox .cpfwlist:hover .bgimg {
	transform: scale(1.1);
}

.content .videobox .cpfwlist .textbox {
	width: 50%;
	display: flex;
	flex-direction: column;
	height: 3rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	padding: 0.2rem;
	box-sizing: border-box;
}

.content .videobox .cpfwlist .textbox .title {
	width: 100%;
	font-size: 0.24rem;
	color: #fff;
	margin-bottom: 0.1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	/* 定义文本的行数 */
	-webkit-box-orient: vertical;
	white-space: normal;
}

.content .videobox .cpfwlist .textbox .text {
	width: 100%;
	font-size: 0.16rem;
	color: #ddd;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	/* 定义文本的行数 */
	-webkit-box-orient: vertical;
	white-space: normal;
}

.content .videobox .cpfwlist .textbox.bg {
	background: #ECF2EF;
}

.content .videobox .cpfwlist .textbox.bg .title,
.content .videobox .cpfwlist:nth-of-type(2) .textbox .title {
	color: #000;
}

.content .videobox .cpfwlist .textbox.bg .text,
.content .videobox .cpfwlist:nth-of-type(2) .textbox .text {
	color: #777;
}

.content .videobox .videolist {
	width: 3.8rem;
	display: flex;
	flex-direction: column;
	box-shadow: -3px 0px 12px 0px rgba(0, 0, 0, 0.26);
	border-radius: 0.08rem;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
	overflow: hidden;
}

.content .videobox .videolist .img {
	width: 100%;
	height: 2.15rem;
	transition: transform 1s;
}

.content .videobox .videolist:hover .img {
	transform: scale(1.1);
}

.content .videobox .videolist .title {
	width: 100%;
	height: 0.5rem;
	margin: 0.2rem 0 0.1rem;
	padding: 0 0.3rem;
	font-size: 0.18rem;
	font-weight: bold;
	color: #0a0b0a;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content .videobox .videolist:hover .title {
	color: #03513d;
}

.content .videobox .videolist .time {
	width: 100%;
	text-align: right;
	padding-right: 0.2rem;
	box-sizing: border-box;
	font-size: 0.14rem;
	color: #ABACAC;
}

.contbox .logobox {
	width: 2rem;
	height: 2rem;
	justify-content: center;
	display: flex;
	align-items: center;
	background-image: linear-gradient(45deg, #ffffff, #C1EED7);
}

.contbox .logobox:nth-child(even) {
	background-image: linear-gradient(45deg, #E3F9EE, #ffffff);
}

.contbox .logobox .img {
	width: 60%;
	height: auto;
}

.contbox .logowall {
	width: 100%;
	height: 7.2rem;
	background: url('../images/develop/logobg.png') no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.contbox .logowall .logo {
	background: url('../images/develop/ico-logobg.png') no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.16rem;
	line-height: 0.2rem;
}

.contbox .logowall .logo .img {
	width: 60%;
	height: auto;
}

.contbox .logowall .logo.big {
	width: 2.4rem;
	height: 2.4rem;
}

.contbox .logowall .logo.middle {
	width: 1.6rem;
	height: 1.6rem;
}

.contbox .logowall .logo.small {
	width: 1.2rem;
	height: 1.2rem;
}
.contbox .logowall .logo.color01{
	color: #225240;
}
.contbox .logowall .logo.color02{
	color: #015E99;
}
.contbox .logowall .logo.color03{
	color: #EEA518;
}
.contbox .logowall .logo.color04{
	color: #D93831;
}

.contbox .logowall .logo:nth-of-type(1) {
	left: 50%;
	margin-left: -0.6rem;
	top: 0.29rem;
	animation: move01 4s infinite linear;
	padding: 0.26px 0.1rem;
}

/*.contbox .logowall .logo:nth-of-type(2){
	left: 4.16rem;
	top: 0.7rem;
	animation: move02 3s infinite linear;
}*/
.contbox .logowall .logo:nth-of-type(2) {
	left: 2.1rem;
	top: 0.9rem;
	animation: move02 3s infinite linear;
	padding: 0.26px 0.1rem;
}
.contbox .logowall .logo:nth-of-type(3) {
	left: 4.1rem;
	top: 1.26rem;
	animation: move03 3s infinite linear;
	padding: 0.26px 0.1rem;
}
.contbox .logowall .logo:nth-of-type(4) {
	left: 6.72rem;
	top: 1.26rem;
	animation: move03 4s infinite linear;
	padding: 0.26px 0.1rem;
}

.contbox .logowall .logo:nth-of-type(5) {
	left: 8.84rem;
	top: 0.9rem;
	animation: move02 3s infinite linear;
	padding: 0.26px 0.1rem;
}

.contbox .logowall .logo:nth-of-type(6) {
	left: 0.76rem;
	top: 2.59rem;
	animation: move03 3s infinite linear;
	padding: 0.26px 0.1rem;
}
.contbox .logowall .logo:nth-of-type(7) {
	left: 2.6rem;
	top: 2.9rem;
	animation: move02 3s infinite linear;
	padding: 0.26px 0.1rem;
}
.contbox .logowall .logo:nth-of-type(8) {
	left: 4.8rem;
	top: 2.51rem;
	animation: move01 3.5s infinite linear;
	padding: 0.26px 0.1rem;
}
.contbox .logowall .logo:nth-of-type(9) {
	left: 7.92rem;
	top: 2.91rem;
	animation: move02 3.5s infinite linear;
	padding: 0.26px 0.1rem;
}
.contbox .logowall .logo:nth-of-type(10) {
	left: 10.08rem;
	top: 2.59rem;
	animation: move03 3s infinite linear;
	padding: 0.26px 0.1rem;
}
.contbox .logowall .logo:nth-of-type(11) {
	left: 1.33rem;
	top: 4.75rem;
	animation: move01 3s infinite linear;
	padding: 0.26px 0.1rem;
}
.contbox .logowall .logo:nth-of-type(12) {
	left: 3.72rem;
	top: 4.87rem;
	animation: move02 2.5s infinite linear;
	padding: 0.26px 0.1rem;
}
.contbox .logowall .logo:nth-of-type(13) {
	left: 5.45rem;
	top: 5.67rem;
	animation: move03 3s infinite linear;
	padding: 0.26px 0.1rem;
}
.contbox .logowall .logo:nth-of-type(14) {
	left: 7.08rem;
	top: 4.87rem;
	animation: move01 3.5s infinite linear;
	padding: 0.26px 0.1rem;
}
.contbox .logowall .logo:nth-of-type(15) {
	left: 9.55rem;
	top: 4.75rem;
	animation: move03 3.5s infinite linear;
	padding: 0.26px 0.1rem;
}

/*.contbox .logowall .logo:nth-of-type(3){
	left: 6.64rem;
	top: 0.7rem;
	animation: move03 3s infinite linear;
}*/
/*.contbox .logowall .logo:nth-of-type(3) {
	left: 4.8rem;
	top: 1.94rem;
	animation: move03 3.5s infinite linear;
}

.contbox .logowall .logo:nth-of-type(4) {
	right: 1.96rem;
	top: 0.33rem;
	animation: move03 4s infinite linear;
}*/

/*.contbox .logowall .logo:nth-of-type(5){
	left: 0.76rem;
	top: 2.01rem;
	animation: move02 3s infinite linear;
}*/
/*.contbox .logowall .logo:nth-of-type(5) {
	right: 1.25rem;
	top: 4.2rem;
	animation: move02 3s infinite linear;
}*/

/*.contbox .logowall .logo:nth-of-type(6) {
	left: 2.6rem;
	top: 2.34rem;
	animation: move01 4s infinite linear;
}

.contbox .logowall .logo:nth-of-type(7) {
	left: 4.8rem;
	top: 1.94rem;
	animation: move03 4s infinite linear;
}

.contbox .logowall .logo:nth-of-type(8) {
	right: 2.48rem;
	top: 2.34rem;
	animation: move02 3s infinite linear;
}

.contbox .logowall .logo:nth-of-type(9) {
	right: 0.72rem;
	top: 2.02rem;
	animation: move03 3s infinite linear;
}

.contbox .logowall .logo:nth-of-type(10) {
	left: 1.33rem;
	top: 4.2rem;
	animation: move01 4s infinite linear;
}

.contbox .logowall .logo:nth-of-type(11) {
	left: 3.72rem;
	top: 4.3rem;
	animation: move03 4s infinite linear;
}

.contbox .logowall .logo:nth-of-type(12) {
	left: 5.1rem;
	top: 5.45rem;
	animation: move02 3s infinite linear;
}

.contbox .logowall .logo:nth-of-type(13) {
	left: 7.08rem;
	top: 4.3rem;
	animation: move03 3s infinite linear;
}

.contbox .logowall .logo:nth-of-type(14) {
	right: 1.25rem;
	top: 4.2rem;
	animation: move02 3s infinite linear;
}*/

@keyframes move01 {
	0% {}

	50% {
		transform: scale(1.1);
	}

	90% {
		transform: scale(1);
	}

	100% {}
}

@keyframes move02 {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes move03 {
	0% {
		transform: scale(1);
	}

	20% {
		transform: scale(1.1);
	}

	80% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

.todbox {
	width: 100%;
	margin-top: 0.35rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.todbox .img {
	width: 45%;
	height: auto;
}

.todbox .text {
	width: 50%;
	font-size: 0.2rem;
	line-height: 0.32rem;
	text-indent: 0.4rem;
	color: #222;
}


/* informationList */

@media screen and (max-width: 860px) {
	.imgText {
		top: 0;
	}

	.content {
		width: calc(100% - .6rem);
		margin: auto;
		/* padding-top: .25rem; */
	}

	.content .titleline .text {
		font-size: .24rem;
		font-weight: 600;
		color: #101010;
		margin: .15rem 0 0;
	}

	.content .contbox {
		margin-top: .2rem;
	}
}