.index {
	width: 100%;
	height: 100%;
}

.index .chart {
	padding: 10px 12px;
	background-color: #fff;
}

.index .chart p {
	margin: 5px 5px 10px;
	font-size: 16px;
	color: #333;
	font-weight: 500;
}

.index .chart p span {
	font-size: 20px;
	font-weight: 600;
	color: #ED2424;
}

.index .head_title {
	padding: 5px 0 5px;
	background-color: #D13C3C;
	/* Safari 5.1 - 6.0 */
	/* Opera 11.1 - 12.0 */
	/* Firefox 3.6 - 15 */
	background: -webkit-gradient(linear, left top, left bottom, from(#E14545), to(#BB2115));
	background: linear-gradient(#E14545, #BB2115);
	/* 标准的语法（必须放在最后）*/
}

.index .head_title .rxysTitle {
	padding: 15px 15px 20px;
	color: #fff;
}

.index .head_title .rxysTitle .title {
	padding-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}

.index .head_title .rxysTitle .title .left {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
}

.index .head_title .rxysTitle .title .left h3 {
	line-height: 25px;
	font-size: 19px;
	font-weight: 600;
}

.index .head_title .rxysTitle .title .left h3:first-of-type {
	padding-bottom: 10px;
}

.index .head_title .rxysTitle .title .right {
	line-height: 22px;
	font-size: 14px;
	font-weight: 400;
	border-radius: 5px;
	border: 1px solid #fff;
	text-align: right;
	padding: 2px 8px 0px;
}

.index .head_title .rxysTitle img {
	height: 133px;
	width: 100%;
}

.index .search {
	position: relative;
	padding: 10px 15px;
}

.index .search input {
	width: 100%;
	height: 34px;
	padding: 0 10px 0 45px;
	border-radius: 16px;
}

.index .search .search-icon {
	position: absolute;
	left: 30px;
	top: 19px;
	width: 16px;
	height: 16px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAgVBMVEUAAACzs7O2trazs7O1tbWzs7Ozs7Ozs7OysrK1tbW8vLy8vLyzs7O1tbW5ubmzs7Ozs7Ozs7Ozs7O0tLSzs7O0tLSzs7OysrK5ubmysrKzs7Ozs7Ozs7O0tLSysrK0tLSzs7O0tLS1tbW1tbW3t7ezs7OysrKzs7O0tLS5ubmysrK/5xmIAAAAKnRSTlMA9kLQNufz7eUsCwW4HhKh2cnAjYV9cFMZm9/TrpSSdmdbPjwgT8elIiHihQIuAAAB0klEQVRIx9WW2WKCMBREQ1jCpiKK4gIiaq35/w9sxkBZk9THzttATrhzsygZabE7xDbzkvS5dcgftMhs3pN7qA3AcmPxseJAR+wYb8X8DlotVUB4liOOJb1HwudOtm6eBIoUMkQ8iJzLSr3HLOHinU0nz1ccus5UZb+rjshUV3zImvb7neNCZuWgAD8f90pJQIEn3qaj9WCoiii1x4z7waMNkkdEra0YkPQHLBCQEo1CxKlIpwzrQbSqUEfPo8GOHomwge5dXdgTxKBSDNoNOlyaEDro88oUHorE2rBfF8syDULgsG8iI4KJX61h+KRRB4HcWiOq9M1I0U+cCGNGsNeD1qTC5EYEh3rZmqdx8SGx/NZgm2YmIhCDTt2pE25tQi5i0LazrgxjjOIMW77REzfctj1fC28ttMjXeNZYHn394feW43bwq5r4ZtOmruTtplB4QpJwdCsd8TBQEDGKoLO3m7efreoEoiATPTi0DafJGYcsqrituVtFw/VAd5WM43PIL2lLBZfmN6mwFEyecinPjg/Fee031qWEqhiyT/hEXoZ8aiaq7CHgbrDmGga671LWBD7J/wpGBgpfNxrI6aeMVv+OqT9nEvIx45PPVCf+4wdo2kzXyhe9OgAAAABJRU5ErkJggg==);
	background-repeat: no-repeat;
	background-size: 100%;
}

.index .item {
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
}

.index .item .title {
	padding: 20px 0;
}

.index .item .title p {
	text-align: left;
	font-size: 17px;
	color: #666;
	border-left: 4px solid #ED2424;
	line-height: 24px;
	padding-left: 10px;
	font-weight: 500;
	padding-right: 12px;
}

.index .item .title p i {
	float: right;
	color: #999;
	font-size: 12px;
	font-weight: 400;
}

.index .item .project_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 12px;
	border-top: 1px solid #EAEAEA;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.index .item .project_wrap .product_content {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	padding-right: 10px;
	text-align: left;
	width: 57%;
}

.index .item .project_wrap .product_content .item_title {
    margin: 2px 0 5px 0;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	min-height: 72px;
}

.index .item .project_wrap .product_content .item_intro {
	font-size: 13px;
	color: #999;
	min-height: 23px;
	position: relative;
}

.index .item .project_wrap .product_content .progress_box {
	position: relative;
	width: 100%;
	height: 10px;
	margin: 14px 0;
}

.index .item .project_wrap .product_content .progress_box .progress_bg {
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: rgba(0, 0, 0, 0.08);
	border-radius: 100px;
}

.index .item .project_wrap .product_content .progress_box .product_progress {
	position: absolute;
	top: 4px;
	left: 0;
	right: 5px;
	height: 3px;
	width: 100%;
}

.index .item .project_wrap .product_content .progress_box .product_progress .progress_green {
	height: 3px;
	background: -webkit-gradient(linear, left top, right top, from(#FF4757), to(#ED2424));
	background: linear-gradient(90deg, #FF4757, #ED2424);
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
}

.index .item .project_wrap .product_content .progress_box .product_progress .progress_num {
	position: absolute;
	top: -6px;
	left: 0;
	width: 45px;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
	font-size: 12px;
	border-radius: 50px;
	background: #ED2424;
	color: #fff;
	text-align: center;
}

.index .item .project_wrap .product_content .item_bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.index .item .project_wrap .product_content .item_bottom_num {
	font-size: 13px;
	color: #999;
	white-space: nowrap;
	line-height: 13px;
}

.index .item .project_wrap .product_content .item_bottom_num span {
	color: #ED2424;
}

.index .item .project_wrap .product_img {
	position: relative;
}

.index .item .project_wrap .product_img .lazyload {
	width: 132px;
	height: 99px;
	border-radius: 2px;
	display: block;
}

.index .item .project_wrap .product_img .gy123 {
	position: absolute;
	height: 48px;
	width: 37.5px;
	top: 0px;
	right: 0px;
	border-top-right-radius: 2px;
}

.index .item .list {
	height: 140px;
	border-top: 1px solid #EAEAEA;
}

.index .item:last-of-type {
	margin-bottom: none;
}

.index .dynamic_number {
	background-color: #fff;
	text-align: left;
	padding: 12px 12px 40px;
}

.index .dynamic_number .title {
	font: 14px;
	color: #333;
	line-height: 20px;
	font-weight: 400;
	padding: 10px 0;
}

.index .dynamic_number p {
	font: 14px;
	color: #666;
	line-height: 20px;
	font-weight: 400;
	padding: 8px 0;
	height: 40px;
	overflow: hidden;
}

.index .click_load_more {
	background-color: #efefef;
}

.index .click_load_more h3 {
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	padding: 15px 0;
	color: #5f5f5f;
}
