.infoContainer {
	width: 100%;
}

.titleImg {
	margin: .8rem 0 0;
	width: 100%;
	background-color: aquamarine;
}

.titleImg .img {
	width: 100%;
	height: 6.7rem;
	background: url('../images/double/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;
}

.content .titleline .textsz {
	width: auto;
	font-size: 0.29rem;
	/* 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 .sylbox {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 0.35rem;
	align-items: center;
}

.content .sylbox .text {
	width: 100%;
	text-align: center;
	font-size: 0.28rem;
	color: #222222;
	line-height: 0.42rem;
}

.content .sylbox .text span {
	color: #437BFE;
}

.content .sylbox .img {
	width: 9.76rem;
	height: auto;
	margin-bottom: 0.3rem;
}

.content .sixbox {
	width: 100%;
	display: flex;
	margin-top: 0.35rem;
	align-items: center;
	justify-content: space-between;
}

.content .sixbox .img {
	width: 3.84rem;
	height: auto;
}

.content .sixbox .icnlistbox {
	width: 3.84rem;
	height: 3.58rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 0.3rem;
}

.content .sixbox .icnlistbox .cionline {
	width: 100%;
	padding: 2px;
	border-radius: 0.7rem 0.7rem 0.7rem 0.7rem;
	background: linear-gradient(90deg, rgba(91, 198, 201, 1), rgba(91, 198, 201, 0.05));
	overflow: hidden;
	box-sizing: border-box;

}

.content .sixbox .icnlistbox .cionlist {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	background: linear-gradient(270deg, #EBF9F9 0%, #FFFFFF 100%, rgba(96, 197, 205, 0.1) 100%);
	border-radius: 0.7rem 0.7rem 0.7rem 0.7rem;
	padding: 0.12rem;
	box-sizing: border-box;
}

.content .sixbox .icnlistbox .cionlist .icon {
	width: 0.72rem;
	height: 0.72rem;
	transition: transform 1s;
}

.content .sixbox .icnlistbox .cionlist .text {
	font-size: 0.24rem;
	color: #222222;
	line-height: 0.32rem;
	margin-left: 0.2rem;
	transition: transform 0.5s;
}

.content .sixbox .icnlistbox .cionlist:hover .icon {
	transform: scale(0.9);
}

.content .sixbox .icnlistbox .cionlist:hover .text {
	transform: translateY(-2px);
}

.santabbox {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-top: 0.35rem;
	justify-content: center;
}

.santabbox .tablist {
	width: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0.6rem;
	cursor: pointer;
}

.santabbox .tablist .iconbox {
	width: 1.2rem;
	height: 1.2rem;
	border: 1px solid #3AB22B;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.santabbox .tablist.active .iconbox {
	background: #3AB22B;
}

.santabbox .tablist .iconbox .icon {
	width: 0.72rem;
	height: 0.72rem;
}

.santabbox .tablist .icon01 {
	display: block;
}

.santabbox .tablist.active .icon01 {
	display: none;
}

.santabbox .tablist .icon02 {
	display: none;
}

.santabbox .tablist.active .icon02 {
	display: block;
}

.santabbox .tablist .text {
	width: auto;
	font-size: 0.24rem;
	color: #222222;
	line-height: 0.36rem;
	text-align: center;
	margin-top: 0.24rem;
}

.showbox {
	display: none !important;
}

.showbox.active {
	display: flex !important;
}

.content .contbox {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.content .fivebox {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-top: 0.8rem;
	justify-content: space-between;
}

.content .fivebox .fivelist {
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 0.1rem;
	background: #E2EBF8;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content .fivebox .fivelist .icon {
	width: 1.12rem;
	height: 1.12rem;
	margin-top: -0.46rem;
	transition: transform 0.5s;
}

.content .fivebox .fivelist:hover .icon {
	transform: translateY(10px);
}

.content .fivebox .fivelist .text {
	width: auto;
	font-size: 0.28rem;
	color: #3773FE;
	margin-top: 0.4rem;
}

.content .fivebox .fivelist:nth-child(even) {
	background: #E5F8EE;
}

.content .fivebox .fivelist:nth-child(even) .text {
	color: #03AF51;
}

.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.14rem;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*.content .contbox .rightbox:hover .m-title{
	color: #03513d;
}*/

.content .absolutebox {
	width: 6.8rem;
	display: flex;
	flex-direction: column;
	/*	box-shadow: -3px 0px 24px 0px rgba(0,0,0,0.26);*/
}

.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 .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.14rem;
	color: #a5a5a5;
	width: auto;
}

.content .absolutebox .list .text {
	width: 100%;
	text-align: left;
	font-size: 0.14rem;
	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 .newteambox {
	width: 100%;
	display: flex;
	margin-top: 0.35rem;
	justify-content: center;
}

.content .newteambox .imgbox {
	width: auto;
	height: auto;
	display: flex;
	position: relative;
}

.content .newteambox .imgbox .img {}

.content .newteambox .imgbox .leftanming {
	position: absolute;
	top: 0;
	left: 0;
}

.content .newteambox .imgbox .rightanming {
	position: absolute;
	top: 0;
	right: 0;
}

.content .newteambox .imgbox .leftbox {
	width: auto;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	position: absolute;
	left: -1.86rem;
	top: 50%;
	margin-top: -0.88rem;
}

.content .newteambox .imgbox .rightbox {
	width: 1rem;
	height: auto;
	display: flex;
	flex-direction: column;
	position: absolute;
	right: -1rem;
	top: 50%;
	margin-top: -1.24rem;
}

.content .newteambox .imgbox .text {
	font-size: 0.2rem;
	color: #222;
	margin-bottom: 0.4rem;
	transition: transform 1s;
}

.content .newteambox .imgbox .text:hover {
	transform: scale(1.1);
}

.content .newteambox .imgbox .leftbox .text:nth-of-type(2) {
	margin-right: 0.16rem;
}

.content .newteambox .imgbox .leftbox .text:last-child,
.content .newteambox .imgbox .rightbox .text:last-child {
	margin-bottom: 0;
}

.content .newteambox .imgbox .rightbox .text:nth-of-type(2) {
	margin-left: 0.16rem;
}

.content .newteambox .imgbox .rightbox .text:nth-of-type(3) {
	margin-left: 0.16rem;
}

.content .newteambox .imgbox .leftbox .text:hover {
	color: #03AF51;
}

.content .newteambox .imgbox .rightbox .text:hover {
	color: #3773FE;
}

.content .szcxbtn {
	width: 100%;
	height: 2.52rem;
	background: url('../images/double/bg-szcx.png') no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-top: 0.2rem;
}

.content .szcxbtn .text {
	font-size: 0.2rem;
	background-clip: text;
	-webkit-background-clip: text;
	/* Safari浏览器前缀 */
	color: transparent;
	background-image: linear-gradient(0deg, #429CFD 22%, #91D8B5 100%);
	margin-top: 0.3rem;
	margin-right: 0.05rem;
}

.content .szcxbtn .text .big {
	font-size: 0.36rem;
}

/*.content .szcxbtn:hover .text{
	color:#03AF51;
}*/
.content .szcxbtn i {
	width: 0.16rem;
	height: 0.16rem;
	background: url('../images/double/icon-szcx01.png') no-repeat;
	background-size: 100% 100%;
	margin-top: 0.45rem;
}

/*.content .szcxbtn:hover i{
	width: 0.16rem;
	height: 0.16rem;
	background: url('../images/double/icon-szcx01-d.png') no-repeat;
	background-size: 100% 100%;
}*/
.content .szcxbox {
	width: 100%;
	display: flex;
	margin-top: 0.35rem;
	justify-content: center;
	flex-direction: column;
}

.content .szcxbox .titlebox {
	width: 100%;
	display: flex;
	align-items: center;
	margin-bottom: 0.2rem;
}

.content .szcxbox .titlebox .icon {
	width: 0.32rem;
	height: 0.32rem;
}

.content .szcxbox .titlebox .text {
	font-size: 0.19rem;
	color: #3773FE;
	margin: 0 0.1rem;
}

.content .szcxbox .titlebox .line {
	width: auto;
	flex: 1;
	height: 0.01rem;
	background: #3773FE;
}

.content .szcxbox .swiperbox,
.content .szcxbox .kjswiperbox {
	width: 12rem;
	height: 1.6rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 0.3rem;
	position: relative;
	overflow: hidden;

}

.content .szcxbox .swiperbox .swiperline,
.content .szcxbox .kjswiperbox .kjswiperline {
	height: 1.4rem;
	display: flex;
	justify-content: flex-start;
	position: absolute;
	left: 0;
	top: 0;
}

.content .szcxbox .swiperbox .swiperline .swiperlist,
.content .szcxbox .kjswiperbox .kjswiperline .kjswiperlist {
	width: 4rem;
	padding: 0 0.1rem;
	box-sizing: border-box;
}

.content .szcxbox .swiperbox .pointbox,
.content .szcxbox .kjswiperbox .kjpointbox {
	width: auto;
	display: flex;
	flex-direction: row;
	margin-top: 1.5rem;
}

.content .szcxbox .swiperbox .pointbox .point,
.content .szcxbox .kjswiperbox .kjpointbox .kjpoint {
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background: #ccc;
	margin: 0 0.1rem;
	cursor: pointer;
}

.content .szcxbox .swiperbox .pointbox .point.active,
.content .szcxbox .kjswiperbox .kjpointbox .kjpoint.active {
	background: #3773FE;
}

.content .szcxbox .nrlist {
	width: 100%;
	margin: 0 0.1rem;
	height: 1.4rem;
	display: flex;
	justify-content: center;
	align-items: center;

	box-sizing: border-box;
	background: #F3F5F7;
	font-size: 0.19rem;
	color: #222222;
	line-height: 0.38rem;
	text-align: center;
}

.content .szcxbox .nrlist:hover {
	background: linear-gradient(180deg, #FDFBE7 0%, #E8FBFE 100%);
}

.content .teambox {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	margin-top: 0.35rem;
}

.content .teambox .teamlist {
	width: 100%;
	display: flex;
	flex-direction: row;
	box-shadow: -3px 0px 24px 0px rgba(0, 0, 0, 0.26);
	padding: 0.22rem 0.3rem;
	margin-bottom: 0.32rem;
}

.content .teambox .teamlist .imgbox {
	width: 2.9rem;
	height: 1.67rem;
	overflow: hidden;
}

.content .teambox .teamlist .imgbox .img {
	width: 100%;
	height: 100%;
	transition: transform 1s;
}

.content .teambox .teamlist:hover .imgbox .img {
	transform: scale(1.1);
}

.content .teambox .teamlist .rightpart {
	width: auto;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-left: 0.3rem;
	box-sizing: border-box;
}

.content .teambox .teamlist .rightpart .title {
	width: 100%;
	text-align: left;
	font-size: 0.2rem;
	color: #303133;
}

.content .teambox .teamlist .rightpart:hover .title {
	color: #00743B;
}

.content .teambox .teamlist .rightpart .time {
	width: 100%;
	text-align: left;
	font-size: 0.1rem;
	color: #ABACAC;
	margin: 0.05rem 0 0.1rem;
}

.content .teambox .teamlist .rightpart .text {
	width: 100%;
	font-size: 0.14rem;
	color: #ABACAC;
	display: -webkit-box;
	/* 必须设置此项才能生效 */
	-webkit-line-clamp: 3;
	/* 限制最大行数 */
	-webkit-box-orient: vertical;
	/* 垂直布局 */
	overflow: hidden;
	/* 超出部分隐藏 */
	text-overflow: ellipsis;
	/* 显示省略号 */
}

.content .teambox .teamlist .rightpart .more {
	width: 100%;
	text-align: left;
	font-size: 0.12rem;
	color: #ABACAC;
	margin-top: auto;
}

.content .videobox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0.35rem;
}

.content .videobox .bzlist {
	height: 2.4rem;
	background: #F3F5F7;
	margin-bottom: 0.2rem;
	align-items: center;
	display: flex;
	justify-content: center;
}

.content .videobox .bzlist:hover {
	background: linear-gradient(180deg, #FDFBE7 0%, #E8FBFE 100%);
}

.content .videobox .bzlist .img {
	width: 1.2rem;
	height: 1.2rem;
	transition: transform 1s;
}

.content .videobox .bzlist:hover .img {
	transform: scale(0.9);
}

.content .videobox .bzlist .text {
	width: auto;
	font-size: 0.28rem;
	color: #222222;

}

.content .videobox .bzlist:nth-of-type(1) {
	width: 32%;
	flex-direction: column;
}

.content .videobox .bzlist:nth-of-type(2) {
	width: 32%;
	flex-direction: column;
}

.content .videobox .bzlist:nth-of-type(3) {
	width: 32%;
	flex-direction: column;
}

.content .videobox .bzlist:nth-of-type(1) .img,
.content .videobox .bzlist:nth-of-type(2) .img,
.content .videobox .bzlist:nth-of-type(3) .img {
	margin-top: 0.24rem;
}

.content .videobox .bzlist:nth-of-type(1) .text,
.content .videobox .bzlist:nth-of-type(2) .text,
.content .videobox .bzlist:nth-of-type(3) .text {
	margin-top: 0.2rem;
}

.content .videobox .bzlist:nth-of-type(4) {
	width: 49%;
	flex-direction: row;
}

.content .videobox .bzlist:nth-of-type(5) {
	width: 49%;
	flex-direction: row;
}

.content .videobox .bzlist:nth-of-type(4) .text,
.content .videobox .bzlist:nth-of-type(5) .text {
	margin-left: 0.48rem;
}

.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 .mbbox {
	background: url('../images/double/bg-mb.png') no-repeat;
	background-size: 100% 100%;
	height: 6.8rem;
	align-items: center;
	flex-wrap: nowrap;
}

.content .mbbox .leftbox {
	width: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: 0.85rem;
}

.content .mbbox .rightbox {
	width: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 0.85rem;
}

.content .mbbox .iconbox {
	width: 1.95rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.content .mbbox .iconbox .iconlist {
	width: 1.95rem;
	height: 0.96rem;
	background: #fff;
	border-radius: 0.81rem;
	display: flex;
	flex-direction: row;
	margin-bottom: 0.66rem;
	align-items: center;
}

.content .mbbox .iconbox .iconlist:last-child {
	margin-bottom: 0;
}

.content .mbbox .iconbox .iconlist .img {
	width: 0.72rem;
	height: 0.72rem;
	margin-left: 0.12rem;
	transition: transform 1s;
}

.content .mbbox .iconbox .iconlist:hover {
	box-shadow: -3px 0px 12px 0px rgba(0, 0, 0, 0.26);
}

.content .mbbox .iconbox .iconlist:hover .img {
	transform: scale(0.9);
}

.content .mbbox .iconbox .iconlist .text {
	margin-left: 0.16rem;
	font-size: 0.28rem;
}

.content .mbbox .leftbox .iconbox .iconlist:nth-of-type(1) .text {
	color: #3AB22B;
}

.content .mbbox .leftbox .iconbox .iconlist:nth-of-type(2) .text {
	color: #3773FE;
}

.content .mbbox .leftbox .iconbox .iconlist:nth-of-type(3) .text {
	color: #17B2EA;
}

.content .mbbox .rightbox .iconbox .iconlist:nth-of-type(1) .text {
	color: #3773FE;
}

.content .mbbox .rightbox .iconbox .iconlist:nth-of-type(2) .text {
	color: #17B2EA;
}

.content .mbbox .rightbox .iconbox .iconlist:nth-of-type(3) .text {
	color: #3AB22B;
}

.content .mbbox .centerimg {
	width: 4.46rem;
	height: 4.46rem;
}

.content .mbbox .leftimg {
	width: 0.85rem;
	height: 3.4rem;
	margin-left: 0.13rem;
}

.content .mbbox .rightimg {
	width: 0.85rem;
	height: 3.4rem;
	margin-right: 0.13rem;
}

.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.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.1rem;
	color: #ABACAC;
}

.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;
}