.content {
	font-size: 14px;
	line-height: 24px;
	color: #505050;
	padding-bottom: 20px;
}

.content {
	overflow: hidden;
}

.joinlist li > span {
    display: block;
    line-height: 50px;
    color: #000;
    border-bottom: 3px solid #e6e6e6;
    padding-left: 20px;
    cursor: pointer;
    position: relative;
    transition: 400ms;
    -webkit-transition: 400ms;
    overflow: hidden;
    font-size: 16px;
}

.joinlist li:hover >span, .joinlist .act >span {
    color: #fff;
    background: #25498e;
}

.joinlist li > span .jit {
    float: right;
    font-size: 23px;
    color: #25498e;
    margin-right: 20px;
}

.joinlist li:hover >span .jit, .joinlist .act >span .jit {
    color: #fff;
}

.jd {
    background: #fff;
    padding: 30px 20px 60px 20px;
    border-bottom: 3px solid #e6e6e6;
    display: none;
}

.btn-primary {
    color: #fff;
    background-color: #25498e;
    border-color: #25498e;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}