body {
    background-color: rgb(250, 250, 250);
    background-size: cover;
    background-attachment: fixed;
}

.colTitle {
    font-family: 'Microsoft Yahei', Courier, monospace;
    font-size: 1.2rem;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background-color: #3286c5;
    border-bottom: 1px solid rgb(200, 200, 200);
}

.nav_ma {
    margin-left: 60px;
    font-size: 18px;
}

.more {
    font-family: 'Microsoft Yahei', Courier, monospace;
    font-size: 0.8rem;
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.more:hover {
    color: rgb(204, 8, 8);
    text-decoration: underline;
    line-height: 1.2rem;
}

.listItem {
    list-style: none;
    height: 1.9rem;
    line-height: 1.9rem;
}

.newsLink {
    color: rgb(55, 55, 55);
    text-decoration: none;
    width: calc(100% - 5rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;

}

.newsLink:hover {
    color: rgb(204, 8, 8);
    text-decoration: underline;
}

.pull-right {
    margin-top: 0.3rem;
}

div#links ul {
    width: 100%;
}

div#links ul li {
    margin-left: 2em;
    display: inline-block;
}

div#links ul li a {
    color: white;
}

div.carousel-caption a {
    color: white;
}