﻿.SwitchImage .swiper-box ul li img:hover,
.xz_box img:hover,
.jx_box .img_box img:hover,
.list_img2 li .img_box img:hover,
.img_box_xz img:hover,
.list_img li .img_box img:hover {
  transform: scale(1.04);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}

/*轮播图*/
.col-md-10 {
  _width: 82%;
}

.col-md-7 {
  _width: 566px;
  _overflow: hidden;
}

.SwitchImage {
  position: relative;
  width: 100%;
  _width: 566px;
  _overflow: hidden;
  height: 321px;
  margin-top: 10px;
}

.SwitchImage .swiper-box {
  height: 321px;
  _width: 566px;
}

div .SwitchImage .swiper-box ul li h2 {
  height: 78px;
  _width: 566px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}

div .SwitchImage .pagination {
  right: 242px;
  bottom: 11px;
}

div .SwitchImage .pagination span {
  border-radius: 0;
  width: 15px;
  height: 4px;
}

.SwitchImage .swiper-box ul li img {
  width: 100%;
  _width: 566px;
  height: auto;
  background: #fff;
}

/*学术活动*/
.list_img li {
  width: 182px;
  height: 145px;
  overflow: hidden;
  margin-right: 10px;
  position: relative;
  float: left;
}

.list_img li.last {
  margin-right: 0;
}

.list_img li .img_box {
  width: 182px;
  height: 145px;
  display: block
}

.list_img li .img_box img {
  width: 100%;
  height: 145px;
}

.list_img li .title_type {
  position: absolute;
  line-height: 32px;
  height: 32px;
  display: block;
  padding: 0 10px;
  width: 162px;
  background: url(/Content/Areas/Common/images/Article/op_bg.png) repeat;
  color: #fff;
  bottom: 0
}

.jg_tit {
  padding-left: 14px;
  background: url(/Content/Areas/Common/images/common/icon2.jpg) no-repeat 0px 15px;
  line-height: 32px;
  font-weight: bold;
}

.jg_childrens {
  padding: 10px 20px;
  overflow: hidden;
}

.jg_childrens li {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}

.jg_childrens.li100 li {
  width: 100%;
  float: none;
}

/*教学动态*/
.list_img2 li {
  width: 275px;
  height: 84px;
  overflow: hidden;
  margin-right: 14px;
  float: left
}

.list_img2 li.last {
  margin-right: 0;
}

.list_img2 li .img_box {
  width: 120px;
  height: 84px;
  display: block;
  float: left;
  margin-right: 14px;
  overflow: hidden;
}

.list_img2 li .img_box img {
  width: 140px;
  height: 84px;
}

.list_img2 li .title_type {
  line-height: 26px;
  font-size: 16px;
}

.list_img2 li p {
  line-height: 26px;
}

.arc_fl li {
  float: left;
  width: 47%;
}

.jx_box .img_box {
  width: 360px;
  height: 110px;
  overflow: hidden;
  display: block;
}

.img_box_xz {
  width: 100%;
  height: 60px;
  overflow: hidden;
  display: block;
}



@media only screen and (max-width:768px) {
  .article_list li {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
  }

  div.Scroll_Box .arrow-btn {
 display: none;
  }

  .Scroll_Box {
 width: 600px;
 overflow: hidden;
 margin: 20px auto 0;
  }

  .list_img2 li.last {
 display: none
  }

  .list_img2 li {
 margin-right: 28px;
  }

  .list_img li {
 margin: 0 20px;
  }

  .jx_box .img_box {
 width: 100%;
  }

  .col-md-10,
  .col-md-2 {
 width: 100%;
  }

  .list_img2 li {
 width: 100%;
  }

  .col-md-2 ul.article_list li {
 width: 48%;
 float: left;
  }

  .col-sm-6,
  .col-sm-5 {
 width: 100%;
  }

  ul.article_list li {
 width: 48%;
 float: left;
  }

  .list_img li {
 margin: 0 10px;
  }
}

@media only screen and (max-width:660px) {
  .list_img li.last {
 display: none;
  }

  ul.article_list li {
 width: 100%;
 box-sizing: border-box;
  }

  .list_img li,
  .list_img li .img_box,
  .list_img li .img_box img,
  .list_img li .title_type {
 margin: 0;
 width: 100%;
  }

  .pr20,
  .pl20 {
 padding-right: 0px;
  }

  .list_img li:nth-child(2) {
 display: none;
  }

} 