.footer{
    background:#263b64;
    color:#fff;
    position: static;
    margin-top: 40px;
    padding: 20px 0;
}
.footer small{
    font-size: 80%;
}
.logo-right{
    display:inline-block;
}
.logo-right h3{
    font-weight: bold;
}
.nav-union{
    background: #263b64;
    margin-top:10px;
}
.nav-union li:hover{
    background-color:#017af7;
    -webkit-transition:all .5s ease-in;
    -moz-transition:all .5s ease-in;
    transition:all .5s ease-in;
}
.nav-union ul li{
    text-align: center;
}
.nav-union ul li a{
    display: inline-block;
    font-size:16px;
    color:#fff;
    line-height: 1.8;
}
.nav-union ul li a:hover{
    text-decoration: none;
    background: none;
}
.curr{
    background-color:#017af7;
}
.home{
    margin:100px 0 0;
}
.notice-style{
    color:#e4393c;
}
.friendship-link>ul>li>a{
    font-size: 14px;
    color: #000;
}
.carousel-inner{
    max-height: 500px; overflow: hidden;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img{
margin: auto;
}
.carousel-caption{
    background: rgba(0,0,0,.5);
    width: 100%;
    left:0;
    bottom: 0;
}
.homenews {position: relative;}
.homenews .info .fa{color: #3db0cc; margin-right:5px;}
.homenews .number { display: none;
   line-height: 1;
    font-weight: 700;
    position: absolute;
    font-size: 10.3125rem;
    font-family: Roboto,sans-serif;
    color: rgba(63,64,64,.02);
    margin: -6.25rem 0 0 -6.5rem;
}
.homenews .info{
    font-weight: bold;
    color:#2b4a8f;
}

.homenews ul,
.homenews li {list-style: none; margin:0; padding:0; line-height: 1.8; }
.newslist li {padding:5px 0; border-bottom: 1px solid #eee;  line-height: 1.3; overflow: hidden;}
.newslist li span{color:#ccc; font-size: 11px; display: inline-block; padding-top:5px;display: block;}
.newslist li a{
    color:#000;
}
#category {min-height: 600px;}
.sigletitle {padding:15px 0 0 15px;}
