<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cen-img{
   margin: 20px 0;
}
.cen-img img{
    width: 100%;
    height: 240px;
}
.cen-title{

}
.cen-title p{
    color: #666;
    font-weight: normal;
    line-height: 32px;
    margin: 20px 0 10px 0;
}
.cen-title p span{
    font-size: 22px;
    display: block;
    padding: 10px;
}
.cen-title ul{}
.cen-title ul li{
    float: left;
    width: 19.9%;
    text-align: center;
    background: #d5e9f1;;
    padding: 40px 0;
    color: #757575;
    border-right: 1px #eee solid;
    overflow: hidden;
}
.cen-title ul li a{
    margin: 5px 0 10px 0;
    display: block;
    font-size: 16px;
    color: #666;
    font-weight: normal;
    line-height: 32px;
}
.cen-title ul li img{
    width: 60px;
}
.center{
    clear: both;
    background:linear-gradient(#f8f6ec,#ffffff) ;
}
.center .tab-title{
    font-size: 24px;
    padding: 20px;
    color: #010102;
}

.tabBox {
    overflow: hidden;
}

.tabBox ul {
    background-color: #fff;
    position: relative;
    top: 1px;
    overflow: hidden;
    width: 20%;
    height: 700px;
    float: left;
}
.tabBox img{
    /*width: 500px;
    height: 350px;*/
    margin-left: 30px;
    text-align: center;
}

.tabBox ul li {
    margin-top: 10px;
    font-size: 16px;
    margin-left:  20px;
    color: #010102;
    height: 30px;
    line-height: 30px;
    text-align: left;
    cursor: pointer;
}

.tabBox ul li.bg {
    color: #00A8EC;;
    font-weight: 600;
}

.tabBox div {
    display: none;
    margin-left: 22%;
    width: 76%;
    height: 700px;
    background-color: #fff;
}

.tabBox div.bg {
    display: block;
    font-size: 16px;
    line-height: 24px;
    overflow: auto;
}
.tabBox div.bg h4{
    margin-top: 20px;
}</pre></body></html>