/*
    index style
*/
/*
    global variable for sass
*/
a {
  text-decoration: none;
}

body {
  background: url("../images/info-public/background-img.jpg") no-repeat top center #fff;
  padding-top: 30px;
}

.global-title {
  padding: 70px 0;
  text-align: center;
}
.global-title img {
  margin-left: 94px;
}

.info-public-main-wrap {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.info-public-main-box {
  background-color: #f2f2f2;
  width: 1100px -72px;
  padding: 50px 36px;
  min-height: 600px;
}

.top-search {
  font-size: 0;
  margin: 50px 0 70px 0;
}
.top-search .line {
  width: 240px;
  border-bottom: 2px solid #ccc;
  display: inline-block;
  height: 2px;
  vertical-align: middle;
}
.top-search .line:first-child {
  margin-right: 18px;
}
.top-search .line:last-child {
  margin-left: 18px;
}
.top-search .search-input {
  display: inline-block;
  vertical-align: middle;
}
.top-search .search-input form {
  position: relative;
}
.top-search .search-input input {
  width: 510px;
  padding-left: 10px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 9px;
  border: 1px solid #2d66a5;
  background: #fff;
}
.top-search .search-input button {
  position: absolute;
  right: 4px;
  background: none;
  border: none;
}

.left-side {
  width: 240px;
  float: left;
}
.left-side .side-nav-item {
  margin-bottom: 15px;
}
.left-side .side-nav-item > a {
  width: 240px;
  border: 1px solid #dadada;
  padding-left: 20px;
  height: 70px;
  display: block;
  padding-top: 10px;
  line-height: 1.8em;
  background-color: #fff;
  color: #2d66a5;
}
.left-side .side-nav-item > a:hover {
  background-color: #f5f5f5;
}
.left-side .side-nav-item > a i, .left-side .side-nav-item > a span {
  display: inline-block;
  vertical-align: middle;
}
.left-side .side-nav-item > a span {
  font-size: 22px;
  padding-left: 24px;
  line-height: 24px;
  width: 124px;
}
.left-side .side-nav-item > a.active {
  color: #fff;
  background-color: #2d66a5;
}
.left-side .side-nav-item > a.sub-toggle {
  position: relative;
}
.left-side .side-nav-item > a.sub-toggle:after {
  content: '+';
  font-size: 32px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.left-side .side-nav-item > a.sub-toggle.active:after {
  font-size: 32px;
  content: '-';
}
.left-side .sub-nav {
  display: none;
  width: 240px;
  background-color: #fff;
  border: 1px solid #dadada;
  border-top: none;
  padding: 15px 0;
}
.left-side .sub-nav a {
  font-size: 15px;
  color: #818181;
  padding-left: 60px;
  line-height: 32px;
  display: block;
}
.left-side .sub-nav a:hover {
  background-color: #f5f5f5;
}
.left-side .sub-nav a > i {
  margin-right: 20px;
}
.left-side .sub-nav a.active {
  background-color: #e6f5ff;
  color: #2d66a5;
}

.content-box {
  width: 770px;
  background-color: #fff;
  float: right;
  border: 1px solid #dadada;
  min-height: 600px;
  padding: 0;
}
.content-box .content-title {
  font-size: 32px;
  color: #2d66a5;
  line-height: 1.6em;
  text-align: center;
  margin: 38px 0;
}
.content-box .detail-info {
  padding: 0;
  font-size: 14px;
  text-align: center;
}
.content-box .detail-info li {
  display: inline-block;
}
.content-box .detail-info a {
  display: inline-block;
  margin: 0 6px;
}
.content-box .content-body {
  padding: 0 24px;
  font-size: 16px;
}
.content-box .content-body p {
  line-height: 2em;
  text-indent: 2em;
  color: #666;
}
.content-box .content-body h1, .content-box .content-body h2, .content-box .content-body h3 {
  font-size: 21px;
  margin: 30px 0;
  color: #333;
  font-weight: bold;
}
.content-box .content-body h2 {
  font-size: 18px;
}
.content-box .content-body h3 {
  font-size: 16px;
}
.content-box .content-body b {
  color: #333;
  font-weight: bold;
}

.leader-list li {
  border-bottom: 1px solid #ccc;
}
.leader-list li a {
  padding: 10px;
  display: block;
  padding-left: 40px;
}
.leader-list li a span {
  padding-left: 40px;
}
.leader-list li a.active {
  background-color: #e4f2ff;
}

.photo-box {
  border: 1px solid #666;
  background-color: #e4f2ff;
  text-align: center;
  padding: 10px 0;
}

.public-list {
  padding: 20px 0px;
}
.public-list li {
  margin-bottom: 22px;
  line-height: 1.6em;
}
.public-list a {
  font-size: 16px;
  color: #666;
  /*padding-right: 10px;*/
}
.public-list span {
  font-size: 14px;
  color: #ccc;
  display: inline-block;
}

.b-title {
    border-bottom: solid #ccc 1px;
    margin-bottom: 20px;
    
}
    .b-title span {
        display: inline-block;
        /*width: 110px;*/
        height: 35px;
        line-height: 35px;
        /*background-color: #2d66a5;*/
        text-align: center;
        font-weight: bold;
        font-size: 17px;
        position: relative;
        margin: 0 30px 0 10px;
        cursor: pointer;
    }
    .b-title .activeTitle {
        color: #1D5EAE
    }
    .b-title .activeTitle::after {
        content: '';
        color: #2d66a5;
        height: 4px;
        background-color: #2d66a5;
        border-radius: 3px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0
    }

    .ft-more {
        margin-bottom: 20px;
        text-align: center;
    }
.ft-more a {
  background-color: #dfdfdf;
  color: #666;
  font-size: 18px;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}

.tit-table {
  background-color: #2d66a5;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  display: inline-block;
}

.table-report {
  width: 100%;
  border-collapse: collapse;
}
.table-report tr:nth-child(odd) {
  background-color: #f0f7ff;
}
.table-report tr:last-child td {
  border-bottom: 1px solid #ccc;
}
.table-report td {
  font-size: 16px;
  padding: 8px;
  border-right: 1px solid #ccc;
}
.table-report td:last-child {
  border-right: none;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px !important;
}

.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #2d66a5 !important;
  width: 8px !important;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #2d66a5 !important;
}

.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #dedede;
}

