body{
    margin: 0;
    padding: 0;
    background-color: white;
}
.top{
    height: 4rem;
    background: white;
    position: fixed;
    width: 100%;
    top:0;
    z-index: 999;
    border-bottom: 1px solid #ccc;
}
.logo{
    left: 1rem;
    height: 3rem;
    width: 3rem;
    position: absolute;
    top: 0.5rem;
}
.slogen{
    background: url(/static/image/slogen.png) center top no-repeat;
    background-size: contain;
    width: 8rem;
    height: 2rem;
    float: left;
    margin: 1rem 0 0 4rem;
    overflow: hidden;
    position: relative;
}
.menu{
    background: url(/static/image/top_nav1.png) no-repeat;
    float: right;
    background-size: cover;
    background-position: 0 -100px;
    width: 5rem;
    height: 5rem;
    margin: 2.2rem;
}
.banner{
    margin-top: 4rem;
    position: relative;
    height: 17rem;
}
.banner img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.title span{
    float: right;
    font-size: 1rem;
    padding-right: 10px;
    color: darkgoldenrod;
}
.title{
    background: white;
    font-size: 1rem;
    padding: 0 1rem;
    border-left: 7px solid red;
}
.news{
    font-size: 1rem;
    list-style: none;
    line-height: 1.8rem;
    padding-right: 1.5rem;
    margin-left: -1rem;
}
.news li .new_title{
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-flex;
    color:#6b6a6a;
}
.news li img{
    width: 1.5rem;
    margin-bottom: 0.4rem;
    padding-right: 0.5rem;
}
.news .date{
    float: right;
    color:#6b6a6a;
}
.tip{
    position: fixed;
    left: 0;
    bottom: 8rem;
    width: 4rem;
}
.tip img{
    width: 100%;
}
.content-last{
    padding-bottom: 5rem !important;
    /*margin-top: 2rem;*/
    /*border-top: 1px solid #ccc;*/
    /*padding-top: 1rem;*/
}
#slideshow {
    position: relative;
    width: 22rem;
    height: 41rem;
    margin: 0 auto;
    background-color: #f3f3f3;
    margin-top: 1rem;
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.footer{
    width: 100%;
    height: 3rem;
    position: fixed;
    bottom: 0;
    background: linear-gradient(to bottom right, #f58686, #d70021, #f58686);
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
    display: flex;
}
.nav-btn{
    border-radius: 0;
    width: 33%;
    color: white;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid white;
    line-height: 2.8rem;
}
.nav-btn:last-child{
    border-right: none;
}
.info{
    background: #2e3337;
    color: white;
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 0.8rem;
    /*position: fixed;*/
    /*width: 100%;*/
    /*bottom: 0;*/
}

.info a{
    color:white;
}
.info p{
    margin-bottom: 0;
    font-size: 0.8rem;
    line-height: 1.5rem;
}