
.container{
    margin-bottom: 20px;
}
.d-companyRow{
    align-items:center;
}
.d-leftContainer {
    padding: 0 !important;
}
.companyImg {
    width: 40em;
    height: 22.5em;
}
.introduction {
    display: flex;
    justify-content: center;
    flex-direction: column;
/*    height: 30em;*/
}
.introduction h4{
    margin-bottom: 1em;
    font-size: 2.6em;
    font-weight: bold;
    color: #333333;
}
    .introduction p {
        line-height: 2.5em;
        font-weight: 400;
        color: #4D4F53;
        margin-bottom: 0 !important;
        font-size: 1.8em;
    }
.d-recommendContainer {
    padding-right: 0 !important;
}

.d-recommend {
    height: 100%;
    border: 1px solid #b7e4f9;
    border-radius: 0.2rem;
    padding: 1.2rem;
    position:relative
}
.recommendTitle{
    display: flex;
    justify-content: start;
}
.icon-lingxing{
    color: #0ba4e8;
}
.itemTitle{
    color: #63636b;
    font-weight: bold;
    margin-left:0.2rem;
}
.recommend-list {
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    &::-webkit-scrollbar { /* WebKit */  
        display: none;  
    }   
}
.recommend-list li {
    padding-bottom: 0.9rem;
    padding-top: 0.9rem;
    border-bottom: 1px dashed #dcdcdc !important;
    justify-content: center;
    flex-direction: column;
}

.recommend-list li a {
    flex-direction: column;
}

.recommend-list li:last-child {
    border: 0 !important;
}

.recommend-list li p {
    margin-top: 0.5rem;
    margin-bottom: 0 !important;
    color:#63636b;
    font-size:1rem;
}

.recommend-list li p:hover {
    text-decoration: none;
    color:#0ca5e8;
}
.recommendBlur {
    position: absolute;
    bottom: 2rem;
    width: 95%;
    left: 0rem;
    height: 4rem;
    background-color: #ffffff;
    filter: blur(10px);
}
.d-contentContainer {
    padding: 2rem 1rem;
    border: 1px solid #b7e4f9;
    border-radius: 0.2rem;
    box-sizing: border-box;
    min-height:30rem;
}
.d-brief{
    padding: 2rem;
}

.pre-next {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1rem;
}
.a-next{
    justify-content:end;
}
.pre-next a {
    overflow: hidden;
    display: flex;
    color: #666666;
    width: 48%;
    text-align: end
}

.pre-next a div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pre-next a:hover {
    color: #0ca5e8;
}

