.infoContainer {
	width: 100%;
}

.titleImg {
	margin: .8rem 0 0;
	width: 100%;
	background-color: aquamarine;
}

.titleImg .img {
	width: 100%;
	height: 6.7rem;
	background: url('../images/plan/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;
	flex-direction: column;
	margin-top: 0.35rem;
	justify-content: space-between;
	padding: 0.3rem;
	box-sizing: border-box;
	box-shadow: -3px 0px 24px 0px rgba(0, 0, 0, 0.26);
	border-radius: .08rem;
}

.content .contbox .listpart {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-bottom: 0.3rem;
	border-radius: .04rem;
	overflow: hidden;
}

.content .contbox .listpart:last-child {
	margin-bottom: 0;
}

/*.content .contbox .listpart:hover{
	box-shadow: -3px 0px 12px 0px rgba(0,0,0,0.26);
}*/
.content .contbox .listpart .leftimg {
	width: 4.65rem;
	height: 1.87rem;
	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;
}

.content .jsblbox {
	width: 100%;
	display: flex;
	margin-top: 0.35rem;
	justify-content: space-between;
	border-radius: .08rem;
	box-shadow: -3px 0px 24px 0px rgba(0, 0, 0, 0.26);
}

.content .jsblbox .img {
	width: 4.9rem;
	height: 4.8rem;
}

.content .jsblbox .rightbox {
	width: auto;
	display: flex;
	flex: 1;
	padding: 0 0.25rem 0 0.6rem;
	box-sizing: border-box;
	flex-direction: column;
}

.content .jsblbox .rightbox .list {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0.3rem 0;
	box-sizing: border-box;
	border-bottom: 1px dashed #ccc;
}

.content .jsblbox .rightbox .list:last-child {
	border-bottom: none;
}

.content .jsblbox .rightbox .list .titleline {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.content .jsblbox .rightbox .list .titleline .title {
	width: auto;
	flex: 1;
	font-size: 0.2rem;
	color: rgba(0, 0, 0, 0.6824);
}

.content .jsblbox .rightbox .list:hover .titleline .title {
	color: #00743B;
}

.content .jsblbox .rightbox .list .titleline .time {
	width: 1rem;
	font-size: 0.16rem;
	color: #ABACAC;
}

.content .jsblbox .rightbox .list .text {
	width: 100%;
	/*	height: 0.36rem;*/
	font-size: 0.2rem;
	color: #ABACAC;
	line-height: 0.25rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.2rem;
}

.content .safebox {
	width: 100%;
	display: flex;
	margin-top: 0.35rem;
	justify-content: space-between;
}

.content .safebox .leftimgbox {
	width: 4.9rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.content .safebox .leftimgbox .imglist {
	width: 100%;
	height: 2.24rem;
	position: relative;
	overflow: hidden;
}

.content .safebox .leftimgbox .imglist .img {
	width: 100%;
	height: 100%;
	transition: transform 1s;
}

.content .safebox .leftimgbox .imglist:hover .img {
	transform: scale(1.05);
}

.content .safebox .leftimgbox .imglist .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;
	font-size: 0.2rem;
}

.content .safebox .rightbox {
	width: 6.8rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: -3px 0px 24px 0px rgba(0, 0, 0, 0.26);
}

.content .safebox .rightbox .list {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0.3rem;
	box-sizing: border-box;
	border-bottom: 1px dashed #ccc;
}

.content .safebox .rightbox .list:last-child {
	border-bottom: none;
}

.content .safebox .rightbox .list .titleline {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.content .safebox .rightbox .list .titleline .title {
	width: auto;
	flex: 1;
	font-size: 0.2rem;
	color: rgba(0, 0, 0, 0.6824);
}

.content .safebox .rightbox .list:hover .titleline .title {
	color: #00743B;
}

.content .safebox .rightbox .list .titleline .time {
	width: 1rem;
	font-size: 0.16rem;
	color: #ABACAC;
}

.content .safebox .rightbox .list .text {
	width: 100%;
	/*	height: 0.36rem;*/
	font-size: 0.2rem;
	color: #ABACAC;
	line-height: 0.25rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.2rem;
}

.contbox_list {
	flex-direction: column !important;
}

.contbox_item {
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.149);
	background: #fff;
	border-radius: .08rem;
	padding: .17rem .35rem;
	display: flex;
	overflow: hidden;
	margin: 0 0 .3rem;
	cursor: pointer;
}

.contbox_item_left {
	padding: 0 .1rem;
	margin: 0 .35rem 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contbox_item_right {
	flex: 1;
	border-left: 1px solid #A3A9A8;
	padding: .05rem 0 .05rem .2rem;
}

.contbox_item_leftDate {
	color: #303133;
	font-size: .2rem;
	font-weight: 500;
	letter-spacing: 2px;
}

.contbox_item_leftYear {
	font-size: .14rem;
	font-weight: 500;
	color: #ABACAC;
	letter-spacing: 2px;
}

.contbox_item_right h5 {
	color: #303133;
	font-size: .2rem;
	font-weight: 500;
	margin: 0 0 .2rem;

	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contbox_item_right p {
	color: #A3A9A8;
	font-size: .14rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contbox_item:hover .contbox_item_right h5,
.contbox_item:hover .contbox_item_leftDate {
	color: #00743B;
}

.contbox_info {
	font-size: .14rem;
	font-weight: 350;
	color: #000;
	line-height: .25rem;
	letter-spacing: 2px;
	margin-top: .3rem !important;
}

#paginatorJq {
	position: relative;
	display: flex;
	justify-content: center;
}

/* 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;
	}
}