@CHARSET "utf-8";
@import '/css/comm.css';
body{background: white;}

.top{
	background:#393D49;
	/*border-bottom: 1px solid #393D49;*/
	padding: 20px 0;
	-moz-box-shadow:0px 3px 4px #999; -webkit-box-shadow:0px 3px 4px #999; box-shadow:0px 3px 4px #999;
}
.top *{color: white;}
.top .icon-bar{background: white;}
.top a:hover,.top a:active{background: none!important;color: white;text-decoration: underline;}
.login-navbar{margin-bottom: 0;}
.login-navbar a font{padding-right: 5px;}
*{border-radius:0!important;}
.more{content: "\e258\e258";font-family: 'Glyphicons Halflings';color: white;}
.more:hover{color: white;}

.panel-color{}
.panel-color .panel-heading{font-size: 15px;}
.panel-color .panel-heading b{font-weight: 500;}
.panel-color .panel-body{}

.panel .panel-heading font{padding-right: 10px;}

.panel-sm{border: 1px solid #369;}
.panel-sm .panel-heading{background:#006dae;color: white; }
.panel-sm .panel-body{}


.panel-tz{border: 1px solid #009966;}
.panel-tz .panel-heading{background:#009966;color: white;}
.panel-tz .panel-heading:BEFORE{content: "\e122";font-family: 'Glyphicons Halflings';padding-right: 10px;}

.panel-sj{border: 1px solid #009966;}
.panel-sj .panel-heading{background:#009966;color: white;}
.panel-sj .panel-heading:BEFORE{content: "\e107";font-family: 'Glyphicons Halflings';padding-right: 10px;}

.list-group-item span{display: none;}
.list-group-item a{text-overflow: ellipsis; white-space: nowrap;overflow: hidden;display: inline-block;width: 95%;}

.btn-group-color{margin-bottom: 15px;}

.login-footer{border-top: 1px solid #aaa;padding: 15px;}
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 768px) {
  	.top .user-info{text-align: left;border-top: 1px solid #fff;line-height: 30px;}
	.btn-group-color a.min{width: 49%;margin-bottom: 4px;}
	.btn-group-color a.max{width: 49%;margin-bottom: 4px;}
}
@media (min-width: 768px) {
  	.top h1{font-size: 40px;}
  	.top .user-info{text-align: right;padding-right: 5px;line-height: 30px;}
  	.line{border-top:1px solid #bb6;height: 3px;background: #f60;border-bottom:1px solid #ff9;}
	.btn-group-color a.min{width: 49%;margin-bottom: 4px;}
	.btn-group-color a.max{width: 100%;margin-bottom: 4px;}
}
@media (min-width: 1000px) {
	/*.container{width: 970px;}*/
  	.top h1{font-size: 50px;}
  	.top a{font-size: 16px;}
  	.top .user-info{font-size: 16px;}
  	.right-side{padding-left: 0}
	.btn-group-color a.min{width: 100%;margin-bottom: 4px;}
	.btn-group-color a.max{width: 100%;margin-bottom: 4px;}
}
@media (min-width: 1200px) {
  	.top h1{font-size: 50px;}
	.btn-group-color a.min{width: 136px;margin-bottom: 4px;}
	.btn-group-color a.max{width: 100%;margin-bottom: 4px;}
}