body{
  min-width: 1180px;
}
.btn-default,.btn-warning,btn-info{
	
  text-shadow:none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #bfbfbf; 
  border-color:#bfbfbf; 
}

.legend-panel-right{
	position: relative;
}
.btn-default,.btn-warning,btn-info:hover{ 
  text-shadow:none;
}

a:focus {  
    outline:none;  
}
.container, .container-fluid{
  width: 1180px !important;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}

.tree-root{
  padding-left: 0;
}

.legend-panel-left-dump ul{
  list-style-type: none;
}
.public_header_right {
    height: 50px;
    line-height: 50px;
}
.legend-count {
  font-size: 80%;
}
.public_header_right .nav>li>a{
  padding-left: 10px;
  padding-right: 10px;
}
.legend-breadcrumbs .breadcrumb {
  background-color: transparent!important;
  font-size: 80%;
  margin-bottom: 0px!important;
}
.legend-breadcrumbs .breadcrumb>li+li:before {
  content: "\e080";
  padding:3px 5px;
}

.legend-search-result-items {
  height: 100%;
  width: 100%;
}

.legend-view {
  padding: 5px;
  margin: 0px;
}
.resource_name{
	text-align:center;
    color:#333;
}
.resource_category{
	text-align:center;
}
.legend-view-thumb .legend-resource-item {
  width: 160px;
  height: 160px;
  margin: 5px;
}

.legend-view-thumbtext .legend-resource-item {
  width: 100%;
  height: 110px;
  margin: 5px;
}

.legend-view-text .legend-resource-item {
  height: 25px;
}

.item-thumbnail-info {
  height: 110px;
  width: 165px;
}

.legend-resource-item .thumbnail {
  height: 90px;
  width: 100%;
  margin-bottom: 0px!important;
  padding: 0px!important;
  border: none!important;
  border-radius: 0!important;
}

.legend-menu-item,
.legend-menu-current-item,
.legend-menu-sub-items {
  margin-left: 0px!important;
  margin-right: 0px!important;
}

.legend-menu-current-item {
  padding-left: 10px;
}

.legend-menu-item {
  height: 20px;
  overflow-x: none;
  overflow-y: auto;
}

.legend-menu-sub-items {
  padding-left: 10px;
}

.legend-shadow {
  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1)!important;
  -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1)!important;
  box-shadow: 0 3px 3px rgba(0,0,0,0.25),inset 0 -1px 0 rgba(0,0,0,0.1)!important;

  z-index:999;
}


.all-sort-list h3 {
  margin: 0; padding: 0;
}
.all-sort-list h3 i{
  float: left;
  line-height: 28px;
}
.all-sort-list { position:relative; width:100%; }
.all-sort-list .item { position:relative;height:30px; }
.all-sort-list .item.bo { border-top:none; }
.all-sort-list .item h3 { padding-right: 20px; position:relative;height:28px; line-height:28px;border-style:solid;border-width:1px 1px;font-size:14px; font-weight:normal; width:100%; overflow:hidden; }
.all-sort-list .hover h3 {  position:relative;z-index:103;border-width:1px 1px; border-style:solid; }
.all-sort-list .item span { padding:0px 5px; font-family:"\5B8B\4F53"; }
.all-sort-list .item a{
  text-decoration:none;
}
.all-sort-list .item h3 a.updateTree {  
    text-decoration:none;
    display: inline-block;
    padding-left: 10px;
    /*float: left;*/
    max-width: 180px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.all-sort-list .item a:hover { font-weight:bold;  }

.resource_name{
    z-index: 2;
    cursor:pointer;
}
.resource_name:hover{
    color:#7B7B7B;
}
.all-sort-list .item-list {
  display:none;
  position:absolute;
  width:500px;
  min-height:200px;
  _height:200px;
  box-shadow:0px 0px 10px #DDDDDD;
  top:0;
  z-index:102;
}
.all-sort-list .contentTree{
  height: auto;
}
#legend_header_tree>div>div{
  left:288px;
}
#legend_normal_tree>div>div{
  left:290px;
}
.all-sort-list .item-list .close {
  position:absolute;
  width:26px;
  height:26px;
  cursor:pointer;
  top:-1px;
  right:-26px;
  font-size:20px;
  line-height:20px;
  text-align:center;
  font-family:"Microsoft Yahei";
  background-color:transparent\9;
}

