.banner {
    height: 289px;
    background: url("../images/transaction/banner.jpg") center center no-repeat;
}
.main {
    /* overflow: hidden; */
    padding-bottom: 60px;
    margin-bottom: 3px;
    background: #faf9f7 url("../images/business-guide/bg.png") 0 0 no-repeat;
}
.line {
    height: 3px;
    background-color: #e4e4e4;
}
.title {
    margin-top: 68px;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.title-info {
    margin-top: 40px;
    text-align: center;
}
.title-list {
    display: inline-block;
    font-size: 24px;
    color: #95989a;
}
.visitor {
    margin: 0 165px 0 140px;
}
.title-list .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
}
.title-list .icon:nth-child(1) {
    background: url("../images/transaction/t1.png") 0 0 no-repeat;
}
.title-list .icon:nth-child(2) {
    background: url("../images/transaction/t2.png") 0 0 no-repeat;
}
.title-list .icon:nth-child(3) {
    background: url("../images/transaction/t3.png") 0 0 no-repeat;
}
.title-line {
    margin-top: 32px;
    height: 18px;
    background: url("../images/transaction/t4.png") 0 0 no-repeat;
}
.transaction-tab {
    margin-top: 16px;
}
.transaction-hd {
    height: 61px;
    box-sizing: border-box;
    border-bottom: 4px solid rgba(165, 142, 93, 0.2);
    background-image: -moz-linear-gradient(90deg, rgba(223, 177, 95, 0.2) 0%, rgba(255, 221, 162, 0.2) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(223, 177, 95, 0.2) 0%, rgba(255, 221, 162, 0.2) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(223, 177, 95, 0.2) 0%, rgba(255, 221, 162, 0.2) 100%);
}
.transaction-title {
    height: 61px;
    line-height: 61px;
    width: 240px;
    text-align: center;
    font-size: 22px;
    color: #313131;
    cursor: pointer;
}
.transaction-title.active {
    font-size: 26px;
    color: #fff;
    background-image: -moz-linear-gradient(90deg, rgba(223, 177, 95, 0.9) 0%, rgb(255, 221, 162) 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(223, 177, 95, 0.9) 0%, rgb(255, 221, 162) 100%);
    background-image: -ms-linear-gradient(90deg, rgba(223, 177, 95, 0.9) 0%, rgb(255, 221, 162) 100%);
}
.bdl-content {
    overflow: hidden;
    margin-top: 20px;
    /* min-height: 1225px; */
    background-color: #fff;
}
.picture {
    margin: 0 auto;
    margin-top: 22px;
    width: 1181px;
    height: 1064px;
    background: url("../images/transaction/t5.jpg") 0 0 no-repeat;
}
.enclosure {
    margin: 0 auto;
    width: 1136px;
    margin-top: 29px;
    height: 79px;
    line-height: 79px;
    padding-left: 49px;
    box-sizing: border-box;
    font-size: 24px;
    color: #393939;
    background: url("../images/transaction/t6.png") 0 0 no-repeat;
    cursor: pointer;
}
.enclosure a{
	font-size: 24px;
    color: #393939;
}

.article-content { 
    margin-top: 15px;  
	margin-bottom: 15px;
    max-width: 1150px; 
    padding-left: 25px;
}