* {
    /* font-family: "Microsoft YaHei"; */
    letter-spacing: 1px;
}
body {
    letter-spacing: 1px;
}
img {
    width: 100%;
    height: auto;
}
.card {
    margin-bottom: 20px;
    border: none;
}
.card-header {
    font: 1.1rem;
    font-weight: bold;
    background: none;
    font-size:1.2rem;
    padding: 0.25rem;
    padding-left: 0;
    border-bottom: 2px solid #c2c2c2;
}
/* .card-body {
    padding: 0;
} */
#cnzz_stat_icon_1262783738 {
    display: none;
}
.desc {
    font-size: 0.85rem;
    height: 4rem;
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}
.footer {
    color: rgba(255,255,255,.75);
    padding-top: 3rem;
    margin-bottom: 0;
}
.footer a{
    font-size: 0.85rem;
    color: rgba(255,255,255,.75);
}
.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer ul ul {
    padding: 0;
    margin: 0;
}
.footer li {
    margin-bottom: 0.8rem;
}
.first a{
    font-size: 1rem;
    color: #fff;
}
.footer a:hover {
    color: #fff;
}
a {
    color: #333;
}
a:hover {
    text-decoration: none;
}
ul {
    margin:  0;
    padding:  0;
}
.content {
    line-height: 1.7rem;
    text-align: left;
}
.content p {
    margin: 20px 0;
    text-indent: 2rem;
}
.content p img {
    max-width: 80%;
    height: auto;
    vertical-align: middle;
    border-style: none;
    display: block;
    height: auto;
    margin: 20px auto;
    text-align: center;
}
#navbarSupportedContent ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: auto!important;
}
#navbarSupportedContent ul li {
    padding-right: 1.5rem;
}
#navbarSupportedContent ul li a {
    color: rgba(255,255,255,.5);
}
#navbarSupportedContent ul li a:hover {
    color: #fff;
}
#navbarSupportedContent ul li.active a {
    color: #fff;
}
.auth {
    color: rgba(255,255,255,.5);
}
.auth a {
    color: rgba(255,255,255,.5);
    font-size: 0.9em;
}
.auth a:hover {
    color: #fff;
}