﻿/*news-details*/
.job-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4% 0 1.833% 0;
}
.job-name p{
    color: #999;
    margin-top: 13px;
}
.job-name p em{
    margin-right: 30px;
    line-height: 175%;
}
.Knews em{
    width: 49%;
}
.Knews em:nth-of-type(2){
    float: right;
}
.Knews img{
    width: 100%;
}
.Knews p{
    line-height: 180%;
    margin-bottom: 2.33%;
}
.Knews{
    padding: 25px 0 12px 0;
}
.convert h4{
    margin-bottom: 5px;
}
.convert p{
    line-height: 180%;
}
.convert{
    padding-bottom: 5.25%;
}
.essay{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.25% 0 7.5% 0;
}
.essay-text{
    color: #999;
}
.essay-text p{
    line-height: 220%;
}
.essay-text a{
    color: #000;
}
.essay-return a{
    width: 166px;
    line-height: 46px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
}
.essay-return a img{
    margin-left: 18px;
    margin-top: -2px;
}


