@charset "utf-8";

.Banner {
  position: relative;
}

.slide-img {
  width: 100%;
  height: 0;
  /*padding-bottom: 47.916%;*/
  padding-bottom: 40.37%;
  overflow: hidden;
  display: block;
  position: relative;
}

.Banner .flex-control-nav {
  display: none;
}

/*content*/
.content {
  width: 100%;
  position: relative;
  z-index: 100;
}

.slide-txt {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  bottom: 175px;
  border-radius: 25px;
  overflow: hidden;
}

.slide-txt i {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
}

.slide-txt span {
  display: block;
  color: #fff;
  margin: 15px 20px;
  position: relative;
  z-index: 5;
  max-width: 600px;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
}

/*头条关注*/
.content {
  position: relative;
  /* top: -130px; */
  /* margin-bottom: -130px; */
  overflow: hidden;
}

.wrap_mode01 {
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
}

.mode_bg01 {
  width: 50%;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.mode01 {
  position: relative;
  background: #fff;
}

.mode_bg02 {
  width: 50px;
  height: 100%;
  background: #fff;
  position: absolute;
  right: -50px;
  top: 0;
  z-index: 0;
}

.listTitle {
  text-align: center;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}

.listTitle a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 23px;
  position: relative;
  z-index: 5;
}

.line {
  width: 532px;
  height: 1px;
  background-color: #e6e3e3;
  position: absolute;
  top: 50%;
  z-index: 0;
}

.line_lf {
  left: -532px;
}

.line_rt {
  right: -532px;
}

.listTitle strong {
  display: block;
  color: #104883;
  font-weight: normal;
  padding-bottom: 5px;
}

.listTitle strong:hover, .listTitle02 a:hover {
  color: #2970cc;
}

.listTitle span {
  color: #b8c8d9;
  font-family: 'Arial';
  display: block;
}

.listTitle a:before, .listTitle a:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -5px;
}

.listTitle a:before {
  left: 0;
}

.listTitle a:after {
  right: 0;
}

.bnu-list01 {}

.bnu-list01 li {
  width: 33.3%;
  float: left;
  background: #f7f7f7;
  position: relative;
}

.item-img01.imgResponsive {
  position: relative;
}

.item-txt01 {
  padding: 18px 20px 0;
  min-height: 220px;
  position: relative;
}

.item-txt01 h3 {
  font-weight: normal;
  line-height: 24px;
  height: 48px;
  margin-bottom: 12px;
  overflow: hidden;
}

.item-txt01 p {
  line-height: 22px;
  height: 88px;
  overflow: hidden;
  color: #999;
  margin-bottom: 15px;
}

.readMore01 {
  width: 100px;
  height: 40px;
  background-color: #ccd4d9;
  position: absolute;
  left: 0;
  bottom: 0px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  transition: all 0.35s ease-in-out;
  *bottom: 0;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 17px solid #fff;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -17px;
  margin-left: -18px;
  transition: all 0.35s ease-in-out;
}

.bnu-list01 li a:hover .arrow-up {
  bottom: 0;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 17px solid #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: -17px;
  margin-left: -18px;
  transition: all 0.35s ease-in-out;
}

.bnu-list01 li.odd:hover .arrow-down {
  top: 0;
}

.bnu-list01 li.odd .item-img01 {}

.bnu-list01 li a:hover .readMore01 {
  background: #005bbb;
  color: #fff;
}

.mode_bg03 {
  width: 252px;
  height: 333px;
  background: url(../images/mode_bg.png) no-repeat center;
  position: absolute;
  right: -333px;
  top: 200px;
}

.wrap_mode02 {
  position: relative;
  background: #e9eef5;
}

.mode_lf02 {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f7f7f7;
  z-index: 0;
}

.mode02 .lf {
  width: 50%;
  background: #f7f7f7;
  min-height: 458px;
}

.listTitle02 {
  padding: 25px 0
}

.listTitle02 a {
  color: #104883
}

.mode02 {
  position: relative;
  z-index: 10;
}

/*通知公告*/

.bnu-list02 {
  margin: 0 10px 0 -23px;
}

.bnu-list02 li {
  width: 50%;
  float: left;
  margin-bottom: 30px;
  overflow: hidden;
  *width: 300px;
}

.bnu-list02 li>div {
  margin: 0 23px;
  border-top: 2px solid #a4c6eb;
  transition: all 0.35s ease-in-out;
}

.item-date02 {
  width: 70px;
  height: 68px;
  background-color: #a4c6eb;
  float: left;
  text-align: center;
  transition: all 0.35s ease-in-out;
}

.item-date02 i, .item-date02 strong {
  display: block;
  color: #fff;
  font-family: 'Arial';
  font-style: normal;
}

