body {font-family: "微软雅黑","Microsoft YaHei","宋体", Simsun, Verdana, Tahoma, Arial, sans-serif; padding-top:70px; padding-bottom:60px;}
a:focus,a:hover {text-decoration:none}

.main-header {text-align: center;padding: 60px 0;background: #ffffff; margin-bottom:16px;background: url(../images/head_bg.jpg) center center;background-size: 100% auto;}
.main-header .text{height:60px; font-size:2em; color:#333; line-height:60px; text-shadow:1px 1px #fff;}
.main-header .text:hover {text-decoration: none;}

.main-footer {background: #202020;padding: 8px 0;color: #959595; font-size:12px;}

.table .label{color:#FFF; font-weight:normal;}


a.list-group-item i,button.list-group-item i{color: #999}

.list-group-item.active i,.list-group-item.active:focus i,.list-group-item.active:hover i{color:#FFF;}

.dl-horizontal dd{margin-bottom:12px;}

.pagination > li > input{vertical-align: top;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;height:auto;*height: 20px;margin-bottom:0px;background-color: #fff;border-left-width: 0;width:50px;float:left;min-height: auto;*min-height: 20px;ime-mode:disabled;}
.pagination > li > .pageCountInfo{ color:#999;}

#myPicList{ height:400px; overflow:auto;}
#myPicList img{display: block; float:left; cursor:pointer;width:174px; height:115px;padding:3px;margin:4px;line-height: 1.42857143;background-color: #fff;border: 1px solid #ddd;border-radius: 4px;-webkit-transition: border .2s ease-in-out;-o-transition: border .2s ease-in-out;transition: border .2s ease-in-out;}
#myPicList img:hover{border-color: #337ab7;}

.highlight {background-color: yellow;font-weight: bold;color: #A80000;padding: 0px 3px;border-radius: 5px;}

::-webkit-scrollbar {width: 8px; height: 8px;}/*滚动条大小*/
::-webkit-scrollbar-thumb {background-clip: padding-box; background-color: #666; min-height: 28px; border-radius: 6px;}/*滚动条默认显示样式*/
::-webkit-scrollbar-thumb:hover {background-color: #999;}/*鼠标移动到滚动条显示样式*/
::-webkit-scrollbar-thumb:active {background-color: #666;}/*鼠标点击滚动条显示样式*/
::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal {background-color: transparent;}/*滚动条滚动轨迹横向纵向背景*/
::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal {border-width: 0; border-style: solid; border-color: transparent;}/*去除滚动条及其滚动轨迹的边框,小觉个人认为这儿应该可以简化成border: 0 solid transparent*/

