@import url("common.css");
.logo { line-height: 46px; }
.topic_head { font-size: 20px; font-weight: bold; position: relative; padding-left: 30px; color: #36ad9e; }
.topic_head:before{ content:""; display: block; position: absolute; width: 6px; height: 6px; background: #e8b856; border-radius: 100%; left: 8px; top: 13px; }
.con_l { width: 820px; padding: 30px 30px 0 30px; background: #fff; border-radius: 10px; }
.list_ms { margin-bottom: 30px; }
.topic_zz { position: absolute; right: 0; top: 0; font-size: 13px; color: #999; }
.topic_itme { border-top: 2px solid #36ad9e; margin-bottom: 40px; }
.ar_title { background-image: linear-gradient(#f5f9f9, #fff); text-align: center; margin-bottom: 20px; }
.ar_title h1 { padding: 30px 0 10px 0; font-size: 24px; }
.sub_title { display: flex;  justify-content: center; }
.sub_title .sp2 { background: #f1f4f4; color: #999; font-size: 13px; padding:3px 10px; border-radius: 20px;}
.con_article img { display: none; }
.con_article p { font-size: 16px; line-height: 30px; text-align: justify; word-wrap: break-word; }
.ar_more { border-bottom: 1px dashed #e1e1e1; position: relative; padding-top:20px;  }
.ar_more:before { content:""; top: -60px; display: block; position: absolute; width: 100%; height: 60px; left: 0; background-image:linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,1)); }
.ar_more .ar_btn { width: 140px; height: 36px; line-height: 36px; position: absolute; bottom: -18px; left: 50%; margin-left: -60px; text-align: center; background: #36ad9e; color: #fff; border: 1px solid #36ad9e; border-radius: 20px; font-size: 16px; }
.ar_more .ar_btn em { width: 15px; height: 15px; color: #fff; display: block; text-align: center; line-height: 16px; position: absolute; border-radius: 100%; left: 30px; top: 10px; font-size: 16px; }
.ar_more .ar_btn:hover { background: #f60; border: 1px solid #f60; }
.ar_more .ar_btn:hover em { color: #fff; }
.topic_rwap { max-height: 800px; overflow: hidden;}
/*目录*/
.con_r .r_rwap { padding-bottom: 15px; width: 260px;}
.r_dir { width: 260px; }
.dir_title h4 { font-size: 18px; position: relative; padding-left: 20px; height: 30px; line-height: 30px; }
.dir_title h4:before{ content:""; display: block; position: absolute; width: 8px; height: 18px; background: #36ad9e; border-radius: 10px; left: 0; top: 6px;}
.dir_rwap { display: block!important; margin-top: 10px; }
.dir_rwap li { line-height: 34px; position: relative; padding-left: 20px; }
.dir_rwap li:before{ content:""; display: block; position: absolute; width: 8px; height: 8px; border: 1px solid #d7e4e2; border-radius: 100%; left: 0; top: 13px; transition: 0.3s ease; }
.dir_rwap li.active a { font-weight: bold; color: #36ad9e; font-size: 16px; }
.dir_rwap li.active:before { border: 1px solid #36ad9e; top: 9px; width: 15px; height: 15px; left: -2px; transition: 0.3s ease; }
.dir_rwap li.active:after{ content:""; display: block; position: absolute; width: 8px; height: 8px; border-radius: 10px; background: #36ad9e; top: 13px; left: 2px; }
/*搜索*/
.con_r .search_f { width: 298px; margin-top: 10px; border: 1px solid #cddcda; }
.con_r .search_text { width: 182px; }
.con_r .search_btn2 { width: 60px; line-height: 52px; background: #f5f9f9; }
/*相关文章*/
.topic_related h4 { font-size: 18px; position: relative; line-height: 30px; margin: 30px 0 20px 0; padding-left: 20px; }
.topic_related h4:before{ content:""; display: block; position: absolute; width: 8px; height: 18px; background: #36ad9e; border-radius: 10px; left: 0; top: 6px; }
.topic_related a { display: block; float: left; margin-bottom: 10px; margin-left: 30px; line-height: 30px; width: 384px; padding-left: 10px; position: relative; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 15px;}
.topic_related a:before{ content:""; display: block; position: absolute; width: 4px; height: 4px; background: #d7e4e2; border-radius: 10px; left: 0; top: 15px;  }
.topic_related a:nth-child(2n+1) { margin-left:0; }
.rc_nav { display: block!important;}
/* 个人专题列表 */
/* .tag_con .tag_title { width: 100px; text-align: center; } */
/* .tag_con .tag_itme { padding-left: 126px;} */
/*个人专题页面*/
.zt_rwap .tag_itme { padding-left:0; float: left; transition: 0.3s ease; width:565px; height: 44px; overflow: hidden; }
.zt_rwap .tag_itme:nth-child(2n+1) { margin-right: 30px; }
.zt_rwap .tag_itme .tag_nr { width: 560px; }
.zt_rwap .tag_itme .tag_nr a { margin-right: 10px;}
.zt_rwap .tag_title { position:static; width: auto; background: none; padding: 0; }
.zt_rwap .tag_title a { color: #36ad9e; }
.zt_rwap .tag_itme:hover { overflow: visible; }
.zt_rwap .tag_itme:hover .tag_nr { position: absolute; background: #fff; z-index:1; padding:0 10px 10px 10px; left: -10px; border-radius: 10px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); }