.content{
    width: 60%;
    height: 300px;
    margin: 50px auto;
}
.h2{
    font-family: "楷体";
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}
.h2:hover{
    color: #4733b7;
}
.text{
    font-family: "宋体";
    font-size: 16px;
    font-weight: 600px;
    margin-bottom: 10px;
    color: #a3a3a3;
    height: 60px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text:hover{
    color:#6d2bc3;
}
.text_en{
    font-family: "lora","times new roman";
    font-size: 18px;
    font-weight: 400px;
    margin-bottom: 10px;
    color: #808080;
}
.item{
    margin-bottom: 30px;
    border-bottom: 1px solid gainsboro;
}
.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
    display: none;
    z-index: 1000;
}
.cookie-consent button {
    background-color: #a730be;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin: 5px;
}
.text_zw{
    font-family: "lora","times new roman";
    font-size: 18px;
    font-weight: 400px;
    margin-bottom: 10px;
    color: #6f6f6f;
}


.head{
    background-color: #3719a1;
}
.p1 {
    font-family: "微软雅黑", sans-serif;
    color: #969696;
    font-size: 9px;
    margin-left: 10px;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;

}

