.header-space{
    height:80px;
}
.section-title{
    text-align: left;
}
.selection-title{
    font-size:30px;
}
.selection-description{
    font-size: 16px;
    color:#797979;
    margin-top:30px;
}
.selection-description a{
    color:#797979;
}

body .navbar{
    background: #3082fe!important;
}
body.fixed-header .scrolling-header .navbar .navbar-nav li a{
    color:#fff;
}
.btn.btn-primary{
    background: #fff;
    color:#3082fe;
}
.btn.btn-primary:hover{
    background: #fff;
    color:#3082fe;
}
body.fixed-header .scrolling-header .navbar .btn.btn-primary-warning{
    border:1px solid #fff;
    color:#fff;
}
body{
    background: #F6FAFF;
}

.article-keyword{
    margin-top:30px;
    font-size:16px;
    color:#3082FE;
}
.article-keyword span{

    background: rgba(255, 255, 255, 0);
    border: 1px solid #3082FE;
    border-radius: 17px;
    padding:4px 18px;
    margin-right:7px;
}
#article-content{
    background: #FFFFFF;
    border-radius: 10px;
    width: 100%;
    padding:30px;
    max-width:950px;
}
#article-content img{
    object-fit: contain;
}
.article-content{
    display: flex;
    flex-direction: column;
}
.article-nav{
    color:#797979;
    margin-top:30px;
    display: flex;
    justify-content: space-between;
}
.article-nav a{
    color:#797979;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-item{
    margin-top:14px;
    font-size: 14px;
    font-weight: 450;
    display: flex;
    align-items: center;
}
.item-text {
    margin-left: 12px;
    display: flex;
    align-items: center;
    line-height: 24px;
    max-height:45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.recommend_title{
    font-size:16px;
    font-weight: bold;
    border-bottom:1px solid #F1F3F6;
    padding-bottom:13px;
}
@media screen and (max-width: 1000px) {
    .recommend_article{
        display: none;
    }
}
.recommend_article{
    background: #FFFFFF;
    border-radius: 10px;
    margin-left:10px;
    padding:12px;
    max-width:324px;
    height:min-content;
}
a{
    color:#000;
    text-decoration:none;
}
.content-container{
    display: flex;
    flex:1;
    flex-direction: row;
}
.article-img{
    min-width:124px;
    max-height:58px;
    border-radius: 4px;
    object-fit: cover;
}
strong{
    font-weight: bold;
}
em{
    color:#000;
}
p{
    line-height:1.45;
    color: unset;
    font-size: unset;
}
img {
    /*width: auto;*/
    /*height: auto;*/
    float: unset!important;
}
.dropdown-menu a{
    color: #000000 !important;
}

.detail-line{
    margin-left: 15px;
    margin-right: 15px;
}
