/* menu start */
.wiki_menu {
  width: 18%;
  float: left;
}
.wiki_menu_title {
  padding-top: 8px;
  padding-left: 5px;
  height: 36px;
  color: #f59a23;
}
.wiki_menu_title_span {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  font-family: "Microsoft YaHei", Arial;
}
.wiki_menu_div {
  margin-top: 15px;
}
.wiki_menu_div:nth-of-type(1) {
  margin-top: 0;
}
.wiki_menu_list {
  border-top: 3px #f59a23 solid;
  background-color: #f9f9f9;
  height: auto;
  overflow: hidden;
  transition: height 0.3s;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
}
.wiki_menu_list ul {
  margin: 0;
}
.wiki_menu_list ul li {
  padding: 0 4px;
  color: #343434;
  line-height: 36px;
  font-weight: bold;
  border-bottom: 1px dashed #343434;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.wiki_menu_list ul li.active a {
  color: #f59a23;
}
.wiki_menu_list ul li a:hover {
  color: #f59a23;
}
.wiki_menu_list ul li a {
  color: #343434;
}
.wiki_menu_list.show + .toggle {
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.wiki_menu_list.show {
  height: auto;
}
/* menu end */
.wiki_content {
  box-sizing: border-box;
  padding-left: 50px;
  width: 82%;
  float: right;
}
.nav {
    margin-bottom: 15px;
    color: #333;
    font-size: 12px;
    height: 25px;
    border-bottom: 1px solid #f59a23;
    font-weight: bold;
}
.nav a {
  color: #333 !important;
  font-size: 12px;
  font-weight: bold;
}
.nav a:hover {
  color: #f59a23 !important;
}

.search-content {
  margin-bottom: 20px;
}

.search-content #search {
  border: 1px solid #ccc;
  width: 420px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  background: url(/uisy/img/icon-sousuo.png) no-repeat right 3px center;
  background-size: 20px 20px;
}
.search-content .btn {
  margin-left: 6px;
  border: 1px solid #ccc;
  padding: 6px 8px;
  font-size: 12px;
}
.search-content .btn:focus {
  outline: none;
}
.operate-table {
  width: 100%;
  height: 100%;
  padding-top: 10px;
}
.operate-table thead tr th {
  font-size: 14px;
  text-align: center;
}
.operate-table tbody tr {
  border-bottom: 1px solid #d7d7d7;
  line-height: 1.0;
  font-size: 14px;
}
.operate-table tbody tr td {
  padding: 15px 0 10px;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.operate-table tbody tr .title a {
  color: #333;
  font-size: 14px;
  
}
.operate-table tbody tr .title a:hover {
  opacity: 0.8;
}
.operate-table tbody tr .number {
  padding-left: 4px;
}
.operate-table tbody tr .date {
  text-align: center;
}
.course-list {
  margin-top: 15px;
  overflow: hidden;
}
.course-list .item {
  box-sizing: border-box;
  padding-right: 6px;
  margin-bottom: 18px;
  float: left;
  width: 33.3%;
  overflow: hidden;
}
.course-list .item:nth-of-type(3),
.course-list .item:nth-of-type(6) {
  padding-right: 0;
}
.course-list .item .cover {
  position: relative;
  height: 200px;
  cursor: pointer;
}
.course-list .item .cover:hover {
  opacity: 0.8;
}
.course-list .item .cover img {
  width: 100%;
  height: 100%;
}
.course-list .item .cover .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/uisy/img/icon-play.png) no-repeat center center rgba(0, 0, 0, 0.3);
  background-size: 50px 50px;
}
.course-list .item .content {
  padding: 8px;
}
.course-list .item .content .title {
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.course-list .item .content .title a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.course-list .item .content .title a:hover {
  opacity: 0.8;
}
.course-list .item .content .bottom {
  padding-top: 12px;
  color: #7d7d7d;
  font-size: 12px;
  overflow: hidden;
}
.course-list .item .content .bottom .publisher {
  float: left;
}
.course-list .item .content .bottom .date {
  float: right;
}
.docs-list .item {
  border-bottom: 1px solid #d7d7d7;
  padding: 10px;
  overflow: hidden;
  line-height:0.9;
}
.docs-list .item .title {
  float: left;
  color: #333;
  font-size: 12px;  
}
.docs-list .item .download {
  float: right;
  margin-right: 20px;
}

.docs-list .item .download span {
  padding: 0 12px;
}
.docs-list .item .download a {
  color: #7f7f7f;
  font-size: 12px;
 }
.docs-list .item .title:hover,
.docs-list .item .download a:hover {
  opacity: 0.7;
}
#page {
  float: right;
  margin-top: 20px;
}
