.ndetailbox {
    min-width: 1190px;
    margin-top: 25px;
}
.mianbaoxie {
    width: 1190px;
     margin: 0 auto ;
     font-size: 16px;
}

.ndetailbox {
    width: 100%;
    /* overflow: hidden; */
}
.contentbox {
    width: 1190px;
    margin: 0 auto ;
    overflow: hidden;
}
#suoyouneirong {
    float: left;
    width: 900px;
}
#sidecon {
    float: right;
    width: 240px;
    border: 1px solid #ccc;
    padding: 5px;
}
#sidecon ul li {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
#sidecon ul li i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #ff7d7f;
    line-height: 20px;
    text-align: center;
    color: white;
    border-radius: 5px;
}
#sidecon ul li:nth-child(10){
    border-bottom: none;
}
.cheader {
    
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}
.pcontent {
    width: 920px;
    font-size: 16px;
    margin: 0 auto;
    overflow: hidden;
}
.pcontent p {
    text-align: left;
}