@import"common.css";
@import"right.css";

.subject{
    width: 1239px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-bottom: 38px;
}
.subject>main{
    width: 875px;
    height: auto;
}
.subject>.main>.content{
    width: 822px;
    height: auto;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;

    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.subject>.main>.content>.title{
    width: 100%;
    height: auto;
    font-size: 24px;
    font-family: microsoft yahei;
    font-weight: 600;
    color: #333333;
    line-height: 40px;
    text-align: center;
}
.subject>.main>.content>.adddate{
    width: 100%;
    height: 14px;
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    overflow: hidden;
    margin-top: 19px;
    text-align: center;
}
.subject>.main>.content>.hr{
    width: 100%;
    height: 1px;
    background: #efefef;
    margin-top: 18px;
}
.subject>.main>.content>.body{
    width: auto;
    height: auto;
    font-size: 16px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: justify;
    margin-top: 18px;
}
.subject>.main>.content>.body *{
    font-size: 16px;
    font-family: microsoft yahei;
    color: #666666;
}
.subject>.main>.content>.body p{
    width: auto;
    height: auto;
    font-size: 16px !important;
    font-family: microsoft yahei;
    color: #333333 !important;
    line-height: 1.667em !important;
    text-align: justify;
    margin-top: 20px !important; 
    margin-bottom: 20px !important;
}
.subject>.main>.content>.body>p:nth-child(1){
    margin-top: 0 !important;
}

.subject>.main>.content>.body img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    
}
.subject>.main>.page{
    width: 875px;
    height: auto;
    
    margin-top: 20px;
}
.subject>.main>.page>div{
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.subject>.main>.page>div>a{
    display: inline-block;
    width: 750px;
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.subject>.main>.page>div>span{
    display: inline-block;
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
}
.subject>.main>.page>div>a:hover{
    color: #f5a43b;
}


.subject>.main>.content>.tags{
    width: 100%;
    height: 28px;
    background: #ffffff;
    /* padding-left: 21px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    color: #858181;
    font-weight: bold;
}
.subject>.main>.content>.tags>a{
    display: inline-block;
    width: auto;
    height: 26px;
    background: #ffffff;
    border: 1px solid #ff9f22;
    font-size: 14px;
    font-family: microsoft yahei;
    font-weight: 400;
    color: #ff9f22;
    line-height: 26px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 21px;
}
.subject>.main>.content>.tags>a:hover{
    background: #ff9f22;
    color: #ffffff;
}