body {
	padding-top: 1rem;
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
}
#active{
    background-color: #02a7f0;
    color:#fff;
}
body>div {
	background-color: #fff;
}
ul,li{
	list-style: none;
}
.module {
	margin-bottom: 0.15rem;
}

.module>div {
	padding: 0 0.3rem;
}

.module .title {
	padding: 0.3rem;
}

.module .title span {
	font-weight: bold;
	font-size: 0.3rem;
}

.module .title a {
	font-size: 0.26rem;
	font-weight: 100;
	float: right;
	display: block;
	background: url(/sitefiles/library/images/2022/10/bb521d4f41ca5a2d.png) right no-repeat;
	color: #999;
	padding-right: 0.2rem;
	background-size: 0.15rem;
}

.module .title a:hover {
	text-decoration: none;
	color: #ccc;
}

.media:not(:last-child) {
	border-bottom: 1px solid #e4e4e4;
}

/* 幻灯片*/
.swiper-news .swiper-slide img {
	width: 100%;
	height: 3.5rem;
}

.swiper-news .swiper-shade {
	position: absolute;
	width: 100%;
	color: #fff;
	height: 0.3rem;
	bottom: 0;
	text-align: left;
	text-indent: 0.2rem;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0.24) 40%, rgba(0, 0, 0, 0.29) 47%, rgba(0, 0, 0, 0.65) 95%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 8%, rgba(0, 0, 0, 0.24) 40%, rgba(0, 0, 0, 0.29) 47%, rgba(0, 0, 0, 0.65) 95%);
}

.swiper-news .swiper-pagination.swiper-pagination-fraction {
	color: #fff;
	width: 0.46rem;
	right: 0;
	left: auto;
}

.swiper-box{
	position: relative;
}
.swiper-box .video{
	/* display: none; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3.5rem;
	overflow: hidden;
}
.swiper-box .video video{
	height:100%;
	min-width: 100%;
}
.swiper-box .ad-list {
    position: absolute;
    bottom: 0;
    background-color: rgba(74,134,212,0.6);
    z-index: 90;
    width: 100%;
}
.swiper-box .ad-list .swiper-wrapper{
	display: flex;
	/* justify-content: center; */
	box-sizing: border-box;
}
.swiper-box .ad-list .swiper-slide{
	width: auto;
	display:block;
	flex-shrink: 0;
	padding: 0.16rem 0;
	box-sizing: border-box;
	/* padding: 0.16rem 0.15rem; */
}
.swiper-box .ad-list .swiper-slide a{
	display: block;
	line-height: 0.28rem;
	text-align: center;
	font-size: 0.22rem;
	color: #fff;
	border-left: 1px solid #fff;
	padding: 0 0.15rem;
	box-sizing: border-box;
}
.swiper-box .ad-list .swiper-slide:first-child a{
	border-left: none;
}
/* 公告*/
.swiper-inform-box {
	height: 0.76rem;
	line-height: 0.76rem;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 0.15rem;
	position: relative;
	overflow: hidden;
}

.inform-title {
	width: 0.72rem;
	height: 0.44rem;
	line-height: 0.4rem;
	position: absolute;
	border: 0.02rem solid #FF3333;
	text-align: center;
	left: 0.25rem;
	top: 0.16rem;
	border-radius: 0.04rem;
	color: #FF3333;
	font-size: 0.24rem;
}

.swiper-inform {
	margin-left: 1.15rem;
	white-space: nowrap;
}

.swiper-inform-box a {
	display: block;
	height: 0.36rem;
	color: #333;
}

.swiper-inform-box a span {
	display: inline-block;
}

.swiper-inform-box a span {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

	font-size: 0.28rem;
}



/* 新闻 */
.headline .media {
	padding-top: 0 !important;
}

.module>div.media {
	padding-bottom: 0.1rem;
	padding-top: 0.15rem;
	margin-top: 0;
}

.media-left {
	padding-right: 0.15rem;
}

.media-heading {
	font-size: 0.3rem;
	margin-bottom: 0.15rem;
}

