*{
    margin: 0;
    padding: 0;
}
body{ 
    background: #eff3f6;
}
a{
    text-decoration: none;
    color: inherit;
}
ul li{
    list-style: none;
}
/* 顶部 */
.head{
    width: 100%;
    background: white;
    height: 110px;
}
.logo{
    width: 1200px;
    font-size: 24px;
    color: #666666;
    margin: 0 auto;
    line-height: 110px;
}
.logo > img{
    vertical-align: middle;
    margin-right: 10px;
}
.r_logo{
    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: #fff;
    font-size: 14px;
}
.registe_btn{
    width: 80px;
	height: 30px;
    margin-left: 10px;
	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;
    line-height: 30px;
}
/* 公告详情内容 */
.wrap{
    width: 1200px;
    margin: 0 auto;
    margin-top: 22px;
    background: white; 
    margin-bottom: 300px;
}
.main{
    font-size: 14px;
    color: #333333;
   padding: 0 52px;
   padding-bottom: 25px;
}
.head_tit{
    padding-top: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
}
.time_txt{
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #999;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
.line{
    /*margin-bottom: 30px;*/
    /*height: 1px;*/
    /*width: 100%;*/
    /*background: url(../images/line_07.png)*/
}
.announce_content{
    line-height: 34px;
}
.time02_txt{
    padding:42px 0;
}
.retrun_btn{
    text-align: right;
    padding-top: 40px;
}

.b_btn{
    margin: 0 auto;
    padding: 0 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;
    margin-top: 10px;
}
.b_btn span{
    float: left;
    line-height: 36px;
}