.section {
  padding:70px 0;
}
.section-title {
  margin-bottom: 20px;
  text-align: left;
}
.section-title.center{
  text-align:center;
}
.section-title.right{
  text-align:right;
}
.section-title.left{
  text-align:left;
}
.section-title h2 span{
  position:relative;
}
.section-title p {
  font-weight: 300;
  padding: 0 200px;
}
/*======= Section ========*/
.section-w{
  width:100%;
  background-color: #FFF;
  padding:30px 0;
}

.section-g{
  width:100%;
  background-color: #EDEDED;
  padding:30px 0;
}

#news_swiper .title{
  position: absolute;
  bottom: 0px;
  background-color: #000;
  width: 100%;
  height: 40px;
  opacity: 0.5;
  font-size: 18px;
  color: #FFF;
  padding: 7px;
  overflow: hidden;
}

#news_swiper .swiper-pagination{
  bottom: 10px;
  text-align: right;
}

#news_swiper .swiper-pagination-bullet{
  width:12px;
  height: 12px;;
}

.news-container{
  height: 500px;
  width:100%;
  background-color: #4972B0;
  padding: 20px 15px;
}

.news-pagination .swiper-pagination-bullet { text-align: center; border-radius: 0; opacity: 1; color: #FFF; min-width: 124px; float:left;}
.news-pagination ul { display: -webkit-box; width:250px; }
.news-pagination li { display: block; background-color: #4972B0; overflow: hidden; box-flex: 1; -moz-box-flex: 1; -webkit-box-flex: 1; height: 44px; line-height: 40px; position: relative; font-size: 22px;font-family: Microsoft YaHei;font-weight: bold; }
.news-pagination li:after { position: absolute; top: auto; right: auto; bottom: 0; left: 16px; z-index: 1; display: block; width: 92px; height: 1px; content: ''; background-color: #4972B0; -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -webkit-transform: scaleY(.5) }
.news-pagination .swiper-pagination-bullet-active { color: #FFF; }
.news-pagination .swiper-pagination-bullet-active:after { opacity: 1; background-color: #FFF; height: 4px; }

.first-news{
  padding-top:20px;
}
.first-news .news-title{
  color:#FFF;
  font-size: 18px;
  font-weight: bold;
}
.first-news .news-abstract{
  color:#C7C6C6;
  font-size: 14px;
  font-weight: 400;
  margin-top:10px;
  height: 50px;
  overflow: hidden;
}
.first-news .news-line{
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  opacity: 0.32;
  margin:10px 0;
}

.news-list li{
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left:15px;
  color:#FFF;
  background: url(../images/dot_white.png) no-repeat left center;
}
.news-list li a{
  color:#FFF;
  font-size: 16px;
}
.news-list li a:hover, .news-title a:hover {
  color: #C7C6C6;
}
.news-list li span{
  color:#FFF;
  font-size: 16px;
  float: right;;
  padding-left:10px;
}

.quick-link{
  background-color: #FFF;
  display: inline-block;
  padding: 15px 30px;
  width:100%;
  height: 100px;
}

.quick-link ul li{
  float:left;
  margin: 5px 30px;
  text-align: center;
}
.quick-link ul li p{
  font-size: 14px;
  font-weight: bold;
  color: #245399;
  padding-top:5px;
}
.quick-link .item{
  cursor: pointer;
}
.department-news{
  background-color: #FFF;
  display: inline-block;
  padding: 15px 25px;
  margin-top: 15px;
  width:100%;
  min-height: 410px;
}
.department-news .title{
  font-size: 22px;
  font-weight: bold;
  color: #282828;
  height: 45px;
  line-height: 40px;
}
.department-news .more{
  float:right;
  font-weight: 400;
  color: #666666;
  line-height: 40px;
}
.department-news .line{
  height: 2px;
  width:45px;
  background-color: #E60012;
}
.department-news .img-news{
  margin-top:30px;
}
.department-news .img-news img{
  width:100%;
}

.department-news .img-news .img-news-title{
  background-color: #000;
  color: #FFF;
  font-size: 18px;
  opacity: 0.5;
  position: relative;
  bottom: 30px;
  line-height: 30px;
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.department-news .news-list li{
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left:15px;
  color:#333;
  background: url(../images/dot_black.png) no-repeat left center;
}
.department-news .news-list li a{
  color:#333;
  font-size: 16px;
}
.department-news .article-title{
  font-size:18px;
  font-weight: bold;
  color: #262626;
  margin-top: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.department-news .article-abstract{
  margin:10px 0;
  color: #656565;
}
.department-news .detail-link{
  color:#E60012;
}

.media-focus{
  background-color: #FFF;
  display: inline-block;
  padding: 10px;
  width:100%;
  height: 100%;
}
.media-focus .title{
  font-size: 22px;
  font-weight: bold;
  color: #282828;
  height: 45px;
  line-height: 40px;
}
.media-focus .more{
  float:right;
  font-weight: 400;
  color: #666666;
  line-height: 40px;
}
.media-focus .line{
  height: 2px;
  width:45px;
  background-color: #E60012;
}

.media-focus .img-news{
  margin-top:30px;
}
.media-focus .img-news img{
  width:100%;
}

.media-focus .img-news .img-news-title{
  background-color: #000;
  color: #FFF;
  font-size: 18px;
  opacity: 0.5;
  position: relative;
  bottom: 30px;
  line-height: 30px;
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.media-focus .news-list li{
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left:15px;
  color:#333;
  background: url(../images/dot_black.png) no-repeat left center;
}
.media-focus .news-list li a{
  color:#333;
  font-size: 16px;
}
.media-focus li span{
  color:#333;
  font-size: 16px;
  float: right;;
  padding-left:10px;
}
.department-introduce .title{
  font-size: 22px;
  font-weight: bold;
  color: #282828;
  height: 45px;
  line-height: 40px;
}
.department-introduce .more{
  float:right;
  font-weight: 400;
  color: #666666;
  line-height: 40px;
}
.department-introduce .line{
  height: 2px;
  width:45px;
  background-color: #E60012;
}
#department_introduce{
  padding:0; border:1px solid #E2E2E2;display:inline-flex;
  margin-top:20px;
}
#introduce_list{
  border-right: 1px solid #E2E2E2;
  background-color: #ededed;
}
#introduce_list ul li{
  width: 215px;
  height: 56px;
  color: #252525;
  font-size: 16px;
  background-color: #EDEDED;
  text-align: center;
  vertical-align: middle;
  padding-top:16px;
  cursor: pointer;
}
#introduce_list ul li.active{
  background: url(../images/depart_blue.png) no-repeat left center;
  color:#FFF;
}
#introduce_list ul li img{
  margin-right:20px;
}
.department-list{
  margin: 20px 20px 15px 20px;
  display:none;

}
.department-list.active{
  display: block;
}
.department-list ul li{
  border-radius: 2px;
  background:#E7ECF4;
  float:left;
  margin:8px 18px;
  padding:10px 18px;
}
.department-list ul li a{
  color: #222222;
}
.expert-introduce{
  padding-top:30px;
}
.expert-introduce .title{
  font-size: 22px;
  font-weight: bold;
  color: #282828;
  height: 45px;
  line-height: 40px;
}
.expert-introduce .more{
  float:right;
  font-weight: 400;
  color: #666666;
  line-height: 40px;
}
.expert-introduce .line{
  height: 2px;
  width:45px;
  background-color: #E60012;
}
#expert_list{
  padding-top:20px;
  width: 100%;
}
#expert_list .swiper-slide{
  margin:5px;
  background-color: #FFF;
  box-shadow: 0 1px 3px rgba(0,0,0,0.18);
  position: relative;
  transition: all 1s ease 0s;
  overflow: hidden;
  text-align: center;
}
#expert_list .swiper-slide img{
  margin-top:10px;
}
#expert_list .swiper-slide .export-desc{
  margin:10px 10px 0 10px;
  overflow: hidden;
  white-space: nowrap;
}
#expert_list .swiper-slide .name{
  color:#A93135;
  font-size: 16px;
  font-weight: bold;
}
#expert_list .swiper-slide .title{
  color:#666666;
  font-size: 14px;
}
#expert_list .swiper-slide .department-name{
  color:#282828;
  font-size:16px;
  margin-bottom: 10px;
}

