/* 学会概况 */
.basic-facts-content.active {
  display: block;
}
.basic-facts-content {
  display: none;
  margin-top: 2.34vw;
}
.basic-facts-content p {
  font-size: 0.83vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.56vw;
  letter-spacing: 0vw;
  color: #242424;
  text-indent: 2em;
}

/* 学会动态 */
.learn-dynamic-content.active {
  display: block;
}
.learn-dynamic-content {
  display: none;
  /* margin-top: 2.34vw; */
}

/* 学会动态  新闻资讯 */
.news-information {
  margin-top: 2.29vw;
}

.news-information .information-list {
  width: 100%;
  height: 16.6vw;
  margin-bottom: 2.66vw;
  display: flex;
  cursor: pointer;
}
.information-left {
  width: 27.24vw;
  height: 16.61vw;
  padding: 3px;
  box-sizing: border-box;
  border: solid 1px #e0e0e0;
  background-color: #f5f5f6;
  flex: none;
  overflow: hidden;
}

.information-left.linebutton .inner{
  padding: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
}




.information-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.information-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.36s;
}

.information-desc {
  flex: 1;
  overflow: hidden;
  padding: 0.78vw 1.56vw;
}

.information-desc .data {
  display: inline-block;
}
.information-desc .data .day {
  font-family: SimSun;
  font-size: 2.5vw;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.56vw;
  letter-spacing: 0vw;
  color: #010101;
  text-align: end;
}
.information-desc .data .time {
  margin-top: 1vw;
  font-size: 0.83vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.56vw;
  letter-spacing: 0vw;
  color: #222222;
}
.information-desc .title {
  font-family: MicrosoftYaHei;
  font-size: 0.94vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.56vw;
  letter-spacing: 0vw;
  color: #141414;
}
.information-desc .main-text {
  margin-top: 1vw;
  font-family: MicrosoftYaHeiLight;
  font-size: 0.73vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.56vw;
  letter-spacing: 0vw;
  color: #3d3d3d;
}
.information-desc .detail {
  display: block;
  margin-top: 0.6vw;
  position: relative;
}
.information-desc .detail a {
  font-family: MicrosoftYaHei;
  font-size: 0.73vw;
  line-height: 2vw;
  color: #222222;
  position: relative;
}
.information-desc .detail a::after {
  content: "+";
  font-size: 0.73vw;
  position: absolute;
  right: -12px;
  top: -0.6vw;
}
.information-desc .detail::after {
  content: "";
  width: 8.4vw;
  height: 1px;
  background-color: #e8e8e8;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all ease 0.46s;
}

.information-desc .detail::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #00358d;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  transition: all ease 0.46s;
}

/* 左右 */
.news-information .information-list:hover .linebutton.both .inner:before,
.news-information .information-list:hover .linebutton.both .inner:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* 上下 */

.news-information .information-list:hover .linebutton.both:before,
.news-information .information-list:hover .linebutton.both:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


.news-information .information-list:hover .information-left {
  /* border: solid 1px #00358d; */
}
.news-information .information-list:hover .information-left img {
  transform: scale(1.1);
}
.news-information .information-list:hover .information-desc .title {
  color: #00358d;
}
.news-information .information-list:hover .information-desc .detail a {
  color: #00358d;
}
.news-information .information-list:hover .information-desc .detail::before {
  width: 8.4vw;
}

/* 学会动态  通知公告 */
.notice-announcement {
  margin-top: 2.29vw;
}
.notice-announcement p{
  text-indent: 2em;
  font-family: MicrosoftYaHei;
	font-size: 0.83vw;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.56vw;
	letter-spacing: 0vw;
	color: #242424;
}

.notice-announcement .announcement-list {
  width: 100%;
  height: 11.56vw;
  margin-bottom: 1.6vw;
  background-color: #f6f6f6;
  border-radius: 2px;
  padding: 2.55vw 2.86vw 2.66vw;
  box-sizing: border-box;
  display: flex;
  position: relative;
  cursor: pointer;
}
.left-announcement {
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.left-announcement .day {
  text-align: end;
  font-family: SimSun;
  font-size: 2.5vw;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.56vw;
  letter-spacing: 0vw;
  color: #010101;
}
.left-announcement .time {
  margin-top: 1.09vw;
  font-family: SimSun;
  font-size: 0.83vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.56vw;
  letter-spacing: 0vw;
  color: #222222;
}
.right-announcement {
  flex: 1;
  margin-left: 4vw;
  padding-left: 1.9vw;
  border-left: 1px solid #efefef;
  overflow: hidden;
}
.right-announcement .rubric {
  font-family: MicrosoftYaHei;
  font-size: 0.94vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.56vw;
  letter-spacing: 0vw;
  color: #141414;
  text-indent: 0;
}
.right-announcement .illustrate {
  font-family: MicrosoftYaHeiLight;
  font-size: 0.73vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.56vw;
  letter-spacing: 0vw;
  color: #727272;
  margin-top: 0.6vw;
  text-indent: 0;
}
.right-announcement .detail {
  position: relative;
  margin-top: 0.6vw;
  line-height: 2vw;
}
.right-announcement .detail::after {
  content: "";
  width: 8.4vw;
  height: 1px;
  background-color: #e8e8e8;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all ease 0.46s;
}
.right-announcement .detail::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #14418F;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  transition: all ease 0.36s;
}

.announcement-list::after {
  content: "";
  width: 0;
  height: 10px;
  background-color: #82aff8;
  border-radius: 2px;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: all 0.3s;
}
.announcement-list:hover .detail a {
  color: #00358d;
}
.announcement-list:hover .right-announcement .detail::before {
  width: 8.4vw;
}
.announcement-list:hover::after {
  width: 100%;
  background-color: #00358d;
}

