*{
    margin:0;
    padding:0;
    text-decoration: none;
    list-style-type: none;
}
body{
    background:#f5f5fa;
}

@font-face {
    font-family: 'alimama';
    src: url('../font/fangyuanti-zip.woff2') format('woff2'),
         url('../font/fangyuanti-zip.woff') format('woff'),
         url('../font/fangyuanti-zip.ttf') format('truetype');
    font-display: swap;
}

.ab2{
    background:#f5f5fa;
}
.family{
    font-family:alimama;
}

a{
    color: inherit;
    text-decoration: none;
    outline: none;
}
a:hover,
a:focus,
a:active {
    color: inherit;
    text-decoration: none;
    outline: none;
}

.topnav{
    background:#ffffff;
}

.logo{
    color: #19191e;
}

.content{
    width:100%;
    margin-top:10px;
}

.contentBox{
    width:95%;
    height:100px;
    margin:auto;
    margin-bottom:10px;
    background:#ffffff;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    display:flex;
}
.credit{
    width:95%;
    height:240px;
    margin:auto;
    margin-bottom:10px;
    background:#ffffff;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.credit1{
    width:55%;
    height:220px;
}
.credit1 img{
    width: 100%;
    height: 100%;
    object-fit:contain;
    display: block;
}
.credit2{
    width:40%;
    height:180px;
}
.credit3{
    width:95%;
    margin-left:5%;
    height:35px;
    text-align:center;
    line-height:35px;
    font-weight:550;
}
.credit4{
    width:95%;
    margin-left:5%;
    height:35px;
    line-height:35px;
}
.credit5{
    width:95%;
    margin-left:5%;
    height:35px;
    line-height:35px;
    color:#666666;
    font-size:13px;
}





.contentBox0{
    width:90%;
    height:90%;
    margin:auto;
    display:flex;
}
.contentBox1{
    width:60%;
    height:100%;
    
}
.contentBox2{
    width:40%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:right;
}

.contentTitle{
    width:100%;
    height:30px;
    margin:auto;
    line-height:30px;
    font-size:12px;
    position: relative;  

}

.contentTitle span{
    margin-left:10px;
}
.line3{
    position:absolute;
    width:70px;
    height:1.6px;
    background:#ffbc39;
    bottom:2px;
    left:5px;
}
.contentCon{
    width:100%;
    height:50px;
    margin-top:5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 4em;
    text-align:justify;
}
.contentCon h3{
    font-size:13px;
    font-weight:500;
}
.contentBox2 img{
    width:90%;
    height:80%;
    border-radius:5px;
    object-fit: cover;
}