.news-details-container{
    width: 100%;
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 10px;
}
div.details-container{
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}
div.details-title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-align: left;
    font-size: 22px;
}
div.details-other{
    width: 100%;
    height: 50px;
    line-height: 50px;
    /*overflow: hidden;*/
    text-align: center;
    margin-bottom: 20px;
}
div.details-other ul>li{
    float: left;
    margin-right: 50px;
    font-size: 15px;
    color: #2a6496;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: table-cell;
    position: relative;
}

#id-wechart, #id-qq{
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin-left: 10px;
}

div.details-other ul>li ul{
    position: absolute;
    top: 0;
	left: 100%;
    /*background: #2c2c2c;*/
    /*border-top: 1px solid #191919;*/
    /*border-bottom: 1px solid #191919;*/
    display: none;
    z-index: 20;
    border-radius: 3px;
}
div.details-other ul>li ul>li img{
    width: 160px;
    height: 160px;
}

div.details-other ul>li:hover ul{
    display: block;
}

div.details-content img{
    height: 250px;
    border-radius: 3px;
    margin-bottom: 20px;
}

div.details-next{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
div.details-next a.next-left-able{
    /*float: left;*/
    color: #2a6496;
    font-size: 14px;
    margin-right: 50px;
    border: 1px solid #2d6987;
    padding: 5px 20px;
    border-radius: 3px;
}
div.details-next a.next-left-enable{
    /*float: left;*/
    color: grey;
    font-size: 14px;
    margin-right: 50px;
    border: 1px solid grey;
    margin-right: 50px;
    padding: 5px 20px;
    border-radius: 3px;
    pointer-events: none;
}

div.details-next a.next-right-able{
    /*float: right;*/
    color: #2a6496;
    font-size: 14px;
    border: 1px solid #2d6987;
    padding: 5px 20px;
    border-radius: 3px;
}
div.details-next a.next-right-enable{
    /*float: right;*/
    color: grey;
    font-size: 14px;
    border: 1px solid grey;
    padding: 5px 20px;
    border-radius: 3px;
    pointer-events: none;
}
div.details-next a.next-left:hover{
    color: black;
}
div.details-next a.next-right:hover{
    color: black;
}