.h1020 {
  height: 1020px;
}

@media screen and (max-width: 800px) {
  body {
    background: none;
    padding-top: 10px;
  }

  .title-for-mobile {
    font-size: 3rem;
    margin: 1rem 0;
    text-align: center;
    color: #2d66a5;
  }

  .info-public-main-wrap {
    width: 100%;
  }

  .info-public-main-box {
    background-color: #fff;
    width: 100%;
    padding: 10px;
  }

  .content-box {
    width: 100%;
    padding: 0;
    border: none;
    float: none;
  }
  .content-box .content-body {
    padding: 0;
  }

  .logo {
    width: 60%;
  }
  .logo img {
    width: 100%;
    height: auto;
  }

  .global-title {
    padding: 1rem 0;
    width: 70%;
  }
  .global-title img {
    width: 100%;
    height: auto;
  }

  .top-search {
    width: 80%;
    margin: 1rem auto;
  }
  .top-search .line {
    display: none;
  }
  .top-search .search-input {
    width: 100%;
  }
  .top-search .search-input input {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .top-search .search-input button {
    top: 8px;
  }
  .top-search .search-input button img {
    width: 24px;
    height: auto;
  }

  .h1020 {
    height: auto;
  }

  .menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .left-side {
    position: absolute;
    z-index: 9;
    display: none;
    right: 0px;
    top: 60px;
  }
  .left-side .side-nav-item {
    margin-bottom: 0;
  }
  .left-side .side-nav-item a {
    padding-top: 0;
    padding-left: 8px;
    height: 50px;
    line-height: 1.4em;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .left-side .side-nav-item a i img {
    width: 20px;
    height: auto;
  }
  .left-side .side-nav-item a span {
    font-size: 1.4rem;
    padding-left: 15px;
    width: 160px;
  }
  .left-side .side-nav-item .sub-nav {
    font-size: 0;
  }
  .left-side .side-nav-item .sub-nav li {
    width: 50%;
    display: inline-block;
  }
  .left-side .side-nav-item .sub-nav a {
    line-height: 30px;
    text-align: center;
    display: block;
    padding-left: 0;
    height: 30px;
  }
  .left-side .side-nav-item .sub-nav a i {
    display: none;
  }
  .left-side .side-nav-item .sub-nav a:after {
    content: none;
  }
}

/*# sourceMappingURL=info-public.css.map */
.content-body p img{
    width:90%;
}
.hide-nblist{
    display:none;
}
.policy-box{    padding: 0 40px;}
.policy-item{
    background:#FCE5E5;
    display: inline-block;
    width: 200px;
    line-height: 45px;
        margin: 30px 50px;
        text-align:center
}
.policy-item a{font-size: 22px;
    color: #2d66a5;
    text-align: center;
    margin: 38px 0;
    font-weight: bold;}
.inline-block li{
    display:inline-block;
        width: 12%;
}

.custom-side > a.sub-toggle:after{
    top:20px !important;
}
