body{
    background-color:#ffffff;
    background-position:center top;
    font-family:'Microsoft YaHei','Simsun',Arial;
    font-size:14px;
    line-height:1.5;
    color:#666666;
}

a{color:#666666;}

a:hover{
    color: #3a6db8;
}

.logoright {
    float: right;
    overflow: hidden;
    border-left: 1px solid #dadada;
    padding-left: 10px;
    margin-left: 10px;
    margin-top: 10px;
    height: 45px;
}

.logoright p {
    margin: 0px;
    padding-top: 3px;
    font-size: 15px;
    color: #a1a1a1;
}


.nr-sb1{ float:left; width:40%}
.nr-sb2{float:left;    margin-left: 20px; width:40%}
.nr-sb1 a,.nr-sb2 a{text-align: center; color: #FFF; text-decoration: none; overflow: hidden; height: 52px;line-height: 52px; font-size: 18px;    background: #3498db; display: block;  border-radius: 3px;-moz-border-radius: 3px; -webkit-border-radius: 3px;order-radius: 3px;}


@media screen and (max-width:767px){.logoright{ display:none}
.nr-title span{ width:100%; display:block;}
.nr-fenge{ width:100%;}

.nr-sb1{ float:left; width:100%}
.nr-sb2{float:left;    margin-left: 0px; width:100%; margin-top:20px;}
 #qqlx{ display:none;}
 .dbj-pic{     width: 100%!important;  text-align: center!important;}
.dbj-r{     width: 100%!important; margin-left:0%!important}
}

.dbj{ overflow: hidden;    padding-top: 20px; padding-bottom: 20px;}
.dbj-pic{ width:30%; float:left;}
.dbj-r{ width:65%; float:left; margin-left:5%}
.dbj-r-b a{     font-size: 14px;
    background-color: #01518e;
    color: #ffffff;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 8px;
    float: right;
    padding-bottom: 8px;}

/* ================ override ==================*/

/*上一篇下一篇切换 */
.wzcutover{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:30px;
    margin-bottom:10px;
}
.wzcutover-item{
    width:49%;
    background:#f4f4f4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height:76px;
}
.wzcutover-item a{
    display:block;
    color:#333;
    padding:8px 15px 15px 15px;
}
.wzcutover-item p:last-child{
    padding:8px 15px 15px 15px;
}
.wzcutover-item:hover{
    background:#007DDB;
}

.wzcutover-r{
    text-align:right;
}
.wzcutover-item > p{
    overflow: hidden;/*超出部分隐藏*/
    white-space: nowrap;/*不换行*/
    text-overflow:ellipsis;/*超出部分文字以...显示*/
    padding:15px 15px 0 15px;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
.wzcutover-item:hover a,.wzcutover-item:hover > p{
    color:#fff!important;
}

