@charset "utf-8";
/* CSS Document */
/* 文章正文内容的CSS外挂在这里 注意 为避免在版本更新时与原有内容冲突 所有CSS类增加前缀 v2- */

/* 正文区块 不使用wrap */
.content-body {
  margin-bottom: 70px;
}
.v2-art {
  width: 1200px;
  margin: 0 auto;
}
/* 文章头部 标题 时间 作者 来源等 */
.v2-art .head {
  padding: 40px 0 18px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  position: relative;
  text-align: center;
} /*标题块*/
.v2-art .head:before {
  content: "";
  width: 18px;
  height: 15px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  background: url(../png/cb.png) right top no-repeat;
}
.v2-art .head h1.title {
  font-weight: normal;
  font-size: 32px;
  line-height: 140%;
}
.v2-art .head h2.title {
  font-weight: normal;
  font-size: 28px;
  line-height: 140%;
}
.v2-art .head .info {
  margin-top: 15px;
}
.v2-art .head .info span {
  display: inline-block;
  position: relative;
  margin-right: 18px;
  padding-left: 16px;
  color: #999;
}
.v2-art .head .info span:last-child {
  margin-right: 0;
}
.v2-art .head .info span:before {
  position: absolute;
  left: 0;
  font-family: "icon";
}
.v2-art .head .d:before {
  content: "\e942";
}
.v2-art .head .u:before {
  content: "\e90b";
}
.v2-art .head .l:before {
  content: "\e900";
}
/*伪内联的垂直居中*/
.vc:before {
  content: "";
  height: 100%;
  width: 0;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
} /*添加在包裹Class上*/
.vc::selection {
  background: none;
} /*需垂直的元素必须改成内联 并添加vertical-align: middle;*/
/*内容的基础*/
.v2-content {
  font-size: 16px;
  line-height: 28px;
}
.v2-content p {
  margin: 25px 0;
  text-indent: 2em;
  text-align: justify;
}
.v2-content h2 {
  font-size: 20px;
  color: #121212;
} /*小标题*/
.v2-content span.m-c {
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
  color: #555;
  display: block;
  clear: both;
  line-height: 1.4;
}
.v2-content span.m-l {
  font-size: 14px;
  text-align: left;
  margin-top: 8px;
  color: #555;
  display: block;
  clear: both;
  line-height: 1.4;
}
.v2-content img {
  max-width: 100%;
}
.v2-content .tl {
  text-align: left;
  text-indent: 0em !important;
} /*文字左对齐并取消缩进*/
.v2-content .tr {
  text-align: right;
  text-indent: 0em !important;
} /*文字右对齐并取消缩进*/
.v2-content .tc {
  text-align: center;
  text-indent: 0em !important;
} /*文字居中对齐并取消缩进*/
.v2-content .c-avatar {
  border-radius: 50%;
  width: 240px;
}

