.strategyList-container {
    width: 100%;
    height: auto;
    background: #f8f8f8;
}


/* 文章tab */

.strategy-tab-wrapper {
    background: #ffffff;
    border: 1px solid #dcdcdc;
    box-shadow: 0 2px 8px 0 #f0f0f0;
    width: 100%;
    height: 48px;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}

.strategy-tab-menu {
    width: 167px;
    display: -webkit-flex;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #545454;
    text-align: center;
    cursor: pointer;
}

.strategy-tab-menu:hover {
    height: 47px;
    background: #f8f8f8;
}

.strategy-tab-curMenu {
    height: 47px;
    background: #f8f8f8;
}

.strategy-tab-curMenu .strategy-tab-title {
    color: #4a4a4a;
    text-align: center;
    font-weight: bold;
}

.strategy-tab-img {
    width: 24px;
    display: -webkit-flex;
    align-items: center;
}

.strategy-tab-img img {
    width: 100%;
    height: auto;
}

.strategy-tab-title {
    width: 70px;
}


/* 文章列表 */

.strategy-content {
    width: 1169px;
    height: auto;
    margin: 0 auto;
}

.strategy-content-topbar {
    width: 830px;
    float: right;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.strategy-search-content {
    padding: 35px 0;
    display: -webkit-flex;
    justify-content: flex-end;
}

.searchbox-wrapper {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    width: 158px;
    height: 22px;
    display: -webkit-box;
    overflow: hidden;
}

.searchbox-wrapper label {
    width: 16px;
    height: 16px;
    display: block;
    background: url("/img/search-icon.png") no-repeat;
    background-size: contain;
    margin: 2px 7px 8px;
}

.searchbox-wrapper input {
    width: 127px;
    height: 100%;
    border: none;
    outline: none;
    text-indent: 5px;
}

.searchInputBtn {
    cursor: pointer;
}


/* 左侧广告 */

.strategy-list-conetnt {
    width: 100%;
    display: -webkit-flex;
    justify-content: space-between;
    padding-bottom: 74px;
}

.left-advert-article {
    width: 280px;
    height: auto;
}

.advert-type {
    width: 280px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 4px;
}

.advert-img {
    width: 100%;
}

.advert-img a {
    display: block;
    border-radius: 4px;
    overflow: hidden;
}

.advert-img img {
    width: 100%;
    display: block;
}

.advert-pureGraph-type a {
    width: 100%;
    display: block;
}

.advert-pureGraph-type a img {
    width: 100%;
}

.advert-synopsis {
    width: 100%;
    font-size: 14px;
    color: #000000;
}

.advert-synopsis article {
    margin-top: 16px;
}

.advert-synopsis a {
    display: block;
    text-align: right;
    color: #4A90E2;
    margin-top: 5px;
}

.advert-synopsis a:hover {
    text-decoration: underline;
}


/* 热门文章 */

.article-list-wrapper {
    width: 100%;
    height: auto;
    /* background: #fff;
    border:1px solid #f0f0f0; */
    /* border-radius:4px; */
    overflow: hidden;
}

.article-list-wrapper h2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #545454;
    font-size: 20px;
    margin: 20px auto;
    font-weight: normal;
}

.article-content {
    height: auto;
    margin: 0 auto 20px;
    background: #fff;
    cursor: pointer;
}

.article-content:last-child {
    border-bottom: none;
    margin: 0 auto;
}

.article-content-img {
    width: 100%;
}

.article-content-img img {
    width: 100%;
}

.article-list-wrapper article {
    font-size: 14px;
    color: #000000;
    text-align: left;
    margin: 10px;
    padding-bottom: 10px;
}

.article-list-wrapper a {
    text-align: right;
    color: #4A90E2;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.article-list-wrapper a::after {
    content: "";
    width: 16px;
    height: 16px;
    background: url("/img/strategy-more.png") no-repeat center;
    background-size: contain;
    display: block;
}

.hot-article {
    width: 863px;
    margin: 30px auto;
}


/* 右侧文章列表 */

.right-article-list-wrpper {
    width: 849px;
    height: auto;
}

.article-detail {
    width: 849px;
    height: auto;
    background: #ffffff;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 14px;
    position: relative;
}

.featured-wrapper {
    width: 110px;
    height: auto;
    position: absolute;
    left: -15px;
    top: 18px;
}

.featured-wrapper img {
    width: 100%;
    height: auto;
}

