﻿.otherbanner {
    max-height: 2rem;
    min-height: 1rem;
}

    .otherbanner img {
        max-width: 7.5rem;
        max-height: 2rem;
    }

.headNav {
    padding: 0.1rem 0.2rem;
}

.location {
    padding: 0.2rem;
}

nav {
    width: 7.5rem;
    overflow: auto;
    background: #474951;
}

    nav .list {
        align-items: center;
        overflow: auto;
    }

        nav .list li {
            font-size: .3rem;
            color: #888;
            cursor: pointer;
            float: left;
            padding: 0.2rem;
        }

            nav .list li:not(:last-child) {
                border-right: 0.01rem solid #999;
            }

            nav .list li a {
                color: #FFF;
            }

            nav .list li.active {
                position: relative;
                font-size: .32rem;
                color: #FFF;
                font-weight: bold;
                background: #000;
            }

.detailsContent {
    padding: 0.2rem;
    overflow-x: hidden;
}

.new-list li {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 100%;
    padding: 0.2rem;
    border-bottom: 0.01rem solid #9a9a9a;
}

.new-list .newstitle {
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
    width: 20%; /* For old syntax, otherwise collapses. */
    -webkit-flex: 1; /* Chrome */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 0.5rem;
}

.new-list .newstime {
}

.rt-img li {
    float: left;
    width: 50%;
    padding: 0.2rem;
    box-sizing: border-box;
}

.rt-img:after {
    content: ".";
    clear: both;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
}

.rt-img-img {
    width: 3.33rem;
    height: 2.5rem;
    border: 0.01rem solid #9a9a9a;
    display: table;
}

    .rt-img-img a {
        display: table-cell;
        vertical-align: middle;
        max-width: 3.33rem;
        max-height: 3.33rem;
    }

    .rt-img-img img {
        margin: auto;
        display: block;
        width: 3.0rem;
        max-height: 2.35rem;
    }

.rt-img-title {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.newsheader {
    font-weight: bold;
    font-size: 0.36rem;
}
.gltdList li {
    list-style: none;
    width: 48%;
    display: inline-block;
    margin-bottom: 40px;
}

    .gltdList li img {
        height: 160px;
        width: 120px;
        display: block;
        margin: 15px auto;
    }

    .gltdList li p {
        width: 100%;
        text-align: center;
        font-weight: 900;
        font-size: 12px !important;
        line-height: 20px !important;
        margin-bottom: 0px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

.title {
    padding-top: .255rem;
    margin-bottom: .09rem;
    font-size: .32rem;
    color: #333;
    font-weight: bold;
}

.time {
    margin-bottom: .09rem;
    font-size: .24rem;
    color: #A2A2A2;
}

section img {
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.txt {
    font-size: .28rem;
    color: #656565;
}
