.rightcontent {
    width: 750px;
    margin-left: 10px;
}
.rightcontent .title{
    background-position: center top;
    background: url(../img/title_bg.jpg);
    height: 47px;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rightcontent .Breadcrumb-fl{
    background-position: center top;
    width: 340px;
    background: url(../img/title_bg02.jpg) no-repeat ;
    height: 47px;
    line-height: 45px;
    font-size: 18px;
    color: #084f63;
    font-weight: bold;
    padding-left: 40px;
}
.rightcontent .Breadcrumb{
    color: #666666;
    font-size: 12px;
    margin-right: 16px;
    font-family: "宋体";

}
.rightcontent.Breadcrumb.a{
    color: #666666;
    text-decoration: none;
}
.rightcontent .content{
    padding: 10px;
}

a1 {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    margin-right: 10px;
    text-decoration: none;
}
a1:hover{
    color: rgb(207, 2, 2);
    text-decoration: underline;
    cursor: pointer;
}
.leftli{
    width: 560px; margin-top: 18px;
}
.lifespan{
    background: url(../img/01_tit.jpg) no-repeat ;
    background-size: cover; /* 背景图片覆盖整个元素 */
    color: white;
    padding-left: 32px;
    font-size: 14px;
    height: 30px; /* 根据需要调整高度 */
    line-height: 30px; /* 使文本垂直居中 */
    box-sizing: border-box; /* 确保内边距和边框包含在宽度内 */
}
