@CHARSET "UTF-8";
html { min-width: 100%; height: 100%; width: 100%; }
body { width: 100%; min-width: 100%; min-height: 100%; height: 100%; font-family: 'Open Sans', sans-serif; font-size: 14px; color: #000; /*background: #f0f0f0;*/ }
#crumbs { margin-bottom: 20px; font-size: 12px; line-height: 1.5;}
#crumbs, #crumbs a {color: #888; text-decoration: none; }
#crumbs a:hover {color: #3b5998;}
#header {margin-bottom: 20px; width: 100%; }
#header .menu-wrap {background: #3b5998; }
#header .logo { display: block; float: left; margin: 12px 10px 12px 0; width: 176px; }
#header .menu { display: flex; align-items: center; }
#header .menu li {padding: 0 10px; }
#header .menu li a { text-decoration: none; padding: 16px 0; display: inline-block; color: #fff; }
#header .menu li a:hover {color:  rgba(255,255,255,0.75)}
#header .addmenu a { text-decoration: none; padding: 12px 0; display: inline-block; color: #fff;}
#header .addmenu a:hover {color: rgba(255,255,255,0.75);}
#header .addmenu a:after {content: ''; display: inline-block; width: 2px; height: 12px; background-color: rgba(255,255,255,0.1); margin: 0 20px;}
#header .addmenu a:last-child:after {content: none;}
#header .addmenu a.active { font-weight: bold; }
#header .addmenu-wrap,
#header li.addm { background: #5271b3; }
#header.addmenu { margin-bottom: 0; }
#header.addmenu .menu-wrap { border-bottom: 0; }
#header .m-menu { display: none; color: #fff; width: 100%; height: 40px; line-height: 36px; box-sizing: border-box; background: #3b5998; cursor: pointer; }
#header .menu-con.active .menu { display: block; }
#header .m-menu i { display: block; height: 2px; background-color: #fff; }
#header .menu-handler { float: right; width: 20px; border-bottom: solid 2px; border-top: solid 2px; margin-top: 11px; padding: 5px 0; cursor: pointer; }
#header .top-right { float: right; margin-top: 12px; }
#header .top-right .col { float: left; }
#header .top-right .col.last { margin-left: 20px; }
#header .top-right .item { margin-bottom: 10px; display: block; }
#header .top-right .elm { margin-right: 6px; }