﻿*{
	margin:0;
	padding:0;
	font:12px  "宋体" ;
}
.text{
	border:solid 1px #92c5da;
	width:220px;
	height:290px;
	overflow:hidden;
	position:relative;
}
#searchText{
	width:200px;
	margin:5px;
	padding:6px 0 5px;
	border:1px #74c0f9 solid;
	background:#FFF;
	padding-left:6px;
	outline:none;
	font:16px Arial, Helvetica, sans-serif;
}


.inputxt{
	margin:5px;
	padding:3px 0 2px;
	border:1px #74c0f9 solid;
	background:#FFF;
	padding-left:2px;
	outline:none;
	font:14px Arial, Helvetica, sans-serif;
}

.text1{
	border:solid 1px #92c5da;
	width:220px;
	height:245px;
	overflow:hidden;
	position:relative;
}
.text2{
	border:solid 1px #92c5da;
	width:220px;
	height:150px;
	overflow:hidden;
	position:relative;
}
.text3{
	border:solid 1px #92c5da;
	width:220px;
	height:80px;
	overflow:hidden;
	position:relative;
}

#tongyiText{
	width:200px;
	margin:5px;
	padding:6px 0 5px;
	border:1px #74c0f9 solid;
	background:#FFF;
	padding-left:6px;
	outline:none;
	font:16px Arial, Helvetica, sans-serif;
}
#myartlist {
    padding-top:5px;
}
#myartlist ul li 
{
    float:left;
    text-align:left;
    height:24px;
    line-height:24px;
    padding-left:5px;
    overflow:hidden;
}
#mytoolslist ul li{float:left; padding-left:5px; height:25px; line-height:25px;width:68px; font-size:13px; text-align:center; overflow:hidden;}
#mytoolslist ul li a{color: #261CDC;} a:link {color: #261CDC;text-decoration:none;}a:active {color: #261CDC;text-decoration:underline;}a:hover {color: #009900;text-decoration:underline;}a:visited {color: #261CDC;text-decoration:none;}

#myuserlist ul li{float:left; padding-left:5px; height:25px; line-height:25px;width:68px; font-size:13px; text-align:center; overflow:hidden;}
#myuserlist ul li a{color: #261CDC;} a:link {color: #261CDC;text-decoration:none;}a:active {color: #261CDC;text-decoration:underline;}a:hover {color: #009900;text-decoration:underline;}a:visited {color: #261CDC;text-decoration:none;}
#keyword {
	background: url(http://s1.bdstatic.com/r/www/img/i-1.0.0.png) no-repeat
		-304px 0px;
	border-color: #999 #ccc #ccc #999;
	border-style: solid;
	border-width: 1px;
	float: left;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	text-indent: 10px;
	width: 408px;
}
/* 上面这四个border属性，这样写感觉不是很好，不易阅读 */
.search_btn {
	background: url(http://s1.bdstatic.com/r/www/img/i-1.0.0.png) no-repeat
		0 0;
	border: none;
	cursor: pointer;
	float: left;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	margin-left: 6px;
	width: 95px;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: @badge-font-weight;
  color: #ff0000;
  line-height: @badge-line-height;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: @badge-bg;
  border-radius: @badge-border-radius;

  // Empty badges collapse automatically (not available in IE8)
  &:empty {
    display: none;
  }

  // Quick fix for badges in buttons
  .btn & {
    position: relative;
    top: -1px;
  }

  .btn-xs &,
  .btn-group-xs > .btn & {
    top: 0;
    padding: 1px 5px;
  }

  // Hover state, but only for links
  a& {
    &:hover,
    &:focus {
      color: @badge-link-hover-color;
      text-decoration: none;
      cursor: pointer;
    }
  }

  // Account for badges in navs
  .list-group-item.active > &,
  .nav-pills > .active > a > & {
    color: @badge-active-color;
    background-color: @badge-active-bg;
  }

  .list-group-item > & {
    float: right;
  }

  .list-group-item > & + & {
    margin-right: 5px;
  }

  .nav-pills > li > a > & {
    margin-left: 3px;
  }
}
