
.content{
	
}
.content .top{
	height:180px;
}
.content .login{
	margin-left: 5%;
    margin-right: 5%;
    height: 130px;
    background-color: #013a67;
    margin-top: 40px;
    border-radius: 8px;
	
}
.index-content .title{
    margin-left: 20%;
	margin-right: 20%;
    color: #474747;
    text-align: left;
    line-height: 40px;
    padding-top: 50px;
    font-size: 22px;
    font-weight: bolder;
    padding-bottom: 10px;
}
.index-content .title .btn{
	    float: right;
    background-color: #309948;
    padding-left: 19px;
    padding-right: 20px;
    font-size: 18px;
    color: #ffffff;
	 border-radius: 5px;
}
.index-content p{
	line-height: 32px;
    font-size: 14px;
    color: #1f1f1f;
	margin-left: 20%;
    margin-right: 20%;
	text-align:left;
}
