/*
    作者:黄豪琦
    日期:2020-07-08 09:47
*/

.page-banner-big {
  height: 440px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-banner-middle {
  height: 250px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-banner-small {
  height: 180px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-banner-big > img,
.page-banner-middle > img,
.page-banner-small > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.banner-div {
  position: relative;
  height: 250px;
  width: 100%;
  overflow: hidden;
}
.banner-div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-text {
  position: absolute;
  top: 20%;
  text-align: center;
  color: #ffffff;
  font-size: 3rem;
  font-weight: bold;
  width: 100%;
  letter-spacing: 5px;
}
.banner-search {
  position: absolute;
  top: 60%;
  z-index: 9;
  display: flex;
  width: 100%;
  justify-content: center;
}

.banner-search .search-btn {
  background-color: #f5a623;
  border: #f5a623 solid;
  height: 82px;
  margin-left: -6px;
  padding: 0 30px;
  border-radius: 0 10px 10px 0;
}
.banner-search .am-form-field {
  font-size: 2.5rem;
  line-height: 1.2;
  padding: 2.5rem;
}

.banner-search #search-input {
  border-radius: 10px 0 0 10px;
  width: 100%;
}
.banner-search .am-form-inline {
  /*width: 60%;*/
}
.banner-search .am-form-group {
  width: 87%;
}

.page-container {
  padding: 25px 0;
}

.page-container .left-menu-list {
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
  position: relative;
  z-index: 9;
}

.page-container .left-menu-list .lm-item {
  background: #efeff4;
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
  color: #666666;
  border-bottom: #ffffff 1px solid;
  line-height: 3.5;
}
.page-container .left-menu-list .active {
  background-color: #f5a623;
  color: #ffffff;
}
.page-container .left-menu-list .active > a {
  color: #ffffff !important;
}
.unfold {
  width: 15%;
  cursor: pointer;
  top: 0;
  position: absolute;
  right: 5%;
  z-index: 10;
}
.unfold > img {
  width: 40%;
  transition: all 300ms;
}
.unfold > .img_active {
  transform: rotate(-90deg);
}
.h-menu {
  position: relative;
}
.h-menu > a {
  color: #666666;
  display: block;
  position: relative;
  z-index: 5;
}
.h-menu > .next-menu {
  display: none;
  background: #fff2e3;
  border-top: solid 1px #ffffff;
}
.small-unfold {
  width: 10%;
  right: 7%;
}
.link-list > li > a {
  display: block;
  line-height: 2;
  text-align: left;
  text-indent: 40px;
  background-color: #ffffff;
  color: #666;
  font-size: 16px;
  /*pos*/
}
.link-list > li > a:hover {
  color: #f5a623;
}
.link-list > li > a:before {
  content: '>';
  display: inline-block;
  text-indent: 0;
  margin-right: 5px;
}
.lv3 {
  line-height: 3;
  background: #f5efe8;
}

.page-container .menu-bg {
  position: absolute;
  height: 100%;
  background: #4c2d82;
  z-index: 1;
}

.page-container .left-menu-list > .h_active {
  background: #f5a623 !important;
}
.page-container .left-menu-list .h-tag-titles-item {
  background: #4c2d82;
  padding: 15px 0;
  height: 86px;
  transition: all 0.5s;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}
.page-container .left-menu-list .h-tag-titles-item a {
  color: #ffffff;
  display: block;
}

.page-container .page-content {
  display: inline-block;
  padding: 0;
}
.page-container .page-content .c-top {
  padding: 18px 0;
  height: 15%;
}
.page-container .page-content .c-body {
  text-align: center;
  min-height: 440px;
}
.page-container .page-content .c-body thead {
  background: #efeff4;
}
.page-container .page-content .c-bottom {
  padding: 15px 0;
}
.page-container .h-btn {
  background: #f5a623;
  margin-left: 75%;
}
.page-container .h-btn > img {
  width: auto !important;
  margin-right: 5px;
  height: 19px;
}

.article {
  padding: 0px 20px;
  background: #fff;
}
.article img {
  margin: 0 auto !important;
  display: block;
  max-width: 100%;
}
.article .article-title {
  font-size: 25px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}
.article .time {
  text-align: center;
  line-height: 3;
}
.article .article-content table {
  width: 100% !important;
}
.article .article-content table td {
  width: unset !important;
}

.article-content p {
  word-break: break-word;
}

.list a {
  line-height: 50px;
  border-bottom: #efeff4 1px solid;
  display: block;
  width: 95%;
  margin: 0 auto;
}
.list a > span {
  display: block;
}
.list a > .dian {
  float: left;
  display: block;
  background: #999999;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  margin: 20px 5px 0;
}
.list a > .text {
  float: left;
  width: calc(100% - 150px);
  font-size: 1.2rem;
}
.list a > .time {
  float: right;
  width: 130px;
  text-align: center;
  font-size: 1.2rem;
}
.list a .pdf {
  width: 23px;
  margin: 10px;
  float: left;
}

.title-internal {
  margin: 40px 0;
  width: 100%;
  background-color: #fef3e7;
  font-weight: bold;
  line-height: 35px;
}
.title-internal > .color {
  width: 5px;
  height: 35px;
  float: left;
  margin-right: 30px;
  background-color: #f08200;
}
.title-internal2 {
  width: 100%;
  font-weight: bold;
  line-height: 35px;
  font-size: 25px;
  color: #333333;
  letter-spacing: 0;
  background-color: transparent;
  margin: 60px 0;
}

.title-internal2 > .color {
  float: left;
  margin-right: 30px;
  background: ;
  width: 52px;
  height: 32px;
}

.text-item {
  margin: 20px 0;
  line-height: 35px;
}
.am-u-lg-10 .article {
  padding: 0 20px;
}
.min-width-280 {
  min-width: 280px;
}

.h-table {
  text-align: center;
  line-height: 1.5;
}
.h-table thead {
  background: #efeff4;
}
.h-table thead td {
  padding: 2rem 0.7rem !important;
}
.h-table tbody tr {
}
.h-table tbody tr td {
  line-height: 1.5;
  border: 0 !important;
  padding-left: 0;
  padding-right: 0;
  background: #f7f7f7;
}
.h-table tbody tr td span {
  display: block;
  background: #f7f7f7;
  padding: 0.7rem;
}
.bg-purple {
  background: #4c2d82;
  color: #ffffff;
}
.bg-purple .title-internal2 {
  color: #ffffff !important;
}
.margin-50 {
  margin: 60px auto;
}

.arrangement {
}
.arrangement > div {
  height: 280px;
  padding-left: 0;
  padding-right: 0;
  text-align: justify;
}
.arrangement .arr-img {
  padding: 0;
}
.arrangement .arr-img img {
  height: 100%;
  width: 100%;
}
.arrangement .arr-txt {
  background: #fff;
}
.arrangement .arr-txt > div {
  font-size: 18px;
}
.arrangement .arr-txt > div {
  width: 75%;
  margin: 0 auto;
}
.arrangement .arr-txt > div p {
  text-align: left;
}
.arrangement .arr-txt .title {
  font-weight: bold;
  font-size: 27px !important;
  margin: 30px auto 8px;
  text-indent: 0;
  text-align: center;
}
.padding-right {
  padding-right: 0.5rem !important;
}
.padding-left {
  padding-left: 0.5rem !important;
}
.banner-div .banner-text .title {
  font-size: 40px;
  margin-bottom: 20px;
}
.app_download .banner-text,
.qqjy .banner-text,
.jjyw .banner-text {
  font-size: 20px;
  line-height: 32px;
  padding: 20px 0;
}
#yyb_map {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 0;
  font-family: '微软雅黑';
}
.yybxx .a-title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.yybxx {
  text-align: left;
  text-indent: 40px;
}
.yybxx .a-part span {
  font-size: 18px;
  font-weight: bold;
}

.common-switch {
}
.common-switch .banner-div {
  display: flex;
  align-items: center;
}
.common-switch .banner-text {
  top: 30%;
  font-size: 40px;
}
.common-switch .switch-title {
  display: flex;
  justify-content: space-between;
}
.common-switch .s-title-item {
  width: 15%;
  border: 1px #666666 solid;
  background: #f4f4f4;
  line-height: 3;
  display: block;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.common-switch .switch-title .h_active {
  background: #4c2d82;
  color: #ffffff;
}
.gongao {
  line-height: 2;
  padding: 10px 0;
  font-weight: bold;
  font-size: 20px;
}

.building .page-container img {
  width: 100%;
}
.b-content img {
  max-width: 100%;
}
.whimg {
  height: 220px;
  width: 100%;
  overflow: hidden;
}
.whimg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whcontent {
  overflow: hidden;
  width: 100%;
  padding: 20px 0px 40px 0px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.samecontent {
  position: relative;
  height: 100%;
  width: 400px;
  float: left;
  padding: 2rem;
  position: relative;
  box-sizing: border-box;
}
.samecontent .sameheader {
  width: 100%;
  height: 70px;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #333333;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
}
.samecontent .sameconinfo {
  width: 100%;
  height: 148px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 1.2rem;
  line-height: 2.5rem;
  text-align: justify;
  margin-bottom: 4.5rem;
}
.samecontent .samebtn {
  width: 265px;
  height: 49px;
  border: 1px solid #f5a623;
  color: #f5a623;
  line-height: 49px;
  text-align: center;
  font-size: 1.4rem;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
}
.zpcontent {
  width: 100%;
  height: 377px;
  margin-bottom: 60px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.zpcontent .zpimg {
  height: 100%;
  width: 360px;
  float: left;
  margin-right: 40px;
}
.zpcontent .zpconinfo {
  width: 800px;
  height: 100%;
  padding: 60px 0px;
  float: right;
}
.textinfo {
  position: absolute;
  top: 50%;
  font-family: microsoftyahei-bold;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  width: 100%;
  font-weight: bold;
}
/* 居中 */
.center {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.tupianzs {
  height: 250px;
  width: 100%;
  margin-top: 60px;
}
.tupianzs .samezs1 {
  height: 100%;
  width: 48%;
  float: left;
  background:  no-repeat;
  filter: "progid:dximagetransform.microsoft.alphaimageloader(,sizingmethod='scale')";
}
.tupianzs .samezs2 {
  height: 100%;
  width: 48%;
  float: left;
  margin-left: 48px;
  background:  no-repeat;
  filter: "progid:dximagetransform.microsoft.alphaimageloader(,sizingmethod='scale')";
}
.tupianzs .samezs3 {
  height: 100%;
  width: 390px;
  float: right;
  background:  no-repeat;
  filter: "progid:dximagetransform.microsoft.alphaimageloader(,sizingmethod='scale')";
}
.tupianzs .samezstitle {
  width: 100%;
  font-family: microsoftyahei-bold;
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  margin-top: 56px;
  margin-bottom: 50px;
}
.tupianzs .samezsbtn {
  display: block;
  width: 265px;
  height: 49px;
  border: 1px solid #ffffff;
  color: #fff;
  line-height: 49px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}
.tscontent .tswrapper {
  background:  no-repeat;
  background-size: 100% 100%;
  filter: "progid:dximagetransform.microsoft.alphaimageloader(,sizingmethod='scale')";
  /* height: 201px; */
  width: 100%;
  padding: 20px 30px;
  position: relative;
}
.tscontent .tstitle {
  height: 100%;
  width: calc(100% - 140px);
  color: #fff;
  line-height: 36px;
  /* float: left; */
  font-weight: bold;
}
.tscontent .tstitle > div,
.tscontent .tstitle > p {
  word-break: break-all;
  font-size: 18px;
  line-height: 2.5rem;
  margin: 1rem;
}
.tscontent .tswrapper .tserweima {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -56px;
}
.fxheader {
  height: 140px;
  width: 100%;
  font-family: microsoftyahei-bold;
  font-size: 18px;
  color: #ffffff;
  letter-spacing: 0;
  padding: 20px 30px 40px 30px;
  color: #fff;
  font-weight: bold;
  background: ;
  filter: "progid:dximagetransform.microsoft.alphaimageloader(,sizingmethod='scale')";
}
.fxinfocon {
  width: 100%;
  height: 652px;
  margin: 41px 0px 50px 0px;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  background: #f9f9f9;
}
.fxinfocon .samefx {
  width: 100%;
  height: 130.7px;
  font-size: 16px;
  border-bottom: 2px solid #fff;
}
.fxinfocon .samefx .samefxl {
  width: 177px;
  height: 100%;
  float: left;
  line-height: 130.7px;
  font-family: microsoftyahei;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
}
.fxinfocon .samefx .samefxm {
  width: 618px;
  height: 100%;
  float: left;
  border-right: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
}
.fxinfocon .samefx .sametitle {
  padding-top: 40px;
  height: 100%;
  font-family: microsoftyahei;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  width: 93%;
  margin: 0 auto;
}
.fxinfocon .samefx .samefxr {
  width: 400px;
  float: right;
}
.fxinfocon .samefx .samefxrtitle {
  padding-top: 40px;
}
.fxinfocon .samefx .samefxrtitle p {
  color: #333333;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
}
/* 清除浮动 */
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
.notice {
  height: 200px;
}
.samenotice {
  width: 48%;
  min-height: 60px;
  background: #4c2d82;
  float: left;
  font-family: pingfang-sc-medium;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  text-align: center;
  line-height: 60px;
  margin-bottom: 20px;
  cursor: pointer;
}
.samenotice a {
  word-wrap: break-word;
}
.shengming {
  padding: 1rem;
}
.shengming p {
  line-height: 30px;
  color: #f5a623;
  font-size: 20px;
  font-weight: bold;
}
.shengming .samesm {
  text-indent: 40px;
  margin: 0;
  font-size: 1.3rem;
  color: #111;
  line-height: 2;
}
.specialtip {
  font-family: microsoftyahei;
  font-size: 14px;
  color: dodgerblue;
  letter-spacing: 0;
}

.bannersearch {
  position: absolute;
  top: 60%;
  width: 100%;
}
.bannersearch .searchcenter {
  width: 750px;
  margin: 0 auto;
  height: 100%;
}
.bannersearch .searchcenter .searchinput {
  height: 82px;
  width: 650px;
  float: left;
}
.bannersearch .searchcenter .searchinput input {
  height: 100%;
  width: 100%;
  border-radius: 10px 0 0 10px;
  border: none;
  outline: none;
  font-size: 25px;
  line-height: 1.2;
  padding: 25px;
  position: relative;
  behavior: ;
}
.bannersearch .searchcenter .searchbtn {
  width: 100px;
  height: 82px;
  float: right;
  background: #f5a623;
  border: 1px #f5a623 solid;
  border-radius: 0 10px 10px 0;
  position: relative;
  cursor: pointer;
  behavior: ;
}
.bannersearch .searchcenter .searchbtn img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.article p > img {
  max-width: 100%;
}

.tsjg {
  margin-top: 40px;
}
.tsjgheader {
  width: 100%;
  height: 82px;
  box-shadow: 0 -6px 10px 0 rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: space-between;
}
.tsjgheader .nav {
  float: left;
  text-align: center;
  font-weight: bold;
  font-family: microsoftyahei-bold;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  overflow: hidden;
  flex: 1;
  line-height: 82px;
  background: #f1f1f1;
  border: 1px solid #ddd;
}
.tsjgheader .nav_s {
  float: left;
  text-align: center;
  font-weight: bold;
  font-family: microsoftyahei-bold;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  flex: 1;
  line-height: 82px;
  background: #4c2d82;
}
.tsjgheader .nav a {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.tsjgheader .nav_s a {
  color: #fff;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.tsjg .tt1right {
  float: left;
  width: 360px;
}
.tsjg .tt1right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tsjg .tt1left {
  float: right;
  width: 840px;
  height: 100%;
  padding: 20px;
}
.tsjg .tt1left p {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 40px;
  text-align: justify;
  margin: 0;
}
.tsjg .tt1left .strengthen {
  font-family: microsoftyahei-bold;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.tsjg .samet {
  width: 100%;
  min-height: 540px;
  background: #ffffff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}
.xqjs {
  width: 100%;
  background: #fff;
  padding: 29px 20px;
}
.xqjs .xqjscon {
  border: 1px dashed #4c2d82;
  padding: 20px;
  text-align: justify;
  font-size: 1.4rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 39px;
}
.yiduiyi {
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
  font-size: 20px;
}

.bg-white {
  background-color: #fff;
} /*
    作者:黄豪琦
    日期:2020-07-29 13:39
  */
/*===== vertical timeline =====*/
#conference-timeline {
  position: relative;
  /*max-width: 920px;*/
  width: 100%;
  margin: 0 auto;
}

#conference-timeline .timeline-start {
  display: table;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

#conference-timeline .timeline-end {
  display: table;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: #4c2d82;
  padding: 15px 23px;
  color: #fff;
  max-width: 20%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #4c2d82;
  z-index: 1;
}

#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}

.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 30px 0;
}

.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  height: 250px;
  padding: 0 25px;
}

.content-left {
  text-align: right;
}

.content-right {
  text-align: left;
}

.content-left > img,
.content-right > img {
  width: 100%;
}

.time {
  font-family: dinalternate-bold;
  font-size: 14px;
  color: #999;
  letter-spacing: 0;
}

.title {
  font-size: 25px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0;
}

.text p {
  margin: 0;
  font-size: 16px;
  color: #666666;
}

.timeline-article .content-left-container {
  float: left;
  position: relative;
}

.timeline-article .content-right-container {
  float: right;
  position: relative;
}

.timeline-article .content-left-container:before {
  content: '';
  background-color: #4c2d82;
  height: 2px;
  width: 50px;
  position: absolute;
  right: -50px;
  top: 61px;
}

.no-line:before {
  display: none !important;
}

.timeline-article .content-left:before,
.timeline-article .content-right:before {
  position: absolute;
  top: 20px;
  font-size: 23px;
  color: #fff;
}

.timeline-article .meta-date {
  position: absolute;
  top: 30px;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: rgba(33, 96, 255, 0.28);
}

.timeline-article .meta-date .meta-date-solid {
  background-color: #4c2d82;
  width: 75%;
  height: 75%;
  position: absolute;
  top: 12.5%;
  left: 12.5%;
  border-radius: 30px;
}

.timeline-article .meta-date .date,
.timeline-article .meta-date .month {
  display: block;
  text-align: center;
  font-weight: 900;
}

.timeline-article .meta-date .date {
  font-size: 30px;
  line-height: 40px;
}

.timeline-article .meta-date .month {
  font-size: 18px;
  line-height: 10px;
}

.no-padding-right {
  padding-left: 0px;
}

/* 动画 start */
.timeline-article:nth-child(2n   1)
  .content-right-container
  .content-right
  > .time,
.timeline-article:nth-child(2n) .content-left-container .content-left > .time {
  transition: all 2s ease-in-out;
  opacity: 0;
  transform: translatex(-100px);
}

.timeline-article:nth-child(2n   1)
  .content-right-container
  .content-right
  > .time.show,
.timeline-article:nth-child(2n)
  .content-left-container
  .content-left
  > .time.show {
  transform: translatex(0);
  opacity: 1;
}

.timeline-article:nth-child(2n   1)
  .content-right-container
  .content-right
  > .title,
.timeline-article:nth-child(2n) .content-left-container .content-left > .title,
.timeline-article:nth-child(2n   1)
  .content-right-container
  .content-right
  > .text,
.timeline-article:nth-child(2n) .content-left-container .content-left > .text {
  transform: translatey(80px);
  transition: all 2s ease-in-out;
  opacity: 0;
}

.timeline-end {
  transition: all 2s ease-in-out;
  transform: scale(0.5);
  opacity: 0;
}

.timeline-end.show {
  transform: scale(1);
  opacity: 1;
}
.des-btn-wrapper {
}
.des-btn {
  display: inline-block;
  width: 48%;
  min-height: 60px;
  background-color: #4c2d82;
  line-height: 60px;
  text-align: center;
}
.des-btn a {
  color: #fff;
  font-size: 16px;
}

@media (max-width: 768px) {
  .timeline-article:nth-child(2n   1)
    .content-right-container
    .content-right
    > .title.show,
  .timeline-article:nth-child(2n)
    .content-left-container
    .content-left
    > .title.show,
  .timeline-article:nth-child(2n   1)
    .content-right-container
    .content-right
    > .text.show,
  .timeline-article:nth-child(2n)
    .content-left-container
    .content-left
    > .text.show {
    transform: translatey(-20px);
    opacity: 1;
  }
}

@media (min-width: 769px) {
  .timeline-article:nth-child(2n   1)
    .content-right-container
    .content-right
    > .title.show,
  .timeline-article:nth-child(2n)
    .content-left-container
    .content-left
    > .title.show,
  .timeline-article:nth-child(2n   1)
    .content-right-container
    .content-right
    > .text.show,
  .timeline-article:nth-child(2n)
    .content-left-container
    .content-left
    > .text.show {
    transform: translatey(0);
    opacity: 1;
  }
}

/* 动画 end */
@media (max-width: 1200px) {
  .tupianzs .samezs1,
  .tupianzs .samezs2 {
    width: 46%;
    margin: 0 1rem;
  }
  .tupianzs .samezs2 {
    float: right;
  }
  .tscontent .tswrapper {
    height: auto;
    padding: 2rem 1rem;
  }
  .notice {
    padding: 0 1rem;
  }
  .samenotice {
    width: 100%;
  }
  .fxinfocon {
    height: auto;
  }
  .fxinfocon .samefx {
    display: flex;
    height: auto;
    align-items: center;
  }
  .fxinfocon .samefx .samefxl {
    flex: 0 0 130px;
    line-height: normal;
  }
  .fxinfocon .samefx .samefxm {
    flex: 1;
  }
  .fxinfocon .samefx .samefxr {
    flex: 0 0 200px;
  }
  .fxinfocon .samefx .sametitle,
  .fxinfocon .samefx .samefxrtitle {
    text-align: justify;
    padding: 0;
  }
  .bannersearch .searchcenter {
    width: 80%;
  }
  .bannersearch .searchcenter .searchinput {
    width: calc(100% - 100px);
    height: 60px;
  }
  .bannersearch .searchcenter .searchinput input {
    font-size: 20px;
  }
  .bannersearch .searchcenter .searchbtn {
    height: 60px;
  }
  .des-btn-wrapper {
    overflow: hidden;
    padding: 0.5rem;
  }
  .des-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

@media (min-width: 769px) {
  .timeline-article .content-left .time {
    text-align: right !important;
  }

  .timeline-article .content-right-container:before {
    content: '';
    background-color: #4c2d82;
    height: 2px;
    width: 50px;
    position: absolute;
    left: -50px;
    top: 61px;
  }

  .title-internal2 img {
    display: inline-block;
    padding-right: 20px;
  }

  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 44%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .article {
    padding: 0 10px;
  }

  .title-internal2 {
    margin: 30px 0;
  }

  .title-internal2 img {
    display: inline-block;
    padding-right: 10px;
  }

  #conference-timeline .timeline-start img {
    margin-left: 0px !important;
  }

  #conference-timeline .timeline-start img {
    width: 40px;
  }

  #conference-timeline .conference-timeline-content {
    padding-top: 10px;
  }

  #conference-timeline .conference-center-line {
    left: 20px;
  }

  .timeline-article {
    position: relative;
    height: 270px;
  }

  .timeline-article .meta-date {
    width: 30px;
    height: 30px;
    left: 35px;
    top: 80px;
  }

  /* 文字 */
  .timeline-article:nth-child(2n   1) .content-right-container,
  .timeline-article:nth-child(2n) .content-left-container {
    width: 90% !important;
    position: absolute;
    top: 0px !important;
    left: 50px;
    z-index: 101;
    background-color: rgba(76, 45, 130, 0.7);
    height: 60px;
  }

  .timeline-article:nth-child(2n   1) .content-right-container .content-right,
  .timeline-article:nth-child(2n) .content-left-container .content-left {
    text-align: left;
  }

  .timeline-article .time {
    padding-top: 7px;
    color: #fff;
    width: 100%;
    font-size: 45px;
  }

  .timeline-article .title {
    padding-top: 20px;
  }

  .timeline-article .title,
  .timeline-article .text p {
    color: #fff;
  }

  /* 图片 */
  .timeline-article:nth-child(2n) .content-right-container,
  .timeline-article:nth-child(2n   1) .content-left-container {
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0px !important;
    left: 50px;
    z-index: 100;
  }

  .timeline-article:nth-child(2n) .content-right-container .content-right,
  .timeline-article:nth-child(2n   1) .content-left-container .content-left {
    width: 95%;
    height: 240px;
  }

  .timeline-article:nth-child(2n) .content-right-container .content-right img,
  .timeline-article:nth-child(2n   1)
    .content-left-container
    .content-left
    img {
    height: 100%;
    opacity: 0.9;
    width: 100%;
  }

  #conference-timeline .timeline-end {
    width: 50%;
    max-width: 50%;
  }

  .des-btn {
    width: 100%;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .title-internal2 {
    font-size: 20px;
  }
  .whcontent .samecontent {
    width: 50%;
  }
  .tsjg .samet {
    display: flex;
  }
  .tsjg .tt1right {
    width: 30%;
  }
  .tsjg .tt1left {
    width: 70%;
    box-sizing: border-box;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .title-internal2 {
    font-size: 20px;
  }
  .whcontent .samecontent {
    width: 50%;
  }
  .tsjg .samet {
    display: flex;
  }
  .tsjg .tt1right {
    width: 30%;
  }
  .tsjg .tt1left {
    width: 70%;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) {
  .banner-div {
    height: 180px;
  }

  .title-internal2 {
    font-size: 18px;
    padding: 0 1rem;
  }
  .whcontent .samecontent {
    width: 100%;
  }
  .tsjg .samet {
    display: flex;
  }
  .tsjg .tt1right {
    display: none;
  }
  .tsjg .tt1left {
    width: 100%;
    padding: 1rem;
  }
  .tupianzs .center {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tupianzs {
    height: auto;
    padding: 0 1rem;
  }
  .tupianzs .samezs1,
  .tupianzs .samezs2 {
    width: 100%;
    height: 250px;
    float: unset;
    background-size: 100% 100%;
    margin: 1rem 0;
  }
  .fxinfocon .samefx .samefxl {
    flex: 0 0 60px;
    line-height: normal;
    font-size: 14px;
  }
  .fxinfocon .samefx .samefxm {
    flex: 1;
    font-size: 14px;
  }
  .fxinfocon .samefx .samefxr {
    flex: 0 0 120px;
    font-size: 14px;
  }
  .fxheader {
    height: auto;
  }
}
