/*当前位置*/
.article_path{ width:100%; height:auto; background:#f5f5f5; box-shadow:0 5px 5px #e8e8e8 inset;}
.article_path .path{ width:1200px; height:auto; padding:15px 0; line-height:24px; font-size:14px; color:#00a0e9; margin:0 auto;}
.article_path .path a{ color:#666;}
.article_path .path a:hover{ color:#00a0e9;}
.article_path .path em{ color:#666; padding:0 8px;}

/*内容页*/
.wrapper{ width:1200px; height:auto; margin:30px auto;}
.wrap_left{ width:790px; height:auto; float:left;}
.wrap_right{ width:380px; height:auto; float:right;}
.tkp_con_title{ padding-bottom:10px; line-height:40px; font-size:30px; color:#333;}
.tkp_con_info{ width:100%; height:auto; margin:10px 0 25px; position:relative;}
.tkp_con_author{ line-height:24px; font-size:14px; color:#666;}
.tkp_con_author span{ padding-right:15px;}
.tkp_content{ line-height:30px; margin-bottom:20px; font-size:16px; color:#333;}
.tkp_content p{ margin:20px 0;}
.tkp_content img{ width:auto; max-width:100%; height:auto;}

/*视频*/
.video_wrap{ width:640px; height:360px; margin:30px auto;}
.mejs-container .mejs-controls .mejs-quality{ display:none;}

@media screen and (max-width:767px){
.article_path{ background:none; box-shadow:none;}
.article_path .path{ width:auto; padding:0; margin:10px;}
.wrapper{ width:auto; margin:10px 10px 0;}
.wrap_left{ width:100%; float:none; margin-bottom:15px;}
.wrap_right{ width:100%; float:none;}
.tkp_con_title{ line-height:1.5em; font-size:22px; padding:0;}
.tkp_con_info{ margin:10px 0;}
.tkp_con_author span{ padding-right:10px;}
.tkp_content p{ margin:15px 0;}
.video_wrap{ width:100%; height:53vw; margin:10px 0;}
}