﻿.invest-box{
	padding:85px 0 100px;
}
.invest-box h3{
	/* font-size: 34px;
	color: #333333;
	line-height: 44px; */
	padding-bottom: 20px;
	border-bottom:2px solid #d1d4e5;
}
.invest-box .invest{
	padding: 40px 0;
}
.invest-box .invest.regular{
	padding-top: 0;
}
.invest-box .invest-wrap{
	padding-top: 50px;
	position: relative;
}
.invest-aside{
	width: 200px;
	float: left;
}
.invest-aside.on{
	position: fixed;
	top:100px;
	z-index: 20;
}
.invest-aside.foot{
	position: absolute;
	bottom:0;
	top:auto;
}
.invest-aside a{
	position: relative;
	display: block;
	background-color: #fff;
	padding-right: 35px;
	width: 165px;
	height: 46px;
	margin-bottom: 15px;
	color: #666666;
	/* font-size: 24px; */
	font-size: 20px;
	line-height: 46px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(img/aside-bg.png);
	/* transition:all .3s linear; */
}
.inv-aside a{
	background-color:#f8f8f8;
}
.invest-aside a.interact{
	margin-bottom: 0;
}
.invest-aside a i{
	position: absolute;
	right: 10px;
	top:50%;
	width: 8px;
	height: 14px;
	margin-top: -7px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(img/aside-sj.png);
	opacity: 0;
	filter: alpha(opacity=0);
}
.invest-aside a:hover,
.invest-aside a.cur{
	background-color:#45b035;
	color: #fff;
}
.invest-aside a:hover i,
.invest-aside a.cur i{
	opacity: 1;
	filter: alpha(opacity=100);
}
.invest-box .invest{
	float: right;
	width: 960px;
}
.invest-box .invest .top-btn{
	text-align: right;
}
.invest-box .invest .top-btn a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: 22px;
	color: #999999;
	line-height: 32px;
	padding-left: 20px;
	margin-left: 20px;
	position: relative;
	transition:all .3s linear;
	
}
.invest-box .invest .top-btn a:hover,
.invest-box .invest .top-btn a.cur{
	color: #172a7e;
}
.invest-box .invest .top-btn a i{
	position: absolute;
	left:0;
	top:50%;
	width: 1px;
	height: 14px;
	background: #dddddd;
	margin-top: -7px;
}
.invest-box .invest .top-btn a:first-child i{
	display: none;
}
.invest-box .invest .list-box li{
	padding:35px 0;
	border-bottom:1px solid #ebebeb;
}
.invest-box .invest .list-box li.on{
	border:none;
}
.invest-tit{
	font-size: 28px;
	line-height: 38px;
}
.invest-box .invest .list-box .tit-box .invest-tit{
	float: left;
}
.invest-box .invest .list-box .tit-box .all{
	float: right;
	font-size: 18px;
	line-height: 28px;
	color: #2646d2;
	margin-top: 10px;
}
.invest-box .invest .list-box .list{
	margin-top: 30px;
}
.invest-box .invest .list-box .list .list-item{
	margin-bottom: 10px;
}

.invest-box .invest .list-box .list a{
	display: block;
	/* margin-bottom: 5px;	 */
}
.invest-box .invest .list-box .list .txt{
	float: left;
	width: 700px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #666666;
	line-height: 30px;
	transition:all .3s linear;
}
.invest-box .invest .list-box .list .time{
	float: right;
	font-size: 20px;
	color: #999999;
	padding-right: 30px;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(img/invest-down.png);
	transition:all .3s linear;
	line-height: 30px;
}
.invest-box .invest .list-box .list .list-item:hover .txt,
.invest-box .invest .list-box .list .list-item:hover .time{
	color: #08ace4;
}
.invest-box .invest .list-box .list .list-item:hover .time{
	background-image: url('img/invest-down3.png')
}
.invest-box .invest .list-box .list .list-item.on .txt{
	color: #2646d2;
}
.invest-box .invest .list-box .list .list-item.on .time{
	color: #2646d2;
	background-image: url(img/invest-down2.png);
}

.invest-box .invest .list-box .list .list-item.on:hover .txt{
	color: #08ace4;
}
.invest-box .invest .list-box .list .list-item.on:hover .time{
	color: #08ace4;
	background-image: url(img/invest-down3.png);
}

.invest .icon-box{
	margin-top: 55px;
	font-size: 0;
}
.invest .icon-box .item{
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 20%;
	text-align: center;
	vertical-align: top;
}
.invest .icon-box .item .txt-box{
	width: 170px;
	margin: 5px auto 0;
}
.invest .icon-box .item .contact-tit{
	font-size: 18px;
	color: #333333;
}
.invest .icon-box .item .con{
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	word-wrap:break-word;
	margin-top: 5px;
}
.invest .ins-tit{
	font-size: 34px;
	line-height: 44px;
	color: #195ea9;
	padding-bottom: 10px;
	border-bottom:1px solid #ebebeb;
}
.invest .ins-tit .txt{
	float: left;
}
.invest .ins-tit .more{
	float: right;
    font-size: 18px;
    line-height: 28px;
    color: #2646d2;
    margin-top: 10px;
}
.invest-contact{
	margin-bottom: 0;
}
.in-info .invest-box h3{
	/* font-size: 28px;
	line-height: 38px; */
	padding-bottom: 10px;
}
.in-info .invest-aside a{
	font-size: 20px;
}
.in-info .invest-box .invest .top-btn a{
 	font-size: 20px;
 }
 .in-info .invest-box .invest .list-box .list{
 	margin-top: 15px;
 }
 .in-info .invest-box .invest .list-box li{
 	padding:30px 0;
 }
.in-info .invest-box .invest .list-box .tit-box .invest-tit{
 	font-size: 20px;
 	line-height: 30px;
 }
.in-info .invest-box .invest .list-box .tit-box .all{
	margin-top: 5px;
}
.in-info .invest-box .invest .list-box .list .txt{
	font-size: 18px;
	line-height: 28px;
}
.in-info .invest-box .invest .list-box .list .time{
	font-size: 18px;
	line-height: 28px;
}
.invest-box .invest{
	padding-bottom: 0;
}
.in-info .invest .ins-tit{
	font-size:28px;
	line-height: 38px;
}
.noticelist-box .invest{
	padding-top: 0;
}
.noticelist-box .invest .list-box li{
	padding-top: 0;
}
.noticelist-box .invest .list-box .list{
	margin-top: 0;
}