.colTitle
{
    font-family: 'Microsoft Yahei', Courier, monospace;
    font-size: 1.2rem;
    font-weight: bold;
    color: #0a4991;
    border-bottom: 1px solid rgb(200,200,200);
}
.more
{
    font-family: 'Microsoft Yahei', Courier, monospace;
    font-size: 0.8rem;
    color: gray;
    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: #0a4991;
    text-decoration: none;
    width: calc(100% - 5rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;

}
.newsLink:hover
{
    color: #505050;
    text-decoration: underline;
}
.pull-right
{
    margin-top: 0.3rem;
}

.carousel-item img{
 
    max-height: 320px;
}
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;
}
div.carousel-caption a:hover{
    color:white;
}

