/* 侧边导航专用 */
.sidenav .nav1.font_color{background-color:#fcfcfc;}
.sidenav .nav1.font_color > a{color: #333;font-weight:bold;}
.sidenav .nav2 a.active_b{color:#db082c;font-weight:bold;}
/*面板屑导航*/
.crumbs{font-size:16px;margin: 25px 0 50px;  word-break: break-all;}
.crumbs span a.SkinObject{font-size:16px;color:#333;transition:all 0.4s;}
.crumbs span a.SkinObject:hover{color:#6bb429;text-decoration: none;}
/* 文章标题 */
.news-tit {padding: 10px 0;margin-bottom: 10px;}
.news-tit h6 {font-size: 24px;text-align: center;font-weight: 700;margin-bottom:5px;color:#333;}
.news-tit p {font-size: 14px;text-align: center;color:#333;}
.rt-cont{  text-align: justify; }
.rt-cont table{text-align: center; margin: 0 auto;}
.rt-cont p{font-size: 1rem; color:#333!important;  }
.fl_img{background:none !important;}
.rt-cont img {width: 50%}
 .news-tit .dates {color: #999; margin-top:1rem;font-size:16px}
@media screen and (max-width: 999px) {
.crumbs {display: none;}
.news-tit h6 {font-size: 21px;line-height: 30px;text-align: center;}
.rt-cont {margin-top: 20px;}
.rt-cont img {width: 100%}
}