.item-list .subitem { float:left; width:477px; padding:0px 4px 20px 8px; }
.item-list .subitem dl { margin-bottom: 0; padding:6px 0px; overflow:hidden; zoom:1; }
.item-list .subitem .fore1 { 
    border-top:none; 
    position: relative;
}
.item-list .subitem dt { float:left; width:54px; line-height:22px; text-align:right; padding:3px 6px 0px 0px; font-weight:700; }
.item-list .subitem dt a { text-decoration:underline; }
.item-list .subitem dd { float:left; width:400px; padding:3px 0px 0px; overflow:hidden; }
.item-list .subitem dd em { font-style: normal; float:left; height:14px; line-height:14px; padding:0px 8px; margin-top:5px;  }
.item-list .subitem dd em a, .item-list .cat-right dd a {  text-decoration:none; }
.item-list .subitem dd em a:hover, .item-list .cat-right dd a:hover { font-weight:normal; text-decoration:underline; }
.item-list .cat-right { float:right; width:210px; }
.item-list .cat-right dl { width:194px; padding:6px 8px; }
.item-list .cat-right dd { padding-top:6px; line-height:22px; overflow:hidden; padding:3px 0px 0px; }
.item-list .cat-right dt { padding:3px 6px 0px 0px; font-weight:700;}
/*滑动箭头*/
.item-list .subitem .slide_symbol{
    width: 477px;
    height:25px;
    top: 70px;
    position:absolute;
}
.slide_symbol .over_slide{
        position: absolute;
        top: -5px;
        left: 0px;
        display: none;
}
.slide_symbol .below_slide{
        position: absolute;
        top:0px;
        left: 0px;
}
.slide_symbol .left_slide{
        width:216px;
        float: left;
        height: 1px;
        margin-top: 9px;
}
.slide_symbol .center_slide{
        width:40px;
        height:18px ;
        float: left;
        cursor: pointer;
}
.all-sort-list .item .slide_symbol .center_slide span{
        line-height:16px;
        text-align: center;
        float: left;
        width: 38px;
        height: 18px;
        display: block;
        font-weight: 700;
}

.all-sort-list .item .slide_symbol .below_slide .center_slide span{
        line-height:25px;
}
.legend-header-tree {
  z-index: 102;
  position: absolute;
}

.legend-nav {
  padding: 5px;
}

.legend-nav span{
  padding: 5px;
}

.legend-index-item {
  font-size: 150%;
}

.legend-view-item {
  padding: 20px;
}
.item-buttons {
  width: 100px;
}

.item-buttons .btn{
  margin: 5px;
}
body,button,strong, input, select, textarea,h1 ,h2, h3, h4, h5, h6 { font-family: Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;}
.right{
    float: right;
}
.right_align{
    text-align: right;
}
.left{
    float: left;
}
.left_align{
    text-align: left;
}
.center{
    text-align: center;
}
.hand{
    cursor: pointer !important;
}
.middle{
    vertical-align: middle;
}
.dom_hidden{
    display: none;
}
.word_hidden{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.bold{ font-weight:bold}
.line{
    padding: 0 20px 0;
    margin: 20px 0;
    line-height: 1px;
    text-align: center;
}
#totop{position:fixed;bottom:225px;right:1%;z-index:1111111111; cursor:pointer; display:none;text-align:right;}
*html #totop{position:absolute;cursor:pointer;right:40px; display:none;top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-112+"px")}
#totop a{display:block;width:38px;height:38px;float:right;}
#totop .top_cateqr {
    width: 145px;
    height: 145px;
    position: absolute;
    top: -50%;
    right: 39px;
    margin-top: 5px;
    display:none;
}
    #totop .top_cateqr img {width:145px;height:145px;
    }
