.news-container{
    padding-top:40px;
    padding-bottom: 50px;
    width:100%;
    background: #f3f3f3;
}
.n_left{
    width: 100%;
    height: auto;
    margin: auto;
    padding-bottom:40px;
    background:url(../image/sidebar.png);
    background-size: 100% auto;
    background-repeat: repeat-y;
}
.n_left>ul{
    width:100%;
    height:100%;
    position: relative;
    padding-top:130px;
    box-sizing: border-box;
}
.n_left>ul>div{
    width:105%;
    height:60px;
    position: absolute;
    left:0;
    top:30px;
    text-align: center;
    font-size: 22px;
     color:#b9151b;
    line-height: 60px;
    box-shadow: -1px 0px 10px #999;
}

.n_left>ul>div>span{
    position: absolute;
    right: -1px;
    bottom: -15px;
    border-left: 15px solid #8b040a;
    border-bottom: 15px solid transparent;
}
.n_left>ul>li{
    line-height: 60px;
    font-size: 17px;
}
.n_left>ul>li a{
    width:100%;
    height:100%;
    display: block;
    position: relative;
}
.n_left>ul>li span{
    width:4px;
    height:60px;
    display: block;
    background:#b9151b;
    position: absolute;
    top:0;
    left:0;
}
@media screen and (max-width:768px){
    .n_left{
        width:90%;
    }
    .n_left>ul{
        padding-top:110px;
    }
}
/* ---------------------详情页right样式----------------------- */
.n_right{
    width:100%;
    background: #fff;
    padding: 25px 25px 18px;
    margin: auto;
    min-height:735px;
}
h4 {
    text-align: center;
    line-height: 30px;
    padding: 10px 0;
}
h5{
    padding-bottom:20px;
}
.n_right>h4{
    padding:10px 0;
}
.n_right>a{
    line-height: 24px;
}
.n_right>p{
    width:100%;
    font-size: 12px;
    text-align: center;
    line-height: 31px;
    background: #eeeeee;
}
.n_right>p>span{
    padding-right: 58px;
}
.n_right>p>span:last-child{
    padding:0;
}
.n_right>div{
    font-size: 14px;
    padding:20px 10px;
    line-height: 30px;
    margin-bottom: 10px;
    overflow: auto;
    word-break:break-all;
}
.n_right>.prevArt,.n_right>.nextArt{
    width:100%;
    font-size: 12px;
    color:#666;
    text-align: left;
    line-height: 31px;
    background: #fff; 
}
@media screen and (max-width:768px){
    .n_right{
        width:100%;
    }
}
.n_right>.fen{
    width:85px;
    line-height: 30px;
    position: absolute;
    top:15px;
    right:25px;
    padding:0;
    border:none;
}
.n_right img{
    max-width: 100% !important;
}
.n_right>.fen>p{
    float: left;
    margin-left:15px;
    cursor: pointer;
}
/* ----------------------列表页right样式-------------------- */
.n_right ol{
    width:100%;
    height:100%;
    position: relative;
}
.n_right ol>a{
    width:100%;
    height:80px;
    display: block;
    border-bottom:1px solid #d2d2d2;
    padding:16px 0;
    color: #000;
    margin-bottom: 8px;
}
.n_right ol>a>div{
    float: left;
}
.n_right ol>a>.ol_left{
    width:63px;
    height:45px;
    text-align: center;
    border:1px solid #d2d2d2;
    margin-right: 22px;
}
.ol_left>p{
    font-size: 15px;
    line-height: 26px;
}
.ol_left>span{
    display: block;
    font-size: 8px;
    line-height: 17px;
    color:#000;
}
.n_right ol>a:hover>.alert_title{
    display: block;
}
.n_right ol>a>.ol_right{
    width:88%;
}
.ol_title{
    width:100%;
    font-size: 16px;
    padding-bottom:5px;
    text-overflow : ellipsis;
    white-space : nowrap;
    overflow : hidden; 
}
.ol_detial{
    width:100%;
    color:#7d7d7d;
    text-overflow : ellipsis;
    white-space : nowrap;
    overflow : hidden; 
}
.ol_detial i{
    font-style: normal;
}
@media screen and (max-width:768px){
    .ol_title{
        font-size: 15px;
    }
    .ol_detial{
        font-size:12px;
    }
    .n_right ol>a>.ol_right {
        width: 70%;
    }
    .tongji span{
        display: inline-block;
        padding-right:0px !important;
        text-align: center;
    }
}
/* ---------------------暂无数据-------------------- */
.n_right ol>img{
    position: absolute;
    left:50%;
    top:100px; 
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);  /* for Chrome || Safari */
	-moz-transform: translateX(-50%);     /* for Firefox */
	-ms-transform: translateX(-50%);      /* for IE */
	-o-transform: translateX(-50%);       /* for Opera */
}