/* 设置页面头部标题部分 */
.banner {
    margin-bottom: 70px;
}

.banner img {
    width: 100%;
}

.title {
    margin-bottom: 50px;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
}

/* //0000000000000000 */
.top-bar img{
    max-width: 100%;
}

/* 统一设置页面主体相同部分 */
.main .main-body{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    margin-top: 40px;
    color: #6e0dae;
}
/* 统一设置标题 */
.main .main-body .title{
    position: relative;
    margin-bottom: 50px;
}
.main .main-body .title img{
    width: 140px;
    height: 80px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    margin-top: -30px;
    z-index: -1;
}
.main .main-body .title .title-content{
    font-size: 54px;
    font-weight: bold;
    font-family:'宋体' ;
    color: #6e0dae;
    text-align: center;
    background: url('/img/img-01.png') center no-repeat;
    width: auto;
}

.theme-text {
    color: #700523;
    border: 1px solid #700523;
    font-size: 26px;
    border-radius: 30px;
    width: 450px;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    margin: 20px auto;
    letter-spacing: 5px;
}

.theme-2 {
    width: 600px;
}

/* 分别设置页面主体各部分 */

/* 01 */
.main .introduction .text-box{
    width: 1200px;
    background-color: #f6f3f7;
    margin-bottom: 50px;
}
.main .introduction .text-box .text span{
    color: #36136e;
}

.main .introduction .text{
    width: 1164px;
    height: 100%;
    border: 3px whitesmoke solid;
    color: #333;
    padding: 30px 15px;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 5px;
    text-indent: 2em;
    /* 设置边框渐变 */
    background-color: transparent;
    border:3px transparent solid;
    border-image:linear-gradient(to right,#d12d9c,#5ea2ef) 1 10;
}

/* 设置论坛简介模块照片 */
/* .main .introduction .photo{
    width: 1190px;
    height: 470px;
    margin: 50px 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
} */

.main .introduction .photo img:hover{
    transform: scale(1.1);
    transition: 0.5s;
}

.main .introduction .photo .photo-c{
    width: 273px;
    height: 470px;
    margin-right: 14px;

}
.main .introduction .photo .photo-l,
.main .introduction .photo .photo-r{
    width: 446px;
    height: 470px;
    margin-right: 14px;
}

.main .introduction .photo .photo-l .photo-l-up{
    width: 100%;
    height: 163px;
}
.main .introduction .photo .photo-r .photo-r-up{
    width: 100%;
    height: 222px;
}
.main .introduction .photo .photo-l .photo-l-up .l-left,
.main .introduction .photo .photo-r .photo-r-up .r-left{
    float: left;
}
.main .introduction .photo .photo-l .photo-l-up .l-right,
.main .introduction .photo .photo-r .photo-r-up .r-right{
    float: right;
}

.main .introduction .photo .photo-l .photo-l-down,
.main .introduction .photo .photo-c .photo-c-down,
.main .introduction .photo .photo-r .photo-r-down{
    margin-top: 15px;
}

/* 03 */
.main .organizers .list{
    background-color: #f7f7f9;
    color: #24094f;
}
.main .organizers .list img{
    width: 200px;
}

.main .organizers .organizers-content{
    font-size: 20px;
    line-height: 40px;
    padding: 20px 30px;
}
/* 04 */
.main .swiper-wrapper{
    margin-bottom: 40px;
}

.main .swiper-wrapper .swiper-slide{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}
.main .swiper-wrapper .swiper-slide img{
    width: 400px;
}
.main .swiper-wrapper .swiper-slide p{
    line-height: 24px;
}
.main .swiper-wrapper .swiper-slide a{
    color: #333;
}
.main .swiper-wrapper .swiper-slide a:hover{
    color: #6e0dae;
}
.main .previous .swiper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}
.main .previous .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}

.main .previous .items .item .item-text{
     margin-top: 50px;
     font-size: 18px;
     line-height: 48px;
}
.main .previous .contact{
    margin: 200px auto;
    text-align: center;
    font-size: 24px;
    line-height: 48px;
}
.main .previous .contact p{
    margin: 40px 0;
    color: #47265e;
}
.main .previous .contact .contact-title{
    font-size: 36px;
    font-weight: bold;
}

/* 设置页面底部 */

footer{
    background: #2a2a2a;
    width: 100%;
    padding: 40px 0;
}
footer .footbar{
    width: 1010px;
    height: auto;
    margin: 0 auto;
    color: #fff;
    padding: 0 100px;
    display: flex;
    flex-wrap: nowrap;
}
footer .footbar .f-left{
    text-align: center;
    padding-top: 60px;
}

footer .footbar .f-center{
    padding: 20px 40px;
    font-size: 12px;
    line-height: 24px;
}  
footer .footbar .f-center a{
    color: #fff;
}
footer .footbar .f-right{
    margin-top: 40px;
}

