/*移动端*/
.header{
    position: relative;
    height: 130px;
}
.bglogo {
    height: 110px;
}
.bglogo a {
    display: inline-block;
    float: none;
    width: 100%;
}
.logo {
    width: 100%;
    height: 110px;
    background: url(../logo.png) no-repeat center center;
    background-size: contain;
}
.bglogo .school {
    width: 44px;
    height: 35px;
    background: rgb(79,46,41) url(../menu-icon.png) no-repeat center center;
    cursor: pointer;
    position: absolute;
    right: 10px;
    margin-top: -20px;
}
.nav {
    display: none;
    border-top: 1px solid rgb(153,155,158);
    border-left: 2px solid rgb(153,155,158);
    position: absolute;
    width: 160px;
    right: 0;
    background: rgb(79,46,41);
    z-index: 1000;
    top: 130px;
}
.nav .tab {
    padding: 5px 60px 5px 0;
    border-bottom: 2px solid rgb(153, 155, 158);
    float: left;
}
.nav li {
    text-indent: 10px;
}
.nav .tab a {
    font-size: 19px;
    font-weight: 400;
    color: white;
    letter-spacing: 3px;
    line-height: 35px;
}
.nav .downTab {
    display: none;
}
.nav .downTab li {
    text-indent: 20px;
}
.nav .tab .downTab a {
    font-size: 16px;
}

/*列表页*/
.bg img{
    width: 100%;
}
.center{
    width: 100%;
}
.main .center{
    width: 100%;
    padding: 0;
}
.chaNav{
    display: none;
}
.artList .list{
    float: none;
}
.artList .article{
    width: 100%;
    margin-left: 0;
}
.artList .articles{
    margin-left: 15px;
}
.artList .chaTitle{
    width: 100%;
}
.footer{
    height: 180px;
}
.footer .center{
    width: 100%;
}
.footer .center .fl{
    float: none;
}
.footer .center .fr{
    float: none;
}
.main img{
    width: 100%;
}
.message .date{
    margin-right: 0 !important;
}