@charset "UTF-8";
@import url(font.css);
html,body,div,p,ul,li,h1,h2,h3,h4,h5,h6,a,span,input,button{margin: 0; padding: 0; font-family: siyuanHeiRegular,Arial,sans-serif; font-size:14px; line-height: 1.5em; color: #7e829e; font-weight: normal; box-sizing: border-box; outline: none;}
a{ text-decoration: none; color: #395bb2; }
a:hover{ color: #2e3c88;  }
img,br{ margin: 0; padding: 0; border: 0 none;}
li{list-style: none;}
body{ background: #fff; }
* {
  /* 核心：统一时长和缓动函数，覆盖大部分生硬效果 */
  transition: all 0.25s ease-in-out; 
}

table{ border-collapse: collapse; }

.flexstyle{ display: flex; }
.flexalignstart{ align-items: flex-start; }
.flexaligncenter{ align-items: center; }
.flexwrap{ flex-wrap: wrap; }
.felxjustfcenter{ justify-content: center; }
.felxjustfbetween{ justify-content:space-between; }
.felxjustfend{ justify-content: flex-end; }
.flexone{ flex: 1; overflow: hidden; }
.flexdirco{ flex-direction: column; }
.flexaligntop{ align-items: flex-start; }
.ellipsis{white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.webkit_box{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; word-break: break-all;}
.webkit_box5{ -webkit-line-clamp: 5;}
.webkit_box3{ -webkit-line-clamp: 3;}
.webkit_box4{ -webkit-line-clamp: 4;}
.webkit_box7{ -webkit-line-clamp: 7;}
.imgH100 img{ height: 100%; width: auto; display: block; }
.imgW100 img{ width: 100%; height: auto; display: block; }
.curpoi{cursor: pointer;}
.porel{ position: relative; }
.pad30{ padding: 30px; }
.disnone{ display: none; }

.indexBody{background:url(../img/ciss_001.jpg) no-repeat center 98px;}
.box_wrap{ width: 1300px; margin: 0 auto; min-width: 320px;}


.top_wrap{background: #395bb2; position: relative; border-bottom: solid 1px rgba(255,255,255,.3);}
.top_main{ display: flex; align-items: center; }
.logo{ height: 68px; }
.logo img{height: 100%; width: auto; cursor: pointer;}
.top_right{ display: inline-flex; }
.top_right a{width:98px; height: 98px; padding: 0 30px; border-left:solid 1px rgba(255,255,255,.3); color: #7896fc; font-size: 24px; display: inline-flex; align-items: center; justify-content: center; background-repeat: no-repeat; background-position: center;}
.top_right a:last-child{ border-right:solid 1px rgba(255,255,255,.3);}
.top_right a.btn_menu{ background-image: url(../img/ciss_002.png); }
.top_right a.btn_search{ background-image: url(../img/ciss_003.png); }
.top_right a:hover{background-color:#fff;}
.top_right a.btn_close,
.indexBodyb .top_right a.btn_menu.btn_close,
.indexBodyb .top_right a.btn_search.btn_close,
.indexBodyb .top_right a.btn_menu.btn_close:hover,
.indexBodyb .top_right a.btn_search.btn_close:hover{background-color:#fff; background-image: url(../img/ciss_011.png); }

.slide_wrap{ display: none; background:#fff; position: absolute; z-index: 11; top: 98px; left: 0; right: 0; padding: 50px 0; max-height: 600px; }
.menu_main{ display: flex; flex-wrap: wrap; }
.menu_left{ flex: 1; display: inline-flex; flex-wrap: wrap; border-right: solid 1px #d4d9f3; }
.menu_left ul{ display: flex; flex-wrap: wrap; }
.menu_left ul li{ margin-right: 40px; display: flex; flex-direction: column; min-width: 160px; margin-bottom: 20px; }
.menu_bt{ border-bottom: solid 3px #4a64a5; font-size: 18px; font-weight: bold; color: #4a64a5; padding-bottom: 3px; margin-bottom: 10px; }
.menu_left ul li a{ font-size: 16px; color: #4a64a5; margin: 6px 0; }
.menu_left ul li a:hover{ color: #7b98ff; font-weight: bold; }
.menu_left ul li a:hover::before{ content: '-'; letter-spacing: 5px; }
.menu_right{ width: 120px; overflow: hidden; margin-left: 50px; display: flex; flex-direction: column; }
.menu_right a{ background:url(../img/ciss_012.png) no-repeat 0 center; margin-bottom: 20px; padding-left: 34px; font-size: 18px; color: #4553a3; font-weight: bold; }

.search_main{ background:#f3f5fd; border:solid 1px #d4d9f3; height: 78px; border-radius: 39px; display: flex; align-items: center; padding: 0 10px 0 30px; }
.searchInput{ flex: 1; overflow: hidden; border:0 none; background:transparent; font-size: 26px; }
.searchInput::placeholder{color: #d4d9f3;}
.searchBtn{ width: 60px; height: 60px; background:url(../img/ciss_003.png) no-repeat center; border:0 none; cursor: pointer; }

.swiper_box{ position: relative; margin: 40px auto 0 auto; }
/*轮播图样式重置 begin*/
.swiper-container { width: 100%; height: 100%; overflow: hidden; }
.swiper-slide { text-align: center;
  /* Center slide text vertically */
  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; overflow:hidden;
}
.bannerctrol{ background:linear-gradient(to right, rgba(30,151,213,1),rgba(30,151,213,0)); height: 30px; width: 240px; position: absolute; z-index: 1; bottom: 150px; left: 40px; display: flex; align-items: center; }
.bannerctrol .swiper-button-prev{position: static; margin: 0 10px; background: url(../img/ciss_035.png) no-repeat center; width: 20px; height: 20px; opacity: 0.5;}
.bannerctrol .swiper-button-next{position: static; margin: 0 10px; background: url(../img/ciss_035.png) no-repeat center; width: 20px; height: 20px; opacity: 0.5; transform: rotateY(180deg);}
.bannerctrol .swiper-button-prev:after,.bannerctrol .swiper-button-next:after{content: ""}
.bannerctrol .swiper-button-prev:hover,.bannerctrol .swiper-button-next:hover{ opacity: 1;}

.slide_pic{ width: 100%; height: auto; }
/*轮播图样式重置 end*/

.banner_title_wrap{position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background:linear-gradient(to bottom,transparent,rgba(0,0,0,.60));}
.banner_text{position: absolute; z-index: 1; bottom:200px; right: 210px; left: 48px;  color: #fff; font-size: 24px; font-weight: bold; text-align: left; }

.banner_lunbo_wai_contrl{ position: absolute; z-index: 1; top: 55%; right: 38px; display: flex; align-items: center; }
.ctrlPre{ background: url(../img/ciss_004.png) no-repeat center/100% auto; width: 67px; height: 67px; border-radius: 50%; margin-right: 15px; }
.ctrlNext{ background: url(../img/ciss_004.png) no-repeat center/100% auto; width: 67px; height: 67px; border-radius: 50%;transform: rotateY(180deg); }
.ctrlPre:hover,.ctrlNext:hover{background-color: rgba(255,255,255,.2);}

.banner_lunbo_item{ display: none; }
.qnjslbbox{overflow: hidden; width: 100%;}

.nav_wrap{overflow: hidden; position: absolute; z-index: 1; bottom: 40px; left: 40px; right: 40px; background:rgba(255,255,255,.92); border-radius: 50px; }
.nav_wrap ul{ display: flex; flex-wrap: wrap; align-items: center;  }
.nav_wrap ul li{ border-right: solid 1px #d4d9f3; display: flex; align-items: center; justify-content: center; flex: 1; padding:28px 0;}
.nav_wrap ul li:last-child{ border:0 none; }
.nav_wrap ul li a{ display: inline-flex; align-items: center; color: #395bb2; font-size: 22px; letter-spacing: 4px; }
.nav_icon{ height: 40px; width: auto; margin-right: 12px; }
.nav_wrap ul li.active,.nav_wrap ul li:hover{background:#fff;}


.huodong_wrap{ padding:15px 35px; background:rgba(126,166,247,.15); border-radius: 10px; margin-top: 30px; display: flex; align-items: center; }
.huodong_left{ flex: 1; overflow: hidden; height: 48px; position: relative; padding-right: 100px; }
.huodong_more{ font-size: 16px; margin-left: 30px; }
.hd_contrl{ position: absolute; right: 0; top: 50%; margin-top: -12px; display: flex; align-items: center; }
.hd_contrl .swiper-button-prev{margin-top: 0; position: static; background: url(../img/ciss_010.png) no-repeat center; width: 24px; height: 24px;opacity: .4;}
.hd_contrl .swiper-button-next{margin-top: 0; position: static; background: url(../img/ciss_010.png) no-repeat center; width: 24px; height: 24px; transform: rotateY(180deg);opacity: .4;}
.hd_contrl .swiper-button-prev:after,.hd_contrl .swiper-button-next:after{content: ""}
.hd_contrl .swiper-button-prev:hover,.hd_contrl .swiper-button-next:hover{ opacity: 1;}
.hd_contrl_split{ height: 26px; border-left: solid 1px #a7b7e6; margin: 0 20px; }
.hd_item{ display: flex; align-items: center; width: 100%; }
.hd_clendar{ display: inline-flex; align-items: center; border-right: solid 1px #7c99ff; height: 48px; padding-right: 28px; margin-right: 28px; }
.hd_clendar *{ color: #2e3c88; }
.hd_day{ font-size: 40px; color: #2e3c88; font-weight: bold; margin-right: 5px;}
.hd_clendar p{ line-height: 1.2em; }
.hd_link{ font-size: 18px; max-width: 75%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.dbt_wrap{ display: flex; align-items: center; border-bottom: solid 1px #d4d9f3; padding: 10px 0 10px 35px; background:url(../img/ciss_013.png) no-repeat 0 center; margin: 20px 0; height: 58px; }
.dbt_wrap span{ font-weight: bold; font-size: 22px; color: #2e3c88; border-right: solid 2px #d4d9f3; padding-right: 18px; margin-right: 18px; line-height: 1em; }
.dbt_wrap a{ margin: 0 5px; }
.yjcg_wrap{ display: flex; flex-wrap: wrap; }
.yjcg_left{ width: 548px; overflow: hidden; margin-right: 30px; }
.yjcg_lunbo{ margin-bottom: 20px;}
#yjcg_swiper .swiper-button-prev{margin-top:0; left:auto; top: auto; bottom: 0; right: 59px; background: url(../img/ciss_014.png) no-repeat center; width: 57px; height: 57px;opacity: .8;}
#yjcg_swiper .swiper-button-next{margin-top:0; right:0; top: auto; bottom: 0; background: url(../img/ciss_014.png) no-repeat center; width: 57px; height: 57px; transform: rotateY(180deg);opacity: .8;}
#yjcg_swiper .swiper-button-prev:after,#yjcg_swiper .swiper-button-next:after{content: ""}
#yjcg_swiper .swiper-button-prev:hover,#yjcg_swiper .swiper-button-next:hover{ opacity: 1;}
#yjcg_swiper .banner_text{position: absolute; z-index: 1; top: auto; bottom: 15px; right: 150px; left: 16px;  color: #fff; font-size: 18px; font-weight: bold; text-align: left; }
#yjcg_swiper .swiper-slide{ cursor: pointer; }
.yjcg_under{cursor: pointer; border-top: solid 1px #d4d9f3; padding: 20px 0; display: flex; flex-wrap: wrap; }
.cgpic{ width: 156px; overflow: hidden; box-shadow: 5px 5px 15px rgba(92,114,177,.1); margin-right: 28px; }
.cgpic img{ width: 100%; height: auto; }


.cg_right{ flex: 1; overflow: hidden; display: flex; flex-direction: column; }
.cg_infor{ font-size: 12px; margin: 5px 0; }
.cg_signwrap a{ height: 30px; line-height: 30px; padding: 0 13px; border-radius: 15px; background:#eceffe; font-size: 12px; margin:0 5px 15px 0; }
.cg_signwrap a:hover{ background:#def3f5; }
/* 原版 original */
.cg_signwrap a.original {
    background: #eceffe;
}
.cg_signwrap a.original:hover {
    background: #def3f5;
}

/* 蓝色 blue */
.cg_signwrap a.blue {
    background: #e6f4ff;
}
.cg_signwrap a.blue:hover {
    background: #bae0ff;
}

/* 绿色 green */
.cg_signwrap a.green {
    background: #e6ffed;
}
.cg_signwrap a.green:hover {
    background: #94e8b8;
}

/* 橙色 orange */
.cg_signwrap a.orange {
    background: #fff7e6;
}
.cg_signwrap a.orange:hover {
    background: #ffd8a8;
}

/* 红色 red */
.cg_signwrap a.red {
    background: #fff1f0;
}
.cg_signwrap a.red:hover {
    background: #ffccc7;
}

/* 紫色 purple */
.cg_signwrap a.purple {
    background: #f9eaff;
}
.cg_signwrap a.purple:hover {
    background: #e4bfff;
}

/* 灰色 gray */
.cg_signwrap a.gray {
    background: #f5f7fa;
}
.cg_signwrap a.gray:hover {
    background: #dcdfe6;
}

/* 黄色 yellow */
.cg_signwrap a.yellow {
    background: #fffde6;
}
.cg_signwrap a.yellow:hover {
    background: #fff599;
}

/* 青色 cyan */
.cg_signwrap a.cyan {
    background: #e6fcff;
}
.cg_signwrap a.cyan:hover {
    background: #87e8de;
}

/* 粉色 pink */
.cg_signwrap a.pink {
    background: #ffe6f0;
}
.cg_signwrap a.pink:hover {
    background: #ffb3cc;
}

/* 棕色 brown */
.cg_signwrap a.brown {
    background: #fff2e8;
}
.cg_signwrap a.brown:hover {
    background: #ffd9bf;
}

/* 橄榄绿 olive */
.cg_signwrap a.olive {
    background: #f6ffe6;
}
.cg_signwrap a.olive:hover {
    background: #d4f29c;
}
.cg_title{ font-size: 18px; font-weight: bold; color: #395bb2; }
.cg_title a{font-size: 18px; font-weight: bold;}
.cg_date{ font-size: 12px; color: #1e97d5; margin: 5px 0; }

.cgpic2{ width: 200px;  margin-right: 30px; overflow: hidden;}
.cgpic2 img{ width: 100%; height: auto; }

.yjcg_right{ margin-top: -21px; }
.seemore_wrap{ text-align: center; margin: 20px 0; }
.seemoreBtn{ width: 206px; height: 56px; border:solid 2px #7b98ff; border-radius: 28px; background:transparent; color: #7b98ff; cursor: pointer; }
.seemoreBtn:hover{ color: #fff; background:#7b98ff; }

.project_wrap{ margin: 40px auto; }
.project_left{ flex: 1; }
.project_right{ flex: 1; }
.project_item{ background:#f2f8fb; }

.project_title_wrap{ justify-content: space-around; cursor: pointer; }
.project_title{ font-size: 42px; color: #2e3c88; font-weight: bold; margin: 0 30px; line-height: 1.2em; }
.project_direc{ text-align: right; margin: 0 30px; }
.jiantoua{display: inline-block; width: 54px; height: 54px; overflow: hidden; border-radius: 50%; background:url(../img/ciss_015.png) no-repeat center/100% auto; }
.jiantoub{background-image: url(../img/ciss_016.png);}
.jiantouc{background-image: url(../img/ciss_036.png);}
.project_item:hover .project_title,.project_right:hover .project_title{ color: #395bb2 }
.project_item:hover .jiantoua{ background-image: url(../img/ciss_015a.png); }
.project_item:hover .jiantoub{ background-image: url(../img/ciss_016a.png); }
.project_right:hover .jiantouc{ background-image: url(../img/ciss_036a.png); }



.project_img img{ display: block; cursor: pointer; width: 100%; height: auto; }
.project_item2{ background:#eceffe; }
.project_title_wrap2{ background:url(../img/ciss_012.jpg) no-repeat 0 0 #91bbd6; }
.project_direc2 img{transform: rotate(90deg); width: 54px; height: 54px; }
.xsjl_wrap{ background:url(../img/ciss_013.jpg) repeat; margin: 50px auto; padding: 20px 0; }
.xsjl_part1{ width: 547px; }
.xsjl_part2{ flex: 1; margin-left: 30px; overflow: hidden; }
#xsjl_swiper .swiper-button-prev{margin-top:0; left:auto; top: auto; bottom: 150px; right: 59px; background: url(../img/ciss_014.png) no-repeat center; width: 57px; height: 57px;opacity: .8;}
#xsjl_swiper .swiper-button-next{margin-top:0; right:0; top: auto; bottom: 150px; background: url(../img/ciss_014.png) no-repeat center; width: 57px; height: 57px; transform: rotateY(180deg);opacity: .8;}
#xsjl_swiper .swiper-button-prev:after,#xsjl_swiper .swiper-button-next:after{content: ""}
#xsjl_swiper .swiper-button-prev:hover,#xsjl_swiper .swiper-button-next:hover{ opacity: 1;}
#xsjl_swiper .banner_text{position: absolute; z-index: 1; top: auto; bottom: 15px; right: 150px; left: 16px;  color: #fff; font-size: 18px; font-weight: bold; text-align: left; }
#xsjl_swiper .swiper-slide{ cursor: pointer; }
.xsjllb{ height: 120px; text-align: left; margin: 15px 0; border-bottom: solid 1px #d4d9f3; }
.xsjl_item{cursor: pointer; border-bottom: solid 1px #d4d9f3; padding-bottom: 8px; margin-top: 8px; }
.xsjl_item img{ width: 100%; height: auto; }
.cg_title2 a{ font-size: 16px; }

.dwfs_wrap{ background:url(../img/ciss_017.jpg) repeat-x center 57px; }
.bk_wrap{ margin-top: 41px; }
.bk_wrap p{ color: #fff; font-weight: bold; font-size: 22px; margin:0 15px; }
.bk_wrap a{ color: #fff; }
.bk_list{ border-bottom: solid 1px #d4d9f3; padding-bottom: 20px; }
.bk_item{ width: 394px; margin-top: 30px; }
.bk_img{cursor: pointer; position: relative; overflow: hidden; }
.bk_img img{ width: 100%; height: auto; display: block; }
.bk_filter{ position: absolute; z-index: 1; left: 0; top: 0; right: 0; bottom: 0; background:rgba(16,24,67,.3); }
.bk_icon{ cursor: pointer; position: absolute; z-index: 1; bottom: 0; left: 0; width: 80px; height: 80px; background:url(../img/ciss_018.png) no-repeat center rgba(32,189,183,.9); background-size: 50%; }
.bk_img:hover .bk_icon{ background-color: rgba(32,189,183,1) }
.bk_icon.active{ background-image: url(../img/ciss_001.gif); background-size: 90% auto; }
.cg_date2{ color: #20bdb7 }
.xsjllb2{ margin-top: 20px; }
.seemore{display: inline-block; height: 50px; line-height: 50px; background:url(../img/ciss_016.png) no-repeat 0 center/auto 100%; opacity: .6; padding-left: 65px; color: #2e3c88; margin: 20px 0; }
.seemore:hover{ opacity: 1; }
.bk_wrap2 p{ color: #2e3c88 }
.bk_wrap2 a{ color: #7b98ff; }
.mtcf_list{ margin-bottom: 50px; }
.mtcf_item{cursor: pointer; width: 48%; margin-top: 20px; background:#f2f8fb; border-radius: 0 10px 10px 0; }
.mtcf_img{ width: 240px; overflow: hidden; }
.mtcf_img .bk_icon,.wqjm_right .bk_icon,.podgdtj .bk_icon{ width: 50px; height: 50px; }
.xsjllb3{ margin: 10px 20px; }
.xsjllb3 .cg_date{ margin-bottom: 10px; }

.zxzj_item{ background:#fff;  width: 81%; margin:27px 0; padding: 30px 20px; text-align: center; cursor: pointer; }
.zxzj_item:hover{box-shadow: 0 0 27px rgba(166,193,220,.32);}

.zxzj_img{ width: 163px; height: 163px; overflow: hidden; border-radius: 50%; background:#ccc; margin: 0 auto 15px auto; }
.zxzj_img img{ width: 100%; height: auto;border-radius: 50%; }
.zxzj_banner{ margin: 40px 0; }
.zxzj_banner .swiper-button-prev{position: static; width: 34px; height: 71px; background:url(../img/ciss_020.png) no-repeat center; margin-right: 15px;margin-top:0;  opacity: .8;}
.zxzj_banner .swiper-button-next{position: static; width: 34px; height: 71px; background:url(../img/ciss_020.png) no-repeat center; transform: rotateY(180deg);opacity: .8;margin-top:0; margin-left: 15px;}
.zxzj_banner .swiper-button-prev:after,.zxzj_banner .swiper-button-next:after{content: ""}
.zxzj_banner .swiper-button-prev:hover,.zxzj_banner .swiper-button-next:hover{ opacity: 1;}

.yjtd{ color: #01b8ac; }
.zjname{ font-size: 18px; color: #2e3c88; font-weight: bold; margin: 6px 0; }
.zjintro{ font-size: 12px; min-height: 4.5em; }

.ljciss{ width: 390px; margin-left: 60px; overflow: hidden; }

.bk_wrap3{border-bottom: solid 1px #d4d9f3; height: 58px; margin: 20px 0;}
.bk_wrap3 p{ color: #2e3c88 }
.bk_wrap3 a{ color: #395bb2; }

.rcpy_item{ cursor: pointer; width: 31%; overflow: hidden; background:url(../img/ciss_013.jpg) repeat; margin-top: 15px; }
.rcpy_title{ background:url(../img/ciss_022.png) no-repeat 0 4px; margin-top:20px; padding: 0 20px; font-size: 18px; color: #2e3c88; font-weight: bold; height: 3em; }
.rcpy_intro{ height: 6em; margin: 10px 20px; }
.rcpy_item:hover .rcpy_title{ color: #395bb2; }
.ckgd{ display: inline-block; margin:0 20px 15px 20px; color: #01b8ac; }
.ljciss_intro{ color: #4553a3; margin: 30px 0 13px 0; }
.ljcisssp{ background:url(../img/ciss_013.jpg) repeat; }
.ljcifilter{cursor: pointer; position: absolute; z-index: 1; top: 0; right: 0; bottom: 0; left: 0; background:url(../img/ciss_023.png) no-repeat center rgba(0,0,0,.2); opacity: .85; }
.ljcifilter:hover{ opacity: 1; }
.ljlbtitle{ font-size: 16px; color: #395bb2; font-weight: bold; margin: 10px; }

.ljciss_swri_ctrl{ padding: 10px; } 
.ljciss_swri_ctrl .swiper-button-prev{position: static; width: 16px; height: 30px; background:url(../img/ciss_020.png) no-repeat 0 center; margin-right: 30px;margin-top:0;  opacity: .8;}
.ljciss_swri_ctrl .swiper-button-next{position: static; width: 16px; height: 30px; background:url(../img/ciss_020.png) no-repeat 0 center; transform: rotateY(180deg);opacity: .8; margin-left: 30px;margin-top:0;}
.ljciss_swri_ctrl .swiper-button-prev:after,.ljciss_swri_ctrl .swiper-button-next:after{content: ""}
.ljciss_swri_ctrl .swiper-button-prev:hover,.ljciss_swri_ctrl .swiper-button-next:hover{ opacity: 1;}

.ljciss_swri_ctrl .swiper-pagination{ position: static; }
.ljciss_swri_ctrl .swiper-pagination-bullet{ margin: 0 8px; }
.ljciss_swri_ctrl .swiper-pagination-bullet-active{ background:#01b8ac; }

.foot_wrap{ background:url(../img/ciss_033.jpg) repeat center 0; padding: 50px 0; margin-top: 60px;}
.foot_logo{ height: 87px; }

.foot_links{ margin: 80px 0 10px 0; }
.footlinkitem{ margin-right: 20px; display: inline-flex; align-items: center; background:#f5f5f5; height: 50px; border-radius: 10px; padding: 0 2px; margin-bottom: 5px; }
.footlinkicon{ width: 48px; height: 48px; overflow: hidden; background:url(../img/ciss_024.png) no-repeat center; background-size:80%;}
.footlinktext{ font-size: 18px; font-weight: bold; color: #7b98ff; font-style: normal; margin: 0 10px 0 0; }
.footlinkitem:hover .footlinkicon{ background-image: url(../img/ciss_024a.png); }
.footlinkitem:hover .footlinktext{ color: #395bb2; }

.footlinkiconb{ background-image: url(../img/ciss_025.png); }
.footlinkitem:hover .footlinkiconb{ background-image: url(../img/ciss_025a.png); }
.footlinkiconc{ background-image: url(../img/ciss_026.png); }
.footlinkitem:hover .footlinkiconc{ background-image: url(../img/ciss_026a.png); }
.footlinkicond{ background-image: url(../img/ciss_027.png); }
.footlinkitem:hover .footlinkicond{ background-image: url(../img/ciss_027a.png); }
.footlinkicone{ background-image: url(../img/ciss_028.png); }
.footlinkitem:hover .footlinkicone{ background-image: url(../img/ciss_028a.png); }
.footlinkiconf{ background-image: url(../img/ciss_029.png); }
.footlinkitem:hover .footlinkiconf{ background-image: url(../img/ciss_029a.png); }



.copyright{ color: #d4d4d4; }

.foot_right{ width: 360px; margin-left: 20px; }
.foot_search{ height: 44px; background:#fff; border-radius: 10px; }
.foseinp{ border:0 none; background:transparent; padding: 0 10px; color: #4a64a5; }
.footsearbtn{ width: 74px; height: 44px; border:0 none; background:url(../img/ciss_030.png) no-repeat center #01b8ac; border-radius: 10px; cursor: pointer; background-size: 40%;}
.footsearbtn:hover{ background-color: #009b91 }
.foot_contact{text-align: left; width: 268px; float: right; margin-top:80px; }
.contact_item{ display: flex; align-items: flex-start; margin: 0 0 8px 0; }
.contact_item img{ margin: 2px 8px 0 0; }
.contact_item p,.contact_item p *{ color: #d4d4d4; }
.contact_item p b{ font-size: 18px; color: #fff; margin-left: 5px; letter-spacing: 2px;}


.indexBodyb{ background:url(../img/ciss_034.jpg) repeat-x center 0; }
.indexBodyb .top_wrap,.indexBodyc .top_wrap{ background:none; }
.indexBodyb .top_right a{ color: #fff; }
.indexBodyb .top_right a:hover{background-color:#fff; color: #7896fc; }
.indexBodyb .top_right a.btn_menu{ background-image: url(../img/list_001.png); }
.indexBodyb .top_right a.btn_search{ background-image: url(../img/list_002.png); }
.indexBodyb .top_right a:hover.btn_menu{ background-image: url(../img/ciss_002.png); }
.indexBodyb .top_right a:hover.btn_search{ background-image: url(../img/ciss_003.png); }
.indexBodyb .foot_wrap,.indexBodyc .foot_wrap{ margin: 0; }


.list_banner{ font-size: 36px; color: #fff; font-weight: bold; background:url(../img/list_003.png) no-repeat 0 0; padding: 24px 0; margin:70px 0 20px 0; }
.list_main{ background:url(../img/ciss_013.jpg) repeat; }
.list_maincon{ background:url(../img/list_004.png) repeat-y right 0/50% auto;}
.list_left{ width: 284px; background:url(../img/ciss_013.jpg) repeat; }
.menuul{ margin:10px 0 30px 0; }
.menuul li{ display: flex; flex-wrap: wrap; overflow: hidden; width: 100%; }
.listmenulink{ border-bottom: solid 2px #d4d9f3; min-height: 74px; width: 90%; font-size: 18px; color: #2e3c88; background: url(../img/list_005.png) no-repeat 90% center; padding:10px 50px 10px 0; display: flex; align-items: center; }
.listmenulink:hover,.menuul li.active .listmenulink{ background-color: #fff; background-image: url(../img/list_006.png); color: #7b98ff; font-weight: bold; border-color: #4553a3; width: 100%; padding-left: 28px; }
.memutwo{ padding: 20px 0 0 0;width: 100%; }
.memutwo a{ background:url(../img/list_008.png) no-repeat 0 center; padding-left: 46px; color: #7e839f; width: 100%;  margin: 5px 0; font-size: 16px; }
.memutwo a:hover,.memutwo a.active{ color: #4553a3; font-weight: bold; background-image: url(../img/list_007.png); }

.list_right{ background:#fff; padding-bottom: 50px; padding-left: 46px; }
.bread_wrap{ border-bottom: solid 1px #d4d9f3; padding: 20px 0;  }
.bread_wrap span{ margin: 0 15px; width: 6px; height: 10px; background:url(../img/list_010.png) no-repeat; }
.bread_wrap a,.bread_wrap a img{ display: block;font-size: 12px; }
.bread_wrap a.active{ color: #11113b; }
.listcon{ margin-top: -21px; }
.list_item{border-top: solid 1px #d4d9f3; margin-top: 20px; padding-top: 20px;}
.list_item .cg_infor{color: #979bb6; margin: 15px 0;}
.list_item .cg_date,.mggc_item .cg_date,.talk_main .cg_date,.lthd_item .cg_date,.ltyc_list .cg_date{ color: #7e829e; }
.seemoreb{ display: block; background:url(../img/list_011.png) no-repeat 0 center; height: 34px; line-height: 34px; padding-left: 40px; margin-left: 40px; opacity: .6; }
.seemoreb:hover{ opacity: 1; }
.loadmore{cursor: pointer; text-align: center; border:solid 1px #d4d9f3; padding: 10px; margin: 30px 0; }
.loadmore:hover{ color: #fff; background-color: #7b98ff; }
.page_wrap{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-top: 40px; }
.page_wrap a{font-size: 12px; margin: 5px 2px; width: 30px; height: 30px; text-align: center; line-height: 30px; color: #11113b; opacity: .8; border-radius: 50%; background:transparent; }
.page_wrap a.page_j{margin: 0 5px; background: url(../img/list_012.png) no-repeat center #eeeff3; border:solid 1px #d5d6dd; }
.page_wrap a.page_fy{margin: 0 5px; background: url(../img/list_010.png) no-repeat center #eeeff3; border:solid 1px #d5d6dd; }
.page_wrap a:hover,.page_wrap a.active{ color: #fff;  opacity: 1; background-color:#7b98ff;}
.trans{ transform: rotateY(180deg); }
.pageinput{ width: 60px; height: 28px; border:solid 1px #d4d5dc; background:#eeeff3; border-radius: 14px; text-align: center; }
.page_wrap span{ color: #11113b; font-size: 12px; }
.infor_title{ font-size: 36px; color: #395bb2; font-weight: bold; margin: 20px 0; }
.inforsign{ margin: 30px 0; }
.inforsign_img{ width: 54px; height: 54px; border-radius: 50%; margin-right: 10px; }
.inforsign span{ display: inline-flex; align-items: center; margin-right: 26px;font-size: 16px; }
.xhx{ border-bottom: solid 1px #9699b0; font-style: normal;  line-height: 1.8em; }
.inforsign span img{ margin-right: 10px; }

.infor_con{ border-top: solid 1px #d4d9f3; padding:20px 0; }
.indexBodyEn .infor_con p{text-indent:0}
.infor_con p{ color: #151f54; text-indent: 2em; margin: 30px 0 0 0; font-size: 16px; line-height: 2em;  text-align: justify; word-break: break-all;}
.infor_con img{ max-width: 100%; display: block; margin: 20px auto;}

.wzly{ font-size: 16px; margin: 20px 0; }
.sxt{ border-top: solid 1px #d4d9f3; padding: 10px 0; }
.syllink{margin: 10px 0; overflow: hidden; display: flex; align-items: center;}
.syt{background: url(../img/list_010.png) no-repeat center #eeeff3; border:solid 1px #d5d6dd; width: 30px; height: 30px; border-radius: 50%; overflow: hidden;}
.syllink span{flex: 1; font-size: 16px; color: #395bb2; margin: 0 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.syllink:hover .syt{ background-color: #7b98ff; }

.gdtj{ padding: 20px 0;  }
.gdtj span{font-size: 20px; color: #4553a3; font-weight: bold;}
.gdtj_list{ padding-bottom: 50px; }
.gdtj_item{ width: 23%; overflow: hidden; border-bottom: solid 2px #d4d9f3; padding-bottom: 10px; margin-bottom: 20px; }
.gdtj_item .bk_img{ margin-bottom: 10px; }
.yjcg_under:hover .cgpic2 img,.cgpic:hover img,
.project_item:hover .project_img img,.project_right:hover .project_img img,
.zxzj_item:hover .zxzj_img img,
.rcpy_item:hover .bk_img img,
.xsjl_item:hover img,
.bk_item:hover .bk_img img,
.mtcf_item:hover .bk_img img,
.gdtj_item:hover .bk_img img,
.listimg:hover img,
.roster_img:hover img,
.hovbig:hover img{ transform: scale(1.1); }
.huodong_moreb{ display: none; padding:10px 0 10px 10px; }
.video_wrap{display: none; position: fixed; z-index: 999; top: 0; right: 0; bottom: 0; left: 0; background:rgba(0,0,0,.8); }
.video_main{ width: 100%; height: 100%; display: flex; flex-direction: column; }
.video_close{ padding: 10px; text-align: right; }
.video_close a{border-radius: 50%; padding: 5px; color: #fff; font-weight: bold; font-size: 40px; }
.video_close a:hover{ background:#7b98ff; }
.videoself{ flex: 1; overflow: hidden; display: flex; align-items: center; justify-content: center; }
.video_fwj{ width: 60%; overflow: hidden; }
.videobfq{ width: 100%; height: auto; }
.audiobfq{position: fixed; z-index: -1; bottom: 0; left: 0; opacity: 0;}
.listimg{cursor: pointer; width: 298px; overflow: hidden; margin-right: 30px; }
.listconb .seemoreb{ margin-left: 0; }

.listc_date{ background:#fff; overflow: hidden; width: 50px; border:solid 2px #4a64a5; border-radius: 10px; text-align: center; margin-right: 30px; }
.listc_month{ font-size: 14px; color: #d4d9f3; background:#4a64a5; }
.listc_day{ font-size: 34px; color: #4a64a5; letter-spacing: -1px; font-weight: bold; }


.listconc .cg_date{ margin-bottom: 10px; }
.listconc .list_item{ width: 31%; border:0 none; }
.listconc .seemoreb{ margin-left: 0; }
.seemoreb_wrap{ border-top: solid 1px #d4d9f3; border-bottom: solid 1px #d4d9f3; padding: 10px 0; }
.listconc .listimg{ width: 100%; }

.roster_item{ width: 48%; margin:35px 0; display: flex; flex-wrap: wrap; align-items: flex-start; }
.roster_img{ cursor: pointer; width: 220px; overflow: hidden; border-radius: 50%; }
.roster_intro{ flex: 1; overflow: hidden; margin-left:30px; }
.roster_name a{ font-size: 22px; font-weight: bold; margin: 15px 0; display: block; }
.roster_text{ font-size: 16px; color: #979bb6; }

.roster_itemb{ margin: 30px 1%; width: 31%; background:#f7f7f7; border-bottom: solid 5px #7b98ff; }
.roster_itemb .roster_img{ border-radius: 0; width: 100%; }
.roster_itemb .roster_intro{ margin: 0; height: 150px; padding: 0 20px 20px 20px; }

.indexBodyc{ background:url(../img/‌podcast‌_001.jpg) repeat-x center 0; }
.bread_wrapb{ border:0 none; height: 80px; }
.bread_wrapb a{ color: #fff; }
.podcast_dbt{ height: 100px; overflow: hidden;}
.podcast_dbt span{ font-size: 36px; font-weight: bold; color: #fff; margin-left: 20px; }

.podcast_part1{ padding-bottom: 35px; }
.podcast_part1 li{margin-top: 40px; display: flex; flex-wrap: wrap; align-items: center; width: 48%; border-top: solid 1px #d4d9f3; border-bottom: solid 1px #d4d9f3; padding: 18px 0; }
.podimg{ width: 114px; overflow: hidden; cursor: pointer; }

.podnamewrap{ margin: 0 30px; }
.podnametext a{ font-size: 32px; font-weight: bold; }
.podjiantou{ width: 54px; height: 54px; overflow: hidden; background:url(../img/‌podcast‌_003.png) no-repeat center;background-size: contain;}
.podjiantou:hover,.qianwang:hover .podjiantou{ background-image: url(../img/‌podcast‌_004.png); }

.zxfb{ margin: 30px 0; }
.zxfb span{ font-size: 22px; font-weight: bold; color: #2e3c88; margin: 0 20px; }

.bk_listb{ border:0 none; }
.bk_listb .bk_icon,.wqjm_right .bk_icon,.podgdtj .bk_icon{ background-color: rgba(144,95,255,.7) }
.bk_listb .bk_img:hover .bk_icon,.wqjm_right .wq_img:hover .bk_icon,.podgdtj .bk_img:hover .bk_icon{background-color: rgba(144,95,255,1)}
.bk_listb .cg_title a:hover,.podgdtj .cg_title a:hover{ color: #9161ff; }

.seemoreBtnb{ width: 206px; height: 56px; border:solid 2px #9667ff; border-radius: 28px; background:transparent; color: #9667ff; cursor: pointer; }
.seemoreBtnb:hover{ color: #fff; background:#9667ff; }
.wqjm_wrap{overflow: hidden; background:url(../img/‌podcast‌_006.png) repeat 0 0; }

.wqjm_list_wrap{ background:url(../img/‌podcast‌_007.png) repeat-y 0 0; }
.wqjm_list_wrap ul li{ display: flex; flex-wrap: wrap; align-items: flex-start; }
.wqjm_date{ width: 180px; margin-right: 16px; display: flex; align-items: flex-start;}
.wqjm_yuan{margin-top: 3px; width: 12px; height: 12px; background:#905fff; border-radius: 50%; overflow: hidden; margin-right: 25px; }
.rq_day{ font-size: 15px; color: #395bb2; }
.rq_month{ font-size: 14px; color: #395bb2; }
.rq_month em{ font-size: 26px; font-weight: bold; font-style: normal; }
.wqjm_right{ border-top: solid 1px #8e95bd; padding: 28px 0; margin: 8px 0; }
.wqjm_riqib{ color: #905fff; font-size: 15px; width: 100px; margin-right: 10px; }
.wq_img{ width: 300px; margin-right: 30px; overflow: hidden; cursor: pointer; position: relative; }

.indexBodyd{ background-image: url(../img/‌podcast‌_004.jpg); }
.podcastpart2{background:url(../img/‌podcast‌_008.png) repeat-x 0 bottom; }
.podcastpart3_left{ width: 144px; height: 144px; background:#37508f; box-shadow: 0 0 10px rgba(78,103,173,.3); border: solid 1px rgba(255,255,255,.2); padding: 7px; margin-right: 40px;}
.pod3title{ font-size: 36px; color: #fff; font-weight: bold; }
.pod3dyst{ margin-bottom: 10px; }
.pod3dyst span{ color: #4a64a5; font-size: 15px; margin-right: 30px; }
.pod3dyst a{ display: inline-flex; align-items: center; font-size: 15px; }
.pod3dyst a:hover{ font-weight: bold; }
.pod3dyst a img{ width: 48px; height: 48px; }
.pod3dyst em{ height: 32px; border-left: solid 1px #d4d9f3; margin: 0 30px; }

.qianwang{ position: absolute; z-index: 1; right: 0; top: 24%; color: #fff; font-size: 16px; }
.qwlink{font-size: 16px; color: #fff; margin: 0 10px; }
.qianwang:hover .qwlink{ text-decoration: underline;  color: #fff;}
.shadowbox{box-shadow: inset 0 0 30px rgba(78,103,173,.3); padding: 50px 0;}
.shadowbox .wqjm_list_wrap{ background:none; }
.podnianfen{ width: 170px; margin-right: 20px; }
.podnianfen a{ margin: 10px 0 30px 0; color: #979bb6; font-size: 15px; font-style: italic; }
.podnianfen a:hover,.podnianfen a.all{ font-weight: bold; font-style: normal; color: #905fff; }
.podnianfen a.active{ background:url(../img/‌podcast‌_011.png) no-repeat 0 center; padding-left: 40px; font-weight: bold; font-style: normal; color: #905fff;}
.podinfor_part1{ background:#eceffe; }

.podinfor_bfqy{ padding: 15px 0 0 0; }
.podinfor_img{ width: 325px; overflow: hidden; margin-right: 30px; }
.podplay{ width: 53px; height: 53px; overflow: hidden; background:url(../img/‌podcast‌_012.png) no-repeat center; cursor: pointer; }
.podplay:hover{ background-image: url(../img/‌podcast‌_012a.png); }
.podpause{display: none; width: 53px; height: 53px; overflow: hidden; background:url(../img/‌podcast‌_013.png) no-repeat center; cursor: pointer; }
.podpause:hover{ background-image: url(../img/‌podcast‌_013a.png); }
.podinte{ margin-left: 20px; }
.poddate{ font-size: 12px; color: #905fff; margin-bottom: 8px; }
.podshare{ border-top: solid 1px #905fff; padding: 5px 0; margin-top: 8px; padding-right: 80px; }
.podshare span{ color: #979bb6; margin-right: 20px; }
.podshare a{font-weight: bold; color: #395bb2; display: inline-flex; align-items: center; margin: 0 5px; opacity: .5; }
.podshare a img{ width: 36px; height: auto; }
.podshare a:hover{ opacity: 1; }
.poinfor_main{ padding: 30px 0; }
.podinfor_main_right{ width: 260px; overflow: hidden; padding-left: 90px; border-left: solid 1px #d4d9f3; margin-left: 90px; }
.podinfortext{border:0 none; padding: 0;}
.podinfortext p{ color: #2e3c88; margin: 0 0 20px 0; }
.podnrzy{ font-size: 18px; font-weight: bold; color: #395bb2; margin-bottom: 10px; }
.timepoi li{ margin: 0;}
.timepoi li p{ color: #2e3c88; font-size: 16px; line-height: 2em; text-align: justify; word-break: break-all; text-indent:2em; }
.timepoi li p span{ color: #2e3c88; }
.podgdtj{ border-top:solid 1px #d4d9f3; }

.hostedby{ color: #395bb2; font-size: 15px; background:url(../img/‌podcast‌_011.png) no-repeat 0 bottom/24px 3px; padding: 0 0 5px 0;}
.hositem{ margin: 20px 0; }
.hosimg{ margin-right: 10px; width: 54px; height: 54px; overflow: hidden; border-radius: 50%; }
.hositem span{white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #7e829e; font-size: 16px; border-bottom: solid 1px #7e829e; line-height: 1.8em; }
.hositem:hover span{ color: #395bb2; border-color: #395bb2; }
.hositemb span{ color: #1e2254; font-size: 15px; border:0 none; }
.audioDom{ height: 48px; overflow: hidden; margin: 10px 0; }
.audiotime{ color: #905fff; font-weight: bold; position: absolute; z-index: 1; bottom: -42px; right: 0; }


.indexBodye{ background:url(../img/youth_001.jpg) repeat-x center 0 #fff; }
.aboutUs{ background:#fff; }
.abUs_left{ width: 748px; overflow: hidden; }
.mvplay{ position: absolute; z-index: 1; bottom: 30px; left: 30px; width: 118px; height: 118px; overflow: hidden; border-radius: 50%; background: url(../img/youth_001.png) no-repeat center/100% auto; opacity: .8; }
.mvplay:hover{ opacity: 1; }
.abUs_right{ background:url(../img/youth_002.png) no-repeat right top; border:solid 30px #fff; }
.abUs_text{font-size: 32px; font-weight: bold; color: #2e3c88; }
.abUs_con{ font-size: 16px; color: #151f54; margin: 10px 0; line-height: 2em; }
.xshd_wrap{ background:url(../img/youth_002.jpg) repeat; overflow: hidden; }
.zlqns{padding: 0 14px; border-bottom: solid 1px #3e5caa; height: 50px; background:url(../img/youth_004.png) no-repeat 0 0; }
.zlqns span{ margin-left: 20px; font-size: 18px; color: #2e3c88; font-weight: bold; }
.zlqns_left{ width: 548px; overflow: hidden; margin-top: 20px; }
.zlqns_con .xsjl_part2{ margin-top: 20px; }
.zlqns_con .xsjl_item .bk_img{ margin-bottom: 10px; }
.zlqns_pic{ overflow: hidden; }
.zlqns_pic .banner_title_wrap{background:linear-gradient(to bottom,transparent,rgba(0,0,0,.30));}
.zlqns_pic .banner_text{position: absolute; z-index: 1; top: auto; bottom: 20px; right: 30px; left: 30px;  color: #fff; font-size: 18px; font-weight: bold; text-align: left; }
.zlqns_under{ padding: 20px 0 12px 0; border-bottom: solid 1px #d4d9f3; }
.zlqns_under_img{margin-right: 20px; width: 198px; overflow: hidden; }
.xshd_menu{ text-align: center; position: absolute; z-index: 11; top: 0; left: -130px; width: 120px; background:#fff; border-radius: 10px; box-shadow: 10px 10px 18px rgba(126,131,159,.07); padding: 30px 10px;}
.xshd_menu.fixed { position: fixed; left: calc((100vw - 1300px) / 2 - 150px); top: 20px;}
.jxnr{ font-size: 16px; font-weight: bold; color: #395bb2; }
.xshd_menu a{ margin-top: 15px; padding-top: 15px; background:url(../img/youth_006.png) no-repeat top center; font-size: 16px; color: #7e829e; }
.xshd_menu a:hover,.xshd_menu a.active{font-weight: bold; color: #4553a3; background:url(../img/list_007.png) no-repeat center top/67px 2px; }
.rdyz_swi_dom{ width: 740px; overflow: hidden; margin-top: 20px; }
.rdyz_pagination{ margin-top: 20px; }
.rdyz_sw_ctrol{ position: absolute; z-index: 1; bottom: 30px; left: 30px; display: flex; align-items: center; }
.rdyz_sw_ctrol .swiper-button-prev{position: static; margin: 0 10px; background: url(../img/ciss_004.png) no-repeat center/100% auto; width: 65px; height: 65px; border-radius: 50%; opacity: 1;}
.rdyz_sw_ctrol .swiper-button-next{position: static; margin: 0 10px; background: url(../img/ciss_004.png) no-repeat center/100% auto; width: 65px; height: 65px; border-radius: 50%; transform: rotateY(180deg); opacity: 1;}
.rdyz_sw_ctrol .swiper-button-prev:after,.rdyz_sw_ctrol .swiper-button-next:after{content: ""}
.rdyz_sw_ctrol .swiper-button-prev:hover,.rdyz_sw_ctrol .swiper-button-next:hover{  background-color: rgba(255,255,255,.2); }
.rdyz_pagination .swiper-pagination{ position: static; height: 100%; display: flex; flex-direction: column; }
.rdyz_pagination .swiper-pagination-bullet{ margin: 0; flex: 1; border-bottom: solid 1px #d4d9f3; border-radius: 0; width: 96%; background:#fff; opacity: .9;}
.rdyz_pagination .swiper-pagination-bullet-active{ background: linear-gradient(90deg,#d3ddf7, #ebf2fc); border-color: transparent; width: 100%; opacity: 1; }
.pagiwr{height: 100%; display: flex; align-items: center; text-align: left; padding: 10px 30px; }
.xyjt{ margin-left: 20px; opacity: .3; }
.rdyz_pagination .swiper-pagination-bullet .cg_title{ font-size: 16px; color: #395bb2; }
.rdyz_pagination .swiper-pagination-bullet-active .cg_title{ font-size: 18px; color: #2e3c88; }
.rdyz_pagination .swiper-pagination-bullet-active .xyjt{ opacity: 1; }
.xshb_wrap{ padding: 30px 0; background:url(../img/youth_007.jpg) repeat 0 0; }
.xshb_list,.dsh_list,.ltyc_list,.tyzj_list{ margin-top: 30px; }

.xshb_box{ width: 100%; text-align: left;}
.xshb_img{ width: 100%; overflow: hidden; margin-bottom: 20px; }
.cg_signwrap a.signa{ background: #65bae1; color: #fff; }
.cg_signwrap a.signb{ background: #fff; color: #4a64a5; }

.xshb_list .swiper-button-prev{left: -50px; width: 34px; height: 71px; background:url(../img/ciss_020.png) no-repeat center; opacity: .6;}
.xshb_list .swiper-button-next{right: -50px;width: 34px; height: 71px; background:url(../img/ciss_020.png) no-repeat center; transform: rotateY(180deg);opacity: .6;}
.xshb_list .swiper-button-prev:after,.xshb_list .swiper-button-next:after{content: ""}
.xshb_list .swiper-button-prev:hover,.xshb_list .swiper-button-next:hover{ opacity: 1;}

.dsh_list .xshb_box{ background:#eceffe; }
.dsh_intro{ margin: 0 20px; }
.dsh_list .swiper-button-prev{left: -50px; width: 34px; height: 71px; background:url(../img/ciss_020.png) no-repeat center; opacity: .6;}
.dsh_list .swiper-button-next{right: -50px;width: 34px; height: 71px; background:url(../img/ciss_020.png) no-repeat center; transform: rotateY(180deg);opacity: .6;}
.dsh_list .swiper-button-prev:after,.dsh_list .swiper-button-next:after{content: ""}
.dsh_list .swiper-button-prev:hover,.dsh_list .swiper-button-next:hover{ opacity: 1;}

.mggc_wrap{ background:url(../img/youth_008.png); overflow: hidden; }
.mggc_box{ border-top: solid 1px #3f5aa8; }
.mggc_left{ margin-top: 10px; }
.mggc_item{ border-bottom: dotted 1px #abaec4; padding: 20px 0; }
.mggc_right{ width: 472px; overflow: hidden; margin:10px 0 0 30px; }
.mggc_right .mggc_item{ width: 48%; }
.mggc_right .mggc_item .xshb_img{ margin-bottom: 5px; }

.qnjs_left{ width: 210px; margin-right: 95px; }
.qnjs_menu a{ height: 40px; margin-bottom: 20px; line-height: 40px; padding: 0 20px; border-radius: 20px; background:#eceffe; color: #979bb6; font-size: 16px; }
.qnjs_menu a:hover{ color: #2e3c88; }
.qnjs_menu a.active, .indexBodyEn .qnjs_menu a.active{ color: #fff; background:url(../img/youth_009.png) no-repeat 90% center #65bae1; }


.qnjs_swiper_ctrl{ margin-top: 20px; background: url(../img/ciss_013.jpg) repeat; border-radius: 10px; padding: 10px; }
.qnjs_item{width: 100%; text-align: left; justify-content: flex-start; margin: 0; }
.qnjs_img{overflow: hidden; border-radius: 50%; width: 158px; margin-right: 20px;}
.qnjs_text{ font-size: 12px; color: #979bb6; margin-top: 5px; }
.qnjs_intro .cg_title2 a:hover{ color: #65bae1; }
#qnjs_swiper .swiper-slide{ margin-bottom: 30px; cursor: pointer; }

.indexBodyf{ background:url(../img/forum_001.jpg) repeat-x center 0,url(../img/forum_003.png) repeat 0 0; }
.indexBodyf .top_wrap{ border:0 none; }
.indexBodyf .top_right a{ border:0 none; opacity: .7; }
.indexBodyf .top_right a:hover{ background-color: transparent; opacity: 1; }
.logo_forum{ height: 58px; border-left: solid 1px rgba(255,255,255,.4); padding-left:20px; margin-left: 20px; }
.fgx{ border-left: solid 1px rgba(255,255,255,.4); height: 24px; }
.forum_part1{ margin-bottom: 50px; text-align: center; margin-top: 80px; background:url(../img/youth_006.png) no-repeat center bottom/50px 2px; padding-bottom: 30px; }
.forum_part1 img{ margin-bottom: 30px; }
.forum_part1 p{ font-size: 16px; }
.forum_menu{ top: -80px; }
.forum_menu a{ background-position: center bottom; padding: 0 0 15px 0; }
.forum_menu a:hover,.forum_menu a.active{ background-position: center bottom; color: #c93132; background-image: url(../img/forum_005.png); }

.talk_menu a{ font-size: 18px; color: #979bb6; padding: 0 25px; background:url(../img/forum_005.png) no-repeat right center/2px 16px; height: 58px; line-height: 56px; border-top: solid 2px transparent;}
.talk_menu a:last-child{ background: none; }
.talk_menu a:hover{ color: #002d66; }
.talk_menu a.active{ background:linear-gradient(to bottom, #fefefe, #f1f2f5); border-color: #c93132; color: #c93132; }

.talk_ctrol{ position: absolute; z-index: 1; bottom: 30px; left: 30px; display: flex; align-items: center; }
.talk_ctrol .swiper-button-prev{position: static; margin: 0 10px; background: url(../img/forum_006.png) no-repeat center/100% auto; width: 55px; height: 55px; border-radius: 50%; opacity: .9;}
.talk_ctrol .swiper-button-next{position: static; margin: 0 10px; background: url(../img/forum_006.png) no-repeat center/100% auto; width: 55px; height: 55px; border-radius: 50%; transform: rotateY(180deg); opacity: .9;}
.talk_ctrol .swiper-button-prev:after,.talk_ctrol .swiper-button-next:after{content: ""}
.talk_ctrol .swiper-button-prev:hover,.talk_ctrol .swiper-button-next:hover{  opacity: 1; }

.talk_main{ background:#fff; margin-top: 20px; }
.talk_item{ text-align: left; width: 100%; overflow: hidden; }
.talk_left{ width: 650px; overflow: hidden;}
.talk_right{ padding: 30px; background:#fff; }
.talkjt{ width: 18px; height: 60%; position: absolute; z-index: 1; right: 0; top: 0; background:url(../img/forum_008.png) no-repeat center top; }
.seemorec{display: inline-block; height: 50px; line-height: 50px; background:url(../img/forum_007.png) no-repeat 0 center/auto 100%; opacity: .6; padding-left: 65px; color: #c93132; margin: 20px 0; }
.seemorec:hover{ opacity: 1; color: #c93132; }
.talk_dd{ border-top: solid 1px #eceffe; position: absolute; z-index: 1; right: 0; bottom: 0; left: 650px; background:#fff; padding: 20px 30px 20px 30px; }
.cgpic3{ width: 152px; overflow: hidden; margin-right: 20px; }
.cgpic4{ width: 134px; overflow: hidden; margin-right: 20px; }
.lthd_item{ border-bottom: dotted 1px #a5a9c0; padding-bottom: 20px; margin-top: 20px; }
.lthd_wrap .lthd_item{width: 48%;}
.seemoreBtnc{ width: 206px; height: 56px; border:solid 2px #c93132; border-radius: 28px; background:transparent; color: #c93132; cursor: pointer; }
.seemoreBtnc:hover{ color: #fff; background:#c93132; }
.bgfff{ background:#fff; overflow: hidden; }
.wzft_left{ flex: 3; }
.wzft_right{ flex: 2.1; margin-left: 30px; }
.cgpic5{ width: 345px; overflow: hidden; margin-right: 20px; }
.seemored{ display: inline-block; width: auto; color: #c93132; background:url(../img/forum_009.png) no-repeat right center/16px auto; padding-right: 24px; margin-top: 12px; }
.seemored:hover{ background-image: url(../img/youth_007.png); }
.lthd_item .cgpic2{ margin:0 0 0 20px; }
.ltyc_menu a{ height: 58px; line-height: 56px; padding: 0 30px; border-top: solid 2px #979bb6; font-size: 18px; color: #979bb6; }
.ltyc_menu a.active{ color: #c93132; border-color: #c93132; background:linear-gradient(to bottom, #fefefe, #f1f1f5); }
.ltyc_left{ width: 566px; overflow: hidden; margin-right: 30px; }
.ltyc_item{ background:#f4f5f7; margin-bottom: 17px; }
.ltyc_con{ padding: 10px 20px; }
.ltyc_item .bk_icon{ background-color: rgba(201,49,50,.9); }
.ltyc_item .bk_img:hover .bk_icon{ background-color: rgba(201,49,50,1); }

.ltyc_list .swiper-button-prev{margin-top: -27px; left: -70px; width: 55px; height: 55px; background:url(../img/forum_006.png) no-repeat center/100% 100%;}
.ltyc_list .swiper-button-next{margin-top: -27px;right: -70px;width: 55px; height: 55px; background:url(../img/forum_006.png) no-repeat center/100% 100%; transform: rotateY(180deg);}
.ltyc_list .swiper-button-prev:after,.ltyc_list .swiper-button-next:after{content: ""}
.ltyc_list .swiper-button-prev:hover,.ltyc_list .swiper-button-next:hover{ background-image: url(../img/forum_011.png);}

.ltyc_top{ border-top: solid 3px #002d66; height: 58px; }
.ltyc_top a{ flex: 1; overflow: hidden; margin-left: 10px; background:url(../img/forum_009.png) no-repeat right center/16px auto; font-size: 18px; font-weight: bold; color: #002d66;  }
.ltyc_top a:hover{ background-image: url(../img/youth_007.png); color: #c93132; }

.tyzj_list .swiper-button-prev{margin-top: -27px; left: -70px; width: 55px; height: 55px; background:url(../img/forum_006.png) no-repeat center/100% 100%; border:solid 1px #ce4546; border-radius: 50%;}
.tyzj_list .swiper-button-next{margin-top: -27px;right: -70px;width: 55px; height: 55px; background:url(../img/forum_006.png) no-repeat center/100% 100%; transform: rotateY(180deg); border:solid 1px #ce4546; border-radius: 50%;}
.tyzj_list .swiper-button-prev:after,.tyzj_list .swiper-button-next:after{content: ""}
.tyzj_list .swiper-button-prev:hover,.tyzj_list .swiper-button-next:hover{ background-image: url(../img/forum_011.png);}

.tyzj_item{text-align: left; height: 118px; padding: 10px 30px 10px 160px; border:solid 1px #d8ddf4; border-radius: 59px; margin: 12px 0; }
.tyzj_img{ width: 142px; height: 142px; border-radius: 50%; overflow: hidden; position: absolute; z-index: 1; top: -12px; left: 0; }

.apysx{width: 100%; text-align: center; margin-top: 5px;}
.gywm_box1{ background:url(../img/forum_013.png) repeat; }
.gywm_box2{ background:url(../img/forum_014.png) repeat-y right top/50% auto; }
.gywm_left{ width: 198px; background:url(../img/forum_013.png) no-repeat right 0; padding: 60px 0;}
.gywm_right{ background:#f4f5f7; padding: 90px 0 90px 30px; margin-left: 20px; }
.gywm_title{ font-size: 20px; font-weight: bold; color: #002d66; border-left: solid 4px #7b98ff; padding: 0 8px; margin-bottom: 30px; }

.gywm_menu a{text-align: right; height: 54px; margin-bottom: 20px; line-height: 54px; padding: 0 20px 0 30px; border-radius: 27px; color: #002d66; font-size: 16px; background:url(../img/forum_015.png) no-repeat 20px center #fff; }
.gywm_menu a:hover{ color: #7b98ff; background-image: url(../img/forum_016.png); }
.gywm_menu a.active{ color: #fff; background-image:url(../img/forum_017.png); background-color: #7b98ff; }

.zwh{ font-size: 20px; color: #002d66; margin: 20px 0; }
.zwh_talbe table tr td{ border:solid 1px #fff; padding: 8px 10px; }
tr.biaotou td{ background:#fff; color: #002d66; font-weight: bold; font-size: 18px; }
tr.biaotou td span{ font-size: 14px; font-weight: normal; color: #002d66; }

.indexBodyEn .menu_left ul li{ max-width: 360px; }
.indexBodyEn .menu_right{ width: 145px; }
.indexBodyEn .nav_wrap ul li a{ font-size: 22px; letter-spacing: 0; line-height: 1em; }
.indexBodyEn .hd_link{ white-space: normal; text-overflow: none; text-align: left; }
.indexBodyEn .hd_link b{ margin-right: 20px; }
.indexBodyEn .hd_link span{ font-size: 16px; color: #2e3c88 }
.indexBodyEn .yjcg_left{ width: 748px; padding-right: 70px; margin-right: 70px; border-right: solid 1px #d4d9f3; }
.enswip{width: 100%; text-align: left;}
.enswipimg{width: 100%; margin-bottom: 20px; overflow: hidden; }
.indexBodyEn .cg_title,.indexBodyEn .cg_title a{ line-height: 1.2em; font-size: 26px;}
.indexBodyEn .cg_infor{ font-size: 16px; margin-top: 10px; }
.indexBodyEn .cg_signwrap a{ font-size: 15px; }
.indexBodyEn .cg_signwrap a:hover{ color: #01b8ac; background:#f2f8fb; }
.enby{ text-align: right; color: #979bb6; }
.indexBodyEn #yjcg_swiper .swiper-button-prev,
.indexBodyEn #yjcg_swiper .swiper-button-next{ bottom: 334px; }
.en_under{ border:0 none; background:#f2f8fb; padding: 30px 20px; border-radius: 10px; margin-top: 30px; }
.en_under .cgpic{ width: 105px; box-shadow: none; overflow: hidden; }
.en_under .cg_title{ background:url(../img/ciss_016.png) no-repeat right center; padding-right: 70px; }
.indexBodyEn .webkit_box{white-space: normal; overflow-wrap: break-word; word-wrap: break-word; word-break: normal;}
.enitem .cg_right{ flex: none; width: 100%; }
.indexBodyEn .enswip .cg_title, .indexBodyEn .enswip .cg_title a{ font-size: 36px; }
.indexBodyEn .enswip .cg_title{ margin: 20px 0 40px 0; }
.indexBodyEn .seemore{ margin: 10px 0; }
.indexBodyEn .cg_signwrap a.signa,.indexBodyEn .cg_signwrap a.signb{ background:#fff; color: #4a64a5; }
.indexBodyEn .cg_signwrap a.signa:hover,.indexBodyEn .cg_signwrap a.signb:hover{ color: #01b8ac; }
.indexBodyEn .mtcf_item{ padding: 20px; border-radius: 10px; }
.indexBodyEn .xsjllb3{ margin: 0 0 0 20px; }
.indexBodyEn .zjintro{ text-align: left; min-height: 6em; }
.enqnpic{ width: 260px; overflow: hidden; margin-right: 20px; }
.enqnwrap .yjcg_under:first-child{ border: 0 none; }
.indexBodyEn .bread_wrap a{ font-size: 15px;}
.indexBodyEn .zxfb span{ font-size: 32px; }
.enevent{ margin-left: 30px; }
.enevent_item{ width: 48%; margin-top: 20px; }
.evdd{ border-top: solid 1px #d4d9f3; border-bottom: solid 1px #d4d9f3; padding: 15px 0; margin: 10px 0; background:url(../img/ciss_016.png) no-repeat right center; padding-right: 70px; }
.cg_signwrap a.signc{ color: #fff; background:#65bae1; }
.enhighlights{text-align: left; width: 100%;}
.indexBodyEn .rdyz_swi_dom{ margin:0 0 0 20px; }
.indexBodyEn .rdyz_swiper_wrap{ margin-top: 20px; }
.evddreadmore{ border-top: solid 1px #d4d9f3;  border-bottom: solid 1px #d4d9f3;}
.indexBodyEn .rdyz_sw_ctrol{ left: auto; right: 760px; bottom: 20px;}
.indexBodyEn .rdyz_sw_ctrol .swiper-pagination{ position: static; }
.indexBodyEn .rdyz_sw_ctrol .swiper-button-prev{position: static; width: 16px; height: 30px; background:url(../img/ciss_020.png) no-repeat 0 center; margin-right: 10px;margin-top:0;  opacity: .8;}
.indexBodyEn .rdyz_sw_ctrol .swiper-button-next{position: static; width: 16px; height: 30px; background:url(../img/ciss_020.png) no-repeat 0 center; transform: rotateY(180deg);opacity: .8; margin-left: 10px;margin-top:0;}
.indexBodyEn .rdyz_sw_ctrol .swiper-pagination-bullet{ margin: 0 5px; }
.enhightlist .enevent_item{ width: 31%; border-left: solid 3px #65bae1; padding-left: 20px; margin-top: 30px; }
.enhightlist .zlqns_pic{ max-width: 196px; margin-bottom: 15px; }
.indexBodyEn .qnjs_menu a{ background-color: #fff; }
.indexBodyEn .qnjs_swiper_ctrl{ background:rgba(255,255,255,.5); }
.indexBodyEn .talk_right{ padding-bottom: 0; }
.enefmo{ border-top: solid 1px #eceffe; }
.indexBodyEn.indexBodyf .cg_date{ color: #c93132; font-size: 15px; }

.enforum_right{margin-left: 30px; width: 352px; padding: 20px; background:url(../img/ciss_013.jpg) repeat }
.enforum_left .xshb_box{ width: 48%; }
.cg_signwrap a.signd{ color: #fff; background:#4a64a5; }
.enforum_right .xshb_box{ border-bottom: solid 1px #d4d9f3; padding-bottom: 10px; margin-bottom: 15px; }
.enforum_right .xshb_box .cg_title,.enforum_right .xshb_box .cg_title a{ font-size: 19px; }
.indexBodyEn .ltyc_menu a{ flex: 1; text-align: center; }
.indexBodyEn .ltyc_right .ltyc_item{ padding-bottom: 30px; margin-bottom: 30px; border-bottom: solid 1px #d4d9f3; background:none; align-items: flex-start; }
.indexBodyEn .ltyc_right .ltyc_item .ltyc_con{ padding: 0 20px; }
.indexBodyEn .tyzj_item{ border:0 none; height: auto; min-height: 118px;  }
.indexBodyEn .gywm_menu a{ line-height: 1.1em; height: auto; padding: 10px 20px 10px 30px; }
.indexBodyEn .gywm_left{ padding: 40px 0; }
.indexBodyEn .gywm_right{ padding: 0 0 40px 30px }
.indexBodyEn .zwh{ font-size: 32px; line-height: 1em; margin-top: 40px; }
.enzjwm .tyzj_item{ width: 48%; margin: 20px 0; }

.listcon .list_item .list3date{ display: none; }


@media screen and (max-width: 1520px){
.xshd_menu,
.xshd_menu.fixed,
.xshb_list .swiper-button-prev,
.dsh_list .swiper-button-prev,
.ltyc_list .swiper-button-prev,
.tyzj_list .swiper-button-prev{ left: 0; }
.xshb_list .swiper-button-next,
.dsh_list .swiper-button-next,
.ltyc_list .swiper-button-next,
.tyzj_list .swiper-button-next{ right: 0; }
}

@media screen and (max-width: 1300px){
.box_wrap{ width: auto; margin: 0 20px;}
.logo{ height: 50px; }
.top_right a{ width: 65px; height: 65px; }
.indexBody{ background-position: center 65px; }
.slide_wrap{ top: 65px; padding: 30px 0; }
.nav_icon{ height: 30px; }
.nav_wrap{ bottom: 20px; }
.nav_wrap ul li a,.searchInput{ font-size: 18px; }
.nav_wrap ul li{ padding: 10px 0; }
.banner_text{ bottom: 140px; }
.bannerctrol{ bottom: 90px; }
.search_main{ height: 50px; }
.bk_item{ width: 32%; background:#fff; }
.xsjllb2{ padding: 0 10px; }
.xsjl_part2{ flex: none; width: 45%; margin: 0;}

.list_banner{ margin:80px 0 43px 0;}
.roster_img{ width: 130px; }
.roster_item{  margin: 20px 0; }
.forum_part1{ margin-top: 113px; }
.ltyc_left{ width: 100%; margin-right: 0; }
.ltyc_right{ flex: none; width: 100%; }
.indexBodyEn .nav_wrap ul li a{ font-size: 18px; }
.indexBodyEn .yjcg_left{ width: 100%; padding-right: 0; margin-right: 0; border:0 none; }
.indexBodyEn .yjcg_right{ flex: none; width: 100%; margin-top: 0; }
.indexBodyEn .project_title{ font-size: 26px; }
}

@media screen and (max-width: 1080px){
.xsjl_part1,.zlqns_left{ width: 100%; }
.xsjl_part2{ width: 48%; }
.listconb .listimg{ width: 100%; margin: 0 0 10px 0; }
.listbcon{ flex: none; width: 100%; }
.abUs_left,.rdyz_swi_dom{ width: 100%; }
.abUs_right,.rdyz_pagination{ flex: none; width: 100%; }
.indexBodyEn .dbt_xiao{ display: none; }
.indexBodyEn .mtcf_item{ width: 100%; }
.indexBodyEn .rdyz_sw_ctrol{ right: 0; }
.indexBodyEn .rdyz_swi_dom{ margin-left: 0; }
.enhighinfor{ flex: none; width: 100%; }
.enevent{ margin-left: 0; flex: none; width: 100%; }
.indexBodyEn .gywm_left{ width: 100%; padding-right: 20px; }
}

@media screen and (max-width: 1010px){
.yjcg_left{ width: 100%; margin: 0 0 20px 0; }
.yjcg_right{ flex: none; width: 100%; }
.project_title{ font-size: 26px; }
.rcpy_wrap{ width: 100%; flex: none; }
.ljciss{ width: 100%; margin-left: 0; }
.foot_left{ flex: none; width: 100%; margin-bottom: 20px; }
.foot_links,.foot_contact{ margin-top: 20px; }
.foot_right{ margin-left: 0; }
.nav_wrap{ display: none; }
.slide_wrap{overflow: hidden; overflow-y: auto; max-height: 500px; }
.listconc .list_item{ width: 48%; }
.roster_item{ width: 100%; }
.podcast_part1 li{ width: 100%; }
.wqjm_date{ width: 100px; }
.podnianfen{ width: auto; }
.podinfor_main_right{ padding-left: 30px; margin-left: 30px; }
.mggc_left{ width: 100%; flex: none; }
.mggc_right{ width: 100%; margin-left: 0; }
.talk_left{ width: 100%; }
.talk_ctrol{ left: auto; right: 0; }
.talk_ctrol .swiper-button-prev,.talk_ctrol .swiper-button-next{ border:solid 1px #c93132; }
.talk_dd{ position: static; }
.talk_right{ flex: none; width: 100%; padding-top: 10px; }
.wzft_left{flex: none; width: 100%; }
.wzft_right{flex: none; width: 100%; margin-left: 0; }
.indexBodyEn .talk_ctrol{ left: 180px; right: auto; bottom: 20px; }
.indexBodyEn .enforum_left{ flex:none; width: 100%; }
.indexBodyEn .enforum_right{ display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; margin-left: 0; }
.indexBodyEn .enforum_right .xshb_box{ width: 48%; }
}

@media screen and (max-width: 820px){
.podcastpart3_right,.podinfor_bfqy{ flex: none; width: 100%; }
.pod3title{ color: #395bb2 }
.podinfor_img{ width: 100%; margin-right: 0; }
.enhightlist .enevent_item{ width: 100%; }
.indexBodyEn .enzjwm .tyzj_item{ width: 100%; }
}

@media screen and (max-width: 800px){
.project_right,.project_left{ flex: none; width: 100%; }
.dwfs_wrap{ background-position: center 74px; }
.mtcf_item{ width: 100%; }
.list_right{ padding: 0 10px 30px 10px; flex: none; width: 100%; }
.gdtj_item{ width: 48%; }
.infor_title{ font-size: 26px; }
.dbt_xiao{ display: none; }
.video_fwj{ width: 96%; }
.roster_item{ width: 48%; }
.wqjm_riqib{ width: 100%; margin-bottom: 10px; }
.wqjm_date,.list_left{ display: none; }
.wqjm_list_wrap{ background:none; }
.lthd_wrap .lthd_item{ width: 100%; }
}
@media screen and (max-width: 750px){
.banner_lunbo_wai_contrl,.bannerctrol{ display: none; }
.banner_text{ bottom: 20px; right: 20px; left: 20px; font-size: 16px; }
.podinfor_main_right{ width: 100%; margin: 30px 0 0 0; }
.podinfor_main_left{ flex: none; width: 100%; }
.indexBodyf .logo{ width: 38px; overflow: hidden; }
.indexBodyf .logo.logo_forum{ width: 62px; }
.gywm_left{ width: 100%; padding-right: 10px; padding-bottom: 10px; }
.gywm_right{ padding: 10px; margin-left: 0; }
.enevent .enevent_item{ width: 100%; }
.indexBodyEn .enforum_left .xshb_box,.indexBodyEn .enforum_right .xshb_box{ width: 100%; }
}

@media screen and (max-width: 650px){
.nav_wrap{ bottom: 10px; }
.logo,.indexBodyf .logo{ height: 30px; width: 20px; overflow: hidden; }
.indexBodyf .logo.logo_forum{ width: 45px; }
.top_right a{ height: 45px; font-size: 18px; background-size: auto 16px; }
.indexBody{ background-position: center 45px; }
.slide_wrap{ top: 45px; }
.list_banner{ margin-top: 100px; }
.hd_contrl{ display: none; }
.huodong_left{ margin-right: 0; padding-right: 0; }
.cgpic,.cgpic2{ width: 100%; margin-right: 0; }
.cg_right{ width: 100%; flex: none; margin-top: 10px; }
.seemoreBtn{ width: 150px; height: 40px; }
.project_direc img{ height: 40px; width: auto; }
.project_title{ font-size: 18px; }
.xsjl_part2,.bk_item{ width: 100%; }
.rcpy_item{ width: 100%; }
.huodong_wrap{padding: 15px 20px;}
.hd_clendar,.huodong_more{ display: none; }
.hd_link{ max-width: none; }
.huodong_moreb{ display: block; }
.foot_wrap{ text-align: center; }
.foot_links{ justify-content: center; }
.foot_contact{ float: none; }
.xsjlcon{ overflow: hidden; width: 100%; }
.roster_item{ width: 100%; }
.roster_itemb{ width: 46%; margin: 20px 2%; }
.wq_img{ width: 100%; margin:0 0 10px 0; }
.wqjmintro{ flex: none; width: 100%; }
.qnjs_left{  margin-right: 0; width: 100%; }
.qnjs_right{ flex: none; width: 100%; }
.mvplay{ width: 65px; height: 65px; }
.cgpic5{ width: 100%; margin-right: 0; }
.lthd_item .cgpic2{ margin: 0; }
.lthd_item .cg_right{ margin-bottom: 10px; }
.ltyc_item .bk_img{ width: 100%; }
.xshd_menu,.indexBodyEn .talk_ctrol{ display: none; }
.indexBodyEn .ltyc_right .ltyc_item .ltyc_con{ padding: 0; flex: none; width: 100%; }
.zlqns_under_img{ margin-right: 0; width: 100%; }
.rdyz_sw_ctrol .swiper-button-prev,
.rdyz_sw_ctrol .swiper-button-next,
.dsh_list .swiper-button-prev,
.dsh_list .swiper-button-next,
.zxzj_banner .swiper-button-prev,
.zxzj_banner .swiper-button-next{ width: 40px; height: 40px; }
.xshb_list .swiper-button-prev,.xshb_list .swiper-button-next{ height: 30px;}
.pod3dyst span,.pod3dyst em{ display: none; }
.pod3dyst{ flex-direction: column; align-items: flex-start; }
.pod3title{ position: absolute; z-index: 1; left: 160px; top: 30%; font-size: 20px; color: #fff; }
.qianwang .podjiantou{ width: 30px; height: 30px; }
.qianwang{ top: 40%; }
.podnianfen{ width: 100%; flex-direction: row; flex-wrap: wrap;  }
.podnianfen a{ margin: 0 30px 10px 0; }
.inforsign{ flex-direction: column; align-items: flex-start; }
.inforsign span{ margin-bottom: 10px; }
.inforsign span:nth-child(2){ display: none; }
}

@media screen and (max-width: 500px){
.mtcf_img,.foot_right,.gdtj_item{ width: 100%; }
.xsjllb3{ flex: none; width: 100%; margin: 10px 0; padding: 0 10px; }
.mtcf_item{ flex-wrap: wrap; margin: 10px 0; }
.zxzj_banner .swiper-button-prev,.zxzj_banner .swiper-button-next{ height: 40px;  }
.zxzj_img{ width: 120px; height: 120px; }
.zxzj_item,.listconc .list_item{ width: 100%; }
.foot_logo{ height: 60px; }
.foot_wrap{ padding: 20px 0; }
.listitemcon{ flex: none; width: 100%; }
.seemoreb{ margin: 20px 0 0 0; }
.menu_right{ margin-left: 0; width: 100%; }
.listc_date{ display: none; }
.listconc .seemoreb{ margin-top: 0; }
.podcast_part1 li .podjiantou{ display: none; }
.podnametext a{ font-size: 24px; }
.mggc_right .mggc_item{ width: 100%; }
.cgpic4{ width: 100%; margin-right: 0; }
.ltyc_menu{ width: 100%; }
.indexBodyEn .project_title{ font-size: 20px; }
.indexBodyEn .xsjllb3{ margin-left: 0; }
.indexBodyEn .hd_link b{ display: none; }
.enzjwm .tyzj_item{ padding-left: 0; align-items: center; }
.enzjwm .tyzj_item .tyzj_img{ position: static; }
.listcon .list_item .list3date{ display: block; }
}
@media screen and (max-width: 420px){
.roster_itemb{ width: 100%; margin: 20px 0; }
.roster_itemb .roster_intro{ height: auto; }
.qianwang .podjiantou{ display: none; }
}

@media screen and (max-width: 340px){
.box_wrap{ margin: 0 10px; }
.swiper_box{ margin: 20px 10px 0 10px; }
}