.headline .media-heading {
	width: 4.7rem;
}

.media-heading a {max-width: 6.8rem;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: block;}

.media-body>div:last-child {
	color: #666;
	font-size: 0.26rem;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 0.36rem;
}

.media-object {
	width: 2.1rem;
	height: 1.45rem;
	border: 0.05rem solid #CEEAFF;
}

.module .title i {
	background: url(../img/arrow_small_common@2x.png) no-repeat center;
	background-size: 0.08rem;
}

.clear:after {
	content: " ";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.header-box {
	position: fixed;
	top: 0;
	left: 50%;
	width: 7.5rem;
	margin-left: -3.75rem;
	background: #F1F6FC;
	z-index: 999;
	box-shadow: 0 0 0.08rem 0 rgba(0, 0, 0, 0.2);
}

.header-box .header {
	height: 1rem;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 0.3rem;
}

.header-box .header .logo {
	display: block;
}

.header-box .header .logo img {
	display: block;
	max-width: 4rem;
}

.header-box .header .menu {
	width: 0.45rem;
}

.header-box .header .menu img {
	display: block;
	width: 100%;
}

.right-nav {
	position: fixed;
	top: 1rem;
	right: -100%;
	margin-right: -7.75rem;
	display: flex;
	flex-direction: column;
	padding: 0.7rem 0 0.75rem;
	width: 100%;
	height: calc(100vh - 1rem);
	overflow: auto;
	background: rgba(255, 255, 255, 0.95);
	transition: all 0.3s;
	z-index: 110;
}

.right-nav .items {
	margin: 0 0.3rem;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid rgba(30, 136, 229, 0.15);
}

.right-nav .items .item {
	position: relative;
}

.right-nav .items .item a {
	display: block;
	padding: 0 0.3rem 0 0.8rem;
	line-height: 0.8rem;
	font-size: 0.32rem;
	color: #333;
}

.right-nav .items .item .sub-nav {
	height: 0;
	overflow: hidden;
	transition: all 0.3s;
}

.right-nav .items .item.active .sub-nav {
	height: auto;
}

.right-nav .items .item.active::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #1e88e5;
}

.right-nav.show {
	right: 60%;
	box-shadow: 0 0 0.3rem 0 rgba(0,0,0,0.2);
}

.association-news .top-box {
	display: flex;
}

.association-news .top-box a {
	display: block;
	float: left;
	width: 3.35rem;
	height: 2.5rem;
	position: relative;
}

.association-news .top-box a:first-child {
	margin-right: 0.2rem;
}

.association-news .top-box .u-img {
	width: 100%;
	height: 100%;
}

.association-news .top-box .u-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.association-news .top-box .u-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.7rem;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.8);
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.7rem;
	text-align: center;
	padding: 0 0.2rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.association-news .new-list {
	padding: 0.2rem 0;
}

.association-news .new-list li {
	list-style: none;
	border-bottom: 0.02rem dashed #ccc;

}

.association-news .new-list li a {
	display: block;
	font-size: 0.3rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.8rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;


}

.association-news .new-list li a::before {
	content: "";
	display: inline-block;
	width: 0.1rem;
	height: 0.1rem;
	background: #646464;
	margin: 0 0.2rem;
}

.association-news .new-list li:last-child {
	border: none;
}

.association-news .new-list li a:hover {
	text-decoration: none;
}

.inner-banner {
	width: 100%;
	height: 2.2rem;
	position: relative;
}

.inner-banner .u-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

.inner-banner .u-text {
	position: relative;
	z-index: 12;
	text-align: center;
	padding-top: 0.7rem;
}

.inner-banner .u-text .cn {
	height: 0.5rem;
	font-size: 0.4rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.5rem;
	text-shadow: 0px 0px 5px rgba(51, 51, 51, 0.28);
}

.inner-banner .u-text .en {
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.3rem;
	text-shadow: 0px 0px 5px rgba(51, 51, 51, 0.28);
	text-transform: uppercase;
	margin-top: 0.1rem;
}

