.infoContainer {
	width: 100%;
}

.titleImg {
	margin: .8rem 0 0;
	width: 100%;
	background-color: aquamarine;
}

.titleImg .img {
	width: 100%;
	height: 6.7rem;
	background: url('../images/dangjian/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:nth-last-of-type(1) {
	margin: 0;
}

.u358_ul li a {
	color: #666;
}

.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: row;
	margin-top: 0.35rem;
	justify-content: space-between;
}


.content .contbox .rightbox {
	width: 4.9rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/*box-shadow: -3px 0px 24px 0px rgba(0,0,0,0.26);
    border-radius: .08rem;*/
}

.content .contbox .rightbox .imglist {
	width: 100%;
	height: 2.2rem;
	position: relative;
	border-radius: .08rem;
	overflow: hidden;
	box-shadow: -3px 0px 24px 0px rgba(0, 0, 0, 0.26);
}

.content .contbox .rightbox .imglist .img {
	width: 100%;
	height: 100%;
	transition: transform 1s;
}

.content .contbox .rightbox .imglist:hover .img {
	transform: scale(1.1);
}

.content .contbox .rightbox .imglist .m-title {
	width: 100%;
	padding: 0 0.1rem;
	box-sizing: border-box;
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: 0.1rem;
	font-size: 0.16rem;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*.content .contbox .rightbox:hover .m-title{
	color: #03513d;
}*/

.content .absolutebox {
	width: 100%;
	display: flex;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.26);
	align-items: center;
}

.content .absolutebox .img {
	width: 5rem;
	height: auto;
	margin: 0.2rem;
}

.content .absolutebox .list {
	width: auto;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 0.3rem;
	box-sizing: border-box;
	/*	border-bottom: 1px solid #f0f0f1;*/
}

.qcqtbox {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 0.1rem;
}

.qcqtbox .list {
	width: 6.4rem;
	height: 4.2rem;
	display: flex;
	flex-direction: column;
	/*    border-radius: 0.08rem;*/
	overflow: hidden;
	/*    box-shadow: 0px 6px 8px rgba(234, 240, 238, 1);*/
	margin-right: 0.24rem;
}

