<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;
}
body{ 
    background: #eff3f6;
}
a{
    text-decoration: none;
    color: inherit;
}
ul li{
    list-style: none;
}
/* 顶部 */
.head{
    width: 100%;
    background: white;
    height: 80px;
}
.logo{
    overflow: hidden;
    width: 1190px;
    font-size: 24px;
    color: #666;
    margin: 0 auto;
    line-height: 80px;
}
.logo &gt; img{
    vertical-align: middle;
    margin-right: 10px;
}
.r_logo{
    float: right;
    /* margin-left: 636px;
    display: inline-block;
    text-align: right; */
}
.login_btn{
    /*margin-right: 30px;*/
    width: 80px;
    height: 30px;
    line-height: 30px;
	border-width: 0px; 
    border-radius: 3px;
    border: 1px solid #347acf;
	background: #347acf; 
	cursor: pointer; 
	outline: none; 
	font-family: Microsoft YaHei; 
	color: white;
    font-size: 14px;
}
.registe_btn{
    margin-left: 10px;
    width: 80px;
    height: 30px;
    line-height: 30px;
	border-width: 0px; 
    border-radius: 3px;
	cursor: pointer; 
	outline: none; 
	font-family: Microsoft YaHei; 
    font-size: 14px;
    color: #347acf; 
    border: 1px solid #347acf;
	background: white; 
}
/* 公告列表页内容 */
.wrap{
    width: 1190px;
    margin: 0 auto;
    margin-top: 22px;
    background: white; 
    margin-bottom: 75px;
}
.main{

    padding: 27px 52px;
}
.anoce_list{
    font-size: 14px;
    color: #333;
}
.anoce_list li{
    overflow: hidden;
    line-height: 44px;
}
.anoce_list li::before{
    margin-right: 5px;
    content: "●";
    color: #347acf;
}
.line{
    height: 1px;
    width: 100%;
    background: url(../images/line_07.png)
}
.time{
    float: right;
    display: inline-block;
    color: #000;
}
.retrun_btn{
    text-align:right;
    padding-top: 13px;
}
.b_btn{
    margin: 0 auto;
    padding: 0 36px;
    line-height: 36px;
    height: 36px;
    border-width: 0px;
    border-radius: 3px;
    border: 1px solid #347acf;
    color: #347acf;
    background: #e0eeff;
    cursor: pointer;
    outline: none;
    font-family: Microsoft YaHei;
    font-size: 16px;
    display: inline-table;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
}
.b_btn i{
    display: inline-block;
    width: 17px;
    height: 16px;
    margin-right: 5px;
    background: url("../images/returnback.png") no-repeat;
    background-size: cover;
    float: left;
}
.b_btn span{
    float: left;
}</pre></body></html>