.wrap_left_l{
    width: 21%;
}
.sidenav .sidenav-head {
    font-size: 18px;
    line-height: 48px;
    color: #fff;
    font-weight: normal;
    text-indent: 15px;
    background: #82baf8;
  	width:190px;
}
.sidenav h3{
    margin-bottom:0 !important;
}
.sidenav .sidenav-list {
    display: block;
    line-height: 48px;
    background: #f7f7f7;
    font-size: 16px;
    color: #333333;
    border: 2px solid #f7f7f7;
  	width:190px;
}
.sidenav .sidenav-list-cur .sidenav-list-title {
    background: #fff;
    border-left-color: #4d9df5;
}
.sidenav .sidenav-list-title {
    padding-left: 19px;
    border-left: 2px solid #f7f7f7;
    margin-left: -2px;
}
.sidenav-list-title {
    padding-top: 14px;
    padding-bottom: 14px;
}
.sidenav-list-title > a {
    display: block;
    line-height: 20px;
    color:#333333;
}
.sidenav .sidenav-list-cur .sidenav-list-son {
    /* display: block; */
}
.sidenav .sidenav-list-son {
    padding-left: 22px;
    background: #fff;
    display: none;
}
.wrap_right_r{
    width: 78%;
}
.bread {
    color: #999999;
    font-size: 14px;
    line-height: 16px;
}
.bread .bread-a {
    color: #666;
}
.bread  a{
    color: #333333;
}
.arti .arti-head > h1 {
    padding-top: 40px;
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 14px;
    color: #000000;
    font-weight: normal;
}
.arti-hi-left {
    line-height: 28px;
}
.arti .arti-head {
    border-bottom: 1px solid #dddddd;
    text-align: center;
}
.arti .arti-head-info {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 16px;
    color: #999999;
}
.arti .arti-content {
    padding-top: 32px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.arti .arti-content .arti-content-box{
    width: 96%;
    margin:0px auto;
}
.arti .arti-content p {
    text-indent: 2em;
    line-height: 24px;
}
.arti .arti-content img {
    display: block;
    margin: 12px auto;
    width: 80%;
}
.statement{
    background: #f5f5f5;
    padding: 13px;
    font-size: 12px;
    color: #999;
    margin: 10px 0;
}
/* 评论区 */
.m-answer {
    margin-top: 10px;
    background-color: #fff;
}
.answer-total {
    padding: 15px;
    border-bottom: 1px solid #f1f1f1;
}
.answer-list {
    padding-left: 15px;
    padding-right: 15px;
}
.item{
    width: 100%;
    height:100px;
}
.item .item_img {
   float: left;
   width: 60px;
   height: 60px;
}
.item .item_img img{
   width: 100%;
    border-radius: 50%;
}
.item  .item_tit{
    float: right;
    width: 88%;
    border-bottom:1px solid #f1f1f1;
}
.item  .item_tit .item_tit_lf{
    width: 80%;
    float: left;
}
.item  .item_tit .item_tit_lf .name{
    margin-top:10px;
}
.item  .item_tit .item_tit_rg{
    float: right;
    margin-top:10px;
}
