<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tech{
    width:1100px;
    min-width:1000px;
    margin:0 auto;
}
.tech .title{
    height:50px;
    line-height:50px;
    font-size:28px;
    border-left:5px solid #47A2DC;
    padding-left:50px;
    background-color:#EDF2F8;
}
.tech-box{margin-top:30px;}
.tech-box&gt;div{
    float:left;
    width:520px;
    border:1px solid #e1e1e1;
}
.tech-box&gt;div.tech-all{
    width:100%;
    padding:20px;
}
.tech-lastest{
    margin-right:60px;
}
.tech-all&gt;h3{
    width:calc(100% + 40px);
    margin:-20px 0 20px -20px;
    font-size:18px;
    background-color:#f4f4f4;
    padding:10px 16px;
    border-bottom:1px solid #e1e1e1;
}
.tech-all&gt;ul&gt;li{
    width:100%;
    height:40px;
    line-height:40px;
    padding-left:20px;
    border-bottom:1px solid #e1e1e1;
}
.tech-all&gt;ul&gt;li:last-child{
    border:none;
}
.tech-all&gt;ul&gt;li:hover{
    background-color:#f2f2f2;
}
.tech-all&gt;ul&gt;li&gt;.time{
    float:right;
    margin-right:20px;
}
.tech-all&gt;ul&gt;li&gt;.download-doc{
    float:right;
    margin-right:10px;
    margin-top: 5px;
}
/*.tech-all&gt;ul&gt;li:nth-of-type(4n+3){
    background-color:#f2f2f2;
}
.tech-all&gt;ul&gt;li:nth-of-type(4n+4){
    background-color:#f2f2f2;
}
.tech-all&gt;ul&gt;li:nth-of-type(2n+1){
    border-right:1px solid #e1e1e1;
}*/
.tech-all&gt;ul{
    height:auto;
    border:1px solid #e1e1e1;
}
.load-more{margin-top:20px;}
.tech-lastest{
    margin-top:20px;
    border:1px solid #e1e1e1;
}

.tech-lastest&gt;h3{
    font-size:18px;
    background-color:#f4f4f4;
    padding:10px 16px;
    border-bottom:1px solid #e1e1e1;
}
.tech-lastest ul&gt;li{
    width:100%;
    height:40px;
    line-height:40px;
    padding-left:20px;
}
.tech-lastest .lastest-newslist-box{
    padding:20px;
}
.tech-lastest ul{border:1px solid #e1e1e1;}
.tech-lastest ul&gt;li:nth-of-type(2n+2){
    background-color:#f2f2f2;
}
.tech-lastest .load-more{
    margin:0 20px 20px 0;
}

.tech-commend{
    margin-top:20px;
    border:1px solid #e1e1e1;
}
.tech-commend&gt;h3{
    font-size:18px;
    background-color:#f4f4f4;
    padding:10px 16px;
    border-bottom:1px solid #e1e1e1;
}
.tech-commend ul&gt;li{
    width:100%;
    height:40px;
    line-height:40px;
    padding-left:20px;
}
.tech-commend .lastest-newslist-box{
    padding:20px;
}
.tech-commend ul{border:1px solid #e1e1e1;}
.tech-commend ul&gt;li:nth-of-type(2n+2){
    background-color:#f2f2f2;
}
.tech-commend .load-more{
    margin:0 20px 20px 0;
}

.tech-box{
    display:flex;
    flex-wrap:wrap;
}

html,body{
    height:100%;
    min-height:100%;
}
body{position:relative;padding-top:100px;}
.theme-white,.theme-black{
    position:absolute;
    bottom:0;
}





</pre></body></html>