@charset "UTF-8";
body {
  background: #f2f2f2;
}


.p23 {
  padding-bottom: 23px;
}

.mr30 {
  margin-right: 30px;
}
.content {
  width: 1200px;
  margin: 30px auto 120px auto;
}
.content > div {
  box-sizing: border-box;
}
.content .mainLeft {
  position: relative;
  width: 854px;
  padding: 19px 36px 21px 32px;
  margin-right: 27px;
}
.content .mainLeft .breadCrumbs {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #999999;
  margin-bottom: 12px;
}
.content .mainLeft .article-unit {
  margin: 20px 0;
  box-sizing: border-box;
}
.content .mainLeft .article-unit > .column {
  width: 670px;
}
.content .mainLeft .article-unit .coverShell {
  height: 100px;
  width: 100px;
}
.content .mainLeft .article-unit .coverShell + div{
  margin-left: 16px;
}
.content .mainLeft .article-unit .coverImg img{
  height: 100px;
  width: 100px;
  overflow: hidden;
  background: url('../img/articleCover.png');
  transition: 'background' 0.5s ease 0.5s;
}
.content .mainLeft .article-unit:hover .coverImg {
  background-size: 110% 110%;
}
.content .slide {
  width: 320px;
  position: sticky;
  top: 62px;
}
.content .slide h2 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 14px;
}
.content .slide .tagList {
  padding: 17px 24px 19px;
}
.content .slide .tagList .unit-wrap {
  margin-top: 11px;
}
.content .slide .tagList .unit-wrap .tagUnit {
  height: 30px;
  padding-left: 12px;
  padding-right: 10px;
  line-height: 30px;
  background: #f2f2f2;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  letter-spacing: 0px;
  color: #333333;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}
.content .slide .recommendList {
  padding: 17px 23px 21px;
  line-height: 28px;
  margin-top: 20px;
}
.content .slide .recommendList h3 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
  cursor: pointer;
}
.content .slide .recommendList .recommendUnit{
  display: block;
  width: 278px;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content .slide .recommendList h3:hover {
  color: #ffa66e;
}
.content .slide .recommendList .primary-color {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffa66e;
  margin-right: 14px;
}

.page-h3 {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
}

.hoverChange:hover {
  color: #ffa66e;
  cursor: pointer;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
}

.dashedDevider {
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #ddd 0%, #ddd 50%, transparent 50%);
  background-size: 8px 1px;
  background-repeat: repeat-x;
}

.setTop {
  width: 36px;
  height: 20px;
  background-color: #f5f5f5;
  border-radius: 10px;
  border: solid 1px #ffa66e;
  margin-right: 6px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffa66e;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grey-text {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  letter-spacing: 0px;
  color: #999999;
}

.desc {
  line-height: 20px;
}

.article-username,
.article-date {
  margin-left: 5px;
  margin-right: 11px;
}

.viewTime {
  margin-left: 6px;
}

.article-Link span {
  color: #666;
}

.article-Link + .article-Link {
  margin-left: 10px;
}

.pagebar {
  text-align: center;
  position: absolute;
  bottom: -25px;
  left: 50%;
  width:100%;	
  transform: translate(-50%, 100%);
}

/*新增分页样式*/
.pageBox {
  text-align: center;
  font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
}

.pageBox a {
  border: 1px solid #ddd;
  display: inline-block;
  margin-right: 6px;
  color: #707070;
  width: 50px;
  height: 34px;
  font: bold 14px/34px arial;
}

.pageBox a:hover, .pageBox a:active {
  background: #ffa66e;
  color: #FFFFFF;
  text-decoration: none;
}

.pageBox .cur {
  background: #ffa66e;
  border: 1px solid #ffa66e;
  text-decoration: none;
}

.pageBox a.cur {
  color: #fff;
}

.pageBox .disabled {
  width: 79px;
}