.site-detail .site-detail-name {
    width: 96%;
    color: #000;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 20px auto 0;
}

.site-detail .site-detail-subtitle {
    width: 96%;
    color: #666;
    margin: 0 auto;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.site-detail .site-detail-content {
    width: 96%;
    margin: 20px auto 0;
    font-family: "宋体";
    font-size: 14px;
    color: #000;
    line-height: 32px;
    text-align: justify;
}

.site-detail .site-detail-content img {
    display: initial;
    max-width: 100% !important;
}

.site-detail .site-detail-infos {
    width: 96%;
    margin: 10px auto;
    text-align: center;
}

.site-detail .site-detail-infos span {
    color: #999;
    width: initial;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    margin-right: 10px;
}

.site-detail .site-detail-cover {
    display: block;
    width: 96%;
    margin: 0 auto;
}

.site-detail .site-detail-files {
    width: 96%;
    margin: 20px auto 0;
}

.site-detail .site-detail-files li {
    color: #999;
    text-indent: 2em;
    line-height: 30px;
    font-size: 14px;
}

.site-detail .site-detail-files li a {
    color: #999;
    margin-left: 5px;
}

.site-detail .site-detail-files li a:hover {
    color: #999;
    text-decoration: underline;
}

.site-detail-comments {
    width: 96%;
    margin: 20px auto 0;
}

.site-detail-comments-input {
    position: relative;
}

.site-detail-comments-inputbox {
    margin-right: 110px;
}

.site-detail-comments-input textarea {
    resize: none;
    padding: 10px 0 10px 10px;
    height: 60px;
    width: 100%;
    display: block;
    outline: none;
    border: 3px solid #f5f5f5;
    border-right: none;
}

.site-detail-comments-input textarea:focus, .site-detail-comments-input textarea:active {
    border: 3px solid #f0f0f0;
}

.site-detail-comments-inputbtn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 97px;
    height: 86px;
    background-color: #379be9;
    font-size: 16px;
    line-height: 86px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.site-detail-comments-inputbtn:hover {
    background-color: #328bd1;
}

.site-detail-comments-box {
}

.site-detail-comments-comms {
    position: relative;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.site-detail-comments-user {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}

.site-detail-comments-username {
    font-weight: 600;
    color: #379be9;
}

.site-detail-comments-time {
    color: #999;
    display: inline-block;
    margin-left: 12px;
}

.site-detail-comments-content {
    font-size: 14px;
    color: #4b4b4b;
    line-height: 24px;
    margin-top: 10px;
    word-wrap: break-word;
}

.site-detail-comments-morebtn {
    height: 40px;
    color: #adadad;
    font-size: 14px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
    background-color: #f5f5f5;
}

.site-detail-comments-morebtn:hover {
    color: #999;
    background-color: #f0f0f0;
}

.site-detail-comments-list {
    display: none;
}

.site-detail-comments-nums {
    font-size: 14px;
    padding: 10px 0;
}

.site-detail-comments-nums span {
    cursor: pointer;
    color: #379be9;
}
