.pipe-menu-list {
    display: block;
}

.img-content-wrap {
    height: 418px;
    background: url('../img/background-img.png') no-repeat center top;
}

.img-content {
    height: 418px;
    padding: 22px 0 0 223px;
    box-sizing: border-box;
}

.news-img-wrapper {
    width: 620px;
    height: 372px;
    overflow: hidden;
}

.unslider {
    position: relative;
    width: 620px;
    height: 372px;
    overflow: hidden;
}

.unslider img {
    width: 620px;
    height: 372px;
}

.unslider-nav {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    text-align: center;
}

.unslider-nav li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #bfbfbf;
    margin: 0 6px;
    font-size: 0;
}

.unslider-nav .unslider-active {
    background-color: #357fe8;
}

.index-ask-answer-wrap {
    width: 355px;
    height: 372px;
    background-color: rgba(255, 255, 255, 0.7);
}

.main-content-wrap {
    background-color: #fff;
}

.main-content-left {
    width: 836px;
    padding-top: 37px;
}

.main-content-right {
    width: 326px;
}

.main-content-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 27px;
}

.main-content-title-more {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    padding-top: 10px;
}

.box-link-wrap {
    font-size: 0;
    margin-bottom: 46px;
}

.box-link {
    display: inline-block;
    padding: 0 24px;
    border: 1px solid #357fe8;
    border-radius: 4px;
    height: 44px;
    line-height: 44px;
    color: #357fe8;
    font-size: 18px;
    margin-right: 11px;
}

.box-link:hover {
    border-color: #e8f2ff;
    background-color: #e8f2ff;
    color: #357fe8;
}

.box-link:first-child {}

.question-tab-wrap {
    height: 18px;
    margin-bottom: 12px;
    line-height: 18px;
    color: #333;
}

.question-tab {
    font-size: 18px;
}

.question-tab:hover,
.question-tab-active {
    color: #357fe8;
}

.main-content-right {
    width: 326px;
    padding-top: 37px;
}

.side-common-title {
    font-size: 24px;
    color: #333;
}

.announce-list {
    margin-bottom: 15px;
}

.announce-link {
    display: block;
    padding-left: 20px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url('../img/rect-dot.png') no-repeat left center;
    margin-bottom: 5px;
}

.side-img-ad {
    display: block;
    margin-bottom: 15px;
}

.side-img {
    width: 326px;
    height: 228px;
}

.news-list {
    margin-top: 15px;
}

.news-link {
    display: block;
    height: 40px;
    margin-bottom: 12px;
    background-color: #f5f4f4;
    font-size: 14px;
    color: #333;
    padding-left: 20px;
    line-height: 40px;
    border-left-style: solid;
    border-left-width: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-link:nth-child(odd) {
    border-left-color: #357fe8;
}

.news-link:nth-child(odd):hover {
    background-color: #357fe8;
    color: #fff;
}

.news-link:nth-child(even) {
    border-left-color: #ed6d00;
}

.news-link:nth-child(even):hover {
    background-color: #ed6d00;
    color: #fff;
}