/*
 * @Author: lminjuan 
 * @Date: 2022-01-12 10:40:48 
 * @Last Modified by: lminjuan
 * @Last Modified time: 2022-01-13 13:37:35
 */
.banner {
    height: 289px;
    background: url("../images/news/bg.jpg") center center no-repeat;
}
.main {
    padding-bottom: 60px;
    margin-bottom: 3px;
    background: #faf9f7 url("../images/business-guide/bg.png") 0 0 no-repeat;
}
.guide,
.guide-content {
    margin-top: 50px;
    /* height: 482px; */
    background-color: #fff;
}
.guide-content {
    width: 833px;
}
.guide {
    width: 334px;
}
.line {
    height: 3px;
    background-color: #e4e4e4;
}
.guide-wrap {
    margin: 0 63px 0 77px;
    width: 194px;
}

.guide-icon {
    display: block;
    margin-bottom: 28px;
    padding-left: 71px;
    width: 194px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fefefe;
    box-sizing: border-box;
}
.guide-wrap .guide-icon:nth-child(1) {
    margin-top: 29px;
    padding-left: 0;
    font-size: 24px;
    color: #232222;
    text-align: center;
    height: 42px;
    border-bottom: solid 2px #dda938;
    background: #fff url("../images/news/n1.png") 0 center no-repeat;
}
.guide-wrap .guide-icon:nth-child(2) {
    background: #e9cb8a url("../images/news/n2.png") 32px center no-repeat;
}
.guide-wrap .guide-icon:nth-child(3) {
    background: #e9cb8a url("../images/news/n3.png") 32px center no-repeat;
}
.guide-wrap .guide-icon:nth-child(n + 2):hover {
    background-color: #dda938;
}
.guide-content-wrap {
    width: 766px;
    margin: 0 auto;
}
.title {
    margin-top: 29px;
    height: 40px;
    border-bottom: solid 2px #dda938;
}
.title-text {
    padding-left: 40px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #232222;
    background: #fff url("../images/news/n1.png") 0 center no-repeat;
}
.title-icon {
    width: 13px;
    height: 40px;
    background: url("../images/business/t1.png") 0 center no-repeat;
}

/* 列表 */
.news-items {
    margin-top: 14px;
    margin-bottom: 4px;
    /* height: 405px; */
    overflow: hidden;
}
.news-items > li {
    position: relative;
    height: 44px;
    line-height: 44px;
    vertical-align: top;
    background: url("../images/business-guide/t2.png") 1px bottom no-repeat;
}
.news-items > li:before {
    position: absolute;
    content: "";
    left: 11px;
    top: 50%;
    margin-top: -2px;
    width: 6px;
    height: 6px;
    background-color: #e0e0e0;
    border-radius: 50%;
}

.news-items > li > a {
    padding-left: 37px;
    font-size: 16px;
    display: block;
    color: #333;
    margin-right: 150px;
}

.news-time {
    position: absolute;
    right: 16px;
    top: 0;
    font-size: 16px;
    color: #847e7e;
}

.news-items > li:hover a {
    color: #dda938;
}

.news-items > li:hover:before {
    background-color: #dda938;
}
/* ----- */
.guide-wrap .guide-icon.current {
    background-color: #dda938;
}