body{
    font-size:1.4rem;!important;
}
a {
    text-decoration: none!important;
}
a:hover {
    text-decoration: none!important;
}
ul {
    list-style: none;!important;
}
.top-footer ul li{
    color: #e2e2e2;
    margin-top: 13px;
    font-size: 1.6rem;
}
.navBackgroundColor{
    background-color: #d6141c;
}
.navbarMenu li{
    margin-top: 5px !important;
    padding: 0px !important;
    line-height: 60px;
}
.navbarMenu li a:hover{
    background-color: #f2f2f2;
    color: #d6141c;
    font-weight:bold;
}

.navbarMenu li a{
    display: block;
    width: 100%;
    height: inherit;
    text-align: center;
    font-size: 1.3em;
    color:#ffffff;
}

.menuMargin{

    font-size: 1.8rem;
    color: white;
}
#nav > li.current > a {
    background: #ac2925!important;
    color: #ffffff!important;
}
.top-footer {
    background-color: #d6141c;
    border-top: 1px solid #404040;
    padding: 30px 0 30px;
}
.slideShowCss{
    line-height: 350px;
}

.row .hideText{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 限制在一个块元素显示的文本的行数 */
    -webkit-box-orient: vertical; /* 垂直排列 */
    word-break: break-all;  /* 内容自动换行 */
    padding: auto;
}
.row .bgColor-red{
    background-color: #d6141c;
}
.notice{
    line-height: 38px;
    font-size: 1.6rem;
    color: white;
}
.notice .col-bgColor{
    background-color: #F5F5F5;
    line-height: 38px;
    font-size: 1.4rem;
}
.notice .noticeA{
    color: #151a24;
}
.notice .noticeA-button{
    color: white;
    font-size: 1.4rem;
    width: 100px;
    border: none;
    border-radius: 5px;
    text-align: center;

}
.row .news-digest{
    margin-top: 10px;
    font-size: 1.7rem;
}
.row .date-day-str{
    font-size: 3.0rem;
    color: #666666;
}
.row .date-year-str{
    font-size: 1.2rem;
    color: #666666;
}
.div-inline{
    display: inline;
}
.border-right{
    BORDER-RIGHT: #91a3b7 1px solid;
}
.news-title{
    color: #3d3d3d;
    font-size: 1.6rem;
}
.news-content{
    color: #666666;
    font-size: 1.4rem;
    margin-top: 10px;
}
.newsA{
    text-decoration:none;
}
a:hover, a:focus{
    color: #91a3b7;
}
.colClass a{
    color: #91a3b7;
}
.charityA{
    color: #91a3b7;
}
.charity-bg{
    background-image: url('/static/images/bg3.png') ;
}
.indexImgText1{
    position: relative;
    float: right;
    right: 15%;
    font-size: 2.7rem;
    top: 40%;
}
.indexImgText2{
    position: relative;
    float: right;
    top: 70%;
    right: -8%;
    font-size: 1.5rem;
}
.h1-title{
    color: #b5141c;
    border-bottom: #f2f2f2 1px solid;
    text-align: center;
}
.article-nav > li > a:hover, .article-nav > li > a:focus {
    text-decoration: none;
    background-color: #d6141c;
    color: white;
}

/* 文章列表模板 */
.article-titleA{
    color: #2d2d2d;
    font-size: 1.4rem;
    border-bottom: #f2f2f2 1px solid;
    text-decoration: none;
    text-align: center;
}
.article-img{
    width: 100px;
    height: 100px;
}
.article-title{
    color: #3d3d3d;
    font-size: 2rem;
}
.article-content{
    color: #91a3b7;
    font-size: 1.6rem;
    margin-top: 24px;
}
.article-row-margin{
    margin-top: 0px;
}
.tableCss{

}
.td-label{
    margin: 0 10px ;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
}

.file-drop-zone{
    margin: 0;
}