/* 通用 */
.page {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  a{ text-decoration: none;color: #333; cursor: pointer;}
a:hover{ text-decoration:none;color:#1d79cc!important; }
/* 链接导航 */
.dhlianjie {
    margin: 20px 0 50px;
}
.dhlianjie span{
    margin: 0 10px 0 5px;
}
/* 标题 */
h1{
    width: 100%;
   text-align: center;
}
/* 时间/来源/访问量  */
.timegroup{
    margin: 30px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.timegroup span{
    font-size: 14px;
    color: #888;
    margin-right: 20px;
}

/* 分享 */
.fenxiang{
    width: 90px;
    height: 420px;
    position: fixed;
    top: 430px;
}
.fenxiang img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #eee;
    cursor: pointer;
}
.fenxiang .ewm{
    width: 86px;
    height: 86px;
    border-radius: 0px;
    margin-bottom: 10px;
    cursor: pointer;
}
/* 内容 */
.neirong{
}
.neirong .left-list{
    width: 870px;
    box-sizing: border-box;
}
.neirong .left-list .timegroup span{
    color: #333;
}
.neirong .left-list .content{
    width: 870px;
    font-size: 18px;
    color: #222;
    text-align: justify;
    letter-spacing: 3px;
    text-indent: 2em;
}
.neirong .left-list .img{
    width: 100%;
    text-align: center;
}

.neirong .left-list p{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
/* .neirong .left-list img{
    width: 800px;
    height: auto;
    margin: 10px auto 5px;
} */
/* .neirong .left-list video{
    width: 800px;
    height: auto;
    margin: 10px auto 5px;
    background-color: #222;
} */
.neirong .right-list{
    width: 222px;
}
.neirong .right-list img{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.neirong .right-list .tit{
    width: 100%;
    margin: 50px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.neirong .right-list .tit a{
    padding-bottom: 10px;
    padding-right: 10px;
    border-bottom: 2px solid #1d79cc;
}
.neirong .right-list .list2 li{
    width: 100%;
    font-size: 14px;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 0;
    border-bottom: 1px dotted #ccc;
}
/* 内容/ */

/*翻页*/
.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}