.article-detail:hover {
    -moz-box-shadow: 2px 2px 20px rgba(216, 216, 216, .45), -2px -2px 20px rgba(216, 216, 216, .45);
    -webkit-box-shadow: 2px 2px 20px rgba(216, 216, 216, .45), -2px -2px 20px rgba(216, 216, 216, .45);
    box-shadow: 2px 2px 20px rgba(216, 216, 216, .45), -2px -2px 20px rgba(216, 216, 216, .45);
}

.article-detail:hover .articleList-detail-title {
    color: #ff9f00;
}

.article-detail-img {
    width: 100%;
    margin-bottom: 25px;
}

.article-detail-img img {
    width: 100%;
}

.article-detail-title-content {
    width: 643px;
    margin: 0 auto;
    padding-bottom: 12px;
    border-bottom: 1px solid #9b9b9b;
    display: -webkit-flex;
    justify-content: space-between;
    font-weight: bold;
}

.articleList-detail-title {
    font-size: 18px;
    color: #4a4a4a;
    text-align: left;
}

.article-detail-options {
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #9b9b9b;
}

.articleList-detail-date {
    margin-right: 16px;
}

.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;
}

.article-detail-views {
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
}

.article-detail-content {
    width: 643px;
    margin: 6px auto 0;
}

.article-detail-content article {
    width: 100%;
    font-size: 14px;
    color: #4a4a4a;
    text-align: left;
    margin-bottom: 20px;
}

.university-application-content {
    width: 100%;
    display: -webkit-box;
}

.article-characteristic-content {
    width: 75px;
    display: -webkit-box;
    margin: 0px 32px 19px 0!important;
}

.article-characteristic-content dd,
.article-characteristic-content dt {
    width: 100%;
    pointer-events: none;
}

.article-characteristic-content dd img,
.article-characteristic-content dt img {
    width: 100%;
}


/* 搜索结果 */

.search-result-wrapper {
    width: 100%;
    height: auto;
    display: none;
}

.search-result-back {
    width: 102px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #4a4a4a;
    margin: 40px 0 9px 87px;
    background: url("/img/left-arrow.png") no-repeat 15px center;
    background-size: 10px auto;
    cursor: pointer;
}

.search-result-back:hover {
    text-decoration: underline;
}

.search-result-title {
    width: 100%;
    font-size: 18px;
    color: #545454;
    text-align: center;
}

.search-result-search-wrapper {
    width: 210px;
    height: 32px;
    border: 1px solid #d8d8d8;
    border-radius: 2px;
    overflow: hidden;
    margin: 32px auto 26px;
    display: -webkit-flex;
    justify-content: space-between;
}

.search-result-search-wrapper label {
    width: 22px;
    height: 22px;
    display: block;
    background: url("/img/search-icon.png") no-repeat;
    background-size: contain;
    margin: 4px 10px 4px 10px;
    cursor: pointer;
}

.search-result-search-wrapper input {
    width: 150px;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    text-indent: 10px;
}

.search-result-sorry {
    width: 100%;
    font-size: 16px;
    color: #545454;
    text-align: center;
    margin-top: 26px;
}

.search-result-match {
    width: 100%;
    font-size: 16px;
    color: #545454;
    text-align: center;
    margin-top: 50px;
}

.search-result-spell {
    width: 100%;
    font-size: 16px;
    color: #545454;
    text-align: center;
    margin-top: 46px;
}

.search-result-view {
    width: 100%;
    font-size: 16px;
    color: #545454;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 82px!important;
}

.search-result-view span {
    font-weight: 700;
    font-size: 18px;
}

.search-result-recommend {
    width: 1144px;
    margin: 0 auto;
}

.search-result-recommend-title {
    width: 100%;
    font-size: 24px;
    color: #4a4a4a;
    text-align: center;
    margin: 108px 0 63px;
}

.search-result-recommend-content {
    width: 100%;
    display: -webkit-flex;
    justify-content: space-between;
}

.search-result-recommend-content dl {
    background: #f8f8f8;
    box-shadow: 0 2px 5px 0 #d8d8d8;
    width: 268px;
    height: 235px;
    -webkit-transition: all .2s ease-in-out;
    margin: 0 24px 71px 0!important;
}

.search-result-recommend-content dl:hover {
    -webkit-transform: scale(1.05)
}

.search-result-recommend-content dl:last-child {
    margin-right: 0;
}

.search-result-recommend-img {
    width: 268px;
    height: 173px;
}

.search-result-recommend-img img {
    width: 100%;
    height: 100%;
}

.search-result-recommend-theme {
    margin-top: 19px;
    font-size: 16px;
    color: #4a4a4a;
    text-align: center;
}

.searchCur {
    font-weight: 700;
    color: #d0021b!important;
}