.invest-total {
    margin: 25px 0 15px 0;
}
.invest-total>strong {
    margin-left: 10px;
    font-weight: bold;
}
.invest-item {
    border: 1px solid #eee;
    padding: 18px 36px 30px;
    transition: all ease-in .2s;
    background: #fff;
}
.invest-item+.invest-item{
    margin-top: 20px;
}
.invest-item:hover {
    border-color: #D9A43E;
    -webkit-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -ms-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.invest-item-name {
    position: relative;
    margin-bottom: 15px;
}
.invest-item-name>h3 {
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.invest-item-name>span.blue, .item-detail-title>h3>span.blue {
    background: #02A0E9;
}
.invest-item-name>span.green, .item-detail-title>h3>span.green {
    background: #019946;
}
.invest-item-left {
    float: left;
    width: 720px;
}
.invest-item-info {
    width: 100%;
    border-top: 1px solid #f1f1f1;
}
.invest-item-info td {
    line-height: 36px;
    border-bottom: 1px dashed #E2E2E2;
}
.invest-item-info td>b {
    font-size: 36px;
    color: #D8A348;
}
.invest-item-info td>sub {
    font-size: 20px;
    color: #D8A348;
}
.invest-item-info td>strong {
    font-size: 18px;
    font-weight: bold;
}
.no-bord td {
    border-bottom: 0;
}
.space-top td {
    padding-top: 20px
}
.invest-item-detail-btn {
    width: 135px;
    line-height: 42px;
    background: #D9A43E;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .2s ease;
    border-radius: 3px;
}
.invest-item-detail-btn:hover {
    background: #ae7807;
    color: #fff;
}

/*invest-list*/

.invest-item-info {
    position: relative;
    height: 80px;
}
.invest-item-info>div {
    position: absolute;
    bottom: 0;
}
.invest-item-info .invest-item-code-info {
    left: 168px;
}
.invest-item-info .invest-item-time-info {
    left: 397px;
}
.invest-item-info .invest-item-date-info {
    left: 320px;
}
.invest-item-info .invest-item-state-info {
    left: 470px;
}
.invest-item-info .invest-item-npaCat-info {
    left: 576px;
}
.invest-item-info .invest-item-npaState-info {
    left: 680px;
}
.invest-item-info .invest-item-amount-info {
    left: 220px;
}
.invest-item-info .invest-item-rate {
    font-size: 24px;
    color: #ec3a3a;
    font-weight: bold;
}
.invest-item-info .invest-item-text {
    font-size: 12px;
    line-height: 22px;
    color: #999;
}
.invest-item-info .invest-item-data {
    font-size: 14px;
    line-height: 22px;
    color: #444;
}
.invest-item-info .invest-item-time {
    font-size: 14px;
    line-height: 22px;
    color: #444;
}
.invest-state-raising {
    color: #f98632;
}

/*invest-detail*/

.invest-item-detail {
    background: #fff;
    border: 1px solid #eee;
}
.item-detail-title h3 {
    font-size: 20px;
    font-weight: bold;
}
.item-detail-title i {
    font-size: 16px;
    font-weight: normal;
}
.item-detail-title span {
    font-weight: bold;
    font-size: 24px;
    position: absolute;
    right: 60px;
    top: 20px;
}
.item-detail-title {
    padding: 25px 50px;
    position: relative;
    border-bottom: 1px solid #c88700;
}
.item-detail-table {
    position: relative;
    padding: 23px 50px 23px 50px;;
    border-bottom: 1px solid #eee;
}
.invest-base-rate-info{
	float: left;
	width: 30%;
}

.invest-base-text-info{
	float: left;
	width: 30%;
	position: absolute;
}

.invest-base-text-info-code{
	margin-left:350px;
}

.invest-base-text-info-time{
	margin-left:700px;
}

.invest-base-text-info>h3 {
    height: 37px;
}

.invest-base-info {
    position: relative;
    height: 82px;
    margin-bottom: 35px;
}
.invest-base-info>div {
    position: absolute;
    bottom: 0;
}
.invest-base-rate {
    font-size: 28px;
    font-weight: bold;
    color: #ec3a3a;
}
.invest-base-rate-info>h3{
	height: 37px;
}
.invest-base-data {
    font-size: 24px;
    font-weight: bold;
}
.invest-base-text {
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}
.invest-base-desc-title {
   	width: 137px;
    text-align: right;
    display: inline-block;
}
.invest-base-desc-text {
	margin-left:100px;
    text-align: left;
    display: inline-block;
    font-size: 14px;
}

.invest-base-amount-info {
    left: 330px;
}
.invest-base-date-info {
    left: 570px;
}
.invest-extra-info-item {
    font-size: 14px;
}
.invest-extra-info-item i {
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #c88700;
    margin-right: 4px;
}
.item-detail-text {
    padding: 0 50px 50px;
    font-size: 16px;
}
.item-detail-text>h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 35px 0 15px 20px;
    position: relative;
}
.item-detail-text>h3 i {
    width: 13px;
    height: 19px;
    background: #c88700;
    position: absolute;
    left: -20px;
    bottom: 5px;
}
.item-detail-text pre{
    white-space: pre-wrap;
    word-wrap: break-word;
}
