/*新闻详情页面css*/
html,body,.row{
    padding: 0;
    margin: 0;
}
.n_container{
    margin-bottom: 100px;
}
.n_row{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.subjectinfo {
    height: 38px;
    line-height: 38px;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
}
.mt10 {
    margin-top: 10px;
}
.subjectinfo ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.subjectinfo ul li {
    float: left;
    padding: 0 30px;
    border-right: 1px solid #e3e3e3;
    cursor: pointer;
    color: #999;
}
.subjectinfo ul .hover {
    background: #fff;
    font-family: microsoft yahei,宋体;
    font-size: 16px;
    color: #333;
}
.artlistinfo {
    margin: 1px 15px 10px 15px;
    padding: 0;
    list-style: none;
}
.artlistinfo li {
    height: 80px;
    border-bottom: 1px dashed #ccc;
}
.artlistinfo li span {
    float: right;
    color: #999;
}
.borderinfo {
    border: 1px solid #e3e3e3;
    background: #fff;
    height: 100%;
}
.boxcontents{
    border-bottom: 1px dashed #dedede;
}
.n_col{
    width: 1200px;
}
.boxcontents h3 {
    color: orange;
}
.newsinfotime{
    margin-top: 10px;
}
.newsinfotime p{
    margin-left: 10px;
}
/*内容*/
.boxss{
    width: 100%;
    height: 100%;
    margin-top: 20px;
}
.n_con{
    width: 1100px;
}
.n_nrow{
    margin-left: 50px;
    text-align: left;
}
.n_nrow>.newsinfocenter{
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0;
    color: #777777;
    word-wrap: break-word;
    background-color: #FFFFFF;
    border: 0;
    font-family: 微软雅黑, Arial;
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
}
.newsinfocenter p{
    text-indent: 2em;
}



