.auto_cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.auto_cut1 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.footer_bottom_nav a {
  display: inline;
}

body {
  background-color: #f3f3f3;
}

ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  outline: 0;
}

.transtion {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:focus {
  outline: none;
}

img {
  height: auto;
  -ms-interpolation-mode: bicubic;
  border: 0;
  outline: 0;
}

.content_web {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}

/* 公共样式 */
/* .cur {
  background: #206bd1 !important;
  color: white !important;
} */

.col_common {
  color: #206bd1 !important;
}

/* 和六六冲突的 */
.inner_content_right {
  padding: 48px 33px 50px 33px;
}

/* 图片列表 */
/* 滑动添加的样式 */
.pic_list_active {
  box-shadow: 0px 2px 32px 0px rgba(133, 139, 144, 0.3);
}

/* 图片变大 */
.picture_img {
  transform: scale(1.2);
}

.inner_content_right .pic-list a {
  display: block;
  margin-right: 10px;
  margin-bottom: 30px;
}

.picture_list_cn_single {
  width: 288px;
  height: 288px;
  background: #ffffff;
}

.picture_list_img {
  width: 100%;
  height: 167px;
  overflow: hidden;
}

.picture_list_img>img {
  width: 100%;
  height: 100%;
}

.picture_list_cn_single>h4 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-top: 22px;
  padding: 0 10px;
}

.inner_content_right .pic-list a:hover h4{
  color: #206bd1;
}
.inner_content_right .pic-list a:hover .picture_list_img img{
  transform: scale(1.15);
}
.picture_line {
  width: 288px;
  height: 1px;
  background: #f3f3f3;
  margin: 18px 0 14px 0;
}

.picture_details {
  width: 80px;
  height: 29px;
  line-height: 29px;
  margin-left: 10px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  font-weight: 400;
  color: #999999;
  font-size: 0;
}

.picture_details>span {
  font-size: 14px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 15px;
  background: url(/uploads/image/wsimg/icon_huijiantou.png) right center no-repeat;
}

.inner_content_right .pic-list a:hover .picture_details{
  background-color: #206bd1;
  color: #fff;
  border: 1px solid #fff;
}
.picture_details>img {
  margin-left: 7px;
  display: inline-block;
  vertical-align: middle;
  display: none;
}
.pic-list .empty{
  display: block;
  margin: 0 auto;
}


@media screen and (max-width: 900px){
  .inner_content_right{padding: 0 .1rem .3rem;}
  .inner_content_right .pic-list {display: flex;justify-content: space-around;flex-wrap: wrap;}
  .inner_content_right .pic-list a{margin: 0;}
  .picture_list_cn_single{width: 3.45rem;height: auto;margin-bottom: .2rem;}
  .picture_list_cn_single>h4{font-size: .3rem;line-height: .46rem;margin-top: .1rem;height: .92rem;overflow: hidden;white-space: pre-wrap;text-align: center;}
  .picture_list_img{height: 1.94rem;}
  .picture_line{display: none;}
  .picture_details{display: none;}
}