/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-4-11, 11:56:28
    Author     : Administrator
*/
section {
  margin: 4em 0;
}
.aligncontent-center {
  text-align: center;
}
.wrapper {
  margin-top: 66px;
  padding: 1em;
  background-color: transparent;
}
.main-header {
  text-align: center;
  font-weight: 300;
  font-size: 90%;
}
.toolbar {
  position: fixed;
  top: 0px;
  right: 0;
  left: auto;
  background-color: transparent;
  line-height: 68px;
  z-index: 1001;
}
.menu-button {
  position: relative;
  margin: 5px;
  height: 36px;
  width: 36px;
  cursor: pointer;
  background: url("../menu.png") no-repeat center center;
  background-size: 66%;
  top: 3.5em;
}
.menu-button:before {
  content: "";
  position: absolute;
  top: 5px;
  right: 3px;
  width: 30px;
  height: 5px;
}
.menu-left {
  float: right;
  margin-right: 1.5em;
}
.sidebar {
  margin: 0;
  padding-top: 1em;
  background-color: #FFFFFF;
  opacity: 0.8;
}
.sidebar a {
  color: #000;
  text-decoration: none;
}
.sidebar h6 {
  margin: 0 .8em;
  padding: 1em 0.8em;
}
.sidebar h6:hover {
  background-color: #ededed;
}
.sidebar h6 a {
  font-size: 18px;
  font-family: "黑体";
  font-weight: 700;
}
.sidebar h6 span {
  float: right;
  margin-top: 0px;
  cursor: pointer;
  font-size: 16px;
  font-family: "黑体";
  font-weight: 700;
  height: 1em;
  line-height: 1em;
  display: inline-block;
  width: 1em;
}
.sidebar ul {
  margin: 0;
  padding: 10px 0;
  display: none;
}
.sidebar li {
  margin-left: 30px;
  line-height: 32px;
  list-style: none;
  padding: 0 15px;
}
.sidebar li a {
  font-size: 14px;
  font-family: "微软雅黑";
  font-weight: 400;
}
.sidebar li:hover {
  background-color: #ededed;
}
.sidebar hr {
  border: 0;
}
.search-form table {
  width: 100%;
}
.search-form input {
  display: inline-block;
  width: 100%;
  background: none;
}
.btn-input {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #000;
}
.btn-search {
  background: none;
  border: none;
}
.items_cover li .title a {
  padding: 5px 10px;
}
.header .back {
  background: url("../back.png") no-repeat center center 10%;
}
.shownews .title {
  font-size: 16px;
  color: #a06f32;
  text-align: center;
  font-weight: 700;
}
* {
  font-family: "微软雅黑";
}
.ui-content .show {
  lint-height: 30px;
  font-family: "微软雅黑";
}
.bdsharebuttonbox {
  text-align: center;
  width: 140px;
  margin: 0 auto;
}
img {
  vertical-align: top;
}
.items-col-2 {
  margin: 0;
  padding: 0;
}
.items-col-2 li {
  /*width: 50%;
  float: left;*/
  width: 100%;
  list-style: none;
}
.items-col-2 li .pic {
  padding: 5px;
  text-align: center;
}
.items-col-2 li .title {
  text-align: center;
  padding: 10px 5px;
  font-size: 0.78125em;
  display: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *height: 1%;
}
