@charset "utf-8";
.all-cont {
  width: 100%;
}
.m-head {
  min-width: 1200px;
}
.xhzs-bottom {
  min-width: 1200px;
}
.main-content {
  min-width: 1200px;
  margin: 0 auto;
  /* overflow: hidden; */
}
.beijingnet-cont {
  position: relative;
  width: 1200px;
  height: 56px;
  margin: 0 auto;
}
.zhuanlannet {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 370px;
  height: 56px;
  background: url(../image/zhuanlanbei3.png) no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}
.banner-logo-cont {
  position: relative;
  min-width: 100%;
  height: 333px;
  background: url(../image/zhuanlan4.png) no-repeat;
  overflow: hidden;
}

.banner-title {
  width: 1200px;
  height: 151px;
  margin: 0 auto;
  margin-top: 59px;
  background: url(../image/bainzu@2x.png) no-repeat;
  background-size: 100% auto;
}
.tab-cont {
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
  height: 56px;
  background: rgba(0, 0, 0, 0.24);
}
.tab-cont ul {
  display: flex;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.tab-cont ul a {
  display: inline-block;
  flex: 1;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  line-height: 56px;
  letter-spacing: 1px;
}
.tab-cont ul li a:hover {
  color: #ffffff !important;
}
.tab-cont ul li:hover {
  cursor: pointer;
  background: linear-gradient(
    180deg,
    rgba(255, 193, 0, 0.25) 0%,
    rgba(255, 193, 0, 1) 100%
  );
  color: #ffffff;
}
.tab-cont ul li.cur {
  background: linear-gradient(
    180deg,
    rgba(255, 193, 0, 0.25) 0%,
    rgba(255, 193, 0, 1) 100%
  );
  /* padding: 17px 40px;
     padding-top: 17px;
    padding-bottom: 17px; */
}
.tab-cont ul li a {
  color: #ffffff;
}

.tab-cont ul li {
  width: 100%;
  display: inline-block;
  text-align: center;
  flex: 1;
  float: left;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 1);
  line-height: 56px;
  letter-spacing: 1px;
}
.list-cont {
  width: 1000px;
  margin: 0 auto;
  margin-top: 40px;
}
.list-cont ul {
  width: 100%;
}
.list-cont ul li.list-item {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.list-cont ul li.list-item .person-head {
  /* float: left; */
  width: 180px;
  height: 180px;
  margin-right: 20px;
}
.list-cont ul li.list-item .list-rt {
  width: 780px;
  display: inline-block;
  float: right;
  margin-right: 20px;
  padding-bottom: 13px;
}
.person {
  margin-top: 8px;
  line-height: 30px;
}
.person-name {
  font-size: 20px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
  line-height: 28px;
}
.person-subscribe:hover {
  cursor: pointer;
}
.person-subscribe {
  float: right;
  padding-left: 24px;
  background: url(../image/dingyue2.png) center left no-repeat;
  font-size: 14px;
  color: #666;
}
.person-info {
  margin-top: 11px;
  font-size: 12px;
  font-weight: 300;
  color: rgba(153, 153, 153, 1);
  line-height: 18px;
}
.person-summary {
  /* height: 60px; */
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(102, 102, 102, 1);
  line-height: 20px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.person-summary p {
  /* height: 60px; */

  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.person-sth {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 300;
  color: #c0c0c0;
  line-height: 18px;
  margin-right: 20px;
  overflow: hidden;
}
.person-sth-num {
  color: #dd646d;
}
.person-sth-article {
  margin-right: 20px;
}
.share-cont {
  float: right;
}
.share-cont img:hover {
  cursor: pointer;
}
.fl {
  float: left;
}
.share-to {
  height: 16px;
  display: inline-block;
  background: url(../image/shareto.png) no-repeat;
  padding-left: 22px;
  background-size: 16px 16px;
}
.list-cont ul li.list-item .share-wechat,
.list-cont ul li.list-item .share-weibo {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.list-cont ul li.list-item .share-wechat {
  background: url(../image/weixin.png) no-repeat;
  margin-right: 10px;
  background-size: 16px 16px;
}
.list-cont ul li.list-item .share-weibo {
  background: url(../image/weibo.png) no-repeat;
  /* padding-left: 22px; */
  background-size: 16px 16px;
}
.ad {
  display: block;
  width: 100%;
  height: 134px;
  margin-bottom: 30px;
}
.add-more:hover {
  cursor: pointer;
}
.add-more {
  width: 1000px;
  height: 40px;
  background: rgba(255, 255, 255, 1);
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(120, 120, 120, 1);
}

.list-cont ul {
  position: relative;
}
.list-cont .img-list {
  position: absolute;
  right: -95px;
}
.list-cont .img-list li {
  display: block;
  width: 52px;
  height: 52px;

  margin-bottom: 4px;
}
.img-list img {
  display: block;
  width: 52px;
  height: 52px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
/* 分享 */
.ui-news-item-share {
  display: none;
  float: right;
}
.ui-news-item-share span {
  /* position: absolute; */
  display: inline-block;
  height: 16px;
  /* top: 0; */
}
.ui-share-icon {
  height: 16px;
  display: inline-block;
  background: url(../image/shareto.png) no-repeat;
  padding-left: 22px;
  background-size: 16px 16px;
}

.ui-share-wb {
  /* right: 26px; */
  width: 16px;
  height: 16px;
  background: url(../image/wb_share.png) left center no-repeat;
}
.ui-share-wx {
  /* right: 0; */
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-left: 10px;
  background: url(../image/wx_share.png) left center no-repeat;
}
.ui-share-wx:hover,
.ui-share-wb:hover {
  cursor: pointer;
}
.jsmodern-share {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 335px;
  z-index: 999999;
  background: #fff;
  border: #ddd solid 1px;
  border-radius: 10px;
  box-shadow: #ddd 0 0 20px;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.jsmodern-share p {
  display: block;
  height: 20px;
  text-align: center;
  font-size: 18px;
  margin: 15px 0 20px 0;
}

.jsmodern-share div {
  width: 260px;
  height: 260px;
  margin: 0 auto !important;
}

.jsmodern-share b {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA/UlEQVQ4T8WU7ZEBQRCGHxFciQARIBJEcGRABFYEZIAIEAkyIAMhqFdtV7WpabuOqptfM9Pdz0x/NvjyalTwesAg0TkAp8guAg6BJdAODC/ADNin8hxwA/zWjIR0J143Bb4DM84T1APl5s69dga6wU9T2cjc90DFpVUCbkATGAPrBCoX9Svp/JQy2Xa0N6CyeQwMPdRguYf6yr4BC2Cecc8DJNbPcjDJFkBRBZSiQbWPYP8H/LPLX0+KYvBJ2VytTV8Vth6IelnDQV7Zyha2lUXdPjbYtsz+4/zpcHiCRUDdq69XrhXTmlfMpnXHlzdWnAT3SzPw7QEbDJnq6ztc3EQVa6MIgAAAAABJRU5ErkJggg==);
  right: 4px;
  top: 4px;
  cursor: pointer;
  color: #ccc;
  opacity: 0.1;
  transition: 0.1s;
}


.ui-load-more {
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: rgba(102, 102, 102, 1);
}

.ui-load-all{
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  color: rgba(102, 102, 102, 1);
}