.item-date02 i {
  font-size: 15px;
  padding: 12px 0 2px;
}

.item-date02 strong {
  font-size: 28px;
  font-weight: normal;
}

.bnu-list02 li a {
  display: block;
  margin-left: 80px;
  padding-top: 13px;
}

.bnu-list02 li h3 {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  font-weight: normal;
  margin-bottom: 15px;
}

.bnu-list02 li p {
  color: #999;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}

.mode02 .rt {
  width: 50%;
}

.mode02 .rt .listTitle02 {
  padding-left: 30px;
}

.bnu-list03 {
  padding-left: 6px;
}

.bnu-list03 li {
  width: 50%;
  float: left;
  margin-bottom: 24px;
}

.bnu-list03 li>a {
  display: block;
  margin-left: 26px;
  padding: 16px 20px;
  background: #fff;
  transition: all 0.35s ease-in-out;
}

.bnu-list03 li h3 {
  font-weight: normal;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  margin-bottom: 20px;
}

.list-date03 {
  display: block;
  color: #999;
  font-family: 'Arial';
}

.mode02 .flex-direction-nav {
  display: none;
}

.mode02 .flex-control-paging {
  text-align: center;
  margin-left: 28px;
}

.mode02 .flex-control-paging li a {
  border-radius: 50%;
  background: #a4c6eb;
}

.mode02 .flex-control-paging li a.flex-active {
  background: #104883;
}

/*光影师大*/
.wrap_mode03 {
  background: url(../images/mode_bg02.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 35px;
}

.mode03 {}

.mode03 .line {
  background: #e6e3e3;
}

.mode03 .listTitle strong {
  color: #fff
}

.bnu-list04 {
  width: 50%;
}

.bnu-list04 li {
  width: 50%;
  float: left;
  margin-bottom: 12px;
}

.item-info04>span {
  display: block;
  margin-right: 12px;
  position: relative;
}

.item-info04 {
  overflow: hidden;
}

.item-info04 .imgResponsive {
  padding-bottom: 62.2%;
}

.list-bg01 {
  width: 100%;
  height: 40px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: 1;
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.35s ease-in-out;
  *bottom: 0
}

.item-info04 strong {
  display: block;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: 10;
  width: 100%;
  color: #fff;
  transition: all 0.35s ease-in-out;
  *bottom: 0
}

.item-info04:hover strong, .item-info04:hover .list-bg01 {
  bottom: 0;
}

.bnu-img {
  width: 50%;
  ;
}

/*媒体师大*/
.wrap_mode04 {
  background: url(../images/mode_bg04.png) repeat #ebf3ff;
  padding-bottom: 50px;
}

.mode04 .line {
  background: #cad6e6;
}

.bnu-list05 {
  margin: 0 -50px
}

.bnu-list05 li {
  width: 25%;
  float: left;
}

.bnu-list05 li>a {
  display: block;
  padding: 0 50px;
  border-left: 1px solid #d5e2f2;
  transition: all 0.35s ease;
}

.list-label05 {
  height: 30px;
  line-height: 30px;
  background: #ebf3ff;
  color: #fff;
  display: inline-block;
  padding: 0 12px;
  *display: inline;
  *zoom: 1;
  margin-bottom: 15px;
  background: #2970cc;
}

.bnu-list05 li h3 {
  font-weight: normal;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
}

.bnu-list05 li:first-child>a {
  border-left: none;
}


.wrap_mode05{padding: 54px 0 49px;}
.mode05{}

.bnu-list06{overflow: hidden;margin: 10px 0 -26px -30px;}
.bnu-list06 li{width: 33.3%;float: left;}
.bnu-list06 .item{margin: 0 0 26px 30px;display: flex;align-items: center;justify-content: space-between;border: 1px solid #D9DDFF;padding: 20px;}
.bnu-list06 .img_box{width: 36px;height: 36px;padding: 18px;flex-shrink: 0;border: 1px solid #88A1ED;border-radius: 50%;}
.bnu-list06 .imgResponsive{padding-bottom: 100%;}
.bnu-list06 strong{margin: 0 0 0 18px;flex: 1;}

.bnu-list06 li:nth-child(6n+2) .item,.bnu-list06 li:nth-child(6n) .item{border-color: #EBE0C6;}
.bnu-list06 li:nth-child(6n+3) .item,.bnu-list06 li:nth-child(6n+4) .item{border-color: #D4E4D7;}

.bnu-list06 li:nth-child(6n+2) .img_box,.bnu-list06 li:nth-child(6n) .img_box{border-color: #E9C267;}
.bnu-list06 li:nth-child(6n+3) .img_box,.bnu-list06 li:nth-child(6n+4) .img_box{border-color: #A6C9AE;}



@media screen and (min-width:1000px) {
  .bnu-list03 li>a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  .bnu-list02 li>div:hover .item-date02 {
    background: #104883;
  }

  .bnu-list05 li>a:hover {
    margin-bottom: 10px;
    margin-top: -10px;
  }



}

@media screen and (max-width:1386px) {
  .slide-txt {
    margin-left: -500px;
    ;
  }

  .item-txt01 p {
    height: 66px;
  }

  .item-txt01 {
    min-height: 174px;
  }

}

@media screen and (max-width:1220px) {
  .slide-txt {
    bottom: 135px;
  }

  .content {
    top: -110px;
    margin-bottom: -110px;
  }

    .bnu-list06 li{width:50%}
}

@media screen and (max-width:1020px) {}

@media screen and (max-width: 999px) {
  .item-txt01 p {
    height: 22px;
  }

  .item-txt01 {
    min-height: 124px;
  }

  .bnu-list02 li>div {
    margin: 0 8px
  }

  .bnu-list02 {
    margin: 0 10px 0 -8px
  }

  .mode02 .rt .listTitle02 {
    padding-left: 15px;
  }

  .bnu-list03 li>a {
    margin-left: 15px;
  }

  .bnu-list03 {
    margin: 0
  }

  .bnu-list05 li>a {
    padding: 0 15px
  }

  .bnu-list05 {
    margin: 0 -15px
  }

  .content {
    top: 0;
    margin-bottom: 0;
  }

  .slide-txt {
    left: 15px;
    bottom: 5px;
    margin: 0
  }

  .slide-txt span {
    font-size: 16px;
    margin: 5px 12px
  }

  .list-bg01, .item-info04 strong {
    bottom: 0;
  }

  .listTitle span {
    font-size: 14px;
  }


}

@media screen and (max-width: 767px) {
  .bnu-list01 li {
    width: 100%;
    float: none;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
  }

  .mode02 .lf, .mode02 .rt {
    width: 100%;
    float: none;
  }

  .mode_lf02 {
    display: none;
  }

  .mode02 .lf {
    box-sizing: border-box;
    padding-left: 15px;
  }

  .bnu-list03 {
    padding: 0;
    margin: 0 -8px
  }

  .bnu-list03 li>a {
    margin: 0 8px
  }

  .mode02 .rt {
    padding-bottom: 15px;
  }

  .bnu-list05 li {
    width: 50%;
    margin-bottom: 15px;
  }

  .bnu-list04 {
    width: 100%;
    float: none;
  }

  .bnu-img {
    width: 100%;
    float: none;
  }

  .item-info04>span {
    margin: 0 6px
  }

  .listTitle span {
    font-size: 12px;
  }

  .item-date02 {
    width: 50px;
  }

  .item-date02 i {
    font-size: 14px;
    ;
  }

  .item-date02 strong {
    font-size: 24px;
  }

  .bnu-list02 li a {
    margin-left: 65px;
  }

  .bnu-list02 li p {
    display: none;
  }

  .bnu-list02 li {
    margin-bottom: 20px;
  }

  .bnu-list03 li h3 {
    margin-bottom: 15px;
  }

  .flex-direction-nav li {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .flex-direction-nav li a {
    font-size: 25px;
  }

  .mode02 .lf {
    min-height: auto;
  }

  .bnu-list02 {
    overflow: hidden;
  }

  .bnu-list06 li{width:100%}

}

@media screen and (min-width:480px) and (max-width:767px) {
  .bnu-list01 li {
    height: 188px;
  }

  .item-img01 {
    width: 300px;
    float: left;
  }

  .item-txt01 {
    margin-left: 300px;
    min-height: none;
    position: static;
  }

  .readMore01 {
    height: 30px;
    line-height: 30px;
    left: 300px;
    bottom: 0;
  }

  .arrow-down, .arrow-up {
    display: none;
  }

  .item-txt01 p {
    height: 66px;
  }

  .bnu-list01 li.odd .item-img01 {
    position: absolute;
    left: 0;
    top: 0;
  }



}

@media screen and (max-width:480px) {
  .item-txt01 h3 {
    height: auto;
  }

  .bnu-list05 li, .bnu-list03 li, .bnu-list02 li {
    width: 100%;
    float: none;
  }

  .bnu-list05 li h3, .bnu-list03 li h3 {
    height: auto;
  }

  .bnu-list02 li {
    margin-bottom: 15px;
  }

  .readMore01 {
    display: none;
  }

  .item-txt01 {
    min-height: auto;
    padding-bottom: 15px;
  }
}

@media screen and (max-width:400px) {
  .bnu-list04 li {
    width: 100%;
  }


}

@media screen and (max-width:380px) {}

@media screen and (max-width:320px) {}