.item{
    display: flex;
    justify-content: space-around;
    padding: 20px 0 !important;
    cursor: pointer;
}
.left-container{
    min-width: 84px;
    height: 84px;
    background-color: #f2f2f2;
    text-align: center;
    margin-right: 10px;
    padding-top: 10px;
    font-size: 14px;
    cursor: pointer;
}
.fontsize-24{
    font-size: 24px;
}
.pagenationV2{
    margin-bottom: 10px;
    cursor: pointer;
}
.newsDetailV2 .shareListPanel .shareIcon {
    background-color: #fff;
    display: inline-block;
    height: 33px;
    margin: 0 0 12px 12px;
    width: 33px;
}
.newsDetailV2 .shareListPanel .Weixin{
    background: url('../images/vbg01.png') -1302px -100px no-repeat;
}
.newsDetailV2 .shareListPanel .sina_weibo {
    background: url('../images/vbg01.png') -1302px -190px no-repeat;
}
.newsDetailV2 .shareListPanel .qq_zone {
    background: url('../images/vbg01.png') -1302px -235px no-repeat;
}
.newsDetailV2 .shareListPanel .douban {
    background: url('../images/vbg01.png') -1302px -730px no-repeat;
}
.newsDetailV2 .shareListPanel .baidu_tieba {
    background: url('../images/vbg01.png') -1302px -595px no-repeat;
}
.newsDetailV2 .title {
    color: #333;
    font-size: 25px;
    font-weight: 400;
    text-align: left;
}
.newsDetailV2 .line1 {
    border: 1px solid #f0efef;
    border-bottom: none;
    margin: 20px 0;
}
.newsDetailV2 .richContent {
    color: #676767;
    font-size: 14px;
    overflow: hidden;
}
.richContent {
    line-height: 1.8;
    padding: 0;
    white-space: normal;
    word-wrap: break-word;
    overflow: hidden;
    text-align: left;
    width: 100%;
    word-break: normal;
}
.newsDetailV2 .line2 {
    border: 1px dashed #f0efef;
    border-bottom: none;
    margin: 20px 0;
}
.newsDetailV2 .middlePanel {
    /* margin: 27px 10px 50px 0; */
    position: relative;
    display: flex;
    justify-content: space-between;
}
.newsDetailV2 .newsGroup {
    color: #666;
    float: right;
    font-size: 13px;
    margin-bottom: 20px;
    max-width: 50%;
}
.newsDetailV2 .shareInfo {
    clear: right;
    float: right;
    max-width: 50%;
    min-height: 32px;
    overflow: hidden;
}
.newsDetailV2 .shareInfo .shareTag {
    color: #666;
    float: left;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    padding-top: 10px;
}
.newsDetailV2 .shareListPanel {
    max-width: 270px;
    overflow: hidden;
}
.forms .form .formMiddle  a {
    font-size: 14px;
    color: #666666;
}