/* CSS */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    -webkit-tap-highlight-color: transparent;
    vertical-align: baseline;
}


ol,
ul {
    list-style: none;
}


table {
    border-collapse: separate;
    border-spacing: 0;
}


blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}



body {
    color: #000;
    font-family: 'lucida grande', 'Lucida Sans Unicode', tahoma, sans-serif;
    font-size: 75%;
    line-height: 1.7em;
    margin: 0;
    padding: 0;
    font-size: small;
    background: #f0f2f8;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
    font-weight: bold;
}

p {
    margin: 5px 0;
}

.P {
    margin: 5px 0;
}

h1 {
    font-size: 140%;
}

h2 {
    font-size: 120%;
}

h3 {
    font-size: 110%;
}

h4 {
    font-size: 110%;
}

h5 {
    font-size: 100%;
}

a {
    color: #1e79a7;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    transition: transparent;
}

a:hover {
    color: #5893cb;
}

img.Thumbnail {
    max-height: 300px;
    max-width: 100px;
    float: left;
    margin: 0 16px 0 0;
}

main {}

aside {
    padding-left: 20px
}

input.datebox,
input.inputbox,
input.smallinput,
textarea {
    font-family: 'lucida grande', 'Lucida Sans Unicode', tahoma, sans-serif;
    color: #333;
    font-size: 15px;
    padding: 3px;
    margin: 0;
    width: 250px;
    background: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 3px;
}

input.smallinput,
input.inputbox {
    padding: 6px 8px;
}

input.smallinput:focus,
input.inputbox:focus,
textarea:focus {
    background: #ffe;
}

input.biginput {
    width: 100%;
}

textarea {
    line-height: 128%;
}