.common-block{
  margin: 0 10px;
  padding:20px;
  background-color: #FFF;
}
.common-block img{
  margin:20px 0;
}
.common-block .title{
  font-size: 22px;
  font-weight: bold;
  color: #282828;
  height: 45px;
  line-height: 40px;
}
.common-block .line{
  height: 2px;
  width:45px;
  background-color: #E60012;
}
.common-block .more{
  float:right;
  font-weight: 400;
  color: #666666;
  line-height: 40px;
}
.common-block .news-list li{
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left:15px;
  color:#333;
  background: url(../images/dot_black.png) no-repeat left center;
}
.common-block .news-list li a{
  color:#333;
  font-size: 16px;
}

.flow-pic{
  width:173px;
  position: fixed;
  bottom: 30%;
  z-index: 999;
}
.flow-pic .close{
  width: 40px;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0px;
  cursor: pointer;
  font-size: 15px;
    text-shadow: 0 1px 0 #fff;
    color: #000;
}
.flow-pic img{
  width: 173px;
  height: 100px;
  margin-bottom: 10px;
}
.department-row .gray-title{
  color:#BECBD9;
  line-height: 40px;
}
.department-row ul.level-1 li{
  float: left;
  margin: 5px 5px;
  padding: 5px 30px;
  text-align: center;
  background-color: #E4E4E4;
  font-size: 18px;
  cursor: pointer;
  line-height: 25px;
}
.department-row ul.level-1 li.active{
  color:#FFF;
  background-color: #245399;
}
.department-row ul.level-2 li{
  float:left;
  margin:5px 5px;
  cursor: pointer;
  padding: 5px 10px;
}
.department-row ul.level-3 li{
  float: left;
  margin: 5px 5px;
  padding: 5px 30px;
  text-align: center;
  background-color: #E4E4E4;
  font-size: 18px;

  line-height: 25px;
  color:#C1C2C5;
}
.department-row ul.level-3 li.enable{
  cursor: pointer;
  color:#222222;
}
.expert-container{
  margin:5px;
  background-color: #FFF;
  box-shadow: 0 1px 3px rgba(0,0,0,0.18);
  position: relative;
  transition: all 1s ease 0s;
  overflow: hidden;
}
.expert-container img{
  float:left;
  margin:15px;
  height: 160px;
}
.expert-container .expert-desc{
  margin: 15px 15px 15px 0;
}
.expert-container .expert-desc .name{
  font-weight: bold;
  color: #A93135;
  font-size:16px;
}
.expert-container .expert-desc .title{
  font-size:16px;
  margin-top: 10px;
}
.expert-container .expert-desc .department{
  font-size:16px;
  margin-bottom: 10px;
}
.expert-container .expert-desc .department span{
  color: #A93135;
}
.expert-container .expert-desc .skilled{
  height: 70px;
  overflow: hidden;
}

