.strategyList-detail-container{
    overflow: hidden;
    background: #f8f8f8;
}
.strategyList-detail-container video{
    width: 100%;
}
.article-detail-container{
    width: 100%;
    margin-top: 53px;

}
.article-detail-Identification{
    width: 974px;
    margin: 0 auto 44px;
    background:#ffffff;
    border:1px solid #f0f0f0;
    border-radius:11px;
    padding: 47px 91px;
}
.university-application-content{
    width: 100%;
    display: -webkit-box;
}
.article-characteristic-content{
    width: 85px;
    display: -webkit-box;
    margin: 0 14px 19px 0!important;
}
.article-characteristic-content img{
    width: 100%;
}
.article-detail-header{
    width: 100%;
    padding: 26px 0 0 0;
    display: -webkit-flex;
    justify-content: space-between;
}
.article-detail-title{
    font-size:30px;
    line-height: 34px;
    color:#4a4a4a;
    text-align:left;
    font-weight: bold;
}
.article-detail-other{
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #9b9b9b;
}
.article-detail-date{
    margin-right: 31px;
}
.article-detail-views{
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}
.article-detail-views-icon{
    width: 15px;
    height: 10px;
    display: block;
    background: url("/img/view-number.png") no-repeat left center;
    background-size: contain;
    margin-right: 4px;
}
.all-article-detail-content{
    width: 790px;
    margin-top: 44px;
    word-wrap:break-word;
}
.all-article-detail-content p{
    font-size:16px;
    color:#4a4a4a;
    text-align:justify;
}
.all-article-detail-content table{
    width: 100%;
}
/* 推荐 */
.search-detail-result-recommend{
    width: 1144px;
    margin: 0 auto;
}
.search-detail-result-recommend-title{
    width: 100%;
    font-size:24px;
    color:#4a4a4a;
    text-align:center;
    margin:  0 auto 63px;
}
.search-detail-result-recommend-content{
    width: 100%;
    display: -webkit-flex;
    justify-content: space-between;
}
.search-detail-result-recommend-content dl{
    background:#f8f8f8;
    box-shadow:0 2px 5px 0 #d8d8d8;
    width:268px;
    height:235px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    margin:0 24px 71px 0!important;
}
.search-detail-result-recommend-content dl:hover{
    -webkit-transform: scale(1.05)
}
.search-detail-result-recommend-content dl:last-child{
    margin-right: 0;
}
.search-detail-result-recommend-img{
    width: 268px;
    height: 173px;
    overflow: hidden;
}
.search-detail-result-recommend-img img{
    width: 100%;
    object-fit: cover;
}
.search-detail-result-recommend-theme{
    margin-top: 19px;
    font-size:16px;
    color:#4a4a4a;
    text-align:center;
}
/*购物车iframe*/
.shoppingIframe{
    width: 512px;
    height: 124px;
}
/*
    Add editor style weights
*/
.all-article-detail-content u{
    text-decoration: underline!important;
}
.all-article-detail-content ul{
    list-style-type: disc!important;
    list-style: disc!important;
}
.all-article-detail-content ol{
    list-style: decimal!important;
}
.all-article-detail-content ul li{
    list-style-type: disc!important;
    list-style: disc!important;
}
.all-article-detail-content ol li{
    list-style: decimal!important;
}
.all-article-detail-content{
    vertical-align: sub!important;
}