/* 侧边导航专用 */
.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 {border-bottom:2px solid #ff5505;padding: 10px 0;margin-bottom: 10px;}
.news-tit h6 {font-size: 1.2rem;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 * {font-size: 1rem;/**font-family: 宋体;**/color:#333;}
.rt-cont p{    font-size: 1rem!important;
    color: #333!important;
    margin-top: 0px;
    margin-bottom: 2rem;
    line-height: 2rem;
    font-family: "微软雅黑";}
.fl_img{background:none !important;}
.rt-cont p img{/**width: 35rem;**/width:40%;    height: auto;
    object-fit: contain;}
@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;}
}
@media screen and (max-width:768px) {
.rt-cont table{width: 100%!important;  margin: 0 auto!important;}
.rt-cont p{  width: 100%!important;   }
.rt-cont p img{width:90%!important;  }
}