/* ÏêÇéÒ³left */
.left_c{
    width: 770px;
    box-shadow: 0 0.3px 6px rgb(0 0 0 / 15%);
    transition: all 0.3s;
    margin-right: 40px;
    padding: 20px 20px 40px 20px;
    box-sizing: border-box;
}
.xqingye h6{
    color: #444;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.xqingye span{
    font-size: 14px;
    color: #b3b3b3;
    text-align: center;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}
/* .xqingye p{
    color: #777;
    font-size: 14px;
    line-height: 22px;
    padding-top: 20px;
    text-indent: 2em;
} */
.xqingye img{
    max-width: 100%;
}
.xqingye p a{
    color: #06cc71;
}