.details-main {
    width: 100%;
}

.details-main-bg {
    width: 100%;
    height: 300px;
    background: url(.././img/news.jpg) center no-repeat;
    background-size: 100% 100%;
}

.details-main-content {
    box-sizing: border-box;
    width: calc(100% - 520px);
    min-width: 1200px;
    margin: 0 auto;
}

.content-title {
    font-size: 22px;
    color: #2B2C2D;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    padding: 20px 0;
    /*border-bottom: 1px solid #CDCDCD;*/
}

.details-main-content-spam {
    position: relative;
    text-align: right;
    display: block;
    color: #666;
    font-size: 12px;
    height: 20px;
    margin-bottom: 5px;
}

.content-info {
    /*text-indent: 2em;*/
   /* margin-top: 38px;*/
    color: #666;
    font-size: 12px;
    padding-top: 38px;
    padding-bottom: 230px;
    border-top: 1px solid #CDCDCD;
    border-bottom: 1px solid #CDCDCD;
    line-height: 2;
}

.content-bottom {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 40px;
}

.content-bottom-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #666;
    font-size: 13px;
    margin: 10px 0;
}

.fx-bg1 {
    background: url(../img/wx.png) center no-repeat;
    height: 30px;
    width: 30px;
    background-size: 100% 100%;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
}

.fx-bg2 {
    background: url(../img/wx.png) center no-repeat;
    height: 30px;
    width: 30px;
    background-size: 100% 100%;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
}

.fx-bg3 {
    background: url(../img/wx.png) center no-repeat;
    height: 30px;
    width: 30px;
    background-size: 100% 100%;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
}

.fx-bg4 {
    background: url(../img/wx.png) center no-repeat;
    height: 30px;
    width: 30px;
    background-size: 100% 100%;
    display: block;
    border-radius: 50%;
    margin-right: 10px;
}

.fx-bg5 {
    background: url(../img/wx.png) center no-repeat;
    height: 30px;
    width: 30px;
    background-size: 100% 100%;
    display: block;
    border-radius: 50%;
}

.content-bottom-itemLeft {
    display: flex;
    align-items: center;
}

.content-bottom-itemRight {
    display: flex;
    align-items: center;
}

.next {
    padding-right: 20px;
}
.main-content-item-a {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 99;
    width: 50px;
    height: 50px;
    cursor: pointer;
}