html,
body {
  margin: 0;
  padding: 0;
  height:100%;
}
body { 
    font-family: Microsoft YaHei,Helvetica Neue,Helvetica,STHeiTi,Arial,sans-serif;
}
ul,
li,
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: black;
}
* {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
button:focus {
    outline: none;
}
#container {
	position: fixed;
	height: 100%;
	width: 100%;
    top:0;
    left:0;
    z-index:1;
}
#output {
	width: 100%;
	height: 100%;
}
.page {
  position: relative;
  z-index: 3;
}
.page-inner {
  min-height:calc(100% - 346px);
}
.page-m-inner {
  min-height:calc(100% - 200px);
}
.page-m .ai-nav-m-bottom {
  margin:0 -10px
}
.footerPC {
  position: relative;
  z-index: 2;
}
.el-container .page {display:none}
.el-container #container {display:none}
.banner-common {
  position:relative;
}
.banner-common-inner {
  text-align:center;
  width:1200px;
  margin:0 auto;
  position:relative;
}
.banner-common-inner img {
  display:block;
  width:100%;
  height: auto;
}
.banner-common .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  font-size: 40px;
  color: #fff;
  width: 100%;
  text-align: center;
  text-shadow: 3px 4px 0 #ddd;
  font-weight: bold;
}
.sci-live-pc .video-js .vjs-tech {
  object-fit: cover;
}
.sci-live-pc .vjs-poster {
  background-size: cover;
}
.sci-live-pc {
  position: relative;
  padding-top:30px;
}
.sci-live-pc:after {
content:"";
  display:table;
  clear:both;
}
.sci-live-player {
  position:relative;
}
.sci-live-pc .sci-player-box {
display:none;
height:658px;
  position:relative;
}
.sci-live-pc .sci-player-box.yugao img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.sci-live-pc .sci-live-inner {
  width: 1200px;
  margin: 0 auto;
}
.sci-live-pc .sci-live-head {
  font-size: 18px;
  margin: 15px 0;
  color: white;
  padding: 16px 16px 16px 32px;

  background: url("https://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEM44n9aHWbXkyQm2zZTpk201111/bg-head.png")
    no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sci-live-pc .sci-live-head span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sci-live-pc .sci-live-head .title:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("https://p5.img.cctvpic.com/photoAlbum/templet/common/TPTE6hYTSWiwmXNCPGQR41bo201208/icon-play.png")
    no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  margin-right: 5px;
  vertical-align: middle;
}
.sci-live-pc .sci-live-head .back a {
  font-size: 14px;
  color: #3aa9ff;
}
.sci-live-pc .sci-live-body {
  width: 1170px;
  margin: 0 auto;
  padding: 15px;
  background: rgba(255,255,255,.5);
  position: relative;
}
.sci-live-pc .sci-live-list {
  position: relative;
  padding: 10px 0 0;
  overflow:hidden;
}
.sci-live-pc .swiper-wrapper.hide {
  display:none;
}
.sci-live-pc .sci-live-list .swiper-slide {
  position: relative;
  width: 270px;
  font-size: 18px;
  color: white;
  cursor: pointer;
}
.sci-live-pc .sci-live-list .swiper-slide .cover {
  position: relative;
  width: 270px;
  height: 174px;
  z-index: 10;
  overflow: hidden;
}
.sci-live-pc .sci-live-list .swiper-slide.active .cover {
  background: url("https://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEM44n9aHWbXkyQm2zZTpk201111/bg-video-choose.png")
    no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sci-live-pc .sci-live-list .swiper-slide .cover:hover img {
  opacity:0.9;
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.sci-live-pc .sci-live-list .swiper-slide .cover .review {
  position: absolute;
    bottom: 18px;
    right: 16px;
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.75);
    padding: 4px 16px;
    border-radius: 20px;
    color: white;
}
.sci-live-pc .sci-live-list .swiper-slide .cover .live {
  position: absolute;
    top: 24px;
    right: 16px;
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.75);
    padding: 4px 16px;
    border-radius: 20px;
    color: white;
}
.sci-live-pc .sci-live-list .swiper-slide .cover img {
  position: absolute;
  display: block;
  width: 260px;
  height: 152px;
  left: 5px;
  bottom: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 10;
  opacity:1;
  cursor: pointer;
}
.sci-live-pc .sci-live-list .swiper-slide.active {
  color: #06d3f4;
}
.sci-live-pc .sci-live-list .swiper-slide .time {
  font-size: 12px;
  padding: 10px 5px 5px;
}
.sci-live-pc .sci-live-list .swiper-slide .title {
  margin-top:8px;
  padding: 0 5px;
  height: 54px;
  overflow: hidden;
  line-height: 1.4;
}
.sci-live-pc .sci-live-body .button-prev,
.sci-live-pc .sci-live-body .button-next {
  position: absolute;
  bottom:130px;
  width: 49px;
  height: 64px;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 50;
  cursor: pointer;
}
.sci-live-pc .sci-live-body .button-prev.hide,
.sci-live-pc .sci-live-body .button-next.hide {
  display:none;
}
.sci-live-pc .sci-live-body .button-prev.swiper-button-disabled,
.sci-live-pc .sci-live-body .button-next.swiper-button-disabled {
  opacity: 0.2;
}
.sci-live-pc .sci-live-body .button-prev {
  left: -5px;
}
.sci-live-pc .sci-live-body .button-next {
  right: -5px;
}
.sci-container-list2 {
  width: 1202px;
  margin: 62px auto;
  padding: 20px 0 20px 5px;
  background: url(https://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEq7l8Y3m2or23MMgwbyhM220413/cjgc-box-rept.jpg) repeat-y center/100% auto;
  position: relative;
}
.sci-container-list2:before {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  top: -20px;
  right: 0;
  height: 36px;
  position: absolute;
  background: url(https://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEq7l8Y3m2or23MMgwbyhM220413/cjgc-box-top.png) no-repeat center top/100% auto;
}
.sci-container-list2:after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  bottom: -20px;
  right: 0;
  height: 36px;
  position: absolute;
  background: url(https://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEq7l8Y3m2or23MMgwbyhM220413/cjgc-box-bottom.png) no-repeat center bottom/100% auto;
}
.sci-container-list2 .hd {
    position: relative;
    text-align: center;
    margin-bottom: 36px;
}
.sci-container-list2 .hd .title .text {
   display: inline-block;
   margin: 0 auto;
   position: relative;
   font-size: 32px; 
   color: #11d3f4;
}
.sci-container-list2 .hd .title .text:before {
  content:'';
  display:block;
  background: url(https://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEq7l8Y3m2or23MMgwbyhM220413/cjgc-titleL.png) no-repeat;
  width: 85px;
  height: 3px;
  position: absolute;
  left: -115px;
  top: 50%;
}
.sci-container-list2 .hd .title .text:after {
  content:'';
  display:block;
  background: url(https://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEq7l8Y3m2or23MMgwbyhM220413/cjgc-titleR.png) no-repeat;
  width: 85px;
  height: 3px;
  position: absolute;
  right: -115px;
  top: 50%;
}
.sci-container-list2 .hd .title img {
    display: block;
    margin:0 auto;
}
.sci-container-list2 .hd .more {
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 14px;
    color: #282728;
    width: 75px;
    height: 30px;
    line-height: 30px;
    z-index: 9;
    background: #11d3f4;
    border-radius: 5px;
}
.sci-container-list2 .hd .more a {
    color: #282728;
}
.sci-container-list2 .pic-list {
    overflow: hidden;
    width: 1165px;
    margin: 0 auto;
}
.sci-container-list2 .pic-list ul {
  margin-left: -10px;
}
.sci-container-list2 .pic-list li {
    list-style: none;
    float: left;
    width: 225px;
    position: relative;
    box-sizing: border-box;
    padding: 5px;
}
.sci-container-list2 .pic-list li:hover a {
    color: #c10000;
}
.sci-container-list2 .pic-list .cover {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: #e6e6e6 url(//p2.img.cctvpic.com/photoAlbum/templet/common/DEPA1603705823513963/zwPic165_47.png) no-repeat center center;
}
.sci-container-list2 .pic-list .cover a {
  display:block;
}
.sci-container-list2 .pic-list .play {
    cursor: pointer;
    position: absolute;
    /*left: 50%;
    top: 50%;
    margin: -11px 0 0 -11px;
    width: 33px;
    height: 33px;
    background: url(https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEkCx1oeM19xxKVjlojiiE220317/cjgc-btn-play.png) no-repeat;
    */
    background: url(https://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEq7l8Y3m2or23MMgwbyhM220413/video-playBtn.png) no-repeat center/cover;
    width: 68px;
    height: 68px;
    left: 10px;
    bottom: 10px;
    z-index: 2;

}
.sci-container-list2 .pic-list .cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.sci-container-list2 .pic-list li:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.sci-container-list2 .pic-list .cover img {
    -webkit-transition: transform 1.3s;
    -moz-transition: transform 1.3s;
    -o-transition: transform 1.3s;
    -ms-transition: transform 1.3s;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-perspective: 1000;
    -moz-backface-visibility: hidden;
    -o-perspective: 1000;
    -o-backface-visibility: hidden;
    -ms-perspective: 1000;
    -ms-backface-visibility: hidden;
}
.sci-container-list2 .pic-list .content {
  background: #fff;
  overflow: hidden;
}
.sci-container-list2 .pic-list .content.three .text {
  height: 79px;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.sci-container-list2 .pic-list .text {
  margin: 18px;
  height: 52px;
  color: #333333;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.sci-container-list2 .pic-list .text:after {
  content: "";
  background: url(https://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEq7l8Y3m2or23MMgwbyhM220413/cjgc_logo_black.png) no-repeat bottom right / 37px auto;
  width: 37px;
  height: 20px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index:1;
  display:none;
}
.clear {
    height: 0px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
}
.sci-news-pc {
  width: 1200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px auto 60px;
}
.sci-news-pc .hd {
    position: relative;
    text-align: center;
    margin-bottom: 36px;
}
.sci-news-pc .hd .title img {
    display: block;
    margin:0 auto;
}
.sci-news-pc .hd .title .text {
   display: inline-block;
   margin: 0 auto;
   position: relative;
   font-size: 32px; 
   color: #11d3f4;
}
.sci-news-pc .hd .title .text:before {
  content:'';
  display:block;
  background: url(https://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEq7l8Y3m2or23MMgwbyhM220413/cjgc-titleL.png) no-repeat;
  width: 85px;
  height: 3px;
  position: absolute;
  left: -115px;
  top: 50%;
}
.sci-news-pc .hd .title .text:after {
  content:'';
  display:block;
  background: url(https://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEq7l8Y3m2or23MMgwbyhM220413/cjgc-titleR.png) no-repeat;
  width: 85px;
  height: 3px;
  position: absolute;
  right: -115px;
  top: 50%;
}
.sci-news-pc .body {
  background: white;
  margin-top: 30px;
}
.sci-news-pc .body:after {
  display: table;
  clear: both;
  content: "";
}
.sci-news-pc .sci-industry .list-item:hover .brief {
  color: #444;
}
.sci-news-pc .sci-industry .list-item {
  position: relative;
  border-top: 1px solid rgba(0,49,90,.1);
  padding: 16px 20px 25px 318px;
}
.sci-news-pc .sci-industry .list-item:first-child {
  border: none;
}
.sci-news-pc .sci-industry .list-item .cover {
  width: 273px;
  height: 154px;
  min-width: 273px;
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  left: 25px;
  top: 14px;
}
.sci-news-pc .sci-industry .list-item .cover img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sci-news-pc .sci-industry .list-item:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
}
.sci-news-pc .sci-industry .list-item .cover img {
    -webkit-transition: transform 1.3s;
    -moz-transition: transform 1.3s;
    -o-transition: transform 1.3s;
    -ms-transition: transform 1.3s;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-perspective: 1000;
    -moz-backface-visibility: hidden;
    -o-perspective: 1000;
    -o-backface-visibility: hidden;
    -ms-perspective: 1000;
    -ms-backface-visibility: hidden;
}
.sci-news-pc .sci-industry .list-item .content {
  
}
.sci-news-pc .sci-industry .list-item .title {
  color: #333;
  font-size: 20px;
  height: 24px;
  line-height: 24px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.sci-news-pc .sci-industry .list-item .brief {
  color: #666;
  font-size: 16px;
  margin: 12px 0 8px;
  line-height: 1.5;
  height: 74px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sci-news-pc .sci-industry .list-item .bottom {
  height: 30px;
  overflow: hidden;
  /*background: url(https://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEq7l8Y3m2or23MMgwbyhM220413/cjgc_logo_black.png) no-repeat center right / 37px auto;*/
}
.sci-news-pc .sci-industry .list-item .time {
  display: inline-block;
  margin-top: 8px;
}
.sci-news-pc .sci-industry .list-item .tag {
  color: #0ea2c2;
  margin-left: 20px;
}
.sci-news-pc .list-load {
  font-size: 14px;
  color: #fff;
  width: 126px;
  height: 36px;
  line-height: 36px;
  margin: 20px auto;
  text-align: center;
  cursor: pointer;
  background: url(https://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEq7l8Y3m2or23MMgwbyhM220413/cjgc-btn.png) no-repeat center/100% 100%;
}
.sci-news-pc .list-load:hover {
  background-color: rgb(255,255,255,.2);
}
.sci-news-pc .list-load i {
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background: url(https://p4.img.cctvpic.com/photoAlbum/templet/common/TPTEkCx1oeM19xxKVjlojiiE220317/cjgc-load.gif) no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  vertical-align: -4px;
}
.sci-backTop {
  position: fixed;
  bottom: 390px;
  right: 20px;
  width: 320px;
  display: none;
  z-index: 999;
}
.sci-backTop .gotop_btn {
  width: 64px;
  height: 64px;
  display: block;
  background: rgba(0,0,0,0.3) url(https://p5.img.cctvpic.com/photoAlbum/templet/common/TPTEq7l8Y3m2or23MMgwbyhM220413/icon-backTop-w.png) no-repeat center;
  background-size: 30px auto;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 74px;
}
.sci-backTop .linkUs_btn {
  width: 64px;
  height: 72px;
  background: rgba(0,0,0,0.3) url(//p5.img.cctvpic.com/photoAlbum/templet/common/TPTEq7l8Y3m2or23MMgwbyhM220413/icon-coop-w.png) no-repeat center 38%;
  background-size: 30px auto;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.sci-backTop .linkUs_btn span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
.sci-backTop .show_more {
  display: none;
  padding: 10px;
  width: 200px;
  top: 0;
  right: 64px;
  position: absolute;
  background: #fff;
  font-size: 16px;
  text-align: center;
  color: #333;
}
.sci-backTop .show_more p {
  margin: 0 0 10px; 
}
.sci-backTop .show_more.show {
   display:block;
}
.sci-backTop .show_more img {
  width: 100%;
  heigth: auto;
  border:1px solid #333;
}
.edit-show {display:none;}
.edit-mode .edit-show {display:block;  color: #fff;text-shadow: 1px 1px 1px #000;font-size: 30px;}
.edit-mode .blocks {min-height: 30px;}
.page .sci-live-pc .sci-live-inner,
.page .sci-news-pc {
    width: 1204px;
}
.page .sci-live-pc .sci-live-body {
    padding: 3px;
    width: 1198px;
    background: none;
}
.page .sci-container-list2,
.page .sci-news-pc {
  padding-bottom: 1px;
  border: 4px solid #fff;
  box-shadow: 0 0 10px 2px #435eff;
  box-sizing: border-box;
}
.page .sci-news-pc {
    margin-bottom: 60px;
}
.page .sci-live-pc .sci-live-list .swiper-slide.active .cover,
.page-m .sci-live-m .sci-live-list .swiper-slide.active .cover {
    background: none;
    overflow: auto;
}
.page .sci-live-pc .sci-live-list .swiper-slide .cover {
    width: 280px;
}
.page .sci-live-pc .sci-live-list .swiper-slide.active .cover:after,
.page-m .sci-live-m .sci-live-list .swiper-slide.active .cover:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #435eff;
    top: -1px;
    left: 50%;
    position: absolute;
    margin-left: -5px;
}
.page .sci-news-pc .sci-industry .list-item {
    background: transparent;
    margin-bottom: 20px;
    border: none;
}
.page-m .cjgc-titleBg,.page-m .sci-container-list2-h5,.page-m .sci-news-h5 {
	background: transparent;
	position: relative;
	z-index: 2;
}
.page .sci-news-pc .sci-industry .list-item .tag,
.page .sci-news-pc .list-load {
    color: #93a6f8
}
.page-m .cjgc-titleBg {
    padding: 20px 0;
    position: relative;
    margin-bottom: -40px;
    z-index: 1;
}
.page-m .sci-container-list2-h5,
.page-m .sci-news-h5 {
    margin: 0 auto;
}
.page-m .sci-industry-h5 .list-item {
    padding: 15px 10px;
    margin-bottom: 10px;
    border: none;
}
.page-m .sci-industry-h5 {
    padding: 0;
}
.page .sci-live-pc .sci-live-body {
    padding: 3px;
    background: none;
}
.page .sci-live-pc .sci-player-box {
    background: #0e1327;
    border: 4px solid #fff;
    box-shadow: 0 0 10px 2px #435eff;
    height: 670px;
}
.page-m .sci-live-m .sci-live-body {
    padding: 3px 5px;
    margin-bottom: 10px;
    background: none !important;
}
.page-m .sci-live-m .sci-live-player {
    background: #0e1327;
    border: 3px solid #fff;
    box-shadow: 0 0 10px 2px #435eff;
}
.page .sci-container-list2 .hd {
	margin: 10px 0 -80px;
	z-index: 1;
}
.page .sci-news-pc .hd {
	margin: 30px 0 -80px;
	z-index: 1;
}
.page .sci-container-list2 .pic-list .content,.page .sci-news-pc .body {
	background: transparent;
	position: relative;
	z-index: 2;
}
.page .sci-container-list2 .pic-list .text a,.page .sci-news-pc .sci-industry .list-item .title,.page .sci-news-pc .sci-industry .list-item .brief,.page .sci-news-pc .sci-industry .list-item .time,.sci-container-list2-h5 .pic-list .text a,.page-m .sci-industry-h5 .list-item .title,.page-m .sci-industry-h5 .list-item .brief {
	color: #fff;
}
.page .sci-container-list2 .pic-list li:hover a {
	color: #93a6f8;
}
.page .cover,.page-m .cover {
	border: 1px solid #c4cece;

}
.page .sci-news-pc .sci-industry .list-item .cover,.page-m .sci-container-list2-h5 .pic-list .cover,.page-m .sci-industry-h5 .list-item .cover {
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.page .sci-container-list2 .pic-list,.page .page .sci-news-pc .list {
	position: relative;
	z-index: 2;
}
.page-m .sci-container-list2-h5 .btn_fold {
	background: rgba(255,255,255,.5);
    display:none;
}
.page-m .head {
    padding-top: 15px;
}
