.article-content {
  width: 1400px;
  margin: 25px auto 40px;
  position: relative;
}
.article-content .div-left {
  width: 940px;
}
.article-content .div-left .div-left-top {
  width: 100%;
  height: 90px;
  background: #f9f9f9;
  color: #000;
  text-align: center;
  display: table;
  position: relative;
}
.article-content .div-left .goback {
  position: absolute;
  right: 20px;
  bottom: 10px;
}
.article-content .div-left .goback a {
  font-size: 14px;
  color: #0786D3;
}
.article-content .div-left .goback img {
  vertical-align: middle;
}
.article-content .div-left .way {
  text-align: center;
  margin: 25px auto;
}
.article-content .div-left .way ul li {
  display: inline-block;
}
.article-content .div-left .way ul li a {
  font-size: 14px;
  color: #551a8b;
}
.article-content .div-left .way ul li a img {
  vertical-align: middle;
}
.article-content .div-left .way ul li a .share {
  color: #000;
}
.article-content .div-left .article-detail {
	width: 100%;
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
	padding-bottom: 30px;
}
.article-content .div-left .article-detail p {
  font-size: 16px;
  color: #111;
  line-height: 26px;
  text-align: justify;
}

.article-content .div-left .article-detail img{
	max-width: 100%;
}

.article-content .div-left .skip-btn a {
  display: block;
  width: 340px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.article-content .div-left .skip-btn .prev-btn {
  background: #0786D3;
  color: #fff;
  border: 1px solid #0786D3;
}
.article-content .div-left .skip-btn .next-btn {
  background: #eee;
  color: #111;
  border: 1px solid #999;
}
.article-content .div-right {
  width: 443px;
  border: 1px solid #83c2e9;
	background: #f9f9f9;
}
.article-content .div-right.fixed{
	position: absolute;
	right: 0;
}
/*@media only screen and (max-width: 1400px){
	.article-content .div-right.fixed{
		right: 0;
	}
}*/
.article-content .div-right .div-right-top {
  width: 100%;
  height: 80px;
  background: #0786D3;
  color: #fff;
  text-align: center;
  display: table;
}
.article-content .div-right .article-list {
  padding: 0 7px;
}
.article-content .div-right .article-list ul li {
	width: 100%;
	/* height: 210px; */
  border-bottom: 1px dashed #bdbdbd;
  padding: 10px 0;
}
.article-content .div-right .article-list ul li:last-child {
  border: none;
}
.article-content .div-right .article-list ul li img {
  width: 160px;
  height: auto;
}
.article-content .div-right .article-list ul li .list-right {
  width: 258px;
}
.article-content .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;
}
.article-content .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: 3;
  -webkit-box-orient: vertical;
}
.article-content .div-right .article-list ul li .case {
	width: 100%;
	height: 100%;
  position: relative;
}
.article-content .div-right .article-list ul li .case img {
  width: 100%;
  height: 256px;
}
.article-content .div-right .article-list ul li .case p {
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}
.article-content .top-box {
  display: table-cell;
  vertical-align: middle;
}
.article-content .top-box h3 {
  font-size: 24px;
}
.article-content .top-box p {
  font-size: 14px;
  display: inline-block;
  margin: 0 5px;
}