/* 会员指南 */
.member-guide {
  margin-top: 2.34vw;
  margin-bottom: 4vw;
}
.member-guide p {
  font-family: MicrosoftYaHei;
  font-size: 0.83vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.56vw;
  letter-spacing: 0vw;
  color: #222222;
}

/* ----------------------详情页css--------------- */
.details-box {
  width: 75vw;
  display: flex;
  justify-content: space-between;
}

/* 文章标题 */
.article-title {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 1.2vw;
  padding-bottom: 1vw;
}
.article-title .title {
  font-family: MicrosoftYaHei;
  font-size: 1.56vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.52vw;
  letter-spacing: 0vw;
  color: #2e2e2e;
  margin-bottom: 0.2vw;
}
.article-title .date {
  font-family: SimSun;
  font-size: 0.57vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.56vw;
  letter-spacing: 0vw;
  color: #222222;
}
.details-box .left-details .details-article {
  width: 49.7vw;
  text-align: center;
}
.details-box .left-details .details-article p {
  text-align: left;
  font-size: 0.83vw;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.56vw;
  letter-spacing: 0vw;
  color: #222222;
  text-indent: 2em;
}
.details-box .left-details .details-article img {
  max-width: 100%;
  margin: 1.6vw 0;
}
.details-box .right-details {
  width: 22.34vw;
  margin-top: 1.1vw;
}

/* 右侧通知公告列表 */
.details-notice {
  width: 22.24vw;
  height: 2.66vw;
  background-color: #f7f7f7;
  border: solid 1px rgba(69, 71, 72, 0.14);
  padding: 0 1.1vw;
  line-height: 2.66vw;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.details-notice span {
  font-family: MicrosoftYaHei-Bold;
  font-size: 1.25vw;
  font-weight: 600;
  color: #242424;
  text-indent: 0.68vw;
  position: relative;
}
.details-notice span::after {
  content: "";
  width: 0.21vw;
  height: 1.09vw;
  background-color: #00358d;
  border-radius: 0.1vw;
  position: absolute;
  left: 0;
  top: 0.78vw;
}

.details-notice .more{
  font-family: MicrosoftYaHei;
	font-size: 0.73vw;
	color: #242424;
  position: relative;
}
.details-notice .more::after{
  content: "";
  width: 0.05vw;
	height: 0.57vw;
	background-color: #959595;
  position: absolute;
  left: -0.68vw;
  top: 1.09vw;
}
.right-details .details-ul{
margin-top: 0.94vw;
}
.right-details .details-ul .details-list {
  position: relative;
}
.right-details .details-ul .details-list a{
  width: 100%;
  height: 9.9vw;
  margin-bottom: 1vw;
  background-color: #f6f6f6;
	border-radius: 0.1vw;
  display: flex;
  padding: 1.56vw 1.4vw 1.1vw 0;
  box-sizing: border-box;
}
.right-details .details-ul .details-list:hover::after{
  width: 100%;
}
.right-details .details-ul .details-list:hover .details-list-right .details-list-more{
  color: #00358d;
  border-bottom: 1px solid #00358d;
}
.right-details .details-ul .details-list::after{
  content: "";
  width: 0;
	height: 0.31vw;
	background-color: #00358d;
  position: absolute;
  bottom: 0;
  transition: all 0.36s;
}
.right-details .details-ul .details-list .details-list-left{
  flex: none;
  width: 5.7vw;
  height: 5.63vw;
  border-right: 1px solid #EBEBEB;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0.6vw;
}

.right-details .details-ul .details-list .details-list-left .day{
  font-size: 1.56vw;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.56vw;
	letter-spacing: 0vw;
	color: #010101;
}
.right-details .details-ul .details-list .details-list-left .time{
  font-size: 0.83vw;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.56vw;
	letter-spacing: 0vw;
	color: #222222;
}

.details-list .details-list-right{
  flex: 1;
  padding-left: 1.3vw;
  box-sizing: border-box;
  overflow: hidden;
}
.details-list .details-list-right .details-list-title{
  font-family: MicrosoftYaHei;
	font-size: 0.9vw;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.25vw;
	letter-spacing: 0vw;
	color: #141414;
}

.details-list .details-list-right .details-list-desc{
  font-family: MicrosoftYaHeiLight;
	font-size: 0.73vw;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.56vw;
	letter-spacing: 0vw;
	color: #3C3C3C;
  margin-top: 0.4vw;
  margin-bottom: 1vw;
}
.details-list .details-list-right .details-list-more{
  width: 8.49vw;
  line-height: 1.35vw;
  font-size: 0.73vw;
  color: #222222;
  position: relative;
  border-bottom: 1px solid #EBEBEB;
}
.details-list .details-list-right .details-list-more span{
  position: relative;
}
.details-list .details-list-right .details-list-more span::after{
  content: "+";
  position: absolute;
  right: -9px;
  top: -0.5vw;
}

/* 上下篇文章 */
/* background-color: #959595; */

.article-piece{
  margin-top: 3vw;
  padding-top: 1.8vw;
  border-top: 1px solid #F5F5F5;
  position: relative;
}
.article-piece .upper-piece,.article-piece .below-piece{
  font-family: MicrosoftYaHei-Bold;
	font-size: 0.83vw;
	font-weight: 600;
	line-height: 1.56vw;
	color: #242424;
}

.article-piece .piece-back a{
	font-size: 0.83vw;
	font-weight: 700;
	color: #00358d;
  position: absolute;
  right: 0;
  top: 2.2vw;
}


/* 组织机构图片 */
.structure-image {
  width: 50.89vw;
  margin: 2vw auto;
}
.structure-image img{
  width: 100%;
}
