@import url("common.css");
@import url("list.css");
.rc_nav { background: #fff; }
/* 文章 */
.ar_con { padding:10px 30px; border-radius: 0 0 10px 10px; }
.title_b { background: #f7f7f7; width: 300px; border-radius: 30px; line-height: 30px; margin: 20px auto;  }
.ar_con_title {text-align: center; margin-bottom: 30px; padding-top: 30px; }
.ar_con_title time { margin-right: 20px; display: inline; background: none; position: static; box-shadow: 0 0 0 #fff;}
.ar_con_title span { margin-left: 20px;}
.con_article { line-height: 30px; font-size: 16px;}
.con_article p{color: #4c4c4c; font-size: 16px; line-height: 30px; margin: 8px 0;}
.con_article a{ color: #38f;}
.con_article a:hover{ color: #e00;}
.con_article h2,.con_article h3{ font-weight: 600;}
.con_article h3{ color: #ff7032;}
.con_article img{ max-width: 800px!important; border-radius: 8px;  margin: 15px auto 0 auto;}
.con_article iframe{ width: 100%!important; height: 480px!important;}
/*相关推荐*/
.ls_jx { padding: 30px 30px 20px 30px; margin:30px 0; border-bottom: none; }
.ls_jx .lb_2 { width: 330px; float: left; }
.ls_jx .lb_2:nth-child(2n) { float: right; }
/* 上下页 */
.con_prev{ margin: 20px 0; border-top: 1px solid #e6f1f9; padding: 30px 0; border-bottom: 1px solid #e6f1f9;}
.con_prev p {  max-width: 48%; color: #999; }
.con_prev p a {  font-weight: bold; max-width: 70%; margin-left: 10px; }
