.main{min-height:600px; height:100%  !important; height: 100%; /*IE6不识别min-height*/ margin:0 auto; margin-bottom: 20px; width: 1180px;}
.wrap{}
/* 左边开始 */
.main-left {
    float: left;
    width: 23%;
}
.icon-format-doc, .icon-format-docx {
    background-position: -27px -2px;
}
.icon-format {
    width: 22px;
    height: 22px;
    background-image: url(/static/images/format.png?v=20210325);
    display: inline-block;
}
.question-header {
    width: 100%;
    background: #ffffff;

    padding: 30px;
   
}

.question-header h1 {
    font-size: 24px;
    font-family: "pingFangBold";
    color: #333;
    text-align: justify;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
    text-align: center;
}

.question-header h1 img {
    position: absolute;
    top: -3px;
    left: -36px;
    width: 51px;
}

.info {
    margin-top: 20px;
    margin-left: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.info li {
    float: left;
    padding: 0 10px;
    position: relative;
    height: 30px;
    color: #999;
    vertical-align: bottom;


}

.info li i {
    vertical-align: bottom;
}

.info li .img {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: -4px;
    left: 28px;


}


.info li span img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.question-header p {
    padding: 20px;
    color: #333;
    text-align: justify;
    line-height: 22px;

}


.operation {
    text-align: left;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 0 0 10px;
}

.operation span {
    color: #999;
    margin-right: 20px;
    border-radius: 2px;
    display: inline-block;
    text-align: center;
    background: #f1f1f1;
    padding: .2em .6em;
    margin: .5em .2em 0 0;
}

.btn {
    display: inline-block;
    width: 100px;
    height: 28px;
    background-color: #8dd9b8;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

/* 问题头部详情结束 */

/* 问题回答开始*/
.post {
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    margin-top: 20px;
    padding: 30px;
}

.post .panel-heading {
    text-align: left;

}

.post .panel-title {
    font-size: 16px;

}

.answer {
    margin-top: 30px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 30px;

}

.answer-header {
    height: 50px;
}

.answer-header li {
    float: left;
    text-align: left;
    position: relative;
    padding-left: 60px;
    height: 100%;
    line-height: 17px;


}

.answer-header .time {
    float: right;
    color: #777;
    font-size: 12px;


}

.answer-header .img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: -4px;
    left: 10px;


}

.answer-header ul li {
    font-size: 14px;
}

.answer-header ul li span img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;

}

.nick-name {
    font-weight: 700;
    color: #1a1a1a;
}

.digest {
    color: #777;
    font-size: 12px;
}

.content p {
    background: #F9FAFD;
    padding: 20px;
    font-size: 14px;
    color: #333;
    text-align: justify;
    line-height: 30px;
    color: #666;
}

.answer .operation .btn {
    height: 28px;
    padding-left: 10px;
    line-height: 28px;
    padding-right: 10px;
    border-radius: 3px;
    color: #0084FF;
    background: rgba(0, 132, 255, 0.1);
    border-color: transparent;
    width: 50px;
}

.answer .operation .reply {
    font-size: 12px;
    color: #777;
    margin-left: 10px;
}

/* 问题回答结束 */


/* 热门文档开始 */
.hot-data {
    width: 100%;
    background: #ffffff;
    border-radius: 12px;
    margin-top: 20px;
    padding: 30px;
}
.title2 {
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    background-color: #f5f9f9;
    border-radius: 10px;
    text-align: left;
}
.title2 i{
    width: 8px;
    background-color: #e8b856;
    margin: 11px 0 0 -20px;
    border-radius: 10px;
}
.hot-data li{
    display: inline-block;
    width: 48%;
    height: 30px;
    margin-top: 10px;
    text-align: left;
    position: relative;
    padding-right: 0 10px  0 10px;

}
.hot-data li a{
    display: inline-block;
    width: 60%;

}
.hot-data li .time{
    float: right;
    color: #777;
    font-size: 12px;
}
/* 热门文档结束 */


/* 推荐资讯开始 */
.recommend-news{
    height: 100%;
    background: #ffffff;
    border-radius: 12px;
    width: 100%;
    padding: 30px;
    margin-top: 20px;

}

.recommend-news li a{
    display: inline-block;
    width: 100%;
    padding:  20px 0 ;
    text-align: left;
    white-space: normal;



}
.recommend-news li>a>div:nth-of-type(2){
    width: 79%;

}
.recommend-news li .img{
    width: 150px;
    height: 90px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 10px;

}

.recommend-news li .digest{
    display: block;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.recommend-news li .tabels p{
    float: left;
    font-size: 13px;
    color: #999;
    max-width: 200px;
}
.recommend-news li .tabels p:nth-of-type(1):before {
    content: "";
    margin: 0;
}
.recommend-news li .tabels p:before {
    content: "|";
    margin: 0 20px;
}
.title{
    font-size: 18px;
    font-family: "pingFangBold";
    color: #333;
    padding-bottom: 10px;
}
/* 推荐资讯结束 */

/* 左边结束 */


/* 右边开始 */

/* 问题关于作者开始 */
.main-right {
    float: right;
    width: 75%;
}


.panel-heading {
    font-size: 16px;
    padding: 10px;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;

}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
    font-weight: bold;
}

.author-header {
    padding: 15px;
    width: 100%;
    height: 64px;
    line-height: 32px;
    text-align: left;

}

.min-avatar {
    width: 24px;
    height: 24px;
    border-radius: 40px !important;
    float: left;

}

.min-avatar img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;

}

.avatar {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    float: left;


}

.avatar img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;

}

/* 问题关于作者结束 */
/* 最近下载开始*/
.new-download{
    height: 100%;
    background: #ffffff;
    padding:  0 20px;
    text-align: left;
}
.new-download ul{
    padding: 10px;
}
.new-download li  {

    padding: 0px 10px;
    margin-bottom: 20px;
}
.new-download li :hover {
    background-color:#e6ecf1 ;

}

.selected{
    background-color:#e6ecf1 !important;
}
.icon{
    width: 30px;
    margin: 0 10px 0 0;
    float: left;
    vertical-align:middle;
}
.new-download li a {
    display: block;
    height: 32px;line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    padding: 10px 0;
}
/* 最近下载结束 */

/* 相关问题开始 */
.related-question {
    border-radius: 13px;
    height: 445px;
    background: #ffffff;
    margin-top: 20px;
}

.ask-title {
    font-size: 16px;
    text-align: left;
    padding-left: 10px;
}

.line-green {
    float: left;
    width: 4px;
    height: 18px;
    background-color: #53b1be;
    margin: 3px 0 0 -20px;
}

.related-question li {
    height: 60px;
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #f5f5f5;
}

.related-question .img {
    float: left;
    margin-right: 5px;
    width: 100px;
    height: 65px;
    border-radius: 4px;
    overflow: hidden;
}

.ask {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.related-answer {
    word-break: break-all;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* 不让文本换行 */
    position: relative;


}

.related-answer .img {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    top: -4px;
    left: -20px;


}


.related-answer span img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.default-color {
    color: #00b882 !important;
}


/* 相关问题结束 */
/* 最新问题开始 */
.new-question {
    margin-top: 20px;
    border-radius: 13px;
    height: 445px;
    background: #ffffff;
}

.new-question li {
    height: 60px;
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #f5f5f5;
}
/* 最新问题结束 */
/* 右边结束 */