@charset "UTF-8";
.linkBox{
    width: 1280px;
    height: 52px;
    opacity: 1;
    border-bottom: 1px solid #EEEEEE;
}
.linkBox a{
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #262626;
    line-height: 52px;
    display: inline-block;
}
.newsBox{
    width: 100%;
    padding: 0 0 22px 0;
    opacity: 1;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 20px;
}
.newsTitle{
    width: 100%;
    line-height: 55px;
    font-size: 38px;
    font-weight: 700;
    color: #262626;
    line-height: 55px;
    text-align: center;
    margin: 0 0 24px 0;
}
.newsMsg span{
    width: 173px;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #868686;
    line-height: 20px;
    margin: 0 30px 0 0 ;
}
.newsContent{
    width: 881px;
    float: left;
}
.newsRight{
    width: 350px;
    float:right;
}
.listNewsDiv {
    float: left;
    width: 350px;
    height: 97px;
    margin: 13px 0 0 0;
}

.listNewsDiv img {
    width: 156px;
    height: 97px;
    float: left;
    margin: 0 11px 0 0;
}

.listNews1 {
    width: 181px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #262626;
    line-height: 20px;
}
.divName {
    background: url("../imgs/index/name.png") 0 center no-repeat;
    padding-left: 32px;
    float: left;
    width: 350px;
    height: 32px;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
    line-height: 32px;
}
.topMainDiv {
    width: 100%;
    display: flex;
}
.news{
    margin: 20px auto;
}
.newsContent img{
    max-width:100%;
    display:block;
}
.sharing{
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    text-align: center;
    position: relative;
}
.sharing::before,.sharing::after{
    content: "";
    position: absolute;
    background: #E1E1E1;
    width: 259px;
    left: 60px;
    top:11px;
    height: 1px;
}
.sharing1::before,.sharing1::after{
    width: 259px;
}
.sharing::after{
    right: 60px;
    left: auto;
}
.share-ul{
    margin-top: 40px;
    text-align: center;
}
.share-ul li+li{
    margin-left: 40px;
}
.share-ul li{
    display: inline-block;
}
.share-ul1 li{
    height: 66px;
}
.share-ul li a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    display: block;
}
.blog-a a{
    background-image: url("../imgs/share/share_weibo.png");
}
.blog-a a:hover{
    background-image: url("../imgs/share/share_weibo1.png");
}
.weChat-a a{
    background-image: url("../imgs/share/share_wechart.png");
}
.weChat-a a:hover,.weChatFriend-a a:hover{
    background-image: url("../imgs/share/share_wechare1.png");
}
.weChatFriend-a a{
    background-image: url("../imgs/share/share_wechart.png");
}
.qq-a a:hover{
    background-image: url("../imgs/share/share_qqz1.png");
}
.qq-a a{
    background-image: url("../imgs/share/share_qqz.png");
}
.qq-kongjian a:hover{
    background: url("../imgs/share/share_qq1.png")no-repeat;
}
.qq-kongjian a {
    background: url("../imgs/share/share_qq.png")no-repeat;
}
.share-ul li a{
    background-size: 100% 100%;
}


 .share .name {
    font-size: 14px;
    color: #707070;
    margin-top: 12px;
    margin-right: 12px;
}

 .share .social-share > a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    line-height: 40px;
    transition: all .5s;
    position: relative;
    text-align: center;
    margin: 0 8px;
}

 .share .social-share > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    transform: scale(0);
}

.share .social-share > a:hover:after {
    transform: scale(1);
    transition: all .3s;
}

.share .weixinIcon:hover::after {
    background: #3dbe5b;
}

 .share .weiboIcon:hover::after {
    background: #ff5757;
}

.share .qqIcon:hover::after {
    background: #21b3f7;
}

.share .icons img:hover {
    animation: rock .4s;
}
.share{
    text-align:center;
    margin:20px 0;
}
.contentRight {
    width: 299px;
    float: left;
    margin: 0 0 0 51px;
}
#editWrap p{
    font-size: 16px;
    text-indent: 2em;
    color: #333;
    margin: 30px 0 0 0 !important;
    line-height: 26px;
}
#editWrap p:first-child{margin-top: 0 !important;}