/*
 * @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/new/trend.png") 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: 21px;
    font-size: 21px;
    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/business/g1.png") 0 center no-repeat;
}
.title-icon {
    /* width: 13px; */
    /* height: 40px; */
    /* background: url("../images/business/t1.png") 0 center no-repeat; */
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #232222;
}

/* 列表 */
.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;
}



/* 表格 */
.data {
    margin: 0 auto;
    margin-top: 10px;
    border-collapse: collapse;
    table-layout: fixed;
    width: 800px;
}
.data th {
    height: 51px;
}

.data td {
    height: 50px;
	font-size:14px !important;
}
.data td,
.data th {
    /* border: 1px solid rgb(211, 211, 209); */
    text-align: center;
    box-sizing: border-box;
}
.data th {
    text-align: center;
    background-color: #e9ecf0;
    font-size: 20px;
    color: #000000;
}
.view-details {
    display: inline-block;
    width: 70px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    background-color: rgb(233, 203, 138);
    border-radius: 16px;
    font-size: 12px;
    color: #fff;
}
.view-details:hover {
    background-color: rgb(221, 169, 56);
}
.transaction-bdl {
    position: relative;
}
.transaction-more {
    display: block;
    position: absolute;
    right: 19px;
    top: -52px;
    width: 65px;
    height: 26px;
    line-height: 26px;
    box-sizing: border-box;
    background: url("../images/transaction1.png") 40px 7px no-repeat;
    font-size: 18px;
    color: #000;
}
.second,
.first-side {
    font-size: 16px;
    color: #000;
}
.three,
.four {
    font-size: 18px;
    color: #000;
}
.tr-wrap {
    border: 0;
    height: 800px;
    width: 100%;
}
.pager-wrap {
    margin: 0 auto;
    width: 800px;
    height: 73px;
    overflow: hidden;
    /* border: 1px solid rgb(211, 211, 209); */
    border-top: 0;
    box-sizing: border-box;
}
.pager {
    font-size: 14px;
    color: #5c5c5c;
}
.m-pagination-page > li > a {
    height: 30px;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #d9d9d9;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    text-decoration: none;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 14px;
    color: #5c5c5c;
}
.m-pagination-page > li.active > a {
    color: #e7a838;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #e7a838;
}
.first-th {
    width: 163px;
}
.three-th {
    width: 190px;
}
.four-th {
    width: 130px;
}
.five-th {
    width: 78px;
}
.content {
    display: inline-block;
    width: 350px;
}
.second{
	text-align: left !important;
}
.second a{ 
    color: #000;
}