select {
    font-size: 14px;
    padding: 3px;
    color: #333;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

label {
    position: relative;
    margin-right: 0;
    padding-right: 0;
    cursor: pointer;
    display: inline-block;
    display: flex;
    align-items: center;
}

label span {
    font-size: 14px;
    margin-left: 2px;
}

label input[type=radio] {
    /*clip: rect(0, 0, 0, 0);*/
    cursor: pointer;
    width: 13px;
    height: 13px;
}

/*row*/
.row{display: flex;flex-wrap: wrap;}
.row:after{display: table;content:"";clear: both;}
.row-1,.row-col-1{width:8.333333% !important;}
.row-2,.row-col-2{width:16.666667% !important;}
.row-3,.row-col-3{width:25% !important;}
.row-4,.row-col-4{width:33.333333% !important;}
.row-5,.row-col-5{width:41.666667% !important;}
.row-6,.row-col-6{width:50% !important;}
.row-7,.row-col-7{width:58.333333% !important;}
.row-8,.row-col-8{width:66.666667% !important;}
.row-9,.row-col-9{width:75% !important;}
.row-10,.row-col-10{width:83.333333% !important;}
.row-11,.row-col-11{width:91.666667% !important;}
.row-12,.row-col-12{width:100% !important;}
main.row-col-9{width:72% !important;}
aside.row-col-3{width:28% !important;}
.clear:after{
    display: table;
    content: "";
    clear: both;
}
.main{flex: 1 0 auto;}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.row-label {
    display: flex;
    align-self: center;
}

.top-line {
    border-top: 1px solid #acd6ff
}

.button {
    display: inline-block;
    cursor: pointer;
    margin: 0;
    font-size: 13px;
    line-height: 1;
    font-weight: bold;
    padding: 4px 6px;
    background: #f8f8f8;
    border: 1px solid #999;
    border-radius: 2px;
    white-space: nowrap;
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0, #CCCCCC),
            color-stop(1, #FAFAFA));
    text-shadow: 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff, inset 0 -1px 2px #bbb;
    border-color: #999;
    color: #333;
}

.button:hover {
    color: #111;
    border-color: #666;
}

.button.disabled {
    opacity: .5;
}

.button:focus,
.button:active {
    border-color: #aaa;
    background: #f7f7f7;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}


.bigbutton {
    display: block;
    text-align: center;
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 10px;
}

.buttons {
    margin-top: 10px;
}

.buttons-Confirm {
    text-align: center;
}

.buttons-Confirm .button {
    min-width: 65px;
}

.navbutton {
    color: #333;
    text-shadow: 0 0 1px #fff;
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    padding: 5px 8px;
    background: #fafafa;
    border: 1px solid #999;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    white-space: nowrap;
    background: #fdfdfd;
    background-image: linear-gradient(bottom, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 31%);
    background-image: -o-linear-gradient(bottom, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 31%);
    background-image: -moz-linear-gradient(bottom, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 31%);
    background-image: -webkit-linear-gradient(bottom, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 31%);
    background-image: -ms-linear-gradient(bottom, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 31%);
    background-image: -webkit-gradient(linear,
            left bottom,
            left top,
            color-stop(0, rgb(240, 240, 240)),
            color-stop(0.31, rgb(255, 255, 255)));
    box-shadow: 0 1px 1px #ddd;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: "iconfont" !important;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}
.fieldset{
    border: 1px solid #ccc;
    margin-top: 10px;
    word-break: break-all;
    padding: 10px;
}
.fieldset p{
}
.fieldset ul{
    font-size: 13px;
    color: #6d6d6d;
    line-height: 2;
}
.fieldset legend{
    font-size: 13px;
    color: #8a8a8a;
    margin-bottom: 0;
}
.fieldset .attachlist{
    margin: 5px;
}
.fieldset a{
    color: #0231b3;
    font-size: 13px;
}
.center{
    width: 1100px;
    margin: 0 auto;
}
.mx{margin:0 auto}
.inp{padding: 8px 8px;margin-bottom: 10px;border: 1px solid #ccc;border-radius: 3px;}
.popRemind{display:none;z-index:999;padding:4px;}
.popRemind .bg{z-index:-1;position:absolute;left:0;top:0;height:100%;width:100%;opacity:0.2;border-radius:4px}
.popRemind .conBox{background:#0099CC;border-radius:3px}
.popRemind .con{padding:8px 14px 8px 10px;font-size:14px;color:#FFFFFF;text-align:center}
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5 !important;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0.4rem 0.8rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 0.5rem;
  font-size: 18px;
  margin: -0.4rem;
  border: 0;
  background: #fff;
}

.modal-title {
  margin-top: 5px;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0.8rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
.show{display:block}
.fade.show {
    opacity: 1;
}
.fade{opacity: .5;
    transition: opacity .6s;
}
.mr-3{margin-right:15px}
.mr-2{margin-right:10px}
.mr-1{margin-right:5px}
.ml-3{margin-left:15px}
.ml-2{margin-left:10px}
.ml-1{margin-left:5px}

.pr-3{padding-right:15px}
.pr-2{padding-right:10px}
.pr-1{padding-right:5px}
.pl-3{padding-left:15px}
.pl-2{padding-left:10px}
.pl-1{padding-left:5px}

.mt-3{margin-top:15px}
.mt-2{margin-top:15px}
.mt-1{margin-top:15px}
.mb-3{margin-bottom:15px}
.mb-2{margin-bottom:10px}
.mb-1{margin-bottom:5px}

.pt-3{padding-top:15px}
.pt-2{padding-top:10px}
.pt-1{padding-top:5px}
.pb-3{padding-bottom:15px}
.pb-2{padding-bottom:10px}
.pb-1{padding-bottom:5px}

.px-0{padding:0 !important}

.text-r{text-align:right}
.text-l{text-align:left}
.text-c{text-align:center}
.float-r{float:right}
.float-l{float:left}

.d-none{display: none !important;}

header {
    background-image: linear-gradient(to bottom, #ffffff, #f5fbff);
    opacity: 0.99;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 15px;
    width: 100%;
    box-shadow: 0 0 5px #ccc;
}

.pager {
    padding: 10px;
    text-align: center;
}

.pager .active {
    color: #fff;
    background: #119ddf;
    border-radius: 5px;
}

.pager a,
.pager span {
    display: inline-block;
    margin: 0 3px;
    padding: 4px 15px;
}

.pager span {
    color: #777;
}



.sitetitle {
    font-family: "helvetica neue", helvetica, arial, sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin-right: 6px;
}

.sitemenu {
    display: inline;
    white-space: nowrap;
}

.sitemenu li {
    display: inline;
}

.sitemenu a {
    font-size: 11px;
    padding: 6px;
}

.sitemenu a:hover {
    text-decoration: underline;
}

.sitesearch {
    position: relative;
}

.sitesearch .inputbox {
    padding: 5px 25px 5px 5px;
    font-size: 11px;
}

.sitesearch .button {
    background: url('images/sprites.png') 0 -196px no-repeat transparent;
    height: 16px;
    width: 16px;
    overflow: hidden;
    line-height: 999px;
    color: transparent;
    font-size: 0;
    border: none;
    position: absolute;
    top: 4px;
    right: 4px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
}


.searchform {
    margin: 20px auto;
}

.searchform .inputbox {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    padding: 6px 25px 6px 8px;
    border-radius: .35ex;
    border: solid 1px #bbb;
}

.searchform .sitesearch {
    max-width: 600px;
    margin: 0;
}

.searchform .sitesearch .button {
    top: 8px;
    right: 6px;
}

.datalist .bock {
    margin: 0;
    padding: 10px 12px;
    border-bottom: 0px solid #ebebeb;
    position: relative;
    display: flex;
}

.datalist .bock:nth-child(1) {
    border-top: 0px solid #311616;
}

.datalist .bock:nth-child(even) {
    border: 1px solid #f5f5f5;
}

.datalist .bock .data {
    flex: 1
}

.datalist .bock img {
    width: 38px;
    height: 38px;
    margin-right: 10px;
    margin-top: 6px;
    border-radius: 3px;
}

.datalist .meta {
    font-size: 11px;
    color: #70727c;
    margin-top: 0px;
}

.mitem {
    white-space: nowrap;
    color: #a5a5a5;
}

.mitem a {
    color: #a5a5a5;
}

.mitem:first-child {
    margin-right: 0;
}

.mitem:last-child {
    margin-right: 0;
}

.datalist .title {
    font-size: 15px;
    display: block;
    margin-top: 5px;
}
.datalist .title a{
    color: #555;
}
.datalist .title .type {
    font-size: 12px;
    margin-left: 8px;
    background: #1e79a7;
    border-radius: 3px;
    padding: 1px 3px;
    color: #fafafa;
    white-space: nowrap;
}

.datalist .title i {
    padding-right: 3px;
    color: #ff2f2f;
}

.datalist .title i.top-3 {
    color: #f38540;
}

.datalist .content {
    line-height: 2;
    color: #707070;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
}

code,
pre {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #ff9;
    padding: 4px 8px;
    font-family: monospace;
    overflow: auto;
    border: 1px solid #eec;
}

code {
    white-space: pre-wrap;
}

pre {
    display: block;
    margin: 1em 0;
    white-space: pre;
}

pre code {
    border: none;
    padding: 0;
    white-space: pre;
}


/* == Header == */
header .center {
    position: relative;
    padding: 15px;
    display: flex;
    align-items: center;
}

#logohead {
    float: left;
    clear: left;
}

#logohead img {
    max-width: 100%;
    width: 193px;
    height: 67px;
}

#login-links {
    float: right;
    text-align: right;
    clear: right;
    margin-left: auto;
}

#login-links a {
    border: aliceblue;
    padding: 5px;
    font-size: 14px;
    color: #555555;
    margin-left: 10px;
    position: relative;
}

#login-links a .new_xx {
    position: absolute;
    top: 2px;
    right: 2px;
    background: red;
    width: 5px;
    height: 5px;
    border-radius: 5px;
}

#login-links .out {
    padding: 5px;
    font-size: 14px;
    color: #ed2929 !important;
    margin-left: 10px;
}

#navbar {
    cursor: pointer;
    margin: 0;
    font-size: 13px;
    line-height: 1;
    padding: 4px 6px;
    background: #f5f8fa;
    white-space: nowrap;
    color: #333;
    border-bottom: 1px solid #eee;
}

#sitenav {}

#sitenav ul {}

#sitenav li {
    float: left;
}

