body {
    background-color: #fafafa !important;
}

.container {
    width: 1000px;
}

.breadcrumb {
    background-color: #fafafa;
    padding: 0;
    font-size: 12px;
    margin: 12px 0;
}


.base-infor ,.comment-detail{
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    padding: 20px 15px 35px 15px;
    border: 1px solid #C8C8C8;
}

.base-infor h4 {
    text-align: center;
    font-size: 18px;
    color: #bb0407;
}

.detail-content {
    height: auto;
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
    word-wrap: break-word;
    word-break: break-all;

}

/* .scroll{
	max-height:1000px;
} */
.base-infor h3 {
    text-align: center;
}

.base-infor label {
    font-weight: normal;
    margin-right: 30px;
}

.base-infor .form-group {
    border-bottom: 2px solid #bb0407;
    padding-bottom: 10px;
}

.base-infor .form-group a {
    cursor: pointer;
    text-decoration: none;
    color: black;
}

/* news-list */
.noclick {
    cursor: default !important;
}

.news-name {
    font-size: 16px;
    border-bottom: 2px solid #bb0407;
    padding-bottom: 5px;
}

.news {
    line-height: 20px;
    font-size: 14px;
    /* height: 530px; */
    overflow: hidden;
}

.news-list .content>ul>li,
.newsall-list .content>ul>li {
    display: block;
}

.news-list li a,
.newsall-list li a {
    color: #0D0D0D;
}

.news-list li a:hover,
.news-list li a:focus,
.newsall-list li a:hover {
    color: #bb0407;
}

.news-list p:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}

.newsall-list p:first-child {
    width: 80%;
}

/* comment */
.btn-default {
    border-radius: 18px;
}


.comment-detail ul li {
    border: 1px solid #ebeef3;
    border-radius: 10px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    display: block;
    cursor: pointer;
    line-height: 36px;
}

.comment-detail li img,
.reply img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.comment-detail .comment-img {
    padding: 20px 10px;
}

.comment-body,
.reply-body {
    margin: 10px 20px 0 70px;
}

.navigation ul li {
    display: inline !important;
}

.comment-detail h3 {
    height: 24px;
    padding-left: 10px;
    border-left: 4px solid #bb0407;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
}

#reply-text {
    resize: none;
    border: 2px solid #AEAEAE;
    border-radius: 5px;
    display: block;
    width: 96%;
    height: 120px;
    line-height: 24px;
    overflow: auto;
}

/*agree*/
.like {
    margin: 100px 0 50px;
}

.like .like-a {
    display: inline-block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    line-height: 64px;
    margin: 0 10px;
    cursor: pointer;
    border: 1px solid #bb0407;
    color: #bb0407;
}

.like .like-a .fa {
    font-size: 26px;
}

.like .like-a .text-a {
    line-height: 1;
    color: gray;
    margin-top: 15px;
}

/* .newsall{
    
    max-height: 355px !important;
} */
/****************************wechat分享******************************/
.wechat{
    width: 240px;
    height: 290px;
    overflow: initial;
    margin: auto;
    z-index: 1;
}
.wechat .modal-sm{
    width: 240px;
    margin: 0;
}
.wechat button.close{
    margin: 10px 10px 0 0;
}

#wechat-qrcode {
    border: 1px solid #eee;
    padding: 10px 5px;
    width: 240px;
    height: 260px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
}

#wechat-qrcode h4 {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: 800;
    color: #777;
}

#wechat-qrcode #qrcode img {
    width: 150px !important;
    height: 150px !important;
    margin: 10px auto;
}

#wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
}

#wechat-qrcode {
    display: block;
}

#content p{
	padding: 10px 0 20px;
    line-height: 190%;
    text-indent: 2em;
    text-align: justify;
    color: #2A2A2A;
}