.qcqtbox .rightbox {
	width: auto;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.qcqtbox .rightbox .newlist {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.qcqtbox .rightbox .newlist .imgbox {
	width: 2.3rem;
	height: 1.24rem;
	overflow: hidden;
	margin-right: 0.24rem;
	/*    border-radius: 0.08rem;*/
}

.qcqtbox .rightbox .newlist .imgbox img {
	width: 2.3rem;
	height: 1.24rem;
	transition: transform 1s;
}

.qcqtbox .rightbox .newlist:hover .imgbox img {
	transform: scale(1.2);
}

.qcqtbox .rightbox .newlist:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.qcqtbox .rightbox .newlist .righttext {
	width: auto;
	flex: 1;
	display: flex;
	flex-direction: column;
	/*    padding:0.05rem;
    box-sizing: border-box;*/
}

.qcqtbox .rightbox .newlist .righttext .newstitle {
	width: auto;
	height: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.18rem;
	color: rgba(27, 30, 29, 0.8);
	transition: color 1s;
}

.qcqtbox .rightbox .newlist:hover .righttext .newstitle {
	color: #1b5d4a;
}

.qcqtbox .rightbox .newlist .righttext .newstext {
	width: 100%;
	font-size: 0.14rem;
	color: rgba(27, 30, 29, 0.4);
	line-height: .21rem;
	margin: 0.06rem 0;
	height: .42rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.qcqtbox .rightbox .newlist .timeline {
	width: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.16rem;
}

.qcqtbox .rightbox .newlist .timeline .time {
	font-size: 0.16rem;
	color: #a5a5a5;
	width: auto;
}

.qcqtbox .rightbox .newlist:hover .righttext .newstext {
	color: #333;
}

.qcqtbox .rightbox .newlist .timeline .img {
	width: 0.22rem;
	height: 0.07rem;
}



/*.content .absolutebox .list:hover {
	box-shadow: -3px 0px 24px 0px rgba(0, 0, 0, 0.26);
}*/

.content .absolutebox .list .titline {
	width: 100%;
	display: flex;
	flex-direction: row;
}

.content .absolutebox .list .titline .title {
	width: 80%;
	height: 0.26rem;
	text-align: left;
	font-size: 0.2rem;
	color: #1a1c1b;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content .absolutebox .list:hover .titline .title {
	color: #03513d;
}

.content .absolutebox .list .titline .time {
	font-size: 0.16rem;
	color: #a5a5a5;
	width: auto;
}

.content .absolutebox .list .text {
	width: 100%;
	text-align: left;
	font-size: 0.16rem;
	color: #353737;
	margin: 0.22rem 0 0;

	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*.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;
	display: -webkit-box;
	/* 必须设置此项才能生效 */
	-webkit-line-clamp: 2;
	/* 限制最大行数 */
	-webkit-box-orient: vertical;
	/* 垂直布局 */
	overflow: hidden;
	/* 超出部分隐藏 */
	text-overflow: ellipsis;
	/* 显示省略号 */

}

.content .videobox .videolist:hover .title {
	color: #03513d;
}

.content .qfbox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 0.35rem;
}

.content .qfbox .left {
	width: 6.75rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.content .qfbox .left .imglist {
	width: 100%;
	height: 2.8rem;
	position: relative;
	border-radius: .08rem;
	overflow: hidden;
	box-shadow: -3px 0px 24px 0px rgba(0, 0, 0, 0.26);
	margin-bottom: 0.2rem;
}

.content .qfbox .left .imglist .img {
	width: 100%;
	height: 100%;
	transition: transform 1s;
}

.content .qfbox .left .imglist:hover .img {
	transform: scale(1.1);
}

.content .qfbox .left .imglist .m-title {
	width: 100%;
	padding: 0 0.1rem;
	box-sizing: border-box;
	position: absolute;
	z-index: 100;
	left: 0;
	bottom: 0.1rem;
	font-size: 0.16rem;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content .qfbox .left .listpart {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-radius: .08rem;
	overflow: hidden;
	box-shadow: -3px 0px 24px 0px rgba(0, 0, 0, 0.26);
}

.content .qfbox .left .listpart .img {
	width: 3.26rem;
	height: 2.1rem;
	transition: transform 1s;
	overflow: hidden;
}

.content .qfbox .left .listpart:hover .img {
	transform: scale(1.05);
}

.content .qfbox .left .listpart .textbox {
	flex: 1;
	width: auto;
	padding: 0.2rem;
	display: flex;
	flex-direction: column;
}

.content .qfbox .left .listpart .textbox .title {
	width: 100%;
	margin: 0 0 0.1rem;
	font-size: 0.2rem;
	color: #010101;
	display: -webkit-box;
	/* 必须设置此项才能生效 */
	-webkit-line-clamp: 2;
	/* 限制最大行数 */
	-webkit-box-orient: vertical;
	/* 垂直布局 */
	overflow: hidden;
	/* 超出部分隐藏 */
	text-overflow: ellipsis;
	/* 显示省略号 */
}

.content .qfbox .left .listpart .textbox .text {
	width: 100%;
	font-size: 0.16rem;
	color: #ABACAC;
	display: -webkit-box;
	/* 必须设置此项才能生效 */
	-webkit-line-clamp: 4;
	/* 限制最大行数 */
	-webkit-box-orient: vertical;
	/* 垂直布局 */
	overflow: hidden;
	/* 超出部分隐藏 */
	text-overflow: ellipsis;
	/* 显示省略号 */
}

.content .qfbox .rightpart {
	width: 4.9rem;
	display: flex;
	flex-direction: column;
	border-radius: .08rem;
	overflow: hidden;
	box-shadow: -3px 0px 24px 0px rgba(0, 0, 0, 0.26);
}

.content .qfbox .rightpart .title {
	width: 100%;
	margin: 0 0 0.1rem;
	padding: 0.2rem;
	box-sizing: border-box;
	font-size: 0.2rem;
	height: 0.5rem;
	color: #010101;
	display: -webkit-box;
	/* 必须设置此项才能生效 */
	-webkit-line-clamp: 2;
	/* 限制最大行数 */
	-webkit-box-orient: vertical;
	/* 垂直布局 */
	overflow: hidden;
	/* 超出部分隐藏 */
	text-overflow: ellipsis;
	/* 显示省略号 */
}

.content .qfbox .rightpart .text {
	width: 100%;
	padding: 0 0.2rem;
	box-sizing: border-box;
	font-size: 0.16rem;
	color: #ABACAC;
	display: -webkit-box;
	/* 必须设置此项才能生效 */
	-webkit-line-clamp: 4;
	/* 限制最大行数 */
	-webkit-box-orient: vertical;
	/* 垂直布局 */
	overflow: hidden;
	/* 超出部分隐藏 */
	text-overflow: ellipsis;
	/* 显示省略号 */
	margin-bottom: 0.2rem;
}

.content .qfbox .rightpart .img {
	width: 100%;
	height: 3.2rem;
	transition: transform 1s;
	overflow: hidden;
}

.content .qfbox .rightpart:hover .img {
	transform: scale(1.05);
}

.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.16rem;
	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_info {
	font-size: .14rem;
	font-weight: 350;
	color: #000;
	line-height: .25rem;
	letter-spacing: 2px;
	margin-top: .3rem !important;
}


.content .zcbox {
	width: 100%;
	box-shadow: -3px 0px 24px 0px rgba(0, 0, 0, 0.26);
	padding: 0.3rem;
	box-sizing: border-box;
	margin-top: 0.32rem;
}

.content .zcbox .title {
	width: 100%;
	text-align: left;
	font-size: 0.2rem;
	color: #333;
}

.content .zcbox .time {
	width: 100%;
	text-align: left;
	font-size: 0.16rem;
	color: #ABACAC;
	margin-top: 0.1rem;
}