.w-1200 {
	position:relative;
}
.w-1200 > .lf {
	position:absolute;
  width: 279px;
  height:100%;
  left:0;
  top:2px;
  padding: 85px 27px 0;
  background: #f4f2f0;
}
.w-1200 > .lf .xw-search {
  margin-bottom: 35px;
}
.w-1200 > .lf .xw-search input {
  height: 37px;
  border: 1px solid #ebebeb;
  color: #c6c6c6;
  padding-left: 4%;
  width: 81%;
}
.w-1200 > .lf .xw-search a {
  height: 39px;
  line-height: 39px;
  text-align: center;
  width: 14%;
  background: #be0909;
  vertical-align: bottom;
}
.w-1200 > .lf .xw-search a img {
  vertical-align: middle;
}
.w-1200 > .lf > a {
	display:block;
  margin-bottom: 20px;
}
.w-1200 > .lf > a img {
	width:100%;
}
.w-1200 > .rt {
  min-height:700px;
  margin-left: 400px;
  padding-right: 68px;
  padding-bottom: 60px;
  border-right: 1px solid #e7e7e7;
}
.w-1200 > .rt .news-title {
  color: #262626;
  font-size: 28px;
  line-height: 36px;
  font-weight: bold;
  width: 90%;
  margin: 85px auto 40px;
  text-align: center;
}
.w-1200 > .rt .news-title .t1,
.w-1200 > .rt .news-title .t2 {
  color: #262626;
  font-size: 22px;
  line-height: 30px;
  padding:10px 0;
}
.w-1200 > .rt .rq {
  height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d43e29;
}
.w-1200 > .rt .rq .lf {
  float: left;
  font-size: 12px;
  color: #747373;
}
.w-1200 > .rt .rq .lf span {
  margin-right: 20px;
}
.w-1200 > .rt .rq .font {
  float: right;
}
.w-1200 > .rt .rq .font span {
  background: #f8f8f8;
  color: #bb342e;
  margin: 0 5px;
  cursor: pointer;
  border: 1px solid #dfdede;
}
.w-1200 > .rt .rq .font .sel {
  background: #bb342e;
  color: #fff;
}
.w-1200 > .rt .rq .font .s {
  width: 14px;
  height: 14px;
  font-size: 12px;
}
.w-1200 > .rt .rq .font .m {
  width: 18px;
  height: 18px;
  font-size: 16px;
}
.w-1200 > .rt .rq .font .b {
  width: 22px;
  height: 22px;
  font-size: 18px;
}
.w-1200 > .rt #content {
  padding: 30px 0 60px;
  text-align: justify;
  color: #747474;
}
.w-1200 > .rt #content p {
  margin: 25px 0;
}
.w-1200 > .rt #content img {
  width: auto;
  max-width:800px;
  display: block;
  margin: auto;
}
.w-1200 > .rt #content .center {
  text-align: center;
  text-indent: 0;
}
.w-1200 > .rt #content.s {
  font-size: 14px;
  line-height:24px;
}
.w-1200 > .rt #content.m {
  font-size: 16px;
  line-height:30px;
}
.w-1200 > .rt #content.b {
  font-size: 18px;
  line-height:36px;
}

#isvideoplayer { margin:auto; width:800px; height:600px;}
#picbox { position:relative;}
#picbox .swiper-container { margin:20px auto; width:700px; border:1px solid #ccc; background:#efefef;}
#picbox .swiper-container .swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#picbox .swiper-container .swiper-slide img { width:auto; max-width:700px; max-height:500px;}
#picbox > a {
  width: 65px;
  height: 65px;
  position: absolute;
  z-index:10;
  top: 50%;
  margin-top: -32px;
}
#picbox .arrow-left {
  background:  no-repeat left top;
  left:0;
}
#picbox .arrow-left:hover {
  background-position:left bottom;
}
#picbox .arrow-right {
  background:  no-repeat right top;
  right:0;
}
#picbox .arrow-right:hover {
  background-position:right bottom;
}