﻿.noticelist {
    padding-left: 15px;
    list-style: none;
}

    .noticelist li {
        height: 28px;
        line-height: 28px;
    }

        .noticelist li a {
            /*color: #666;*/
            font-size: 12px;
        }

.search-box {
    position: absolute;
    background: #fff;
    width: 274px;
    border: #C4C4C4 solid 1px;
    border-radius: 3px;
    box-shadow: #aEaEaE 2px 2px 12px;
    max-height: 350px;
    overflow: auto;
}
/*.search-box ul{ list-style:none; padding:0; margin:0;}
.search-box ul li{ display:block; height:35px; line-height:35px; padding:0 6px; overflow:hidden; cursor:pointer;}
.search-box ul li:hover{ background:#F0F0F0;}*/

.btn-primary {
  background-color: #2b7ac5;/*144c85*/
  border-color: #2b7ac5; }
  .btn-primary:hover, .btn-primary:focus {
    background-color: #2b7ac5;
    border-color: #2b7ac5; }
    
.btn-gray {
	color:#fff;
  background-color: #5b5b5b;
  border-color: #5b5b5b; }
  .btn-gray:hover, .btn-primary:focus {
  color:#fff;
    background-color: #5b5b5b;
    border-color: #5b5b5b; }
