.menuBtn{
	top: 40%;
	right: 3.125rem;
}
.top-title {
	height: 5rem;
	display: flex;
	align-items: center;
	padding-left: 2rem;
	font-weight: bold;
	font-size: 2.25rem;
	color: #4A4E58;
	line-height: 1.5rem;
}

.about-box hr {
	flex: 1;
	margin: 0 1.25rem;
}

.about-box {
	width: 100%;
	display: flex;
	align-items: center;
}

.about-title {
	/* width: 12.5rem; */
	height: 3.75rem;
	line-height: 3.75rem;
	background: #F0F1F7;
	border-radius: 0rem 1.875rem 1.875rem 0rem;
}

.about-title span {
	height: 1.5rem;
	border-left: 0.5rem solid #0050A0;
	font-weight: bold;
	font-size: 1.5rem;
	color: #0050A0;
	margin-left: 1.25rem;
	padding: 0 2rem 0 1.25rem;
}

.about-box-content {
	width: calc(100% - 3.75rem);
	padding: 1.875rem 1.75rem;
}

.big-box {
	width: 100%;
	display: flex;
}

.about-l {
	width: 66.69%;
	position: relative;
}

.about-l .about-c {
	font-weight: 400;
	font-size: 1.125rem;
	text-indent: 2rem;
	color: #4A4E58;
	line-height: 1.875rem;
	text-align: justify;
}

.about-b {
	display: block;
	width: 7.5rem;
	height: 2rem;
	border-radius: 0.5rem;
	font-weight: 400;
	font-size: 0.875rem;
	color: #FFFFFF;
	position: absolute;
	right: 0;
	background: #0050A0 url(../images/right.png) no-repeat right !important;
	background-size: 0.5rem 1rem !important;
	background-position: right 1rem center !important;
}

.about-r {
	flex: 1;
	text-align: center;
}

.about-r img {
	width: 80.6%;
}

.about-r span {
	display: block;
	text-align: center;
	font-size: 1rem;
	color: #4A4E58;
	margin-top: 1.25rem;
}

/* 组织机构 */
.about-zzjg {
	display: flex;
	justify-content: center;
	align-items: center
}

#mindmap {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	padding: 1.25rem 0;
}

.node {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	margin: 1.25rem 0;
	cursor: pointer;
}

.children-container3 .node {
	margin: 1.25rem 0.625rem;
}

.children-container2 .node-box {
	max-width: 6.25rem;
}

