/*公共样式*/
* {
  margin: 0;
  padding: 0;
}

li {
  list-style: none
}

a {
  text-decoration: none;
}

::-webkit-scrollbar {
  display: none;
}



/* 主要样式 */

.show-box {
  width: 1100px;
  margin: auto;
}

.show-title {
  background: #0556F9;
  color: #fff;
  height: 57px;
  font-size: 22px;
  line-height: 57px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  position: relative;
}

.go-yshman {
	width: 90px;
	font-size: 15px;
	text-align: center;
	background: #fff;
	color: #015DF4;
	height: 26px;
	line-height: 26px;
	padding: 3px 0 3px 5px;
	border: 1px solid #015DF4;
	cursor: pointer;
	position: absolute;
	top: 12px;
	right: 23px;
}

.arrowhead {
	border-left: 17px solid #fff;
	height: 0;
	width: 0;
	position: absolute;
	top: 12px;
	right: -10px;
	border-right: 17px solid rgba(0, 0, 0, 0);
	border-bottom: 17px solid rgba(0, 0, 0, 0);
	border-top: 17px solid rgba(0, 0, 0, 0);
}


main {
  background: #FAFAFA;
  padding: 0 26px 40px;
  float: left;
}

/* 中间切换按钮 */
.show-item-box {
  display: flex;
  margin-top: 50px;
}



.show-item-box p {
  color: #0556F9;
  width: 90px;
  height: 29px;
  border: 1px solid #0556F9;
  text-align: center;
  line-height: 29px;
  font-size: 15px;
  border-bottom: 0;
  cursor: pointer;

}

.show-item-box a {
  color: #0556F9;
}

hr {
  border-top: 1px solid #0556F9;
}


/* 文章part样式 */
.essay-part {
  padding-top: 10px;
}

.essay-part section {
  display: flex;
  width: 670px;
  background: #FFFFFF;
  margin-top: 14px;
  padding: 18px 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.essay-part section h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  width: 406px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.essay-part1-content {
  height: 50px;
  width: 395px;
  line-height: 25px;
  margin-top: 4px;
  color: #666;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: justify;
  word-wrap: break-word;
}

.essay-part1-img {
  width: 157px;
  height: 116px;
  margin-right: 20px;
  margin-left: 6px;
}


.essay-part1-detail {
  display: flex;
  margin-top: 10px;
}

.essay-part1-detail p {
  color: #666666;
  font-size: 15px;
  width: 200px;
  margin: 2px 10px 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.essay-part1-detail img {
  cursor: pointer;
  vertical-align: middle;
}

.essay-part1-detail span {
  display: inline-block;
  width: 42px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-top: 2px;
  margin-left: 2px;
}

.essay-part1-date {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.addcolor {
  background: #0556F9;
  color: #FFFFFF !important;
}

/* 分页样式 */
.list-Page-Con {
  height: 20px;
  margin-top: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #3f3f3f;
}

.list-Page-Con a,
.list-Page-Con .inck_off {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  border: 1px solid #CCC;
  margin-right: 6px;
  background-color: #FFF;
  color: #3f3f3f;
}

.list-Page-Con a:hover,
.list-Page-Con .inck_on {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  border: 1px solid #015DF4;
  margin-right: 6px;
  background-color: #015DF4;
  color: #FFF;
  text-decoration: none;
}

.renwu_xiangqing_page {
  width: 600px !important;
}