/* 新加修改  */
/* 领导致辞 */
#ldzc {
    background: #f6f3f7;
  }
  #ldzc .img {
    width: 500px;
  }
  #ldzc .text {
    width: 620px;
    box-sizing: border-box;
    position: relative;
  }
  #ldzc .text .t {
    padding: 10px 0;
    font-size: 40px;
    color: #333;
    line-height: 1;
  }
  #ldzc .text .b {
    font-size: 20px;
    color: #333;
    line-height: 2.2;
  }
  #ldzc .text .box {
    margin-top: 20px;
    padding: 0 30px;
    border: 1px solid #786232;
    border-radius: 3px;
    font-size: 16px;
    color: #333;
    height: 206px;
    position: relative;
  }
  #ldzc .text .box img {
    position: absolute;
  }

  #title {
    text-align: center;
    padding: 70px 0 35px;
    color: #2b0386;
    margin-bottom: 50px;
    font-size: 50px;
    position: relative;
  }
  #title span {
    display: block;
    position: absolute;
    left: 50%;
    background: -moz-linear-gradient(0deg, #240e54 0%, #ddb82a 49%, #270e54 100%);
    background: -webkit-linear-gradient(0deg, #240e54 0%, #ddb82a 49%, #270e54 100%);
    background: -ms-linear-gradient(0deg, #240e54 0%, #ddb82a 49%, #270e54 100%);
  }
  #title span:nth-of-type(1) {
    margin-left: -180px;
    height: 1px;
    bottom: 11px;
    width: 350px;
  }
  #title span:nth-of-type(2) {
    margin-left: -100px;
    height: 1px;
    bottom: 0px;
    width: 200px;
  }

  /* 主题论坛 */
  .forum ul li {
    border: solid 1px #e9e9e9;
    width: 276px;
    height: 490px;
    margin-right: 30px;
    float: left;
    box-sizing: border-box;
    padding: 20px;
}

.forum ul li:last-child {
    margin-right: 0;
}

.forum ul li .img {
    margin-bottom: 40px;
}

.forum ul li .text {
    line-height: 1.5;
}

.forum ul li .text .name {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 2px;
}

.forum ul li .desc {
    display: none;
    font-weight: lighter;
}

.forum ul li:hover {
    background-color: #e9e9e9;
}

.forum ul li:hover .top {
    display: flex;
    margin-bottom: 20px;
}

.forum ul li:hover .img {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.forum ul li:hover .desc {
    display: block;
}

.title1 {
    text-align: center;
    color: #9a9a9a;
}

/* 论坛二 */
.forum2 {
    padding-top: 60px;
    background-color: #f1eff6;
    padding-bottom: 70PX;
}

.forum2 li {
    display: flex;
    margin-bottom: 40px;
}

.forum2 li :last-child {
    margin-bottom: 0;
}

.forum2 li .img {
    flex-shrink: 0;
    width: 220px;
    box-shadow: 8px 6px 6px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 999;
}

.forum2 li .text {
    margin-top: 20px;
    background-color: #fff;
    padding: 35px 40px;
    width: 100%;
}

.forum2 li .text .top {
    display: flex;
    align-items: center;
}

.forum2 li .text .desc {
    font-weight: lighter;
    font-size: 16px;
}

.forum2 li .text .name {
    font-size: 24px;
    width: 80px;
}

/* forum4 */

.forum4 {
    padding-top: 50px;
    padding-bottom: 70px;
    margin-top: 50px;
}

.forum4 .conts {
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-content: stretch;
    flex-wrap: wrap;
}

.forum4 .conts .item {
    width: 22%;
    flex-shrink: 0;
    margin-top: 50px;
    color: #fff;
}

.forum4 .conts .line {
    width: 2px;
    height: 480px;
    margin: auto 0px;
    background-image: linear-gradient(0deg, #665ec7 0%, #ffffff 49%, #665ec7 100%);
}

.forum4 .conts .item .t-1 {
    font-size: 24px;
    margin-top: 20px;
}

.forum4 .conts .item .t-2 {
    margin-bottom: 30px;
}

.forum4 .conts .item .t-3 {
    font-size: 16px;
    font-weight: lighter;
    height: 150px;
}

.forum4 .clearfix {
    background-color: #665ec7;
}

.forum-son {
    /* overflow-x: auto; */
    /* display: flex; */
    width: 100%;
    margin: 0 auto;
}

.conts {
    /* overflow-x: auto; */
    box-sizing: border-box;
    flex-shrink: 0;
    margin: 0 30px;
    position: relative;
    box-sizing: border-box;
}

.item .img img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    border: 10px solid #ddc1f347;
}

/* 轮播图-分论坛二 */
.forum3 .swiper-container {
    padding-bottom: 25PX;
}

.forum3 .cont .con {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 62px 200px;
    display: flex;
}

.forum3 .swiper-slide .forum3-bg {
    display: block;
    margin: 0 auto;
}

.forum3 .cont .name {
    font-size: 24px;
    margin-top: 20px;
}

.forum3 .cont .t-1 {
    font-size: 18px;
    margin-bottom: 30px;
}

.forum3 .cont .desc {
    font-weight: lighter;
}

.forum3 .img {
    width: 300px;
    height: 350px;
    flex-shrink: 0;
    margin-right: 40px;
    background-size: cover;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: -8px;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #2b0386;
}

.EMBA-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7f7f9;
    padding: 20px;
}

.EMBA-item {
    width: 300px;
}

.EMBA-img{
    width: 360px;
    height: 210px;
    border-radius: 4px;
}

.EMBA-p {
    color: #333;
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
}


.symbol {   
    color: #e3e3e3;
    font-size: 30px;
    font-weight: 600;
}

.pintu {
    display: flex;
    overflow-x: auto;
    flex-shrink: 0;
    padding: 10px;
}

/* 轮播图 */
.forum6 .swiper-slide .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    z-index: 555;
}

.forum6 .swiper-button-prev,
.forum6 .swiper-container-rtl .swiper-button-next {
    left: 28%;
    right: auto;
}

.forum6 .swiper-button-next,
.forum6 .swiper-container-rtl .swiper-button-prev {
    right: 28%;
    left: auto;
}

.forum6 .swiper-button-next:after,
.forum6 .swiper-container-rtl .swiper-button-prev:after,
.forum6 .swiper-button-prev:after,
.forum6 .swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.forum6 .swiper-button-next,
.forum6 .swiper-button-prev {
    width: 40px;
    height: 40px;
}

.forum6 .swiper-slide-active .mask {
    display: none;
}