.underline{
  text-decoration: underline;
}
.noneline{
  text-decoration: none;
}
.body-font-size{
  font-size: 14px;
}
.font-size-index{ /*首页资源名称字体大小*/
  font-size: 1em;
}
.font-title-index{ /*首页资源类型“最新上传”……字体大?/
  font-size: 1.2em;
}
.font-nav-index{ /*首页栏目导航字体大小*/
  font-size: 1.2em;
}
.font-nav-category{ /*二级页面栏目导航字体大小*/
  font-size: 1.2em;
}
.font-hotword-category{ /*二级页面热点字字体大?/
  font-size: 0.8em;
}
.font-size-category{ /*二级页面资源字体大小*/
  font-size: 1em;
}
.font-type-category{ /*二级页面"全部资源"字体大小*/
  font-size: 1.2em;
}
/*底部信息*/
.container-footer .container{
    min-height: 100px;
}
.container-footer .container .blank-line{
    height: 18px;line-height: 18px;
}
.container-footer .container .right_align,.container-footer .container .right_align,.container-footer .container .whole{
    padding-bottom: 10px;
}
.container-footer .container .whole{
    margin: 0 auto;
    text-align: center;
}
.container-footer .container .copyright{
    text-align: center;height: 50;line-height: 18px;
    padding-bottom: 15px;
}
.keyword_info{
  max-width: 175px;
}
.keyword_iconlist{
  max-width: 545px;
  /*float: left;*/
}
.keyword_iconlist_a{
  max-width: 100px;
  padding-left: 8px;
  display: block;
  float: left;
}
.enter_master{
  display: none;
}

.wire_frame{
  width:70px;
  position: absolute;
  top:27px;
  height: 70px;
  z-index: 15;
  border: 2px solid blue;
}
.wire_border{
  z-index: 100;
  position: absolute;
  top:27px;
  left: 1px;
  width: 68px;
  height: 68px;
  background-color: #fff;
  opacity: 0;
  filter:alpha(opacity=0);
}
.user_name a{
  float: left;
}
/*#user_name>span.user_arrow_up{
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #F4693A;
  margin-top: -15px;
}*/
#user_name>span.user_arrow_down{
  -ms-transition:150ms;
  transition:150ms;
  -webkit-transition:150ms;
  -moz-transition:150ms;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #F6EA2B;
  margin-top: -15px;
}
.glyphicon-user:before,.glyphicon-film:before{
  padding-right: 10px;
  line-height: 15px;
  padding-top: 15px;
}
.media{
  display: none;
}
.transform{
  -webkit-transform:rotateX(180deg);
  transform:rotateX(180deg);
  -ms-transform:rotateX(180deg);
  -moz-transform:rotateX(180deg);
  -o-transform:rotateX(180deg);

}
#manage_user dd>span,#uc_mycategroy .t_b{
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  z-index: 0;
  left:40%;
  top:-8px;
}
#manage_user dd span.t_t{
  top:-9px;
  border-bottom: 8px solid #D3D3D3;
}
#user{
  position: relative;
  padding: 0px 10px;
  padding-right: 0px;
}
#manage_user dt{
  padding: 10px;
}
#manage_user dd{
  text-align:left;
  width: auto;
  height: auto;
  display: none;
  left: -5px;
  top:38px;
  background: #fff;
  position: absolute;
  z-index: 1000;
  padding: 3px;
  border:1px solid #D3D3D3;
}
#manage_user dd a{
  /*display: block;*/
  white-space:nowrap;
  padding:8px 25px ;
  /*padding-top: 5px;*/
  color: #2A2B2D;
}
#manage_user dd a:hover{
  background: #E1E1E1;
  color: #FF7701;
}