.financeBox{padding: 16px;}
/*banner*/
.topBanner{width:100%;height: 330px;}
.bigBanner{width: 550px;height: 330px;float: left;position: relative;overflow: hidden;}
.bigBanner a img{width: 550px;height: 330px;}
.bigTitle{position:absolute;width: 100%;    bottom: -10px;}
.bigTitle p {text-align: center;line-height: 36px;  background-color: rgba(0, 0, 0, .4); padding: 0 5px;  color: #fff; font-size: 24px;text-shadow: 0 1px 2px rgba(0,0,0,.6);}
.littleBanner{width:299px;height: 160px;float: left;margin-left:10px;margin-bottom: 10px;position: relative;overflow: hidden;}
.littleBanner a img{width:299px;height: 160px;}
.littleTitle{position:absolute;width: 100%;bottom: -10px;}
.littleTitle p {text-align: center;line-height: 20px;background-color: rgba(0, 0, 0, .4); padding: 0 5px;  color: #fff; font-size: 14px;text-shadow: 0 1px 2px rgba(0,0,0,.6);}
.topBanner a img{width: 100%; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; -ms-transition: all .5s ease-out; -o-transition: all .5s ease-out; transition: all .5s ease-out;}
.topBanner a img:hover {-webkit-transform: matrix(1.10,0,0,1.10,0,0); -moz-transform: matrix(1.10,0,0,1.10,0,0); -ms-transform: matrix(1.10,0,0,1.10,0,0); -o-transform: matrix(1.10,0,0,1.10,0,0); transform: matrix(1.10,0,0,1.10,0,0); }
/*模块*/
.module{background: #fff;margin-top: 15px;}
.moduleTitle{text-align: center;padding-top: 25px;}
.moduleTitle h2{font-size: 25px; padding-bottom: 2px; border-bottom: 4px solid #59b0ff; font-weight: 400; color: #000; display: inline-block; text-align: center;}
.moduleButton{text-align: center;margin-top: 28px;padding-bottom: 28px;}
.list-button {display: inline-block; color: #fff; font-weight: 600; font-size: 18px; 
	line-height: 48px; width: 174px; height: 48px; background-color: #4285f4; border-radius: 2em; 
	cursor: pointer; box-shadow: 0 15px 29px -11px #4285f4;text-align: center; }
.list-button:link{ text-decoration:none;color: #fff;}
.list-button:hover {background-color: #5392f9; color: #fff;}
.list-button:active {-webkit-transform: translateY(1px); transform: translateY(1px); background-color: #3b77db;}
/*项目推荐*/
.recommendContent{width: 1078px;margin:0 auto;margin-bottom: 10px;}
.projectBox{width: 262px;height: 182px;border:1px solid #eee;padding: 10px;float: left;margin-top:32px;margin-right:10px;}
.projectBox:hover{border:1px solid #00baec;}
.projectBox:nth-child(4n+0){margin-right:0px;}
.projectCompanyImg{width: 50px;height: 50px;float: left;}
.projectCompanyImg a img{width: 50px;height: 50px;border: 1px solid #eee;}
.projectCompanyInfo{width: 190px;float: left;padding-left: 10px;}
.projectCompanyInfo p {margin-bottom: 10;}
.projectCompanyName{font-size: 16px;font-weight: 600;width: 180px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.projectCompanyName a{color: #535353;}
.projectCompanyTag span{color: #959595;}
.projectTurn{margin-left:8px;}
.projectContent p { display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; overflow: hidden;width: 240px;color: #959595;min-height:44px;}
.projectNeeds{border-top:1px solid #eee;padding-top: 10px;}
.projectNeeds p{font-size: 16px;color: #959595;margin-bottom: 0;line-height: 32px;float: left;}
.projectMore{float: right;line-height: 26px;margin-top: 3px;}
.projectMore a{display: inline-block; width:82px;height: 26px;border-radius: 16px;background: #fff; text-align: center;border: 1px solid #00baec;color:#00baec; }
.projectMore a:hover{display: inline-block; width:82px;height: 26px;border-radius: 16px;background: #00baec; text-align: center;color: #fff;}
/*投资机构*/
.institutionContent{width: 1030px;overflow: hidden;margin: 0 auto;margin-top:20px;}
.institution{width: 190px;border:1px solid #d2d2d2;height: 190px;float: left;margin:0 20px 20px 0;}
.institution:nth-child(5n+0){margin-right: 0;}
.institution a{display: block; text-align: center; line-height: 148px;}
.institution a img{width:188px;height: 188px;vertical-align: middle;}
#institution .moduleButton{margin-top: 8px;}
/*合作媒体*/
.mediaContent{margin-top:20px;padding-bottom: 20px;}
.mediaContent ul{margin:0 auto;width: 1030px; margin-left:68px;}
.mediaContent ul li{float: left; display: block; height: 95px;width: 190px;margin:0 20px 20px 0;border: 1px solid #d2d2d2;}
.mediaContent ul li:nth-child(5n+0){margin-right: 0;}
.mediaContent ul li img{vertical-align: middle;height: 93px;width: 188px;}
/*未登录*/
.not-login-button{position: absolute;margin-top: -500px;margin-left: 347px;}
.not-login-button a{display: inline-block;color: #fff;width: 180px;height: 26px;background:#59b0ff;font-size: 18px; margin-right:20px;text-align: center;}
.not-login-button a:hover{color:#004584;}