.inner-banner .u-text .en::after {
	content: "";
	display: block;
	width: 0.6rem;
	height: 0.04rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 5px 0px rgba(51, 51, 51, 0.28);
	margin: 0.2rem auto;
}


.content {

	position: relative;
}

.content p {
	margin: 0px;
}

.content a {
	text-decoration: none;
}

.content .title-position {
	font-size: 12px;
}

.content .title {
	font-size: 12px;
	color: #165BB5;
}



.cont-left .list {
	margin-top: 0.3rem;
	padding: 0 0.3rem;
	min-height: calc(100vh - 5.5rem);
}

.cont-left .list .new {
	text-decoration: none;
	display: block;

	padding: 0.2rem 0;
	/* border-bottom: 1px solid #D3D4D6; */
}




.cont-left .list .new .newsInfo {
	/*! padding: 0 .3rem; */
	position: relative;
	/* margin-top: 0.35rem; */
	border-bottom: 1px solid #D3D4D6;
}

.cont-left .list .new .newsInfo .newsCont a {
	font-size: 0.26rem;
	color: #333;
	line-height: 0.36rem;
	height: 0.72rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.cont-left .list .new .newsInfo .new-title {
	font-size: 0.3rem;
	letter-spacing: 1px;
	line-height: 0.8rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/* margin-bottom: 0.15rem; */
}

.cont-left .list .new .newsInfo p {
	display: inline;
}

.cont-left .list .new .newsInfo .flowNum {
	position: absolute;
	top: 0px;
	right: 0px;
}

.cont-left .list .new .newsInfo a {
	color: #02a4f0;
	cursor: pointer;
	text-decoration: none;
}

.cont-left .list-number {
	float: left;
}

.cont-left .list-number p {
	display: inline-block;
}

.cont-left .list-number span {
	color: #165bb5;
}

.paging {
	text-align: center;
	padding: 0.2rem 0;
	font-size: 0;
}

.paging a {
	color: #02a4f0;
}

.paging ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	list-style: none;
	position: relative;
	top: 6px;
}

.paging ul li {
	float: left;
	display: inline-block;
	border: 1px solid #02a4f0;
	font-size: 12px;
	margin-left: 5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	color: #02a4f0;
}

.paging span {
	color: #02a4f0;
	display: inline-block;
	border: 1px solid #02a4f0;
	font-size: 12px;
	cursor: pointer;
	height: 20px;
	line-height: 18px;
	padding: 0px 5px;
	margin-left: 5px;
}

.paging .selectPage {
	background-color: #165BB5;
	color: white;
}

.content .cont-right {
	width: 320px;
	position: absolute;
	right: 0px;
	top: 35px;
}

/*会员简介*/
.cont-right .vip-introduce {
	width: 100%;
	height: 370px;
	background-image: url(http://www.chinata.com.cn/template/4/cta/_files/img/images/introduce1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;

}

.cont-right .vip-introduce a {
	color: white;
}

.cont-right .vip-introduce ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	margin-top: 40px;
	width: 100%;
}

.cont-right .vip-introduce ul li {
	height: 30px;
	margin-top: 20px;
	cursor: pointer;
}

.cont-right .vip-introduce ul li i {
	width: 8px;
	height: 8px;
	background-color: white;
	display: inline-block;
	border-radius: 50%;
	margin-left: 34px;
}

.cont-right .vip-introduce ul li span {
	color: white;
	line-height: 30px;
	margin-left: 25px;
	letter-spacing: 1px;
}

.cont-right .vip-introduce ul li img {
	float: right;
	margin-right: 45px;
	position: relative;
	top: 9px;
}

.cont-right .add-introduce {
	display: block;
	width: 320px;
	height: 150px;
	margin-top: 17px;
	cursor: pointer;
}

.cont-right .add-introduce img {
	width: 100%;
	height: 100%;
}

.cont-right .newVip {
	width: 320px;
	height: 324px;
	background-image: url(http://www.chinata.com.cn/template/4/cta/_files/img/images/introduce4.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 17px;
	overflow: hidden;
}

.newVip ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	margin-top: 56px;
	width: 100%;
}

