﻿@charset "utf-8";
 
.mbody{ padding:30px 0;}
.ow-page-sider-section{ box-sizing:border-box; float:left; width:230px; }
.ow-page-sider-section .ow-sider-container{}
.ow-page-main-section{ box-sizing:border-box; float:right; width:970px; }
.ow-page-main-section .ow-content-container{ min-height:300px; padding:0 0 0 40px;}

.ow-sider-cates{ margin:0; padding:15px 0 0 0; }
.ow-sider-cates .hd{ border-bottom:1px solid #eee; font-size:18px; font-weight:bold; padding:10px 0px;}
.ow-sider-cates ul{ background:#00091d; border:1px solid #e2e2e2; margin:0; padding:0;}
.ow-sider-cates ul li{ list-style:none; margin:0; padding:0;}
.ow-sider-cates ul li a{ border-bottom:0px solid #eee; display:block; font-size:15px; font-weight:normal; height:24px; line-height:24px; padding:12px 20px; position:relative; }
.ow-sider-cates ul li a:before { content:""; height:0; width:calc(100% - 30px); border-bottom:1px solid rgba(255,255,255,0.2); position:absolute; left:15px; bottom:0;}
.ow-sider-cates ul li:last-child a:before{ border-bottom:0;}
.ow-sider-cates ul li a,
.ow-sider-cates ul li a:visited{ color:#fff; }
.ow-sider-cates ul li a:hover,
.ow-sider-cates ul li.current a{ background-color:#0444A3; color:#fff; padding-left:25px; text-decoration:none;}
.ow-sider-cates ul li a:hover:before,
.ow-sider-cates ul li.current a:before{ border-bottom:0;}

.ow-content-container{ padding-bottom:50px!important;}
.ow-content-container h2.title{ color:#000; font-size:26px; margin:0; padding:0 0 0 24px; }
.ow-content-container h2.title{ background-repeat:no-repeat; background-size:18px 18px; background-position:-4px center; background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-caret-right" viewBox="0 0 16 16"><path d="M6 12.796V3.204L11.481 8 6 12.796zm.659.753 5.48-4.796a1 1 0 0 0 0-1.506L6.66 2.451C6.011 1.885 5 2.345 5 3.204v9.592a1 1 0 0 0 1.659.753z"/></svg>'); }

/**附件**/
.attachment{ font-size:14px;}
.attachment .attachment-doc{ padding-bottom:10px;}
.attachment .attachment-doc a{ margin-left:3px;}
.attachment .attachment-doc a,
.attachment .attachment-doc a:visited{ color:#0444A3; }

