ul {
    list-style: none;
}

.navbar-nav > li > a {
    color: #fff !important;
}

.navbar-nav > li > a:hover {
    color: #1058a2 !important;
    background: #fff !important;
}

.navbar-toggle .icon-bar {
    background-color: #fff !important;
}

.navbar-toggle .glyphicon-chevron-down {
    color: #fff !important;
}

.navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ddd;
}

.navbar-toggle {
    border-color: #fff;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    height: 100px;
}

.navbar {
    margin-bottom: 0;
}

.IFList {
    width: 100%;
    padding: 0 0 0 4px;
    min-height: 430px;
    margin-bottom: 10px;
}

.IFList li {
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    margin-bottom: 2px;
    border-bottom: 1px dashed #999;
}

.IFList li a {
    color: #666;
    font-size: 16px;
    font-weight: bold;
}

.IFList li span {
    float: right;
    color: #777;
}


#IFDetail {
    margin-bottom: 10px;
    min-height: 430px;
}

#IFDetail img {
    max-width: 100%;
}

#Title {
    width: 100%;
    font-size: 140%;
    text-align: center;
}

#FillTime {
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #777;
    margin-bottom: 30px;
}

.beian {
    color: white;
}

.beian:hover {
    color: white;
}

.beian img {
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
    margin-right: 2px;
}

.beian p {
    width: auto;
    height: 40px;
    display: inline;
}