.center_content {
  position: relative;
  margin-bottom: 80px;
}
.div-left {
  width: 980px;
}
.div-left .div-left-top {
  width: 100%;
  height: 90px;
  background: #f9f9f9;
  color: #000;
  text-align: center;
  display: table;
  position: relative;
}
.div-left .goback {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.div-left .goback a {
  font-size: 14px;
  color: #fa555b;
}
.div-left .goback img {
  vertical-align: middle;
}
.div-left .way {
  text-align: center;
  margin: 25px auto;
}
.div-left .way ul li {
  display: inline-block;
}
.div-left .way ul li a {
  font-size: 14px;
  color: #551a8b;
}
.div-left .way ul li a img {
  vertical-align: middle;
}
.div-left .way ul li a .share {
  color: #000;
}
.div-left .article-detail {
  border-bottom: 1px solid #999;
  margin-bottom: 20px;
}
.div-left .article-detail p {
  font-size: 16px;
  color: #111;
  line-height: 26px;
  margin-bottom: 20px;
 /*  text-indent: 2em; */
  text-align: justify;
}
.div-left .article-detail img {
  max-width: 100%;
  height: auto;
}
.div-left .article-detail .detail-line{
	margin-bottom: 20px;
}
.div-left .article-detail .detail-line .left-line,
.div-left .article-detail .detail-line .right-line {
  width: 435px;
  height: 1px;
  background: #fa555b;
  margin-top: 13px;
}
.div-left .article-detail .detail-line .word{
	font-size: 18px;
	color: #fa555b;
	line-height: 27px;
	margin: 0 15px;
}
.div-left .skip-btn a {
  display: block;
  width: 340px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.div-left .skip-btn .prev-btn {
  background: #fa555b;
  color: #fff;
  border: 1px solid #fa555b;
}
.div-left .skip-btn .next-btn {
  background: #eee;
  color: #111;
  border: 1px solid #999;
}
.div-right {
  width: 400px;
  border: 1px solid #fa555b;
}
.div-right.fixed{
	position: absolute;
	right: 0;
}
.div-right .div-right-top {
  width: 100%;
  height: 80px;
  background: url("../img/others-bg.jpg") no-repeat center;
  background-size:100% 100%;
  color: #fff;
  text-align: center;
  display: table;
}
.div-right .article-list {
  padding: 0 7px;
}
.div-right .article-list ul li {
  border-bottom: 1px dashed #bdbdbd;
  padding: 10px 0;
}
.div-right .article-list ul li:last-child {
  border: none;
}
.div-right .article-list ul li img {
  width: 130px;
  height: auto;
}
.div-right .article-list ul li .list-right {
  width: 240px;
}
.div-right .article-list ul li .list-right h3 {
  font-size: 16px;
  color: #111;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.div-right .article-list ul li .list-right p {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.div-right .article-list ul li .case {
  position: relative;
}
.div-right .article-list ul li .case img {
  width: 100%;
  height: auto;
}
.div-right .article-list ul li .case p {
  width: 100%;
  height: 30px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 4px;
  left: 0;
}
.top-box {
  display: table-cell;
  vertical-align: middle;
}
.top-box h3 {
  font-size: 24px;
}
.top-box p {
  font-size: 14px;
  display: inline-block;
  margin: 0 5px;
}

@media screen and (max-width: 1680px) {
	.div-left{
		width: 880px;
	}
	.div-right{
		width: 300px;
	}
}
@media screen and (max-width: 1400px) {
	.div-left{
		width: 750px;
	}
	.div-right{
		width: 210px;
	}
	.div-right .div-right-top{
		height: 70px;
	}
	.div-right .div-right-top h3{
		font-size: 18px;
	}
	.div-right .div-right-top p{
		font-size: 12px;
	}
}