a,a:hover, a:focus{
  text-decoration: none;
  outline: none;
}
/** 文章 左侧边栏分享按钮**/
.artLeft {
  width: 208px;
  float: left;
}

.artLeftTit {
  padding-bottom: 19px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}

.artShare .artshareBtn {
  cursor: pointer;
  margin-top: 24px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #363535;
  background-color: #fff;
}

.artShare .artshareBtn .iconfont {
  vertical-align: middle;
  font-size: 50px;
}

.artShare .artshareBtn .fbClass {
  color: #4460a0;
}

.artShare .artshareBtn .twClass {
  color: #1da1f2;
}



/******文章内容*****/
.artCon {
  float: left;
  margin-left: 20px;
  width: 738px;
  word-wrap: break-word;
}

.artConTit {
  font-weight: 600;
  font-size: 26px;
  color: #333;
  margin-bottom: 17px;
  word-break: break-word;
}

.artMinInfo {
  color: #666;
  font-size: 16px;
  margin-bottom: 24px;
}

.artMinInfo .artStyle {
  padding: 5px 9px;
  border-radius: 2px;
  border: solid 1px #ff6633;
  color: #ff6633;
  margin-right: 13px;
}

.artMinInfo .artView {
  margin-left: 45px;
}

.artMinInfo .artView .iconfont {
  margin-right: 7px;
  font-size: 23px;
  vertical-align: middle;
}

.artCover {
  width: 694px;
  height: 391px;
  background-color: #b6b6b6;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 23px;
}

.artCover img {
  width: 100%;
  height: 100%;
}
.artConTxt{
  word-break: break-word;
  font-size: 13px;
}
.artConTxt img{
  max-width: 100%;
  height: inherit !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
.artConTxt p{
  margin-bottom: 0px;
}

.artLike {
  margin-top: 61px;
  text-align: center;
}

.artLike .artLikBtn {
  display: inline-block;
  width: 154px;
  height: 46px;
  line-height: 46px;
  border-radius: 23px;
  text-align: center;
  border: 1px solid #666;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  text-decoration: none;

}


.artPage {
  margin-top: 81px;
  text-align: center;
  color: #333;
  font-size: 14px;
  padding-bottom: 33px;
  border-bottom: 1px solid #ccc;
}

.artPage button {
  cursor: pointer;
  outline: none;
  width: 82px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #333333;
}

.artPage button .iconfont {
  font-size: 22px;
  line-height: 24px;
}

.artPage button:focus {
  outline: none;
}

.artPage button.artBtnCancel {
  cursor: inherit;
  color: #d6d6d6;
  border-color: #d6d6d6;
}

/*推荐文章*/
.reArticle .reArticleTit {
  position: relative;
  line-height: 28px;
  font-size: 20px;
  color: #333;
  padding: 36px 0px 25px 25px;
  font-weight: bold;
}

.reArticle .reArticleTit .reArticleTitLine {
  position: absolute;
  left: 0px;
  width: 4px;
  height: 28px;
  background-color: #ff6633;
}

.reArticle .reArticleA {
  list-style: none;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  width: 236px;
  margin-right: 10px;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.reArticle .reArticleA:focus {
  outline: none;
}

.reArticle .reArticleA:last-child {
  margin-right: 0px;
}

.reArticle .reArticleA .coverImg {
  width: 236px;
  height: 146px;
  background-color: #b6b6b6;
  border-radius: 3px;
  overflow: hidden;
}

.reArticle .reArticleA .coverImg img {
  width: 100%;
  height: 100%;
}

.reArticle .reArticleUl .reArticleInfo {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #333;
  margin-top: 14px;
}

/******文章banner*****/
.artBanner {
  float: right;
  margin-left: 20px;
  width: 184px;
}

.artBanner .artBannerLi {
  display: block;
  width: 185px;
  height: 287px;
  margin-bottom: 29px;
}

.artBanner .artBannerLi img {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.artConTxt a{
  text-decoration: inherit;
  outline: inherit;
}
.artConTxt a:hover{
  text-decoration: underline;
}