.newVip ul li {
	height: 30px;
	margin-top: 20px;
	cursor: pointer;
}

.newVip ul li i {
	width: 8px;
	height: 8px;
	background-color: #41c074;
	display: inline-block;
	border-radius: 50%;
	margin-left: 34px;
}

.newVip ul li a {
	color: #41c074;
	line-height: 30px;
	margin-left: 25px;
	letter-spacing: 1px;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newVip ul li a:hover {
	color: #FF6600;
}

.newsCont span {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
}


.sub-sort ul{
	display: flex;
}
.sub-sort ul li {list-style: none;flex-grow: 1;}

.sub-sort ul li a {
	display: block;
	width: 100%;
	height: 0.8rem;
	background: #FFFFFF;
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	text-align: center;
	line-height: 0.8rem;
}

.sub-sort ul li.active a {
	background: #02A7F0;
	color: #FFFFFF;
}

.association .itme {
	padding: 0.4rem 0.3rem;
}

.association .itme-list a {
	box-sizing: border-box;
	display: block;
	width: 2.15rem;
	height: 1.15rem;
	min-height: 0.84rem;
	background: #F2F6F7;
	margin-top: 0.15rem;
	float: left;
	margin-right: 0.15rem;
	padding: 0.1rem;
	font-size: 0.22rem;
	font-weight: 400;
	color: #666;
	line-height: 0.32rem;
	position: relative;
}

.association .itme-list a::before {
	content: "";
	display: block;
	width: 0.04rem;
	height: 0.16rem;
	background: #02A7F0;
	position: absolute;
	left: 0;
	top: 0.18rem;
}

.association .itme-list a:nth-child(3n) {
	margin-right: 0;
}

.association .itme-list a:hover {
	background: #02A7F0;
	color: #fff;
}

.association .itme-list a:hover::before {
	background: #B9EAFF;
}

.init-title {
	border-bottom: 1px solid #0A6F91;
}

.init-title span {
	display: inline-block;
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.3rem;
	float: left;
}

.init-title span::after {
	content: "";
	display: block;
	width: 0.8rem;
	height: 0.04rem;
	background: #0A6F91;
	margin-top: 0.1rem;
}

.init-title a {
	display: inline-block;
	width: 0.16rem;
	height: 0.13rem;
	background: url(../image/row-r.png) no-repeat center/cover;
	float: right;
	margin-right: 0.1rem;
	margin-top: 0.15rem;
}

.content-box .news-list {
	padding:  0.3rem;
	min-height: calc(100vh - 5.5rem);
	padding-top: 0;
}

.content-box .news-list li a::after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.content-box .news-list li {

	border-bottom: 1px solid #CCCCCC;
	list-style: none;
	padding: 0.2rem 0;
}
.content-box .news-list li a{
	display: flex;
}

.content-box .news-list li .u-img {
	width: 2rem;
	height: 2rem;
	background: #02A7F0;
	border: 0.04rem solid #FFFFFF;
	box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.28);
	float: left;
	margin-right: 0.2rem;
}

.content-box .news-list li .u-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.content-box .news-list li .u-text {
	float: right;
	width: 4.7rem;
}

/* .elli1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.elli2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
} */
.content-box .news-list li .u-text h2 {
	height: 0.36rem;
	font-size: 0.28rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 0.36rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0.2rem;
	margin-bottom: 0;
}

