.infoContainer {
	width: 100%;
}

.titleImg {
	margin: .8rem 0 0;
	width: 100%;
	background-color: aquamarine;
}

.titleImg .img {
	width: 100%;
	height: 6.7rem;
	background: url('../images/protect/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;
}

.content .contbox .listpart {
	width: 49%;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	box-shadow: -3px 0px 12px 0px rgba(0, 0, 0, 0.26);
}

/*.content .contbox .listpart:hover{
	box-shadow: -3px 0px 12px 0px rgba(0,0,0,0.26);
}*/
.content .contbox .listpart .leftimg {
	width: 2.65rem;
	height: 1.9rem;
	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.16rem;
	color: #ABACAC;
}

.protectbox {
	width: 100%;
	display: flex;
	margin-top: 0.35rem;
}

.protectbox .listpart {
	width: 100%;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	box-shadow: -3px 0px 12px 0px rgba(0, 0, 0, 0.26);
}

/*.content .contbox .listpart:hover{
	box-shadow: -3px 0px 12px 0px rgba(0,0,0,0.26);
}*/
.protectbox .listpart .leftimg {
	width: 5.05rem;
	height: 2.08rem;
	transition: transform 1s;
}

.protectbox .listpart:hover .leftimg {
	transform: scale(1.05);
}

.protectbox .listpart .rightpart {
	width: auto;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 0.3rem;
	box-sizing: border-box;
}

.protectbox .listpart .rightpart .title {
	width: 100%;
	font-size: 0.2rem;
	color: #000;
	line-height: 0.28rem;
	margin-bottom: 0.1rem;
}

.protectbox .listpart:hover .rightpart .title {
	color: #03513d;
	text-decoration: underline;
}

.protectbox .listpart .rightpart .time {
	width: 100%;
	font-size: 0.16rem;
	color: #ABACAC;
}


/* 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;
	}
}