.infoContainer {
	width: 100%;
	/* overflow: hidden auto; */
}

.titleImg {
	width: 100%;
	background-color: aquamarine;
}

.titleImg .img {
	width: 100%;
	height: 6.7rem;
	background: url('../images/information/22.jpg') no-repeat center bottom;
	background-size: cover;
	position: relative;
}

.titleImg .img.bg26 {
	background: url('../images/recruit/banner.png') no-repeat;
	background-size: 100% 100%;
}

.titleImg .img.bg5 {
	background: url('../images/develop/banner.png') no-repeat;
	background-size: 100% 100%;
}

.titleImg .img.bg6 {
	background: url('../images/operate/13.jpg') no-repeat;
	background-size: 100% 100%;
}

.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: -1.3rem;
	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: .16rem;
	color: #666;
	font-weight: 400;
	margin: 0 .4rem 0 0;
	position: relative;
	cursor: pointer;
}

.u358_ul li a {
	color: #666;
}

.u358_ul li a:hover {
	color: rgb(3, 83, 63);
}

.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: center;
	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;
	width: 100%;
	text-align: center;
}

.content .titleline .img {
	width: 0.48rem;
	height: 0.48rem;
	cursor: pointer;
}

.content .contbox {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-top: 0.35rem;
	justify-content: space-between;
}

.content .contbox a {
	color: #000;
}

.content .contbox .leftbox {
	width: 7.1rem;
	display: flex;
	flex-direction: column;
	box-shadow: -3px 0px 24px 0px rgba(0, 0, 0, 0.26);
	border-radius: .08rem;
	overflow: hidden;
}

.content .contbox .leftbox .img {
	width: 100%;
	height: 4rem;
	transition: transform 1s;
}

.content .contbox .leftbox:hover .img {
	transform: scale(1.1);
}

.content .contbox .leftbox .m-title {
	width: 100%;
	margin: 0.35rem 0 0.22rem;
	padding: 0 0.3rem;
	font-size: 0.18rem;
	font-weight: bold;
	color: #0a0b0a;
}

.content .contbox .leftbox:hover .m-title {
	color: #03513d;
}

.content .contbox .leftbox .m-text {
	width: 100%;
	padding: 0 0.3rem;
	font-size: 0.14rem;
	color: #999;
}

.content .absolutebox {
	width: 4.5rem;
	display: flex;
	flex-direction: column;
}

.content .absolutebox .list {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0.3rem;
	box-sizing: border-box;
	border-bottom: 1px solid #f0f0f1;
}

.content .absolutebox .list:hover {
	box-shadow: -3px 0px 24px 0px rgba(0, 0, 0, 0.26);
}

.content .absolutebox .list .title {
	width: 100%;
	height: 0.24rem;
	text-align: left;
	font-size: 0.2rem;
	color: #1a1c1b;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content .absolutebox .list:hover .title {
	color: #03513d;
}

.content .absolutebox .list .text {
	width: 100%;
	text-align: left;
	font-size: 0.14rem;
	color: #353737;
	margin: 0.22rem 0;

	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content .timeline {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.content .timeline .time {
	font-size: 0.14rem;
	color: #a5a5a5;
	width: auto;
}

.content .timeline .icon {
	width: 0.27rem;
	height: 0.08rem;
	margin: 0;
	transition: margin 1s;
}

.content .contbox .absolutebox .list:hover .timeline .icon,
.content .contbox .leftbox:hover .timeline .icon,
.content .videobox .videolist:hover .timeline .icon,
.content .whbox .whlist:hover .timeline .icon {
	margin: 0 -0.1rem 0 0;
}

.content .videobox {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 0.35rem;

}

.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.48rem;
	margin-bottom: 0.3rem;
	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%;
	margin: 0.48rem 0 0.1rem;
	padding: 0 0.3rem;
	font-size: 0.18rem;
	font-weight: bold;
	color: #0a0b0a;
}

.content .videobox .videolist:hover .title {
	color: #03513d;
}

.content .whbox {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-top: 0.35rem;

}

.content .whbox .whlist {
	width: 3.8rem;
	display: flex;
	flex-direction: column;
	padding-bottom: 0.48rem;
	margin-bottom: 0.3rem;
	overflow: hidden;
	padding: 0.2rem;
}

.content .whbox .whlist:hover {
	box-shadow: -3px 0px 12px 0px rgba(0, 0, 0, 0.26);
}

.content .whbox .whlist .typebox {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.content .whbox .whlist .type {
	width: auto;
	padding: 0.05rem 0.1rem;
	color: #fff;
	font-size: 0.12rem;
	background: #00513e;
}

.content .whbox .whlist .title {
	width: 100%;
	margin: 0.1rem 0 0.1rem;

	font-size: 0.18rem;
	font-weight: bold;
	color: #0a0b0a;
}

.content .whbox .whlist:hover .title {
	color: #03513d;
}

.content .whbox .whlist .text {
	width: 100%;
	text-align: left;
	font-size: 0.14rem;
	color: #353737;
	margin-bottom: 0.1rem;
}

.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_videolist {
	flex-wrap: wrap !important;
}

.contbox_videoitem {
	width: 49%;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.149);
	background: #fff;
	border-radius: .08rem;
	padding: .3rem;
	box-sizing: border-box;
	display: flex;
	overflow: hidden;
	margin: 0 0 .3rem;
	cursor: pointer;
}

.contbox_videoitem_leftimg {
	width: 2.4rem;
	height: 1.5rem;
}

.contbox_videoitem_right {
	width: auto;
	flex: 1;
	padding-left: 0.3rem;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.contbox_videoitem_right .title {
	width: 100%;
	height: 0.58rem;
	font-size: 0.2rem;
	color: #191919;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contbox_videoitem:hover .contbox_videoitem_right .title {
	color: #00743B;
	text-decoration: underline;
}

.contbox_videoitem_right .timeline {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.contbox_videoitem_right .timeline .time {
	width: auto;
	font-size: 0.12rem;
	color: #379969;
}

.contbox_videoitem_right .timeline .more {
	width: auto;
	font-size: 0.12rem;
	color: #ABACAC;
}

.contbox_info {
	font-size: .24rem;
	color: #000;
	line-height: .4rem;
	letter-spacing: 2px;
	margin-top: .3rem !important;
}

#paginatorJq {
	position: relative;
	display: flex;
	justify-content: center;
}

.textline .text a {
	color: rgb(46, 60, 57);
}

.videoarea {
	display: none !important;
}

.videoarea.show {
	display: block !important;
}

.iconbox {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 0.35rem;
}

.iconbox .iconlist {
	width: 1.2rem;
	display: flex;
	align-items: center;
	flex-direction: column;
	border-right: 1px dotted #ccc;
}

.iconbox .iconlist:last-child {
	border-right: none;
}

.iconbox .iconlist .img {
	width: 0.4rem;
	height: 0.4rem;
}

/* 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;
	}
}