/* 全局 */
body {
  min-width: 1400px;
  margin: 0 auto;
  position: relative;
  background-color: #e9edf0;
}

/* footer qns */
.m430e-sk_qns_footer {
  color: #1e3a52;
  background: none;
}

.m430e-sk_qns_footer a {
  color: #1e3a52;
}

body::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("https://www.valdesangil.com/images/sk05_qns_footer_bg.jpg") no-repeat center bottom;
  background-size: contain;
}

/* body qns */

.m430e-sk_qns_head {
    height: 650px;
    clear: both;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  
  .m430e-sk_qns_head img {
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
  }
  
  .m430e-img_text {
      width: 100%;
      height: 100%;
      position: absolute;
      background: url("https://www.valdesangil.com/images/sk05_qns_bg_top2.png") no-repeat center 40% ;
      background-size: 20%;
      background-size: 400px;
      z-index: 3;
  }

  .m430e-img_brid{
    width: 433px;
    height: 112px;
    position: absolute;
    top: 100%;
    left: 100%;
    background: url("https://www.valdesangil.com/images/sk_qns_brid.gif") no-repeat;

    animation-name: flyBrids; 
    -webkit-animation-name: flyBrids; 
    -webkit-animation-timing-function: linear; 
    -webkit-animation-iteration-count: infinite;  
    -webkit-animation-duration: 20s;

    -ms-animation-name: flyBrids; 
    -ms-animation-timing-function: linear; 
    -ms-animation-iteration-count: infinite;  
    -ms-animation-duration: 20s;
    z-index: 2;
}


  
.m430e-img_sea {
    left: 0;
    top: 0;
    animation-name: seaToLeft; 
    -webkit-animation-name: seaToLeft; 
    -webkit-animation-timing-function: linear; 
    -webkit-animation-iteration-count: infinite; 
    -webkit-animation-duration: 200s;

    -ms-animation-name: seaToLeft; 
    -ms-animation-timing-function: linear; 
    -ms-animation-iteration-count: infinite; 
    -ms-animation-duration: 200s;
    z-index: 1;
}
  
.m430e-img_cloud {
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("https://www.valdesangil.com/images/sk_qns_cloud.png") no-repeat center;
    background-size: 100% 100%;
    z-index: 2;
}



@keyframes flyBrids {  
    0%{
        left: 80%;
        top: 60%;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    100% {
        left: 0;
        top: 35%;
        transform: scale(.4);
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
    }
}

@-ms-keyframes flyBrids {  
    0%{
        left: 80%;
        top: 60%;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    100% {
        left: 0;
        top: 35%;
        transform: scale(.4);
        -webkit-transform: scale(.4);
        -moz-transform: scale(.4);
        -ms-transform: scale(.4);
        -o-transform: scale(.4);
    }
}
    
@keyframes seaToLeft {  
    0%{
        left: 0;
    }
    100% {
        left: -200%;
    }
}

@-ms-keyframes seaToLeft {  
    0%{
        left: 0;
    }
    100% {
        left: -200%;
    }
}

/* header qns */
/* .m430e-sk_qns_head {
  height: 650px;
  clear: both;
  padding-top: 30px;
  max-width: 1810px;
  margin: 0 auto;
  background: url("https://www.valdesangil.com/images/sk05_qns_bg_top2.png") no-repeat center 220px;
} */

.m430e-sk_qns_search {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.m430e-sk_qns_search input[type='text'] {
  border: none;
  outline: none;
  background: none;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  margin-right: 10px;
  width: 220px;
}

.m430e-sk_qns_search input[type='submit'] {
  width: 27px;
  height: 27px;
  overflow: hidden;
  text-indent: 27px;
  border: none;
  background: url("https://www.valdesangil.com/images/sk05_qns_icon_search.png") no-repeat;
  cursor: pointer;
}


.m430e-sk_qns_nav {
  width: 1400px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
}

.m430e-sk_qns_nav a {
  display: inline-block;
  padding: 0 18px;
  font-size: 20px;
  position: relative;
  color: #fff;
}


/* 主体内容 qns */
.m430e-fullWidth {
  padding-bottom: 50px;
  /* background: url("https://www.valdesangil.com/images/sk05_qns_cloud_bg2.png") no-repeat center center; */
  background-size: cover !important;
  background-color: #fff;
}

.m430e-sk_bg_jxxg {
  background: url("https://www.valdesangil.com/images/sk05_qns_cloud_bg2.png") no-repeat center center #deeeee;
  padding: 140px 0 100px;
}

.m430e-sk_bg_qnp {
  background: url("https://www.valdesangil.com/images/sk05_qns_cloud_bg2.png") no-repeat center center #dbe4eb;
  padding: 140px 0 90px;
}
.m430e-sk_bg_qnlt {
  background: url("https://www.valdesangil.com/images/sk05_qns_cloud_bg2.png") no-repeat center center;
}


.m430e-sk_qns_content {
  width: 1400px;
  min-height: 540px;
  margin: 0 auto;
}

.m430e-sk_qns_top {
  margin-bottom: 40px;
  min-height: 100px;
  background: url("https://www.valdesangil.com/images/sk05_qns_icon_tt.png") no-repeat left center;
    position: relative;
}
.m430e-sk_qns_top .m430e-tt_link {
    position: absolute;
    width: 70px;
    height: 100px;
    left: 0;
    top: 0;
}
.m430e-sk_qns_top h1 {
  color: #0c4d8d;
  font-size: 34px;
  text-align: center;
    line-height: 100px;
}

/* 头条无缝滚动 */
.m430e-sk_qns_top_scroll {
  position: relative;
  margin-top: 12px;
  text-align: center;
}

.m430e-sk_qns_top_scroll .m430e-bd {
  padding: 0 10px;
}

.m430e-sk_qns_top_scroll .m430e-bd .m430e-tempWrap {
  width: 1180px !important;
}

/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.m430e-sk_qns_top_scroll .m430e-bd ul {
  overflow: hidden;
  zoom: 1;
}

.m430e-sk_qns_top_scroll .m430e-bd ul li {
  margin-right: 40px;
  float: left;
  height: 24px;
  line-height: 24px;
  text-align: left;
  _display: inline;
  width: auto !important;
}

/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.m430e-sk_qns_top_scroll .m430e-bd ul li span {
  color: #999;
}

.m430e-sk_qns_top_scroll .m430e-more {
  display: inline-block;
  /*position: absolute;
  right: 0;
  top: 0;*/
  font-size: 16px;
  color: #3aadb7;
}

/* 青椒论道 */
.m430e-sk_qns_qjld {
  width: 100%;
}

.m430e-sk_qns_qjld_left {
  position: relative;
  width: 890px;
  height: 476px;
  overflow: hidden;
  margin-bottom: 0;
}

.m430e-sk_qns_qjld_left .m430e-hd {
  overflow: hidden;
  position: absolute;
  right: 100px;
  bottom: 0px;
  z-index: 1;
  text-align: center;
  padding: 15px 0;
}

.m430e-sk_qns_qjld_left .m430e-more {
    width: 40px;
    height: 20px;
    line-height: 20px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    position: absolute;
    bottom: 15px;
    right: 12px;
}

.m430e-sk_qns_qjld_left .m430e-more:hover {
  color: #277398;
}

.m430e-sk_qns_qjld_left .m430e-hd ul li {
  display: inline-block;
  margin: 0 6px;
  width: 8px;
  height: 8px;
  text-indent: 15px;
  background: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
}

.m430e-sk_qns_qjld_left .m430e-hd ul li.on {
  background: #2181b0;
  border-color: #2181b0;
}

.m430e-sk_qns_qjld_left .m430e-hd ul li.on::before {
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #2181b0;
  position: absolute;
  left: -5px;
  bottom: -5px;
  opacity: 0.9;
  background-color: #fff;
  z-index: -1;
}

.m430e-sk_qns_qjld_left .m430e-bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.m430e-sk_qns_qjld_left .m430e-bd li {
  zoom: 1;
  vertical-align: middle;
}

.m430e-sk_qns_qjld_left .m430e-bd img {
  width: 890px;
  height: 476px;
  display: block;
}

.m430e-sk_qns_qjld_left .m430e-bd li .m430e-intro {
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  overflow: hidden;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  text-indent: 24px;
}

.m430e-swipe-slide img{
  width: 100%;
  height: 100%;
}

.m430e-sk_qns_qjld_left .m430e-prev,
.m430e-sk_qns_qjld_left .m430e-next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url("https://www.valdesangil.com/images/sk05_qns_slider-arrow.png") -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.m430e-sk_qns_qjld_left .m430e-next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.m430e-sk_qns_qjld_left .m430e-prev:hover,
.m430e-sk_qns_qjld_left .m430e-next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.m430e-sk_qns_qjld_left .m430e-prevStop {
  display: none;
}

.m430e-sk_qns_qjld_left .m430e-nextStop {
  display: none;
}


.m430e-sk_qns_qjld_right {
  width: 465px;
}

.m430e-sk_qns_qjld_title {
  border-bottom: 1px solid #7e0919;
  position: relative;
  margin-bottom: 25px;
  padding-top: 10px;
}
.m430e-sk_qns_qjld_title img{height: 36px;}
.m430e-sk_qns_qjld_title a.more {
  color: #7e0919;
  position: absolute;
  right: 0;
  bottom: 0rem;
  font-size: 14px;
}

.m430e-sk_qns_qjld_list {}

.m430e-sk_qns_qjld_list ul li {
  padding-left: 26px;
  background: url("https://www.valdesangil.com/images/sk05_qns_li_style.png") no-repeat left 6px;
  overflow: hidden;
}
.m430e-sk_qns_qjld_list ul li a{
  display: block;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow: hidden;
}

.m430e-sk_qns_qjld_list ul li.active {
  background: none;
  padding-left: 0;
  padding-bottom: 20px;
  border-bottom: 1px dashed #a6bdd2;
  margin-bottom: 20px;
}

.m430e-sk_qns_qjld_list ul li.active h5 {
  font-size: 22px;
  font-weight: bold;
}

.m430e-sk_qns_qjld_list ul li.active .m430e-intro {
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  height: 94px;
}
.m430e-sk_qns_qjld_list ul li.active .m430e-intro a {
  display: inline;
  color: #39adb7;
}


.m430e-sk_qns_qjld_list ul li h5 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 22px;
}



/* 资讯 与 公告  */

.m430e-sk_qns_zxgg {
  margin-top: 50px;
}

.m430e-sk_qns_zx,
.m430e-sk_qns_gg {
  width: 685px;
}



.m430e-sk_qns_jxxg {
  width: 1120px;
  margin: 0 auto;
  margin-bottom: 110px;
}
.m430e-sk_qns_jxxg_img {
    position: relative;
}
.m430e-sk_qns_jxxg_img img {
  width: 777px;
  height: 410px;
  display: block;
}
.m430e-sk_qns_jxxg_img .m430e-intro {
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    overflow: hidden;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-indent: 24px;
}
.m430e-sk_qns_qnp {
  width: 100%;
}
.m430e-sk_qns_qnp_mobile{
  display: none !important;
}
.m430e-sk_qns_title img {
  margin-bottom: 10px;
}

.m430e-sk_qns_title .m430e-intro {
  border-right: 1px solid #7e0919;
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  height: 310px;
  margin-top: 75px;
  margin-right: 15px;
  line-height: 1.8;
  font-size: 16px;
  padding-right: 5px;
  letter-spacing: 2px;
  color: #5f7280;
}

.m430e-sk_qns_title .m430e-more {
  writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-size: 16px;
  color: #7e0a17;
  display: inline-block;
  border: 1px solid #7e0a17;
  letter-spacing: 3px;
  padding: 3px 0;
  padding-bottom: 0;
}

/* 稷下学宫 scroll */
.m430e-sk_qns_jxxg_scroll {
  position: relative;
}

.m430e-sk_qns_jxxg_scroll .m430e-hd {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  top: 40px;
  width: 1500px;
  margin-left: -50px;
}

.m430e-sk_qns_jxxg_scroll .m430e-hd .m430e-prev,
.m430e-sk_qns_jxxg_scroll .m430e-hd .m430e-next {
  display: block;
  width: 25px;
  height: 53px;
  float: left;
  cursor: pointer;
  background: url("https://www.valdesangil.com/images/sk05_qns_btn_left.png") no-repeat
}

.m430e-sk_qns_jxxg_scroll .m430e-hd .m430e-next {
  background: url("https://www.valdesangil.com/images/sk05_qns_btn_right.png") no-repeat;
  float: right;
}

.m430e-sk_qns_jxxg_scroll .m430e-bd ul {
  overflow: hidden;
  height: 208px;
  zoom: 1;
  position: relative;
  z-index: 1;
}

.m430e-sk_qns_jxxg_scroll .m430e-bd ul li {
  margin: 0 8px;
  width: 264px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}

.m430e-sk_qns_jxxg_scroll .m430e-bd ul li .m430e-pic {
  text-align: center;
}
.m430e-sk_qns_jxxg_scroll .m430e-bd ul li .m430e-pic p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
}
.m430e-sk_qns_jxxg_scroll .m430e-bd ul li .m430e-pic img {
  width: 264px;
  height: 138px;
  display: block;
  transition: all 0.3s;
}

.m430e-sk_qns_jxxg_scroll .m430e-bd ul li .m430e-pic a {
  display: block;
}

.m430e-sk_qns_jxxg_scroll .m430e-bd ul li .m430e-pic img:hover {
  transform: scale(1.05);
}

.m430e-sk_qns_jxxg_scroll .m430e-bd ul li .m430e-title {
  line-height: 24px;
}

/* 青年派 scroll */
.m430e-sk_qns_qnp_scroll {
  overflow: hidden;
  position: relative;
  width: 1160px;
}

.m430e-sk_qns_qnp_scroll .m430e-hd {
  overflow: hidden;
  text-align: center;
}

.m430e-sk_qns_qnp_scroll .m430e-hd ul {
  overflow: hidden;
  zoom: 1;
  zoom: 1;
  text-align: center;
}

.m430e-sk_qns_qnp_scroll .m430e-hd ul li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  text-indent: 10em;
  cursor: pointer;
  overflow: hidden;
  background-color: #b9cddb;
  border-radius: 8px;
}

.m430e-sk_qns_qnp_scroll .m430e-hd ul li.on {
  background-color: #1e3a52;
}

.m430e-sk_qns_qnp_scroll .m430e-bd {
  padding: 10px;
  overflow: hidden;
  height: 640px;
}

.m430e-sk_qns_qnp_scroll .m430e-bd ul {
  overflow: hidden;
  zoom: 1;
  width: 1200px;
  float: left;
  _display: inline;
}

.m430e-sk_qns_qnp_scroll .m430e-bd ul li {
  width: 556px;
  height: 300px;
  margin: 0 30px 30px 0;
  background: url("https://www.valdesangil.com/images/sk05_qns_card_bg.jpg") no-repeat left center;
  background-size: 100%;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}

.m430e-sk_qns_qnp_scroll .m430e-bd ul li:nth-child(2n) {
  margin-right: 0;
}

.m430e-sk_qns_qnp_scroll .m430e-bd ul li .m430e-pic {
  text-align: center;
  width: 168px;
  height: 168px;
  overflow: hidden;
  border-radius: 85px;
  background-color: #e0eefc;
  margin-left: 24px;
  margin-top: 52px;
  float: left;
}

.m430e-sk_qns_qnp_scroll .m430e-bd ul li .m430e-pic img {
  width: 170px;
  height: 170px;
  display: block;
  transition: all 0.3s;
}

.m430e-sk_qns_qnp_scroll .m430e-bd ul li:hover img {
  transform: scale(1.05);
}

.m430e-sk_qns_qnp_scroll .m430e-bd ul li:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3)
}

