.news-container{
    padding-top:40px;
    padding-bottom: 50px;
    width:100%;
    background: #f3f3f3;
}
.n_left{
    width: 100%;
    height: auto;
    margin: auto;
}
.n_left>ul{
    width:100%;
    height:100%;
    background: #fff;
    position: relative;
    padding-top:130px;
    box-sizing: border-box;
    padding-bottom: 10px;
}
.n_left>ul>div{
    width:100%;
    height:60px;
    position: absolute;
    right:0;
    top:30px;
    text-align: center;
    font-size: 22px;
    color:#fff;
    line-height: 60px;
    /* box-shadow: -1px 0px 10px #999; */
}
/*.n_left>ul>div>span{
    position: absolute;
    left: 0;
    bottom: -15px;
    border-right: 15px solid #870000;
    border-bottom: 15px solid transparent;
}*/
.n_left>ul>li{
    line-height: 60px;
    font-size: 17px;
    text-align: center;
}
.n_left>ul>li a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    border: solid 2px #ffffff;
    text-decoration: none;
    white-space: nowrap;
    z-index: 0;
    transition-duration: .3s;
    overflow: visible;
    box-sizing: border-box;
    background: #870000;
    color: #333;
   transition: all 0.3s ease;
}
.n_left>ul>li a.fcolor{
    color:#870000;
}

.n_left>ul>li a:hover{
    color: #fff;
}

.n_left>ul>li a:before {
  position: absolute;
  content: '';
  background: #fff;
  transition-duration: .3s;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  width: 50%;
  height: 100%;
  opacity: 1;
  border: solid 2px #fff;
}

.n_left>ul>li a:hover:before {
  width: 0;
  height: 100%;
  opacity: 1;
}

.n_left>ul>li a:after {
  position: absolute;
  content: '';
  background: #fff;
  transition-duration: .3s;
  z-index: -1;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 1;
  border: solid 2px #fff;
}

.n_left>ul>li a:hover:after {
  width: 0;
}

.n_left>ul>li span{
    width:4px;
    height:60px;
    display: block;
    background:#870000;
    position: absolute;
    top:0px;
    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: hidden;
    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: 12px;
    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: 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 */
}
.n_right p img{
    padding:10px 0;
    display: inline-block;
}