/*摘要*/
.v2-art .summary {
  padding: 30px 25px;
  background: #e9e9e9;
  border-radius: 5px;
  margin: 25px 0;
} /*摘要*/
.v2-art .editorials {
  font-weight: normal;
  position: relative;
  padding-left: 15px;
  font-size: 20px;
  line-height: 20px;
} /*编者按*/
.v2-art .editorials:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 100%;
  left: 0;
  background: #b2985d;
}
.v2-art .summary p {
  margin: 20px 0;
  text-indent: 2em;
}
.v2-art .summary p:last-child {
  margin: 0 0 0 0;
}
/*文章中插入视频*/
.v2-content .v-box {
  margin: 25px 0;
}
.v2-content .v-box.top {
  margin: 0 0 25px;
}
.v2-content .v-box video {
  width: 100%;
  border-radius: 5px;
  outline: none;
  vertical-align: middle;
}
/*文章中插入音频*/
.v2-content .a-box {
  margin: 25px 0;
}
.v2-content .a-box.top {
  margin: 0 0 25px;
}
.v2-content .a-box audio {
  width: 100%;
  outline: none;
}
/*居中正副标题*/
.tasub {
  text-align: center;
  margin: 25px 0;
}
/*单个人物简介 图文*/
.v2-content .p1 {
  text-align: center;
  margin: 25px 0;
}
.v2-content .p1 img {
  max-width: 100%;
  max-height: 600px;
}
.v2-content .p1 img.circular {
  width: 280px;
  border-radius: 50%;
} /*圆形头像*/
.v2-content .p1 .name {
  margin: 5px 0 10px;
  display: block;
}
/*单个、多个 人物简介 图文 模式2*/
.v2-content .p2 {
  margin: 0 50px;
  padding: 25px 0;
}
.v2-content .p2.bb {
  border-bottom: 1px solid #ddd;
}
.v2-content .p2:after {
  content: "";
  clear: both;
  height: 0px;
  font-size: 0px;
  display: block;
}
.v2-content .p2 .p {
  float: left;
}
.v2-content .p2 img {
  max-width: 180px;
  margin-right: 20px;
  border-radius: 50%;
}
.v2-content .p2 .name {
  margin: 0 0 0;
  display: block;
}
.v2-content .p2 p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0;
}
/*单独的图片*/
.v2-content .p-box {
  text-align: center;
  margin: 25px 0;
}
.v2-content .p-box:first-child {
  margin: 0 0 25px;
}
.v2-content .p-box .p {
  margin-bottom: 20px;
}
.v2-content .p-box .p:last-child {
  margin-bottom: 0px;
}
.v2-content .p-box img {
  max-width: 100%;
}
.v2-content .p-box > h3 {
  text-align: center;
}
/*2列多行的图片列表*/
.v2-content .pm-box {
  text-align: center;
  margin: 25px 0;
} /*多图 2列 注意 有描述就都有 要么都没有*/
.v2-content .pm-box li {
  width: calc(50% - 5px);
  float: left;
  margin: 0 10px 10px 0;
} /* 如果考虑calc的兼容，这里就改成% */
.v2-content .pm-box li:nth-child(2n) {
  margin: 0 0 10px 0;
}
.v2-content .pm-box li:nth-last-child(2) {
  margin: 0 10px 0 0;
}
.v2-content .pm-box li:last-child {
  margin: 0 0 0 0;
}
.v2-content .pm-box .p {
  margin-bottom: 20px;
}
.v2-content .pm-box .p:last-child {
  margin-bottom: 0px;
}
.v2-content .pm-box img {
  max-width: 100%;
}
.v2-content .pm-box li span {
  max-width: 95%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*异形的多图 只分左右两列 需保证左右侧图片的总高度一致 无描述 Different*/
.v2-content .dpm-box {
  text-align: center;
  margin: 25px 0;
}
.v2-content .dpm-box::after {
  content: "";
  clear: both;
  height: 0px;
  font-size: 0px;
  display: block;
}
.v2-content .dpm-box .b {
  width: calc(50% - 5px);
  float: left;
}
.v2-content .dpm-box .b:first-child {
  margin-right: 10px;
}
.v2-content .dpm-box .b img {
  width: 100%;
  margin-bottom: 10px;
}
.v2-content .dpm-box .b img:last-child {
  margin-bottom: 0;
}
/*slither 图片的左右滑动效果 p2为2图 p3为3图*/
.v2-content .slither {
  overflow: hidden;
  text-align: center;
  margin: 25px 0;
}
.v2-content .slither img {
  width: 100%;
}
.v2-content .slither div {
  outline: none;
}
.v2-content .slither .slick-slide {
  box-sizing: border-box;
  padding: 5px;
}
.v2-content .s2,
.content .s3 {
  left: -5px;
  width: calc(100% + 10px);
}
/*带背景色的居中小标题 文字颜色和底色写在页面上*/
.v2-content .bctit {
  text-align: center;
  margin: 25px 0;
}
.v2-content .bctit span {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  padding: 8px 14px;
  display: inline-block;
  border-radius: 5px;
}
/*带下划线的居中小标题 用在bctit的分类下面*/
.v2-content .mbctit {
  text-align: center;
  margin: 25px 0 -10px;
}
.v2-content .mbctit span {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  padding: 0 2px 4px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
/*课程内容多行li*/
.kcli {
  margin-top: 25px;
}
.kcli li {
  display: block;
  border: 1px solid #32514c;
  padding: 10px;
  margin-bottom: 8px;
}
.kcli li:last-child {
  margin-bottom: 0;
}
/*中国巧手开始的诗句*/
.skillful {
  text-align: center;
  padding-bottom: 1px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.skillful p {
  line-height: 2;
}
/* 演出信息 */
.show-infor {
  padding: 5px 25px 20px;
  background: #e9e9e9;
  border-radius: 5px;
  margin: 25px 0;
}
.show-infor .info {
  font-size: 16px;
}
.show-infor .info dt {
  font-weight: bold;
  margin: 20px 0 5px;
}
.show-infor .info dd {
  margin-bottom: 10px;
}
.show-infor .info b {
  color: #b41e00;
  font-weight: normal;
}
.show-infor .p {
  text-align: center;
  margin: 25px 0;
}
.show-infor .p img {
  max-width: 100%;
}
.show-infor .tips {
  color: #b41e00;
  text-indent: 0;
  padding-top: 15px;
  border-top: 1px solid #d5d5d5;
}
/* 购票信息 ticket */
.tic-infor {
  padding: 20px 25px;
  background: #e9e9e9;
  border-radius: 5px;
  margin: 25px 0;
}
.tic-infor p {
  font-weight: bold;
  margin: 40px 0 30px;
}
.tic-infor .tips {
  color: #b41e00;
  font-weight: normal;
  text-indent: 0;
  padding-top: 15px;
  border-top: 1px solid #d5d5d5;
}
.tic-infor b {
  color: #b41e00;
}
/* 活动须知 Notice */
.content .not {
  padding: 20px 25px;
  background: #e9e9e9;
  border-radius: 5px;
  margin: 25px 0;
}
.not-t {
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.not-t h3 {
  padding-left: 25px;
  font-size: 20px;
  color: #121212;
}
.not-t h3:before {
  content: "\e959";
  color: #b2985d;
  font-family: "icon";
  font-weight: normal;
  position: absolute;
  left: 0;
}
.not-t p {
  color: #b41e00;
  font-weight: normal;
  text-indent: 0;
  margin: 5px 0 0;
  font-size: 16px;
}
.content .not ul {
  font-size: 16px;
}
.content .not ul li {
  padding: 5px 0;
  line-height: 22px;
}
/* 下载盒子 Download */
.v2-content .down {
  padding: 15px 20px;
  background: #f2f2f2;
  border-radius: 5px;
  margin: 25px 0;
  font-size: 14px;
}
.v2-content .down a {
  color: blue;
}
.v2-content .down dt {
  padding-left: 22px;
  position: relative;
  margin-bottom: 8px;
}
.v2-content .down dt:before {
  content: "\e9c2";
  font-family: "icon";
  position: absolute;
  left: 0;
  font-size: 18px;
  color: #b2985d;
}
/* 文章底部 编辑 和 来源 等信息 */
.v2-art .msg {
  padding-top: 22px;
  line-height: 180%;
  margin-bottom: 30px;
  margin-top: 30px;
  background-image: url(../png/b.png);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 8px 7px;
}
.v2-art .msg .editor {
  float: left;
}
.v2-art .msg .editor span {
  display: block;
}
.v2-art .msg .source {
  color: #121212;
  float: right;
  padding: 10px;
  background: #e9e9e9;
  border-radius: 5px;
}
.v2-art .msg .source span {
  display: block;
  color: #777;
}
.v2-art .msg .source span a {
  color: #777;
}
.v2-art .msg .source span a:hover {
  color: #343434;
}
/* 侧边栏的内容 */
.side .in {
  margin-bottom: 30px;
}

.s-display {
  overflow: hidden;
}
.s-display img {
  width: 100%;
}
.s-display .slick-dots {
  position: absolute;
  z-index: 8;
  bottom: 12px;
  line-height: 10px;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
}
.s-display .slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  margin: 0 2px;
  transition: all 0.3s;
  padding: 0;
  cursor: pointer;
}
.s-display .slick-dots li button {
  border: none;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  outline: none;
  transition: width 0.5s;
  background: #eee;
}
.s-display .slick-dots li.slick-active button {
  width: 20px;
  background: #873a46;
}
.s-display .slick-dots li button:hover {
  background: #873a46;
}

.s-tit {
}
.s-tit .t {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 12px;
  border-left: 3px solid #b2985d;
  color: #111;
  padding-left: 6px;
  font-weight: normal;
}

.s-box ul {
}
.s-box li {
  padding: 0 0 8px 22px;
  line-height: 22px;
  position: relative;
}
.s-box li:before {
  content: "\e91f";
  font-family: "icon";
  font-size: 10px;
  position: absolute;
  left: 3px;
  color: #999;
}
.s-box li:last-child {
  padding: 0 0 0 22px;
}

.s-video ul {
}
.s-video li {
  width: 165px;
  float: left;
  margin: 0 10px 10px 0;
}
.s-video li:nth-child(2n) {
  margin: 0 0 10px 0;
}
.s-video li img {
  width: 100%;
}
.s-video li span {
  display: block;
  line-height: 17px;
  height: 34px;
  padding-top: 4px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*演出 培训 讲座的正文 activity*/
.act {
}
.act-l {
  width: 780px;
  float: left;
}
.act-r {
  width: 350px;
  float: right;
  margin-bottom: 25px;
}
.act-time {
  background: #e9e9e9;
  padding: 5px 15px 11px;
  position: relative;
}
.act-time:after,
.act-time:before {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 1;
  font-family: "icon";
  color: #b2985d;
}
.act-time:before {
  content: "\e927";
  left: -2px;
  top: -2px;
}
.act-time:after {
  content: "\e928";
  right: -2px;
  bottom: -2px;
}
.act-time dt {
  font-size: 16px;
  font-family: "fzzcys";
  font-weight: bold;
  margin: 10px 0 4px;
  color: #111;
}
.act-time dd {
  margin-bottom: 4px;
}
.act-time .r {
  color: #b41e00;
  font-weight: bold;
}
/* 非遗的模块 */
.season {
} /*时令*/
.season img {
  max-height: 70vh;
  border-radius: 5px;
} /*控制图片高度*/

.season .brief {
  padding: 147px 25px 5px;
  border-radius: 5px;
  margin: 25px 0;
  background-repeat: no-repeat;
  background-position: center 30px;
} /* 非遗时令介绍 */

.season h4 {
  text-align: center;
  margin: 40px 0 25px;
} /* h4标题 */
.season h4 span {
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  padding: 8px 22px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
}
.season h4 span:before {
  content: "";
  position: absolute;
}
.season h4 span:after {
  content: "";
  position: absolute;
}

.separator {
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
} /* 花卉分割线 */

.poetry {
  margin: 25px 0;
  text-align: center;
} /*诗句*/
.poetry h2 {
  font-size: 18px;
}
.poetry .poet {
  margin: 5px 0;
  color: #777;
}

.horibox {
  border-radius: 5px;
  margin: 25px 0;
  padding: 20px;
} /*左图右文*/
.horibox:after {
  content: "";
  clear: both;
  height: 0px;
  font-size: 0px;
  display: block;
}
.horibox img {
  float: left;
  margin-right: 25px;
  width: 50%;
}
.horibox p {
  text-indent: 0;
  margin-top: 0;
}
.horibox span {
  color: #777;
}

.overpoetry {
  text-align: center;
  margin: 25px 0;
  padding: 30px;
  border-radius: 5px;
  background-repeat: no-repeat;
} /*末尾的诗句盒子*/
/*春*/
.spring .brief {
  background-image: url(../spring.html);
}
.spring h4 span:before {
  background-image: url(../springh4l.html);
  width: 30px;
  height: 32px;
  left: -15px;
  top: -16px;
}
.spring h4 span:after {
  background-image: url(../springh4r.html);
  width: 70px;
  height: 34px;
  right: -40px;
  bottom: -5px;
}
.spring .separator {
  background-image: url(../springc.html);
}
.spring .overpoetry {
  background-image: url(../springsl.html), url(../springsr.html);
  background-position: left bottom, right top;
}
.spring .brief,
.spring h4 span,
.spring .overpoetry,
.spring .horibox {
  background-color: #e8f5eb;
}
.spring .brief b,
.spring h4 span,
.spring .overpoetry {
  color: #15463c;
}
/*夏*/
.summer .brief {
  background-image: url(../summer.html);
}
.summer h4 span:before {
  background-image: url(../summerh4l.html);
  width: 30px;
  height: 32px;
  left: -15px;
  top: -16px;
}
.summer h4 span:after {
  background-image: url(../summerh4r.html);
  width: 56px;
  height: 60px;
  right: -25px;
  bottom: -12px;
}
.summer .separator {
  background-image: url(../summerc.html);
}
.summer .overpoetry {
  background-image: url(../summersl.html), url(../summersr.html);
  background-position: left bottom, right top;
}
.summer .brief,
.summer h4 span,
.summer .overpoetry,
.summer .horibox {
  background-color: #ebf7f2;
}
.summer .brief b,
.summer h4 span,
.summer .overpoetry {
  color: #1f8662;
}
/*秋*/
.autumn .brief {
  background-image: url(../autumn.html);
}
.autumn h4 span:before {
  background-image: url(../autumnh4l.html);
  width: 30px;
  height: 32px;
  left: -15px;
  top: -16px;
}
.autumn h4 span:after {
  background-image: url(../autumnh4r.html);
  width: 40px;
  height: 37px;
  right: -20px;
  bottom: -6px;
}
.autumn .separator {
  background-image: url(../autumnc.html);
}
.autumn .overpoetry {
  background-image: url(../autumnsl.html), url(../autumnsr.html);
  background-position: left top, right bottom;
}
.autumn .brief,
.autumn h4 span,
.autumn .overpoetry,
.autumn .horibox {
  background-color: #fff0da;
}
.autumn .brief b,
.autumn h4 span,
.autumn .overpoetry {
  color: #b55928;
}
/*冬*/

.winter .brief {
  background-image: url(../winter.html);
}
.winter h4 span:before {
  background-image: url(../winterh4l.html);
  width: 30px;
  height: 28px;
  left: -15px;
  top: -12px;
}
.winter h4 span:after {
  background-image: url(../winterh4r.html);
  width: 44px;
  height: 58px;
  right: -20px;
  bottom: -14px;
}
.winter .separator {
  background-image: url(../winterc.html);
}
.winter .overpoetry {
  background-image: url(../wintersl.html), url(../wintersr.html);
  background-position: left bottom, right bottom;
}
.winter .brief,
.winter h4 span,
.winter .overpoetry,
.winter .horibox {
  background-color: #e9f4f7;
}
.winter .brief b,
.winter h4 span,
.winter .overpoetry {
  color: #4a7681;
}

/*领导页面*/
.leaderlist {
}
.leaderlist li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #ccc;
}
.leaderlist li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.leaderlist li img {
  width: 250px;
  float: left;
  margin-right: 30px;
  border-radius: 5px;
}
.leaderlist h2 {
  line-height: 44px;
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 24px;
}
.leaderlist h2 span {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  margin-left: 20px;
}
.leaderlist .resume p {
  margin-bottom: 5px;
  text-indent: 2em;
  text-align: justify;
}
.leaderlist .resume p:last-child {
  margin-bottom: 0px;
}

/*机构设置正文*/
.jgli {
  margin: 25px 0;
}
.jgli li {
  margin-bottom: 5px;
}

/*九宫格*/
.nine-p {
  margin: 25px 0;
}
.nine-p li {
  width: 32%;
  display: block;
  box-sizing: border-box;
  float: left;
  margin: 0 2% 2% 0;
}
.nine-p li:nth-child(3n) {
  margin: 0 0 2% 0;
}
.nine-p li img {
  width: 100%;
  max-width: 100%;
}

/*须知的li*/
.not-li li {
  margin-bottom: 15px;
}
.not-li li:last-child {
  margin-bottom: 0;
}
.side-hall li {
  margin-bottom: 15px;
}
.side-hall li img {
  width: 100%;
}
#map {
  /* height: 450px; */
}

/* 站点地图 */
.sitemap-box {
}
.sitemap-box::after,
.sitemap-box dl::after {
  content: "";
  clear: both;
  height: 0px;
  font-size: 0px;
  display: block;
}
.sitemap-box dl {
  display: block;
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  min-height: 140px;
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
}
.sitemap-box dl:nth-child(4n) {
  margin-right: 0;
}
.sitemap-box dt {
  padding-bottom: 10px;
  font-size: 18px;
  margin-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
}
.sitemap-box dd {
  font-size: 14px;
  float: left;
  margin-right: 10px;
}

.friend-box {
}
.friend-box a {
  display: block;
  margin-right: 20px;
  font-size: 14px;
  line-height: 2;
  float: left;
}

.v2-collection {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 801px) {
  /* 藏品 */
  .con-coll {
    padding: 10px;
    text-align: center;
    background: #f1f3f4;
    margin-bottom: 10px;
    position: relative;
  }
  .con-coll:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .con-coll img {
	  width: 80%;
    max-width: 900px;
    display: inline;
    vertical-align: middle;
  }
}

/* 响应式布局 */
/*＞1920×1080 超宽屏显示器 限制全屏不超过1920*/
@media screen and (min-width: 1921px) {
  .v2-content .p-box {
    margin: 25px auto;
  }

  div[data-w-e-type="video"] {
    max-width: 100%;
  }
}
/*1920＞宽度＞1571 固定宽1420*/
@media screen and (max-width: 1920px) and (min-width: 1571px) {
  .v2-content .p-box {
    margin: 25px auto;
  }
  div[data-w-e-type="video"] {
    max-width: 100%;
  }
}
/*1570＞宽度＞1260 固定宽1200*/
@media screen and (max-width: 1570px) and (min-width: 1260px) {
  .v2-content .p-box {
    margin: 25px auto;
  }
  div[data-w-e-type="video"] {
    width: 100%;
  }
}
/*1259＞宽度＞1000 固定980*/
@media screen and (max-width: 1259px) and (min-width: 1000px) {
  .v2-art {
    width: 100%;
  }
  .v2-art .box {
    width: 100%;
    float: none;
  }
  .v2-art .side {
    width: 100%;
    float: none;
  }
  .s-video li {
    width: 236px;
    margin: 0 10px 0 0;
  }
  .s-video li:nth-child(2n) {
    margin: 0 10px 0 0;
  }
  .s-video li:nth-child(4n) {
    margin: 0 0 0 0;
  }

  .act-l {
    width: 100%;
    float: none;
  }
  .act-r {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
  div[data-w-e-type="video"] {
    width: 100%;
  }
}
/*999 ＞宽度＞751 更改平板模式 ipad 竖版模式宽度是768*/
@media screen and (max-width: 999px) and (min-width: 751px) {
  .v2-art {
    width: 100%;
  }
  .v2-art .box {
    width: 100%;
    float: none;
  }
  .v2-art .side {
    width: 100%;
    float: none;
  }
  .s-video li {
    width: 49%;
    margin: 0 2% 12px 0;
  }
  .s-video li:nth-child(2n) {
    margin: 0 0 12px 0;
  }

  .act-l {
    width: 100%;
    float: none;
  }
  .act-r {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
  div[data-w-e-type="video"] {
    width: 100%;
  }
}
/*宽度小于750px 更改手机模式*/
@media screen and (max-width: 750px) {
  .v2-art {
    width: 100%;
  }
  .v2-art .box {
    width: 100%;
    float: none;
  }
  .v2-art .side {
    width: 100%;
    float: none;
  }

  .v2-art .summary {
    padding: 15px 10px;
  }

  .v2-art .head h1.title {
    font-size: 22px;
  }
  .v2-content {
    font-size: 16px;
    line-height: 26px;
  } /*内容*/
  .v2-content span.m-c {
    font-size: 14px;
  }
  .v2-content p {
    /* text-indent: 0em!important; */
    text-indent: 0em;
  }

  .v2-content .p2 {
    margin: 25px 0px;
  } /*人物简介 图文*/
  .v2-content .p2:after {
    display: none;
  }
  .v2-content .p2 .p {
    float: none;
    text-align: center;
  }
  .v2-content .p2 .name {
    text-align: center;
  }
  .v2-content .p2 p {
    font-size: 14px;
    line-height: 24px;
  }

  .v2-content .not ul {
    font-size: 14px;
  }

  .v2-art .msg {
    padding-top: 12px;
  }
  .v2-art .msg .editor {
    float: none;
    margin-bottom: 8px;
    padding-left: 10px;
  }
  .v2-art .msg .source {
    float: none;
  }

  .s-video li {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .s-video li:nth-child(2n) {
    margin: 0 0 16px 0;
  }
  .s-video li span {
    font-size: 16px;
    height: auto;
    padding-top: 8px;
  }

  .act-l {
    width: 100%;
    float: none;
  }
  .act-r {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }

  .horibox {
    padding: 10px;
    font-size: 14px;
  } /*左图右文*/
  .horibox img {
    margin-right: 10px;
  }
  .horibox p {
    margin-bottom: 10px;
  }

  /*领导页面*/
  .leaderlist {
  }
  .leaderlist li {
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
  .leaderlist li img {
    width: 100%;
    float: none;
    margin-right: 0px;
  }
  .leaderlist h2 {
    text-align: center;
    line-height: 30px;
    padding-top: 10px;
  }
  .leaderlist h2 span {
    margin-left: 0px;
    display: block;
  }
  .leaderlist .resume {
    display: none;
    padding-bottom: 20px;
  }
  .leaderlist .resume p {
    text-indent: 0em;
  }
  .leaderlist li:hover .resume {
    display: block;
  }

  #map {
    /* height: 320px; */
  }

  div[data-w-e-type="video"] {
    width: 100%;
  }

  /* 藏品 */
  .con-coll {
    text-align: center;
    background: #f1f3f4;
    position: relative;
  }
  .con-coll:after {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .con-coll img {
	width: auto;
    max-width: 100%;
    display: inline;
    vertical-align: middle;
  }
}

div[data-w-e-type="video"] {
  text-align: center;
}

div[data-w-e-type="video"] video {
  max-width: 100%;
}
