<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
ol,ul,li{
    list-style:none;
}
img{
    border:0;
    /*vertical-align:middle;*/
}
a{
    color:#000000;
    text-decoration:none;

}

a:hover{
    color:#BA2636;
    /*text-decoration:underline;*/
}

.warp{
    width: 100%;
    margin-top: 56px;
}
.wd1200{
    width: 1200px;
    margin: auto;
}
.displayFlex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

/*å¤´éƒ¨åŠèœå•æ&nbsp;·å¼*/
.headerLogo img+img{
    margin-left: 13px;
}

.menu{
    margin-top: 17px;
}
.menu ul{
    height: 60px;
    line-height: 60px;
    background: #434343;
    justify-content: space-around;
}
.menuChecked{
    background: #E5E5E5;
}
.menuChecked a{
    color: #000000 !important;
}
.menu ul li{
    padding: 0 20px;
}
.menu ul li a{
    color:#FFFFFF;
    font-size: 20px;
}












/*åº•éƒ¨æ&nbsp;·å¼*/
.footer{
    padding: 50px 0;
    width: 100%;
    background:rgba(230,230,230,1);
    margin: 50px auto 0;
}
.footer ul{
    width: 50%;
    height: 36px;
    margin: auto;
}
.footer ul li a{
    padding: 0 5px 0 10px;
    margin: 0 5px;
    font-size:15px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(136,136,136,1);
    line-height:36px;
}
.footer ul li:first-child a{
    border-left:none !important;
}
.footer ul li a{
    border-left: 1px solid rgba(136,136,136,1);
}
.footer p{
    width: 1200px;
    margin: auto;
    text-align: center;
    font-size:15px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(136,136,136,1);
    line-height:36px;
}


/*åˆ—è¡¨é¡µåŠå†…å®¹é¡µå·¦ä¾§æ&nbsp;·å¼*/
.ListItem{
    margin: 50px auto;
    height: 4500px;
}
.ListItemLeft{
    width: 300px;
}
.ListItemLeft1Title span{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(67,67,67,1);
    line-height: 40px;
    padding: 0 10px;
    border-bottom: 9px solid rgba(0,183,238,1);
}
.ListItemLeft1 ul{
    flex-wrap: wrap;
    margin: 10px auto 0;
}
.ListItemLeft1 ul li{
    width: 100%;
    padding-left: 5px;
}
.ListItemLeft1 ul li a{
    justify-content: flex-start;
    align-items: flex-start;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:36px;
}
.ListItemLeft1 ul li a i{
    margin-right: 30px;
}
.ListItemLeft1 ul li a p{
    max-width: 240px;

    overflow: hidden;
    text-overflow: ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}

.ListItemLeft2{
    margin-top: 50px;
    height: 650px;
}
.ListItemLeft2 ul{
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
}
.ListItemLeft2 ul li a img{
    display: block;
    width: 300px;
    height: 143px;
}
.ListItemLeft2 ul li a p{
    text-align: center;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:48px;

    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.ListItemRight{
    width: 850px;
}</pre></body></html>