a:visited {
    text-decoration: none;
}
.n_right>.ollist {
    width: 100%;
    position: relative;
}
.n_right>.ollist>a {
    width: 100%;
    height: 80px;
    display: block;
    border-bottom: 1px solid #d2d2d2;
    padding: 16px 0;
    color: #000;
    margin-bottom: 8px;
}
.n_right>.ollist>a>.ol_left {
    width: 10%;
    height: 45px;
    text-align: center;
    border: 1px solid #d2d2d2;
    margin-right: 22px;
    float: left;
}
.ol_left>p {
    font-size: 16px;
    line-height: 26px;
}
.fcolor {
    color: #0e419c;
}
.bgcolor1 {
    background: #fff;
}
.ol_left>span {
    display: block;
    font-size: 12px;
    line-height: 17px;
    color: #000;
}
.n_right>.ollist>a>div {
    float: left;
}
.ollist>a {
    transition: margin-left 0.3s ease; /* 0.3秒完成过渡，缓动效果 */
}
.ol_right {
    width: 86%;
    float: right;
}
.ol_title {
    width: 100%;
    height: 25px;
    font-size: 16px;
}
.istop {
    color: #f00 !important;
    font-style: normal !important;
}
.ol_detial {
    color: #7d7d7d;
    margin-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.redian {
    width: 100%;
    min-height: 100px;
    padding: 15px 20px;
    background: #fff;
}
.redian .rd_top {
    height: 30px;
    line-height: 30px;
}
.redian .rd_top>span {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    float: left;
    font-size: 18px;
    color: #fff;
}
.redian .rd_top>p {
    width: 86%;
    height: 30px;
    float: left;
    border-bottom: 1px solid #0e419c;
    text-align: center;
    box-sizing: border-box;
    font-size: 16px;
}
.redian li {
    padding: 10px 0 5px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.redian li a {
    display: block;
}
.redian li p {
    position: relative;
    color: #7d7d7d;
    display: inline-block;
    width: 100%;
    margin-top: 3px;
}
.redian li div,.redian li p{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;

}
.redian>li>a:hover{
    color: #0e419c;
}
.bgcolor{
    background: #0e419c;
}
.fcolor1{
    color:#fff;
}
.n_right>.ptext {
    width: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 31px;
    background: #eeeeee;
}
.n_right>div {
    width: 100%;
    /* padding: 0 15px; */
}
.nr_bottom>ul>li, .nr_top>ul>li {
    width: 100px;
    height: 30px;
    float: left;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}
.nr_bottom>ul, .nr_top>ul {
    height: 61px;
}
.nr_bottom>ul>li>h5, .nr_top>ul>li>h5 {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}