@charset "UTF-8";
/**
 * 
 * @authors 沈小白
 * @email sq174616@gmail.com
 * @date  2018-12-21 15:26:00
 * 
 */
.columnLeft {
  width: 800px;
  margin-right: 70px;
  margin-bottom: 30px;
}
.dataHead {
  border-bottom: 1px solid #ddd;
  position: relative;
  margin-top: 34px;
}
.articleBox{
	    margin: 47px 20px 0;
    color: #636363;
    text-indent: 2rem;
    line-height: 30px;
}
.dataHead .h1 {
  color: #333;
  font-size: 28px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  margin-bottom: 17px;
}
.dataHead div.tips {
  font-size: 14px;
  color: #333;
  margin-bottom: 17px;
}
.dataHead em {
  color: #3894EA;
}
.dataHead i {
  display: inline-block;
  margin-right: 10px;
}
.btnBox {
  position: absolute;
  bottom: 10px;
  right: 9px;
}
.btnBox div {
  width: 24px;
  height: 24px;
}
.btn_wechat {
  margin-right: 8px;
  background: url('../../images/article/wechat.png') no-repeat center center;
  background-size: 100% 100%;
}
.btn_weibo {
  background: url('../../images/article/weibo.png') no-repeat center center;
  background-size: 100% 100%;
}
.btn_wechat:hover {
  background-image: url("../../images/article/wechat_hover.png");
}
.btn_weibo:hover {
  background-image: url("../../images/article/weibo_hover.png");
}
.articleBox .small {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333;
  margin-top: 47px;
  margin-bottom: 47px;
  line-height: 34px;
}
.article {
  margin-bottom: 47px;
}
.article .articleTitle {
  color: #DF252F;
  font-size: 22px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  margin-bottom: 10px;
}
.article .titleSmall {
  font-size: 14px;
  color: #333;
  margin-bottom: 14px;
}
.article img {
  margin-bottom: 17px;
  max-width: 800px;
}
.article p {
  color: #333333;
  font-size: 14px;
  line-height: 26px;
}
.tag {
  color: #3894EA;
  font-size: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #DDDDDD;
}
.tag a {
  display: inline-block;
  margin-right: 10px;
  color: #3894EA;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
}
.shangyipain,
.xiayipain {
  color: #333333;
  font-size: 14px;
  line-height: 26px;
  cursor: pointer;
  margin: 5px 0;
}
.columnRightZCGC .labelBox > a {
  margin-left: 0;
}
.columnRightZCGC {
  margin-bottom: 32px;
}
.columnRightZCGC a{
	    display: inline-block;
    width: 264px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333333;
    font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    margin-left: 25px;
}
.columnRightZCGC .labelBox span{
	 font-size: 14px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
        margin-left: 0;
}