.main-wrap {
    position: relative;
    width: 1280px;
    margin: 100px auto 0 auto;
    /*background: url(../images/news/newsDetail.png) no-repeat;*/
    /*background-size: 100% 10%;*/
    padding: 51px 0 0 0;
}

main.w-base {
    margin: 51px auto;
    width: 1036px;
    padding: 0 53px;
    position: relative;
    background: linear-gradient(0deg, #F9F7F9 0%, #FFFFFF 100%);
    border-radius: 8px 8px 0px 0px;
    padding-bottom: 24px;
    font-family: Bahnschrift;
}

main.w-base .config {
    height: 70px;
    display: flex;
    align-items: center;
}

main.w-base .config .timer {
    height: 100%;
    position: relative;
}

.back {
    cursor: pointer;
    position: absolute;
    width: 100%;
    top: -70px;
    left: 53px;
    background: #fff;
    width: 155px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
}

.back img {
    margin-right: 18px;
}

main.w-base .config .timer .back img {
    width: 10px;
    height: 19px;
    margin-right: 18px;
}

main.w-base .config .timer .back span {
    font-size: 19px;
    /*font-family: GlowSansSC;*/
    /*font-weight: bold;*/
    color: #000000;
}

main.w-base .config .timer .time {
    height: 100%;
    width: 155px;
    background: #5c4882;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-family: Bahnschrift;
    font-weight: 400;
    color: #ffffff;
}

main.w-base .config .crumbs {
    margin-left: 34px;
    display: flex;
    align-items: center;
    font-size: 16px;
    /*font-family: GlowSansSC;*/
    font-weight: 400;
    color: #000000;
}

main.w-base .config .crumbs .line {
    margin: 0 5px;
}

main.w-base .config .crumbs a {
    /*font-family: GlowSansSC;*/
    color: #000000;
}

main.w-base .config .crumbs .active a,
main.w-base .config .crumbs a:hover {
    color: #5c4882;
}

main.w-base .content {
    margin-top: 48px;
    width: 100%;
}

.news-title {
    font-size: 26px;
    font-family: GlowSansSC;
    font-weight: bold;
    color: #000000;
    margin-top: 45px;
}