@charset "UTF-8";
.bckeee{
	background: #eee;
}
#wiki_list{
 width:100%;background:#fff; margin-top:24px;padding-top: 10px;   
}
/*logo*/
.container .logo-wrap {
    display: inline-block;
    width: 110px;
  /*  height: 27px;*/
    margin-top: 4px;
    text-align: right;
}
.container .logo-wrap>img {
    width: 100%;
   /* height: 100%;*/
}
 .searchBar {
    position: relative;
    margin-bottom: 30px;
    zoom:1;
    width: 100%;
    clear: both;
}
.searchBar .search-content {
    width: 85%;
    height: 40px;
    padding: 0 16px;
    background-color: #fff;
    border: 1px solid #5DA4E6;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
}
.searchBar .search-botton{
	width: 15%;
}
.searchBar .search-content input {
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 16px;
    height: 38px;
    line-height: 16px;
    background-color: #fff;
    padding: 11px 0;
    color: #222;
}
.searchBar .search-btn {
    outline: 0;
    border: 0;
    width:100%;
    background: #5DA4E6;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 0 4px 4px 0;
}
.container .index-right{
	min-height: 200px;
	width: 100%;
	background: #fff;
  overflow: hidden;
}
.module {
    border-top: 2px solid #fda136;
    background: #fff;
    margin-bottom: 20px;
    padding: 0 20px;
}
.module-header {
    font-size: 18px;
    padding: 12px 0;
    color: #222;
    font-weight: 700;
}
.searchHot .search-item>a {
    display: block;
    height: 30px;
    padding-right: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444;
    font-size: 14px;
}
.searchHot .search-item .search-no.search-no-1 {
    color: #f85959;
}
.searchHot .search-item .search-no {
    display: inline-block;
    width: 20px;
    color: #999;
    text-align: left;
    font-style: italic;
}
.feedBox .wcommonFeed .item-inner {
    position: relative;
    padding-top: 10px;
    padding:10px;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
}
.feedBox .wcommonFeed .img-list{
	overflow: hidden;
}
.feedBox .wcommonFeed .img-list .img-wrap{
	width: 25%;
	margin-left:0;
	border:0;
	background: #fff;
	padding-left:9px;
}
.feedBox .wcommonFeed .img-list .img-wrap:first-child {
    padding-left:0px;
}
.nodata{
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  display: none;
  transition: all 0.2s linear;
}
.feedBox .wcommonFeed .lbox{
	width: 25%;
}
.feedBox .wcommonFeed .lbox .img-wrap {
    display: block;
    width:100%;
    height: 100px;
    border: 1px solid #e8e8e8;
    background: #fff;
    overflow: hidden;
}
.feedBox .wcommonFeed .normal.rbox{
	width: 73%;
}
.container.pab20{
	padding-bottom: 20px;
}
.searchRelated .related-item{
  padding:5px;
  margin-right: 5px;
}
.searchRelated .related-item.clk a{
  color: #999;
}
.index-left{
  text-align:right;
}
@media (max-width: 768px){
.index-left{
  text-align:center;
  margin-bottom: 1em;
}
.container .logo-wrap{
    width: 65px;
    margin-top: 10px;
}
}
