.qzqg-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}
.qzqg-box {
    border: 2px solid #0000000d;
}
.qzqg-box .qzqg-title {
    background-color: #ececec;
    padding: 6px 12px;
}
.qzqg-box .qzqg-title div{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #0000000d;
}
.qzqg-box .qzqg-title a{
    font-size: 14px;
    color: #999;
}
.qzqg-box .qzqg-list {
    height: 170px;
}
.qzqg-box .qzqg-list li{
    padding: 8px 12px;
}
.qzqg-box .qzqg-list ul li:nth-child(2n) {
    background-color: #ececec;
}
.qzqg-box .qzqg-list-item {
    display: grid;
    grid-template-columns: 1fr 1.4fr 3fr;
    gap: 8px;
    font-size: 14px;
}
.qzqg-box .qzqg-list-item p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.czcs-box .czcs-title {
    border-bottom: 2px solid #0000000d;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.czcs-box .czcs-title div {
    font-size: 20px;
    font-weight: bold;
}
.czcs-box .czcs-title a {
    font-size: 14px;
    color: #999;
}
.czcs-box ul {
    min-height: 200px;
}
.czcs-box ul li{
    margin-bottom: 10px;
}
.czcs-box ul li a{
    gap: 10px;
}
.czcs-box ul li:hover img{
    transform: scale(1.1);
}
.czcs-box ul li:hover .czcs-item-title{
    color: #026dd9;
}
.czcs-box ul li .czcs-item-title{
    transition: all .2s;
}
.czcs-box .czcs-img {
    width: 192px;
    height: 128px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.czcs-box .czcs-img .czcs-tips{
    position: absolute;
    right: 4px;
    bottom: 4px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 12px;
    padding: 1px 7px;
    border-radius: 3px;
}
.czcs-box .czcs-img .czcs-tuijian{
    width: 0;
    height: 0;
    border: 0 solid transparent;
    border-right: 44px solid transparent;
    border-left: 0px solid transparent;
    border-top: 44px solid red;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
}
.czcs-box .czcs-img .czcs-tuijian::after{
    content: "推荐";
    width: 30px;
    display: block;
    position: absolute;
    top: -38px;
    left: -1px;
    text-align: center;
    transform: rotate(315deg);
    font-size: 10px;
    font-weight: 700;
}
.czcs-box .czcs-img img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.czcs-box .czcs-content {
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.czcs-box .czcs-content .czcs-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 11px;
    height: 50px;
    overflow: auto;
}
.czcs-box .czcs-content .czcs-tags p{
    color: rgb(92, 162, 167);
    background-color: rgba(92, 162, 167, 0.3);
    padding: 2px 8px;
    width: fit-content;
    height: fit-content;
    border-radius: 2px;
    margin-left: 8px;
}

.broker {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}
.broker a{
    display: flex;
    border: 1px solid #0003;
}
.broker-avatar {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
}
.broker a .broker-info{
    padding: 10px 20px;
}
.broker a .broker-info p:nth-child(1){
    font-size: 20px;
    margin-bottom: 8px;
}
.broker a .broker-info p:nth-child(3){
    color: #0009;
    margin-top: 14px;
}
.brokerDetail-info {
    gap: 20px;
    max-width: 560px;
}
.brokerDetail-info .broker-img {
    width: 144px;
    height: 144px;
}



.fabu-info {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-content: space-between;
    padding: 28px 16px;
    box-sizing: border-box;
    gap: 10px;
}
.fabu-info .fabu-info-btn {
    background-color: rgb(15, 153, 109);
    font-size: 18px;
    line-height: 28px;
    padding: 10px 0;
    width: 100%;
    height: fit-content;
    display: block;
    text-align: center;
    border-radius: 6px;
    color: #fff;
}

.main-right {
    border: 1px solid #0003;
}
.main-right .main-right-title {
    padding: 6px 12px;
    border-bottom: 1px solid #0003;
}
.main-right .main-right-title div{
    font-size: 20px;
    font-weight: bold;
}
.main-right .main-right-title a{
    color: #999;
    font-size: 14px;
}

.index-news-list1 {
    width: 100%;
    height: 170px;
    position: relative;
    display: block;
}
.index-news-list1 img{
    width: 100%;
    height: 100%;
}
.index-news-list1 p{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #00000080;
    color: #fff;
    line-height: 34px;
    padding: 0 6px;
}
.index-news-list2 {
    line-height: 20px;
    border-bottom: 1px solid #0000001a;
    display: block;
    padding-bottom: 8px;
    margin: 8px;
}
.index-serve {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}
.index-serve-item {
    text-align: center;
}
.index-serve-item img {
    width: 64px;
    height: 64px;    
}

/* 新闻 */
.news-category {
    margin: 30px 0 20px;
}
.news-category ul{
    gap: 20px;
}
.news-category ul li{
    width: fit-content;
    height: fit-content;
    padding: 5px 14px;
    color: #909399;
    background-color: rgb(243.9,244.2,244.8);
    font-size: 14px;
    border-radius: 4px;
    font-weight: bold;
}
.news-category .news-category-select{
    background-color: rgb(216.8,235.6,255);
    color: #409eff;
}
.news-list {
    min-height: 350px;
}
.news-list .news-item {
    display: flex;
    gap: 10px;
    border-bottom:2px dashed #d1d5db;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.news-list .news-item:last-child {
    border-bottom:none;
}
.news-list .news-item .news-img {
    width: 192px;
    height: 112px;
    overflow: hidden;
}
.news-list .news-item .news-img img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
}
.news-list .news-item:hover .news-img img {
    transform: scale(1.05)
}
.news-list .news-item .news-item-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px 0;
}
.news-list .news-item .news-item-info p {
    font-size: 14px;
    color: #333;
}
.news-list .news-item .news-item-info span {
    font-size: 12px;
    color: rgb(116, 116, 116);
}

/* 服务 */
.serve-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    margin-top: 30px;
    min-height: 400px;
}
.serve-list .serve-item {
    position: relative;
    width: 100%;
    height: 208px;
}
.serve-list .serve-item div {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.serve-list .serve-item img {
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.serve-list .serve-item:hover img {
    transform: scale(1.1);
}
.serve-list .serve-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #00000080;
    color: #fff;
    line-height: 34px;
    /* padding: 0 6px; */
    width: 100%;
}
.serve-detail {
    margin: 50px 0;
}
.serve-detail .serve-detail-title{
    border-bottom: 1px solid #dcdfe6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.serve-detail .serve-detail-title p{
    text-align: center;
}
.serve-detail .serve-detail-title p:nth-child(1) {
    font-size: 24px;
    margin-bottom: 8px;
}
.serve-detail .serve-detail-title p:nth-child(2),.serve-detail .serve-detail-title p:nth-child(3) {
    color: #6b7280;
    font-size: 16px;
    margin-bottom: 5px;
}
.serve-detail-content {
    min-height: 400px;
}


/* 底部 */
.foot-box {
    background-color: #222;
    padding: 40px 0;
    margin-top: 65px;
}
.foot-box .foot-line {
    border-bottom: 1px solid #fff3;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.foot-box .foot-nav1 {
    gap: 25px;
}
.foot-box .foot-nav1 a{
    color: #fff;
}
.foot-nav2 ul li a{
    background-color: #000;
    color: #fff9;
    padding: 8px 20px;
}
.foot-nav2 .foot-ewm img{
    width: 80px;
    height: 80px;
    margin-left: 20px;
}