@CHARSET "UTF-8";

.front-bg {
    color: #505050;
    line-height: 1.75em;
    background: #ebebeb;
    position: relative;
    font-family: "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB",
        "Hiragino Sans GB W3", "WenQuanYi Micro Hei",
        "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}

.captcha-img {
    cursor: pointer;
}

/* Edit Below to Customize Widths > 768px */
@media (min-width:768px) {

  /* Wrappers */

  #wrapper {
    padding-left: 225px;
  }


  /* Side Nav */

  .side-nav {
    margin-left: -225px;
    left: 225px;
    width: 225px;
    position: fixed;
    top: 50px;
    height: 100%;
    border-radius: 0;
    border: none;
    background-color: #222222;
    overflow-y: auto;
  }

  /* Bootstrap Default Overrides - Customized Dropdowns for the Side Nav */

  .side-nav>li.dropdown>ul.dropdown-menu {
    position: relative;
    min-width: 225px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  .side-nav>li.dropdown>ul.dropdown-menu>li>a {
    color: #999999;
    padding: 15px 15px 15px 25px;
  }

  .side-nav>li.dropdown>ul.dropdown-menu>li>a:hover,
  .side-nav>li.dropdown>ul.dropdown-menu>li>a.active,
  .side-nav>li.dropdown>ul.dropdown-menu>li>a:focus {
    color: #fff;
    background-color: #080808;
  }

  .side-nav>li>a {
    width: 225px;
  }

  .navbar-inverse .navbar-nav>li>a:hover,
  .navbar-inverse .navbar-nav>li>a:focus {
    background-color: #080808;
  }
  
}

@media (min-width: 1100px) {
    .col-lg-3 {
        width: 25%;
    }
}

.announcement-heading {
    font-size: 40px;
    margin: 0;
}

#mainIfram {
    width: 100%;
    /* height: 585px; */
    overflow-x: hidden;
    overflow-y: auto; 
}

.filter {
    margin: 5px auto;
    width: 100%;
    padding: 5px;
}

.dropdown-menu > li > a.color-red {
    color: red;
}

#searchForm .form-control {
    width: 150px;
}

#searchForm .form-group {
    margin-bottom: 5px;
}

/*分页*/
.pagination .page-record a {
    color: #9999B2
}

.pagination .page-record a:hover {
    background: #fff;
    color: #9999B2;
}

.copyright {
    width: 100%;
    color: #9A9A9A;
}
.top-line {
    border-top: 1px solid #337ab7;
}
.color-blue {
    color: blue;
}
.color-gray {
    color: #A7A2A2;
}
.color-green {
    color: green;
}
.color-red {
    color: red;
}

.checkAll , .idCheckbox {
    cursor: pointer;
}

.fa-square-o {
    width: 13px;
}

  #page-wrapper {
    padding: 60px 25px;
    overflow-x: hidden;
  }
  
.clear-input  {
    position: relative;
    left: -18px;
    color: #757678;
}

.form-horizontal .control-label.text-left  {
    text-align: left;
    }
textarea {
    resize: none;
}
.nav-bottom {
    width: 100%;
    height: 3.6em;
}

.post {
    padding: 35px;
    background: #ffffff;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
}
.post .post-head .post-title a {
    color: #303030;
}
.post .post-head .post-title a:hover {
    text-decoration: none;
}
.article-attr-ul {
    list-style: none;
    height: 13px;
    padding: 0;
}
.article-attr-ul li {
    float: left;
    margin: 0 10px;
}
.footer-top {
    width: 100%;
    height: 2em;
}


.format-error-1 label.error {
    position: absolute;
    width: 104px;
    top: 10px;
}

.format-error-1 #vCode-error {
    right: -70px;
}


#searchForm input.auth-code, #searchForm div.input-group {
    width: 100%;
}