.node-box2,
.node-box5{
	display: flex;
	align-items: center;
	margin-right: 0.625rem;
}
.img-b1,.img-b2,.img-b3{
	width: 1.875rem;
	height: 1.875rem;
}
.node-box{
	padding: 0.625rem 0.9375rem;
	border-radius: 0.375rem;
	background: #f8f9fa;
	text-align: center;
	font-size: 0.875rem;
	z-index: 2;
}
.node-box5{
	padding: 0.625rem;
}
.node-box,.node-box4,.node-box3 {
	padding: 0.625rem 1.25rem;
	text-align: center;
	z-index: 2;
	font-weight: bold;
	/* max-width: 14.8%; */
	font-size: 1.25rem;
	color: #fff;
	line-height: 1.5rem;
	background: linear-gradient(0deg, #7B0100 0%, #B20100 100%);
	border-radius: 0.5rem;
}

.node-box4,.node-box3{
	width: 12.5rem;
	/* max-width: unset; */
}

.children-container .node-box,
.node-box3,
.node-box4{
	background: linear-gradient(0deg, #99A8C1 0%, #CCD2E3 100%);
	border-radius: 0.5rem;
	color: #4A4E58;
}

.children-container .children-container .node-box {
	background: linear-gradient(0deg, #99A8C1 0%, #CCD2E3 100%);
	border-radius: 0.5rem;
	color: #4A4E58;
}

.node-box2,.node-box5 {
	padding: 0.625rem 0.625rem;
	text-align: center;
	z-index: 2;
	font-weight: bold;
	max-width: 6.25rem;
	min-width: 3.75rem;
	min-height: 4.375rem;
	font-size: 1.25rem;
	color: #4A4E58;
	line-height: 1.5rem;
	background: linear-gradient(0deg, #CCD2E3 0%, #FFFFFF 100%);
	border-radius: 0.5rem;
	border: 0.0625rem solid #CCD2E3;
}
.node-box5{
	/* max-width: 120px; */
	position: relative;
}

.children-container {
	display: flex;
	margin-top: 2.5rem;
}

.children-container3 {
	display: flex;
	margin-top: 2.5rem;
	position: relative;
}

.children-container2 .node-box {
	margin: 0.625rem 0;
}

.node-box3 .node-box{
	margin-left: -40%;
	padding: 0.625rem 0.625rem;
	text-align: center;
	z-index: 2;
	font-weight: bold;
	/* max-width: 180px; */
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: #4A4E58;
	background: linear-gradient(0deg, #99A8C1 0%, #CCD2E3 100%);
	border-radius: 0.5rem;
}

.children-container2 .node-box,
.children-container3 .node-box {
	background: #F0F1F7 !important;
}

.children-container .node-box:hover,
.node-box3:hover,
.node-box2:hover,
.node-box4:hover,
.node-box5:hover{
	color: #fff;
	background: linear-gradient(0deg, #0050A0 0%, #3BADFF 100%) !important;
	box-shadow: -0.1875rem 0.375rem 0.4375rem 0rem rgba(0, 0, 0, 0.3);
	border-radius: 0.5rem;
}

.connector {
	position: absolute;
	z-index: 1;
}

.children-container2 {
	/* display: block; */
	position: relative;
	margin-top: 2.75rem;
	border-radius: 0.5rem;
	border: 0.0625rem solid #CCD2E3;
	margin-right: 0.625rem;
}
.children-container2,
.span1,
.span5{
	display: none;
}
.span1.show,
.span5.show,
.children-container2.show{
	display: block;
}
.children-container2.show{
	display: block;
	
}
.children-container2.showTwo.show{
	display: inline-block;
	width: 16.875rem;
	margin: 2.5rem 0 2.5rem 1.25rem;
}
.showTwo.show .node{
	display: inline-flex;
	margin: 0 0 0 0.625rem;
}

.children-container2 .node {
	margin: 0 0.625rem;
}

.children-container2.showTwo.show .node-box{
	max-width: 5rem;
}
.children-container .children-container .children-container .node{
	min-width: 4.375rem;
}

.node-box .span2 {
	width: 50%;
	height: 3.75rem;
	left: 50%;
	margin-top: 2.375rem;
	transform: translateX(-50%);
	background: url(../images/about/jg-bg1.png) no-repeat;
	position: absolute;
	background-size: 100% 100%;
}
.node-box2 {
	position: relative;
}
.node-box2 .span1 {
	width: 0.0625rem;
	height: 2.5rem;
	left: 50%;
	margin-top: calc(100% + 1.25rem);
	transform: translateX(-50%);
	background: url(../images/about/jg-bg4.png) no-repeat;
	position: absolute;
	z-index: 3;
	background-size: 100% 100%;
}

.node-box5 .span5 {
	width: 1px;
	height: 2.5rem;
	left: 50%;
	margin-top: calc(100% + 1.25rem);
	transform: translateX(-50%);
	background: url(../images/about/jg-bg4.png) no-repeat;
	position: absolute;
	z-index: 3;
	background-size: 100% 100%;
}

.node-box3 .span2 {
	width: 60%;
	height: 3.75rem;
	left: 50%;
	margin-top: 2.5rem;
	transform: translateX(-50%);
	background: url(../images/about/jg-bg1.png) no-repeat;
	position: absolute;
	z-index: 3;
	background-size: 100% 100%;
}

.node .span3 {
	width: 74%;
	height: 3.75rem;
	left: 50%;
	margin-top: 2.375rem;
	transform: translateX(-50%);
	background: url(../images/about/jg-bg3.png) no-repeat;
	position: absolute;
	background-size: 100% 100%;
}

.node .span4 {
	width: 124%;
	height: 3.75rem;
	left: 0;
	margin-top: 2.375rem;
	transform: translateX(-50%);
	background: url(../images/about/jg-bg2.png) no-repeat;
	position: absolute;
	background-size: 100% 100%;
}
/* 组织机构end */

.lsh {
	width: 100%;
	height: auto;
	margin: 1.875rem 0;
}

.dw{
	width: 100%;
	height: auto;
	margin: 1.875rem 0;
	display: flex;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.125rem;
	color: #4A4E58;
}
.dw-item{
	width: 10.625rem;
	border: 0.0625rem solid #CCD2E3;
	position: relative;
}
.jg-item{
	width: 33.3%;
	border: 0.0625rem solid #CCD2E3;
	position: relative;
}
.dw-item span:first-child,
.jg-item span:first-child{
	background: #F0F1F7;
	display: block;
	padding:  0 0.625rem;
	line-height: 3.75rem;
	height: 3.75rem;
}

.dw-item span,
.jg-item span{
	width: calc(100% - 1.25rem);
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dw-item span:last-child,
.jg-item span:last-child{
	padding: 2.625rem 0.625rem;
}


.lsh-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 6.25rem;
	border: 0.0625rem solid #CCD2E3;
	position: relative;
}

.lsh-item:not(:last-of-type) {
	border-bottom: none;
}

.lsh span {
	font-size: 1.125rem;
	color: #4A4E58;
	line-height: 1.875rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: justify;
}

.lsh-item span:first-child {
	width: 10rem;
	background: #F0F1F7;
	position: absolute;
	left: 0;
}

.lsh-item span:last-child {
	width: calc(100% - 12.5rem);
	position: relative;
	left: 5rem;
	padding: 1.25rem;
}

.msc {
	width: calc(100% - 1.8125rem);
	margin: 1.875rem 0;
	padding-right: 1.25rem;
	padding-left: 1.8125rem;
}

.msc-t {
	/* padding-left: 1.8125rem; */
	font-weight: bold;
	font-size: 1.5rem;
	color: #4A4E58;
	margin-bottom: 1.125rem;
	display: block;
}

.msc-t2 {
	padding-left: 1.8125rem;
	font-weight: bold;
	font-size: 1.125rem;
	color: #4A4E58;
	margin: 1.125rem 0 0.875rem;
	display: block;
}

.msc span:not(:first-child) {
	font-size: 1.125rem;
	color: #4A4E58;
	text-indent: 2rem;
	line-height: 1.875rem;
	width: 100%;
	display: block;
	text-align: justify;
}

.msc-item p {
	width: 10rem;
	text-align: center;
}

.msc-item {
	display: flex;
	align-items: center;
	justify-content: start;
	width: 100%;
	min-height: 6.25rem;
	border: 0.0625rem solid #CCD2E3;
	position: relative;
}

.msc-item:not(:last-of-type) {
	border-bottom: none;
}

.msc span {
	font-size: 1.125rem;
	color: #4A4E58;
	line-height: 1.875rem;
	height: 100%;
}

.msc-item span:first-child {
	width: 10rem;
	background: #F0F1F7;
	position: absolute;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.msc-item span:nth-child(2) {
	left: 10rem;
	width: 10rem;
	position: relative;
}

.msc-item span:last-child {
	width: calc(100% - 21.25rem);
	position: relative;
	left: 10rem;
	padding-right: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: start;
}

.cs-box {
	width: calc(100% - 1.875rem);
	display: flex;
	padding-left: 1.875rem;
	margin-bottom: 1.875rem;
}

.cs-box .cs-c {
	width: 66.5%;
	font-size: 1.125rem;
	color: #4A4E58;
	line-height: 1.875rem;
	margin-right: 1.875rem;
	text-align: justify;
}

.cs-box .lsh {
	margin: 0;
	/* width: 27.7%; */
	flex: 1;
}

.cs-box .msc-item {
	min-height: 3.75rem;
}

.cs-box .msc-item span:first-child {
	width: 5rem;
}

.cs-box .msc-item span:last-child {
	width: calc(100% - 7.5rem);
	left: 5rem;
	padding: 0 1.25rem;
}

.cs-content {
	font-weight: 400;
	font-size: 1.125rem;
	color: #4A4E58;
	line-height: 1.875rem;
	text-align: justify;
	position: relative;
}
/* 学会会讯 */
.about-left {
	/* width: calc(75% - 2.8125rem); */
	flex: 1;
	position: relative;
}
.about-l-title {
	height: 2.3125rem;
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 2.25rem;
	color: #4A4E58;
	line-height: 1.5rem;
}
.about-content{
	width: 100%;
	display: flex;
	font-size: 1.125rem;
	color: #4A4E58;
	line-height: 1.875rem;
	margin-top: 1.875rem;
	text-align: justify;
}
.about-content div:nth-of-type(1){
	white-space: nowrap;
}
.about-content div:nth-of-type(2) pre{
	font-family: Microsoft YaHei;
	display: flex;
	padding-right: 2.875rem;
	font-size: 1.125rem;
	color: #4A4E58;
	line-height: 1.875rem;
}
.about-from,.about-num{
	font-size: 1.125rem;
	color: #4A4E58;
	line-height: 1.875rem;
}
.about-from{
	margin-top: 1.6875rem;
}
.about-num{
	margin-top: 1.875rem;
}
.about-right{
	/* flex: 1; */
	width: 20.7%;
	text-align: center;
}
.about-right img {
    width: 100% !important;
	height: auto !important;
}
.about-right img:nth-of-type(2){
	display: none;
}
.wqhyView{
	width: 100%;
	margin-top: 1.25rem;
	margin-bottom: 1.125rem;
	background: #F0F1F7;
	display: inline-block;
	vertical-align: bottom;
	font-size: 0;
}
.wqhyView span{
	width: calc(10% - 0.125rem);
	height: 3.75rem;
	display: inline-block;
	line-height: 3.75rem;
	border: 0.0625rem solid #fff;
	font-size: 1.25rem;
	color: #4A4E58;
	text-align: center;
}
.wqhyView span:nth-of-type(1),
.wqhyView span:nth-of-type(11){
	border-left: none;
}
.wqhyView span:nth-of-type(10),
.wqhyView span:nth-of-type(20){
	border-right: none;
}
.wqhyView span:hover,
.wqhyView span.active{
	color: #0050A0;
	background: #CCD2E3;
}
.hxList hr:last-of-type{
	display: none;
}
/* 学会会讯end */