#department_mobile_section{
  display: none;
}

#department_introduce_mobile{
  display: none;
}
#introduce_list_mobile{
  width:100%
}
#department_slidepage li{
  border-radius: 2px;
  background: #E7ECF4;
  float: left;
  margin: 6px 10px;
  padding: 8px 15px;
}

#department_slidepage li a{
  color:#333;
  font-size: 16px;
}

@media screen and (max-width: 992px){
    .header-nav {
        margin-bottom: -20px;
    }
  .section-w, .section-g{
    padding:10px 0 !important;
  }
  
  #news_swiper .swiper-slide {
    height: 200px;
  }
  #news_swiper img{
    min-height: 50px !important;
  }
  .quick-link{
    display: none !important;
  }
  .col-md-6, .col-md-3, .col-md-4, .col-md-8, .col-md-12{
    padding:0 !important;
  }
  .flow-pic{
    display: none;
  }
  .section-friend-link a{
    line-height: 0 !important;
  }
  #department_section{
    display: none;
  }
  #department_introduce{
    display: none !important;
  }
  #department_introduce_mobile{
    display: block !important;
  }
  #department_mobile_section{
    display: block !important;
  }
  .expert-introduce, .department-introduce{
    padding-left: 15px;
    padding-right: 15px;
  }
  .media-focus {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.media-focus .news-list li a:hover, .department-news .news-list li a:hover,
.common-block .news-list li a:hover, .department-news .article-title:hover, .more:hover {
  color: #E60012
}

@media screen and (max-width: 450px){
  #news_swiper .title {
    height: 60px;
  }
}
