/* 无人财务共享 2023/5/22 l */
*{
    box-sizing: border-box;
}
/* 趋势洞察 */
.view {
    background-image: url(https://files.yuanian.com/yuanian/page_image/Ynyj/wrcwgx_image/view_bj.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}

.view_Main {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 1132px;

}

.view ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.view ul li {
    padding: 30px 25px 0px 25px;
    margin-bottom: 20px;
    width: 556px;
    height: 146px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.41), rgba(255, 255, 255, 0.10) 96%);
    border: 2px solid #ffffff;
    box-shadow: 0px 8px 20px 0px rgba(55, 99, 170, 0.10);
}
.view ul li:last-child{
    width: 100%;
}

.view ul li span {
    width: 18px;
    height: 18px;
    text-align: center;
    background: #c61f1e;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    line-height: 18px;
}

.view ul li p {
    margin-top: 7px;
    padding-left: 24px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 22px;
}
.view_Main_div{
    display: flex;
}
.view_Main_div h3{
    margin-left: 6px;
    font-weight: 600;
    font-size: 18px;
    color: #333333;
}
/* 财务共享发展趋势研讨会 */
.cwgxfzqsyth{
    text-align: center;
    width: 100%;
    height: 639px;
    background-color: #F3F3F3;
    /* background: linear-gradient(to bottom, #F4F6F9, #F5F5F5); */
}
.cwgxfzqsyth img{
    width: 1366px;
}
/* model1 */
.model1{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 60px;
}
.model1 .model1_left{
    width: 50%;
}
.model1 .model1_left p{
    padding: 40px 25px 0px 100px;
    font-weight: 400;
    font-size: 14px;
    color: #323232;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px;
}
.model1 .model1_left h3{
    margin-top: 25px;
    text-align: right;
    margin-right: 25px;
    font-weight: 600;
    font-size: 15px;
    color: #323232;
    letter-spacing: 0;
    text-align: right;
}
.model1 .model1_right{
    width: 50%;
}
.model1 a{
    margin-top: 30px;
}



/* 按钮 */
.blue_btn{
    display: block;
    margin: 0 auto;
    padding: 0px 40px;
    width: 170px;
}
/* 底部 */
#ljgd_main .ljgd_main_a{
    width: 335px;
    height: auto;

}

@media screen and (max-width: 1024px) {
    /* 按钮 */
    .blue_btn {
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
    /* model1 */
    .model1 .model1_left,
    .model1 .model1_right{
        width: 375px;
    }
    .model1 .model1_left p{
        padding: 20px;
    }
    .model1 .model1_right{
        margin-top: 20px;
    }

    /* 趋势洞察 */
    .view_Main {
        width: 92%;
        margin-bottom: 10px;
    }

    .view ul li {
        padding: 5%;
        height: auto;
    }

    .view ul li p {
        width: 300px;
    }
    .view_Main_div h3 {
        line-height: 24px;
    }

    /*  */
    .cwgxfzqsyth{
        height: auto;
    }
}