﻿
@media (max-width: 768px) {
    /* 手机端*/
    .mainContainer {
        margin-bottom: 100px;
    }
}
body{
    font-family:"微软雅黑";
    background-color:#efefef;
    padding-bottom: 40px;
    color: #5a5a5a;
    padding-top:0px;
    background: #008aff; /* Old browsers */
    background: -moz-linear-gradient(top,  #008aff 0%, #ffffff 50%, #ffffff 50%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #008aff 0%,#ffffff 50%,#ffffff 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #008aff 0%,#ffffff 50%,#ffffff 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008aff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.btn-primary{
    background-color:#008aff;
    border-color:#1794fe;
}
.btn-primary:hover {
    background-color:#0078de;
    border-color:#008aff;
}
.label-primary{
    background-color:#008aff;
}
.mycontent{
    min-height:800px;
    background-color:#ffffff;
    padding-top:15px;
}
/* 分页栏 */
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus
{
    background-color:#008aff;
    border-color:#1794fe;
}
/* 路径开始 */
.mybreadcrumb{
    background-color: #ffffff;
    margin-bottom: 0px;
    padding-left: 0px;
    border-radius: 0px;
}
.mybreadcrumb .breadcrumb{
    padding-top:20px;
    padding-bottom:0px;
}
.breadcrumb{
    background-color:#ffffff;
    margin-bottom:0px;
    padding-left: 0px;
}
.breadcrumb .sub{
    background:#008aff;
    border: 1px #008aff solid;
    border-radius: 15px;
}
.breadcrumb>.sub+li:before{
    content:none;
}
.breadcrumb li{
    max-width: 600px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;

}
/* 路径结束 */
/* 标签页导航开始 */
.nav-tabs{
    border:none;
}
.headbar{
    border:0px;
    width:100%; 
    height:125px;
}
.headbar ul{
    margin-top:84px;
}
.headbar .nav-tabs li a,
.headbar .nav-tabs li a:hover,
.headbar .nav-tabs li a:focus
{
    border: 1px solid #0474d4;
    border-bottom:none;
    background:#008aff;
    color:#ffffff;
    -moz-box-shadow: inset 0 0 2px rgba(255,255,255,.7);
    -webkit-box-shadow: inset 0 0 2px rgba(255,255,255,.7);
    box-shadow: inset 0 0 2px rgba(255,255,255,.70);
}
.headbar .nav-tabs li.active a,
.headbar .nav-tabs li.active a:hover,
.headbar .nav-tabs li.active a:focus{
    border: 0px solid #ddd;
    border-top: 3px #ff2222 solid;
    background:#ffffff;
    color:#000000;
}
.headbar .tab-content{
    border: 1px #ddd solid;
    border-top: 0px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius:4px;
    padding:20px;
    height:200px;
}
.headbar .tab-content .control-label{
    padding-right:0px;
}
/* 标签页导航结束 */
/* 列表标题开始 */
.panel-title-more{
    float:right;
}
.panel-title-left{
    vertical-align: text-top;
}
.panel-group .panel{
    margin-bottom:15px;
}
/* 列表标题结束 */
/* 列表内容开始 */
.panel-collapse{
    overflow:hidden;
}
.list-group{
    padding:10px 0px 20px 0px;
}
.list-group-item{
    border:none;
    padding: 6px 25px;
    white-space:nowrap;
    overflow:hidden;
    max-width: 350px;
    text-overflow: ellipsis;
}
.list-group-item a{
    color:#4a4a4a;
}
.list-group .new a{
    color:#ff2222;
    font-weight:bold;
}
/* 列表内容结束 */
.myFooter{
    margin-top:50px;
}
.myFooter .navbar-header{
    width:100%;
    font-size:12px;
    text-align:center;
    margin:0px;
}
/* 下拉列表 */
.dropdown-menu{
    max-height: 400px;
    overflow: scroll;
}
/* 修改原导航条样式 */
.navbar-fixed-bottom{
    top: auto;
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-fixed-bottom img,.navbar-fixed-bottom input{
    height:60px;
}
.navbar-fixed-toptop img{
    height:30px;
}
/*box-shadow: 0 -5px 10px #ccc;*/
.navbar-inverse{
    background-color: #0b8fff;
    border-color: #268abc;
}
.navul{
    list-style:none;
    margin:0 auto;
    padding:0;
    width:100%;
}
.navul li{
    float:left;
    text-align:center;
}
.navbar-fixed-bottom .navul li{
    width:16.6%;
}
.navbar-fixed-toptop .navul li{
    padding-top:8px;
    padding-bottom:8px;
}
.input-nav-search{
    border-radius: 12px;
    height:30px;
}
.navbar-inverse .navbar-nav>li>a{
    color:#ffffff;
}
.badge{
    position: absolute;
}
/* 隐藏底部菜单 */
.weixinHidden{
    display: none !important;
}
/* photowall */
.photowall .panel-body{
    padding:0px;
    padding-top:15px;
}
.photowall .imgitem .thumbnail {
    border: none;
    margin-bottom:0px;
}
.photowall .imgitem img {
    width: 100px;
    display: block;
}
.photowall .imgitem .caption h5 {
    text-align: center;
}
.mycontent .photowall .panel-heading {
    padding: 10px 15px;
}
/* photowall 222 */
.photowall .imgwall {
    border: none;
    box-shadow: none;
    text-align: center;
}
.photowall .imgwall .thumbnail span {
    display: none;
}
.photowall .imgwall .thumbnail span {
    display: block;
    position: absolute;
    bottom: 60px;
    color: #FFF;
    z-index: 10;
    height: 36px;
    line-height: 36px;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.photowall .imgitem1 .imgitem .thumbnail {
    display: inline-block;
}
.photowall .imgitem1 .imgitem img {
    width: 200px;
    height:300px;
}
.photowall .imgitem2 .imgitem .thumbnail {
    display: inline-block;
}
.photowall .imgitem2 .imgitem img {
    min-width: 150px;
    height:210px;
}

.photowall .imgitem3 .imgitem .thumbnail {
    display: inline-block;
}

.photowall .imgitem3 .imgitem img {
    width: 122px;
    height: 160px;
}

.shengpi {
    font-family: SimSun;
}