<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
}
.u-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
a {
    text-decoration: none;
    font-weight: 400;
    font-size: 16rem;
    color: #000000;
}
.ul{
    list-style-type: none;
}
ul{
    list-style: none !important;
}
li{
    list-style: none !important;
}
li:before{content:"" !important;}
.header{
    width: 100%;
    height: 100rem;
    background: #FFFFFF;
    padding: 0 190rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.header_logo{
    width: 504rem;
    height: 42rem;
}
.tablab{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16rem;
    color: #000000;
    margin-left: 74rem;
}
.tablab p{
    /* margin-left: 62rem; */
    cursor: pointer;
   
}
.tablab a{
    display: block;
    width: 120rem;
    text-align: center;
}
.tablab .posit{
    display: block;
    width: 120rem;
    height: 200rem;
    padding: 10rem 0;
    box-sizing: border-box;
    position: absolute;
    bottom: -190rem;
    z-index: 9;
}
.posit a{
    display: block;
    height: 40rem;
    background: #FFFFFF;
    box-shadow: 1px 2px 10px 0 #bdbfc280;
    line-height: 40rem;
}
.aaa:hover{
    background: #124098;
    color: #FFFFFF;
}
.lan{
    font-weight: 600;
    font-size: 16rem;
    color: #124098;
    position: relative;
}
.lan::after{
    content: "";
    position: absolute;
    bottom: -25rem;
    left: 50%;
    transform: translateX(-50%);
    width: 30rem;
    height: 3rem;
    background: #124098;
}
.search{
    width: 20rem;
    height: 20rem;
    margin-left: 62rem;
}
.btom1{
    width: 100%;
    height: 50rem;
    background: #124098;   
    padding-left: 117rem; 
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.btom1 img{
    width: 78rem;
    height: 38rem;    
}
.btom1 a{
    color: #FFF;
    margin-left: 20rem;
}
.gang{
    width: 1rem;
    height: 34rem;
    background: #FFFFFF;
    margin-left: 40rem;
}
.btom2{
    width: 100%;
    height: 395rem;
    background: #19202A;   
    padding-top: 76rem;
    box-sizing: border-box;
    position: relative;
}
.btom_info{
    display: flex;
    font-weight: 400;
    font-size: 14rem;
    color: #90949C;
    padding-left: 178rem;
    box-sizing: border-box;
}
.btom_item{
    margin-right: 187rem;
}
.btom_title{
    width: 478rem;
    font-weight: 400;
    font-size: 20rem;
    color: #90949C;
    border-bottom: 1rem solid #404040;
    padding-bottom: 20rem;
    box-sizing: border-box;
}
.btom_item li a{
    color: #90949C;
}
.btom_info img{
    width: 148rem;
    height: 148rem;
    margin-bottom: 10rem;
}
.btom_item ul{
    width: 478rem;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin-top: 14rem;
}
.btom_item li{
    margin-top: 28rem;
    /* margin-left: 78rem; */
}
.btom_item li span{
    font-weight: 400;
    font-size: 18rem;
    color: #C4C4C4;
}
.ewm{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: 60rem;
}
.btom_btom{
    width: 100%;
    height: 65rem;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14rem;
    color: #90949C;
    padding-left: 178rem;
    box-sizing: border-box;
    position:absolute;
    bottom: 0;
    border-top: 1rem solid #404040;
}
.box{
    padding: 0 400rem 0 260rem;
    box-sizing: border-box;
}
.navigation{
    font-weight: 400;
    font-size: 12rem;
    color: #333333;
    margin-top: 40rem;    
    margin-bottom: 60rem;    
}
.tabBox{
    display: flex;
}
.tab{
    width: 156rem;
    border-right: 2rem solid #DDDDDD;
    font-weight: 600;
    font-size: 24rem;
    color: #333333;
}
.tab p{
    width: 100%;
    height: 100rem;
    line-height: 100rem;
    cursor: pointer;
}
.p_lan{
    font-weight: 600;
    font-size: 24rem;
    color: #124098;  
    width: 1rem;
    height: 100rem;
    border-right: 2rem solid #124098;  
}
.tabInfo{
    flex: 1;
    padding-bottom: 100rem;
    box-sizing: border-box;
}
.hang_one{
    overflow: hidden;  
    text-overflow: ellipsis;	
    display: -webkit-box;	
    -webkit-line-clamp: 1;  
    -webkit-box-orient: vertical;  
    word-break:break-all;  
}
.hang_tow{
    overflow: hidden;  
    text-overflow: ellipsis;	
    display: -webkit-box;	
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;  
    word-break:break-all;
}
.tabInfo ul{
    width: 1010rem;
    margin-left: 70rem;
}
.li_item{
    height: 97rem;
    border-bottom: 1rem solid #DDDDDD; 
    line-height: 97rem;
    cursor: pointer;
}
.ju_title{
    font-weight: 400;
    font-size: 24rem;
    color: #333333;
    flex: 1;
    padding-right: 20rem;
    box-sizing: border-box;
    transition: all .5s linear;
}
.ju_time{
    width: 180rem;
    font-weight: 400;
    font-size: 14rem;
    color: #999999;
}
/* .ju_title:hover{
    font-weight: 600;
    font-size: 30rem;
    color: #000000;  
} */
.content{
    padding: 30rem 480rem;
    padding-top: 0;
    box-sizing: border-box;
}
.ju_img{
    width: 60rem;
    height: 60rem;
}
.ju_title2 {
    font-weight: 400;
    font-size: 24rem;
    color: #333333;
    flex: 1;
    padding-right: 20rem;
    box-sizing: border-box;
}
.li_itle{
    padding-bottom: 38rem;
    box-sizing: border-box;
    border-bottom: 1rem solid #DDDDDD; 
    cursor: pointer;
}
.li_itle img{
    width: 260rem;
    height: 167rem; 
    border-radius: 8rem;
}
.li_box{
    flex: 1;
    padding-left: 30rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14rem;
    color: #999999;    
}
.li_title1{
    height: 84rem;
    font-weight: 600;
    font-size: 30rem;
    color: #000000;
}
.li_title2{
    height: 56rem;
    font-weight: 400;
    font-size: 20rem;
    color: #666666;
}
.file{
    /* display: flex; */
    font-weight: 400;
    font-size: 18rem;
    color: #000000;
    padding: 20rem 480rem;
    box-sizing: border-box;
}
.lianjie{
    font-weight: 400;
    font-size: 18rem;
    color: #124098;
    text-decoration:underline;
    cursor: pointer;
}</pre></body></html>