body {background-color: #fff; color: #333; font-family: "Microsoft YaHei",Helvetia,"lucida Grande",Verdana,Arial;font-size: 16px;line-height: 1.42857; }

.nav > li > a {

}
a:hover, a:focus {outline:inherit;text-decoration: none;}
li{ list-style-type:none;}
.mb-2 { margin-bottom: 2px;}
.mb-5 { margin-bottom: 5px;}
.mb-10 { margin-bottom: 10px;}
.mb-15 { margin-bottom: 15px;}
.mb-20 { margin-bottom: 20px;}
.mt-2{ margin-top: 2px;}
.mt-5{ margin-top: 5px;}
.mt-10{ margin-top: 10px;}
.mt-15{ margin-top: 15px;}
.mt-20{ margin-top: 25px;}
.mbt-2{margin-top: 2px;margin-bottom: 2px;}
.mbt-5{margin-top: 5px;margin-bottom: 5px;}
.mbt-10{margin-top: 10px;margin-bottom: 10px;}
.mbt-15{margin-top: 15px;margin-bottom: 15px;}
.mbt-20{margin-top: 20px;margin-bottom: 20px;}

.navbar {border:none;margin-bottom: 5px;}
.navbar-collapse {border:none; box-shadow: none;}
.header-section { padding-left:0; padding-right:0;}
.navbar-header {position:relative; z-index:2;}
.navbar-default {border-color:inherit;}
.navbar-logo { background-image: url("../../img/logo.png");  background-position: 50% 50%; background-repeat: no-repeat; background-size: contain;width: 150px;}
.navbar-default .navbar-nav > li > a {color:#fff;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {background: rgba(67, 114, 253) none repeat scroll 0 0; color:#fff}
.navbar-default .navbar-nav > li > a:hover {color:#fff; background:rgba(255, 255, 255, 0.1) none repeat scroll 0 0}
.container-zindex {z-index:9999; position:relative;}

.img-responsive {display: block; height: auto;  max-width: 100%;  z-index:999;}

.navbar
{
    background-color: #5096ff;
}
.btn-primary
{
    background-color: #5096ff;
}
.btn-primary:hover
{
    background-color: #4372fd;
}
.input-group-addon{
    color: #5096ff;
}
/*板块分隔*/
.separate{
    margin-top: 30px;
    margin-bottom: 30px;
}
.separate2{
    margin-top: 30px;
    margin-bottom: 15px;
}
/*文章式的格式*/
.article{
    font-size: 1.5rem;
}
.article li{ margin-top: 1rem;margin-bottom: 1rem;line-height: 1.8;}
.article .title{
    font-size: 2rem;
    font-weight: bold;
}
.article .subtitle{
    font-size: 1.5rem;
    font-weight: bold;
}
.article .title-indent{
    text-indent:3rem;
}
.article .item-indent
{
    text-indent:5rem;
}
.article .subitem-indent
{
    text-indent:7rem;
}
/*资讯格式*/
.information div{
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 40px;
    color: #337ab7;
}
.information-title{
    font-size:3rem;
}

/*顶部通知*/
.limarquee {
    margin: 5px auto;
    color: #337ab7;
}
.footer{
    background-color: #5096ff;
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
}
.footer a{color:#fff;text-decoration: none;}
.footer .copyright div
{
    height: 25px;
    margin-top: 5px;
}
