*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    scrollbar-width: none;  
}
a{
    color: #000;

}
.con{
    width: 1160px;
    margin: 0 auto;
    padding-top: 150px;
    display: flex;
    
}
.left{
    margin-left: 81px;
}
.left img{
    width: 425px;
    height: 300px;
}
.right{
    width: 520px;
    height: 282px;
    margin-left: 53px;
    margin-right: 81px;
    margin-top: 9px;
}
.right h1{
    font-size: 22px;
    color: #25244C;
}
.right p{
    font-size: 12px;
    color: #808080;
    margin-top: 6px;
}
.wenben{
    font-size: 12px;
    margin-top: 8px;
    line-height: 1.5;
    letter-spacing: 0.2em;
    color: #808080;
}
.bq{
    width: 99px;
    height: 28px;
    background: #25244C;
    border-radius: 20px; 
    margin-top: 20px;
}
.bq a{
    display: flex;
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 4px;
    margin-bottom: 4px;
    align-items: center; /* 垂直居中 */  
    justify-content: center; /* 水平居中 */
}
.bq-1{
    font-size: 12px;
    color: #ffffff;
    margin-right: 4px;
}
.copyright{
    width: 1160px;
    margin: 0 auto;
    text-align: center;
    margin-top: 75px;
}