*:first-child+html #sitenav li {
    display: inline;
}

#sitenav a {
    display: block;
    padding: 10px;
}

#sitenav a:link,
#sitenav a:visited {
    color: #565656;
}

#sitenav a:hover,
#sitenav a:active {
    color: #4482b3;
}

#sitenav .active {
    position: relative;
}

#sitenav .active a {
    color: #4482b3;
    border-bottom: 0;
    font-weight: bold;
}

#sitenav .active a:after {
    content: '';
    display: block;
    height: 1px;
    background: #4482b3;
    width: 30px;
    position: absolute;
    left: calc(50% - 15px);
    bottom: -5px;
}

#simple-search {
    border: 0;
}

#simple-search input {
    display: inline;
    margin: 0;
    vertical-align: middle;
}

#simple-search .button {
    background-color: #e7e7e7 !important;
    border-color: #bdbdbd !important;
    vertical-align: middle;
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #bdbdbd;
}

#simple-search input {
    font: -webkit-small-control;
    padding: 0 10px;
    border: 1px solid #bdbdbd;
    border-right: 0;
    line-height: 32px;
    height: 32px;
    width: 100%;
    border-radius: 3px 0 0 3px;
}

#simple-search .clear-field-button {
    border: none;
    background: none !important;
    margin-left: -35px;
    position: relative;
    opacity: 0.3;
}

#simple-search .clear-field-button:hover {
    border-color: #aaa !important;
    opacity: 0.8;
}

#content .center {
    border-radius: 0;
}

footer {
    background-image: linear-gradient(to bottom, #ffffff, #cecece);
    border-bottom: 1px solid #d3d3d3;
    width: 100%;
    box-shadow: 3px 1px 5px #ccc;
    margin-top: 15px;
}

footer .center {}


blockquote {
    border-left: 3px solid #b1daea;
    margin: 15px 5px;
    padding: 6px;
    padding-left: 10px;
}


#content a.button {
    color: black;
    font-weight: normal;
}

#content input.button {
    color: #111;
    border-color: #666;
}

small {
    font-size: 85%
}

code {
    background: #f3f3f3;
    color: #000;
    border: 1px solid lightgray;
    display: inline-block;
    vertical-align: bottom;
    font-family: Monaco, Consolas, Lucida Console, monospace;
    font-size: 9pt;
    tab-size: 2;
    -moz-tab-size: 4;
    white-space: pre;
    max-width: 97%;
    line-height: 1.7;
    padding-top: 1px;
    padding-bottom: 1px;
}

pre {
    background: #f3f3f3;
    border: 1px solid lightgray;
}

@media (max-width: 640px) {
    #simple-search {
    padding: 0 10px;
    }

    #login-links {
        margin-left: auto;
        display: flex;
        align-items: center;
    }
}