.content-box .news-list li .u-text p {
	height: 0.96rem;
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.32rem;
	margin-top: 0.2rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.content-box .news-list li .u-text a {
	display: block;
	width: 106px;
	height: 34px;
	border: 1px solid #02A7F0;
	border-radius: 8px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 34px;
	color: #02A7F0;
	text-align: center;
	margin-top: 35px;
}

.content-box .news-list li .u-text a:hover {
	color: #fff;
	background: #02A7F0;
}

.details-box {
	padding: 0.35rem 0.3rem 0.5rem;
	min-height: calc(100vh - 5.5rem);
}

.details-box img {
	display: block;
	max-width: 100%;
	height: auto !important;
}
.details-box p{
	font-size: 0.24rem;
	line-height: 0.3rem;
}
.details-tit h2{
	font-size: 0.36rem;
	color: #333;
	text-align: center;
	line-height: 0.48rem;
	padding: 0.2rem 0.3rem;
	margin-bottom: 0;
}
.details-tit p{
	font-size: 0.24rem;
	color: #666;
	text-align: center;
}
.association-profile .info-box{
	padding: 0.5rem 0.3rem 0;
}
.association-profile .info-text-box .itmes{
	display: none;
}
.association-profile .info-text-box .itmes.active{
	display: flex;
}
.association-profile .info-text-box .itmes .m-img{
	width: 2.2rem;
	height: 3.05rem;
	flex-shrink: 0;
	border: 3px solid #02A7F0;
	margin-right: 0.3rem;
}
.association-profile .info-text-box .itmes .m-img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.association-profile  .m-text .name{
	
	font-size: 0.34rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 0.4rem;
}
.association-profile  .m-text .position {
	
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.3rem;
    display: inline-block;
    border-bottom: 2px solid rgba(10, 111, 145, 0.5);
    padding: 0.1rem 0 0.15rem;
}

.association-profile .m-resume h2{
	
	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0A6F91;
	line-height: 0.3rem;
	margin: 0.15rem 0;
}
.association-profile .m-resume .resume-con{
	height: 1.28rem;
	overflow: hidden;
	font-size: 0.2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.32rem;
	overflow: scroll;
}
.association-profile .info-list{
	display: flex;
	justify-content: space-between;
	margin-top: 0.4rem;
}
.association-profile .info-list .btn-pre,.info-list .btn-next{
	width: 0.4rem;
	height: 1.7rem;
	background: #F3F3F3;
	padding-top: 0.75rem;
	box-sizing: border-box;
	cursor: pointer;
	flex-shrink: 0;
}
.association-profile .info-list .btn-pre i,.info-list .btn-next i{
	display: block;
	width: 0.12rem;
	height: 0.21rem;
	background-image: url(/sitefiles/library/images/2022/10/81266f3c062d82c7.png);
	margin: 0 auto;
	background-size: 0.12rem;
	
}
.association-profile .info-list .btn-next i{
	 transform: rotateY(180deg);
}
.association-profile  .info-list-con{
	overflow: hidden;
	position: relative;
	width: 6.1rem;
}
.association-profile  .info-list-con ul{
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
}
.association-profile  .info-list-con  li{
	width: 1.5rem;
	height: 1.7rem;
	padding: 0 0.1rem;
	cursor: pointer;
	flex-shrink: 0;
}

.association-profile  .info-list-con  li img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border: 0.02rem solid #fff;
}
.association-profile  .info-list-con  li.active img{
	border: 0.02rem solid #02A7F0;
}

.members-box{
	padding: 0.35rem 0.3rem 0;
}
.members-box .init-title,.details-box .init-title{
	margin-bottom: .2rem;
	font-size: 0;
}
.members-box .init-title span,.details-box .init-title span{
	font-size: 0.3rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0A6F91;
	line-height: 0.36rem;
}
.members-box .init-title span::after,.details-box .init-title span::after{
	width: auto;
}
.members-box .init-title a{
	width: auto;
	height: auto;
	background:none;
	margin-top: 0.1rem;
	font-size: 0.22rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 0.3rem;
}
.members-box .members-con li{
	display: flex;
}
.members-box  .members-con .name,.members-box  .members-con .position{
	font-size: 0.26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.45rem;
	
	overflow: hidden;
}
/* .members-box.recom  .members-con .position{
	height: 0.45rem;
} */
.members-box .members-con .position p{
	    flex-grow: 1;
	
}
/* .members-box.recom .members-con .position p{
	    flex-grow: 1;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
} */
.members-box  .members-con .name{
	width: 1rem;
	flex-shrink: 0;
}
.details-box .details-con{

	font-size: 0.24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.36rem;
}
	