.m430e-sk_qns_qnp_scroll .m430e-bd ul li .m430e-name {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.m430e-sk_qns_qnp_scroll .m430e-bd ul li .m430e-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

.m430e-sk_qns_qnp_scroll .m430e-bd ul li p {
  color: #707070;
  margin-bottom: 20px;
  line-height: 30px;
}

.m430e-sk_qns_qnp_scroll .m430e-bd ul li p a {
  color: #39adb7;
}

.m430e-sk_qns_qnp_scroll .m430e-bd ul li .m430e-intro {
  padding-left: 230px;
  padding-right: 30px;
  line-height: 24px;
  text-align: left;
  padding-top: 50px;
}

/* 青年论坛  */
.m430e-sk_bg_qnlt {
  padding: 140px 0 80px;
}

/* 手风琴效果 */
.m430e-sk_qns_qnlt {
  width: 1140px;
  height: 627px;
  position: relative;
}

.m430e-sk_qns_qnlt ul li {
  width: 80px;
  height: 627px;
  position: relative;
  overflow: hidden;
  float: left;
}

.m430e-sk_qns_qnlt ul li .m430e-imgCon {
  width: 820px;
  height: 627px;
}

.m430e-sk_qns_qnlt ul li .m430e-imgCen {
  width: 80px;
  height: 100%;
  writing-mode: vertical-rl;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  line-height: 80px;
  position: absolute;
  left: 0px;
  bottom: 0;
  text-indent: 20px;
  font-weight: bold;
}

.m430e-sk_qns_qnlt ul li.first {
  width: 815px;
}

.m430e-sk_qns_qnlt ul li.first .m430e-imgCen {
  display: none;
}

.m430e-sk_qns_qnlt ul li.fast {
  position: absolute;
  right: 0px;
  bottom: 0px;
}


.m430e-sk_qns_bsslt {
  width: 630px;
  position: relative;
  float: left;
  margin-left: 80px;
  margin-top: 20px;
}
.m430e-sk_qns_bsslt ul li {
  padding-left: 26px;
  background: url("https://www.valdesangil.com/images/sk05_qns_li_style.png") no-repeat left 6px;
  overflow: hidden;
}
.m430e-sk_qns_bsslt ul li a{
  display: block;
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow: hidden;
}

.m430e-sk_qns_bsslt ul li {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 22px;
}
.m430e-sk_qns_bsslt ul li:first-child, .m430e-sk_qns_bsslt ul li:nth-child(6) {
  font-weight: bold;
}
.m430e-sk_qns_bsslt_right {
  width: 460px;
  float: right;
}
.m430e-sk_qns_bsslt_right .m430e-rt_pic {
  margin-bottom: 20px;
}
.m430e-sk_qns_bsslt_right a {
  display: block;
  overflow: hidden;
}
.m430e-sk_qns_bsslt_right img {
  width: 460px;
  height: 200px;
  display: block;
  transition: all 0.3s;
}
.m430e-sk_qns_bsslt_right img:hover {
  transform: scale(1.05);
}
.m430e-sk_qns_bsslt_right p {
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
}
@media screen and (max-width: 1440px) {
  body{
    min-width: 1120px;
  }
  .m430e-sk_qns_body{
    background-size: 1400px;
  }
  .m430e-sk_qns_head{
    padding-top: 20px;
    background: url("https://www.valdesangil.com/images/sk05_qns_bg_top2.png") no-repeat center 150px;
    background-size: 300px;
    height: 450px;
  }

  .m430e-img_text {
        background: url("https://www.valdesangil.com/images/sk05_qns_bg_top2.png") no-repeat center 40% ;
        background-size: 20%;
        background-size: 280px;
        z-index: 3;
    }
  
  .m430e-sk_qns_search{
    padding-bottom: 2px;
  }
  .m430e-sk_qns_search input[type='text']{
    font-size: 13px;
    height: 24px;
    line-height: 24px;
  }
  .m430e-sk_qns_nav{padding-top: 5px;}
  .m430e-sk_qns_search input[type='submit']{height: 19px; width: 19px; line-height: 19px; background-size: 100%;}
  .m430e-fullWidth{padding-bottom: 50px;}
  .m430e-sk_qns_top h1{font-size: 24px;line-height: 80px;}
  .m430e-sk_qns_content{ width: 1000px; min-height: auto;}
  .m430e-sk_qns_top_scroll{}
  .m430e-sk_qns_top_scroll .m430e-bd .m430e-tempWrap{ width: 800px !important;}
  .m430e-sk_qns_top{ background-size: 46px 64px; min-height: 80px; margin-bottom: 30px;}
    .m430e-sk_qns_top .m430e-tt_link {
        position: absolute;
        width: 50px;
        height: 80px;
        left: 0;
        top: 0;
    }
  .m430e-sk_qns_top_scroll .m430e-bd ul li{ font-size: 14px;}
  .m430e-sk_qns_top_scroll .m430e-more{font-size: 14px; background-size: 12px;}
  
  .m430e-sk_qns_qjld_left{ width: 635px; height: 340px;}
  .m430e-sk_bg_jxxg {
    padding: 80px 0 60px;
  }
  .m430e-sk_bg_qnp {
    padding: 80px 0 60px;
  }
  .m430e-sk_bg_qnlt {
    padding: 80px 0 60px;
  }
  .m430e-sk_qns_qjld_left .m430e-bd img{ width: 635px; height: 340px;}
  .m430e-sk_qns_qjld_left .m430e-bd li .m430e-intro{font-size: 16px; height: 36px; line-height: 36px;}
  .m430e-sk_qns_qjld_left .m430e-hd{
    padding: 7px 0;
    right: 60px;
  }
  .m430e-sk_qns_qjld_left .m430e-hd ul li{width: 6px; height: 6px;}
  .m430e-sk_qns_qjld_left .m430e-hd ul li.on::before{ left: -5px; top: -5px; width: 14px; height: 14px;}
  .m430e-sk_qns_qjld_left .m430e-more {
    width: 30px;
    height: 20px;
    line-height: 20px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 7px;
    right: 10px;}

  .m430e-sk_qns_qjld_right{ width: 336px;}
  .m430e-sk_qns_qjld_title{margin-bottom: 10px; padding-top: 0;}
  .m430e-sk_qns_qjld_title img{height: 24px;}
  .m430e-sk_qns_qjld_title a.more{ font-size: 12px;}
  .m430e-sk_qns_qjld_list ul li{background-size: 6px 11px; padding-left: 18px;background: url("https://www.valdesangil.com/images/sk05_qns_li_style.png") no-repeat left 2px;}
  .m430e-sk_qns_qjld_list ul li.active h5{font-size: 16px; margin-bottom: 10px;}
  .m430e-sk_qns_qjld_list ul li.active .m430e-intro{font-size: 14px; line-height: 24px;  -webkit-line-clamp:4; height: 96px;}
  .m430e-sk_qns_qjld_list ul li.active{ padding-bottom: 10px; margin-bottom: 15px;}
  .m430e-sk_qns_qjld_list ul li h5{font-size: 14px; margin-bottom: 11px;}

  /* 资讯 与 公告  */
  .m430e-sk_qns_zxgg {
    margin-top: 40px;
  }

  .m430e-sk_qns_zx,
  .m430e-sk_qns_gg {
    width: 485px;
  }

  /* 稷下学宫 1000*/
  .m430e-sk_qns_jxxg{ width: 820px; margin-bottom:80px;}
  .m430e-sk_qns_title img{width: 67px;}
  .m430e-sk_qns_title .m430e-more{font-size: 14px;}
  .m430e-sk_qns_title .m430e-intro{font-size: 14px; margin-right: 10px; height: 220px;}
  .m430e-sk_qns_jxxg_img img{ width: 554px; height: 293px;}
    .m430e-sk_qns_jxxg_img .m430e-intro {
        font-size: 16px;
        height: 36px;
        line-height: 36px;
    }
  .m430e-sk_qns_jxxg_scroll .m430e-bd ul{ height: 160px;}
  .m430e-sk_qns_jxxg_scroll .m430e-bd ul li{ width: 186px;}
  .m430e-sk_qns_jxxg_scroll .m430e-bd ul li .m430e-pic img{width: 186px; height: 100px;}
  .m430e-sk_qns_jxxg_scroll .m430e-hd{ width: 1100px; top: 30px;}
  .m430e-sk_qns_jxxg_scroll .m430e-hd .m430e-prev, .m430e-sk_qns_jxxg_scroll .m430e-hd .m430e-next{ width: 19px; height: 38px; background-size: 100%;}
  .m430e-sk_qns_jxxg_scroll .m430e-bd ul li .m430e-pic p {font-size: 14px; line-height: 26px; margin-top: 6px;}

    /* 青年派 1000 */
  .m430e-sk_qns_qnp_scroll{ width: 840px;}
  .m430e-sk_qns_qnp_scroll .m430e-bd{padding: 0; height: 500px;}
  .m430e-sk_qns_qnp_scroll .m430e-bd ul{ width: 840px; margin-right: 20px;}
  .m430e-sk_qns_qnp_scroll .m430e-bd ul li{ width: 400px; height: 220px; margin: 10px ;}
  .m430e-sk_qns_qnp_scroll .m430e-bd ul li .m430e-pic{width: 120px; height: 120px; margin-left: 15px; margin-top: 30px;}
  .m430e-sk_qns_qnp_scroll .m430e-bd ul li .m430e-pic img{width: 120px; height: 120px;}
  .m430e-sk_qns_qnp_scroll .m430e-bd ul li .m430e-intro{ padding-left: 160px; padding-right: 20px; line-height: 20px; padding-top: 20px;}
  .m430e-sk_qns_qnp_scroll .m430e-bd ul li .m430e-name{ font-size: 20px; margin-bottom: 10px;}
  .m430e-sk_qns_qnp_scroll .m430e-bd ul li p{ font-size: 14px; margin-bottom: 15px; line-height: 24px;}
  .m430e-sk_qns_qnp_scroll .m430e-bd ul li .m430e-title{font-size: 18px;}
  .m430e-sk_qns_qnp_scroll .m430e-hd ul li{width: 12px; height: 12px;}
  /* 青年论坛 1000 */
  .m430e-sk_qns_qnlt{
    width: 815px;
    height: 448px;
  }
  .m430e-sk_bg_qnlt{padding-bottom: 60px;}
  .m430e-sk_qns_qnlt ul li { height: 448px; width: 56px;}
  .m430e-sk_qns_qnlt ul li .m430e-imgTop img{ width:584px; height: 448px;}
  .m430e-sk_qns_qnlt ul li.first{ width: 584px;}
  .m430e-sk_qns_qnlt ul li .m430e-imgCen{ width: 56px; line-height: 56px; font-size: 16px; }

  /* 导航1000 */
  .m430e-sk_qns_nav{ width: 400px;}
  .m430e-sk_qns_nav a{ font-size: 16px;}
  .m430e-sk_qns_logo img{height: 28px;}


  /*博士生论坛*/
  .m430e-sk_qns_bsslt {
    width: 440px;
    position: relative;
    float: left;
    margin-left: 40px;
    margin-top: 20px;
  }
  .m430e-sk_qns_bsslt ul li {
    padding-left: 26px;
    background: url("https://www.valdesangil.com/images/sk05_qns_li_style.png") no-repeat left 6px;
    overflow: hidden;
  }
  .m430e-sk_qns_bsslt ul li a{
    display: block;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
  }

  .m430e-sk_qns_bsslt ul li.active .m430e-intro a {
    display: inline;
    color: #39adb7;
  }

  .m430e-sk_qns_bsslt ul li {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 16px;
  }
  .m430e-sk_qns_bsslt ul li:first-child, .m430e-sk_qns_bsslt ul li:nth-child(6) {
    font-weight: bold;
  }
  .m430e-sk_qns_bsslt_right {
    width: 350px;
    float: right;
  }
  .m430e-sk_qns_bsslt_right .m430e-rt_pic {
    margin-bottom: 10px;
  }
  .m430e-sk_qns_bsslt_right img {
    width: 350px;
    height: 150px;
  }
  .m430e-sk_qns_bsslt_right p {
    line-height: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 6px;
    font-size: 15px;
  }
}

:root{--ms-accent:#1a5f7a;--ms-radius:6px;--ms-line:1.62;--ms-gap:14px;}
