.news {
    margin: 0;
    padding: 0;
    background: none;
}
.left{
    float: left;
}
.right{
    float: right;
}
.clear{
    clear: both;
}
body{
    background-color: #f8f8f8;
}
.newsdetail{
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    padding: 20px 0;
    width: 100%;
    height: auto;
}

/* 左侧 */
.newsdetail .d_left{
    width: 75%;
}
.newsdetail .d_left .title{
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 30px;
    width: 100%;
}
.newsdetail .d_left .detail{
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
}
    .newsdetail .d_left .detail .top {
        box-sizing:border-box;
        line-height: 25px;
        padding-bottom: 20px;
        color: #999999;
        border-bottom: 1px dashed #999999; /*width: 100%;*/
    }
.newsdetail .d_left .detail .top .times{
    width: 140px;
}
.newsdetail .d_left .detail .top .view{
    width: 140px;
    text-align: right;
}
.newsdetail .d_left .detail .top .author{
    /*width: 100%;*/
    margin: 0 140px;
    text-align: center;
}
.newsdetail .d_left .detail .active{
    width: 100%;
    font-size:14px;
    letter-spacing: 2px;
    line-height: 25px;
    color: #333;
}
.newsdetail .d_left .detail .active p{
    text-indent: 2em;
}
    .newsdetail .d_left .detail .active img {
        /*max-width: 100%;
        width: auto;
        height: auto;
        display: initial;*/
        max-width: 100%;
        width: auto;
        height: auto;
        display: block;
        text-indent: 0px;
        margin: auto;
    }
.newsdetail .d_left .bottom{
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 20px;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 5px;
}
.newsdetail .d_left .bottom .line{
    line-height: 25px;
    cursor: pointer;
}
.newsdetail .d_left .bottom .line:hover .title2{
    text-decoration: solid;border-bottom: 1px solid #6398e6;
}
.newsdetail .d_left .bottom .line .title2{
    color: #6398e6;
}
/* 右侧 */
.newsdetail .d_right{
    width: 22.5%;
}
.newsdetail .d_right .block{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
}
.newsdetail .d_right .block .title{
    box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 15px;
    padding-left: 25px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
}
.newsdetail .d_right .block .title .line{
    position: absolute;
    top: 19px;
    left: 15px;
    height: 18px;
    width: 3px;
    background-color: #6398e6;
}
.newsdetail .d_right .block .content{
    border-top:1px solid #ededed;
    font-size: 16px;
    padding: 15px 0;
}
.newsdetail .d_right .block .content ul{
    margin: 0;
    padding: 0;
}
.newsdetail .d_right .block .content li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0px 15px;
    line-height: 35px;
    color: #555555;
}
.newsdetail .d_right .block .content li:hover{
    color: #6398e6;
}
.newsdetail .d_right .block .content li span{
    color: #c3c3c3;
    margin-right: 15px;
}
.newsdetail .d_right .block .content ul a:nth-child(1) .span{
    color: #fe552e;
}
.newsdetail .d_right .block .content ul a:nth-child(2) .span{
    color: #fe552e;
}
.newsdetail .d_right .block .content ul a:nth-child(3) .span{
    color: #fe552e;
}

.newsdetail .d_right .block .content .item{
    box-sizing: border-box;
    padding: 0 15px;
    padding-bottom: 15px;
}
.newsdetail .d_right .block .content .item .left{
    width: 30%;
    position: relative;
    padding-bottom: 24%;
    border-radius: 5px;
    overflow: hidden;
}
.newsdetail .d_right .block .content .item .left img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.newsdetail .d_right .block .content .item .title2{
    box-sizing: border-box;
    width: 70%;
    padding-left: 15px;
    margin-left: 30%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 25px;
}
.newsdetail .d_right .block .content .item:hover .title2{
    color: #6398e6;
}
.newsdetail .d_right .block .content a:last-child .item{
    padding-bottom:0;
}
@media screen and (max-width: 800px){
    .newsdetail .d_left {
        width: 100%;
    }.newsdetail .d_right {
        display: none;
    }
    .newsdetail .d_left .detail .top .times {
        width: 100px;
    }.newsdetail .d_left .detail .top .view {
        width: 100px;
        text-align: right;
    }
    .newsdetail .d_left .detail .top .author {
        margin: 0 100px;
        text-align: center;
    }
}
@media screen and (max-width: 360px) {
    .newsdetail .d_left .detail .top .view {
        display: none;
    }
    .newsdetail .d_left .detail .top .author {
        margin: 0 0px;
        float: right;
         text-align: right; 
    }
}
