.Projcet {
	background-color: #fff;
	display: block;
	padding-top: 1.2rem;
}
.details {
	padding:0.5333333333rem 0.2666666667rem 0 0.2666666667rem;
	border-bottom: 10px solid #f5f5f5;
	overflow: hidden;
}

.quick-entry-link {
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 0.4666666667rem;
}
.details-item {
	width: 1.2rem;
	height: 1.2rem;
	line-height: 1.45rem;
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	margin-bottom: 0.2rem;
}
.details-item-1 {
	background-color: #07bbf5;
}
.details-item-2 {
	background-color: #f5423e;
}
.details-item-3 {
	background-color: #ffb800;
}
.details-item-4 {
	background-color: #00b4a2;
}
.details-item-5 {
	background-color: #fb8f01;
}
.details-item-6 {
	background-color: #7f4de6;
}
.details-item-7 {
	background-color: #fe970f;
}
.details-item-8 {
	background-color: #f63d87;
}
.details-item-9 {
	background-color: #1d92e3;
}
.details-item-10 {
	background-color: #4ec8a4;
}
.nav-contaner {
	border-bottom: 1px solid #dcdcdc;
}
.dynamic-nav{
	overflow: hidden;
	width: 5.3333333333rem;
	height: 1.0666666667rem;
	margin: 0.4rem auto;
	border: 1px solid #ff3333;
	border-radius: 0.1066666667rem;
}
.dynamic-nav>a {
	width: 50%;
	float: left;
	text-align: center;
	font-weight: bold;
	font-size: 0.4266666667rem;
	line-height: 1.0666666667rem;
}
.red-white {
	background-color: #ff3333;
	color: #fff;
}
.white-red {
	color: #ff3333;
	background-color: #fff;
}
.dynamic-list {
	padding: 0.4rem 0;
	margin: 0 0.2666666667rem;
	border-bottom: 1px solid #f1f1f1;
}
.dynamic-list-title {
	line-height: 1.5;
	font-size: 0.4266666667rem;
	color: #666;
	margin-bottom: 0.1333333333rem;
}
.dynamic {
	border-bottom: 10px solid #f5f5f5;
}
.dynamic li:last-of-type{
	border-bottom: none;
}
.dynamic-list p span {
	color: #999;
	font-size: 0.32rem;
}
.dynamic-list-time {
	float: right;
}
.more {
	width: 4.0rem;
	height: 0.73333333rem;
	line-height: 0.7333333333rem;
	border:1px solid #ff3333;
	border-radius: 0.1066666667rem;
	display: block;
	margin: 0.3333333333rem auto;
	text-align: center;
}
.footer-nav {
	color: #999;
	text-align: center;
	padding: 0.3rem 0;
}
.footer-nav span {
	font-size: 0.3733333333rem;
	border-right: 1px solid #999;
	padding: 0 0.2666666667rem;
}
.footer-nav span:last-of-type {
	border-right: none;
}
.copyright {
	margin-top: 0.4rem;
	font-size: 0.32rem;
}
.list-container{
	text-decoration:none;
}
.search-con{
	width:100%;
	height:5em;
	position: absolute;
	top:0em;
	z-index: 10;
	background:#d6312e;
}
.banner-hd{
	width: 19em;
	margin-top:1.2em;
	margin-left: 2em;
}
.btns{
	position: absolute;
	top:0.5rem;
	right:0.2rem;
}
.btns li{
	color:#fff;
	font-size: 0.5rem;
	float:left;
	padding-left: 0.2rem;
	margin:0.1rem;
}
.btns li a{
	color:#fff;
}
.btns li:last-child{
	border-left: 1px solid #fff;
}
.content{
	position:absolute;
	z-index:1;
	top:5em;
	bottom:0;
	left:0;
	width:100%;
	background:#fff;
	overflow:auto;
}
/*搜索结果提示信息*/
.search-message{
	font-size: 0.4rem;
	width:100%;
	height:1rem;
	line-height: 1rem;
	background:#ededed;
}
.search-message span{
	width:3rem;
	padding:0 0.2rem;
/*	overflow: hidden;
	text-overflow:ellipsis;*/
	white-space: nowrap;
}
.gjz{
	float: left;
}
.wordMs{
	width:3rem;
	padding:0 0.2rem;
	white-space: nowrap;
}
.search-result{
	color:#d6312e;
	float: right;
}
/*搜索为空内容*/
.none-bg{
	width:100%;
	height:3rem;
	margin-top: 1rem;
}
.none-bg img{
	width:3rem;
	height:3rem;
	display: block;
	margin: 0 auto;
}
.details-none p{
	color:#a8a8a8;
	font-size: 0.4rem;
	padding:0.2rem 0.4rem;
	line-height: 30px;
}

/*loading*/
main {
	width: 100%;
	max-width: 1000px;
	opacity: 0;
	font-size: 16px;
	background: #fff;
	position: absolute;
	padding:0.4em 0;
	bottom: 0;
	left:0;
	z-index: 200;
}
main.loaded {
	transition: opacity .25s linear;
	opacity: 1;
}

main .loaders {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: row;
	flex-wrap: wrap;
}
main .loaders .loader {
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-direction: column;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 25%;
	max-width: 25%;
	height: 200px;
	align-items: center;
	justify-content: center;
}
.loader-inner{
	width:13%;
	margin:0 auto;
}
/*.loader-inner span{*/
	/*color:#ed5565;*/
/*}*/
@-webkit-keyframes ball-pulse-sync {
	33% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px); }

	66% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px); }

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0); } }

@keyframes ball-pulse-sync {
	33% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px); }

	66% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px); }

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0); } }

.ball-pulse-sync > div:nth-child(0) {
	-webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
	animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }
.ball-pulse-sync > div:nth-child(1) {
	-webkit-animation: ball-pulse-sync 0.6s 0.07s infinite ease-in-out;
	animation: ball-pulse-sync 0.6s 0.07s infinite ease-in-out; }
.ball-pulse-sync > div:nth-child(2) {
	-webkit-animation: ball-pulse-sync 0.6s 0.14s infinite ease-in-out;
	animation: ball-pulse-sync 0.6s 0.14s infinite ease-in-out; }
.ball-pulse-sync > div:nth-child(3) {
	-webkit-animation: ball-pulse-sync 0.6s 0.21s infinite ease-in-out;
	animation: ball-pulse-sync 0.6s 0.21s infinite ease-in-out; }
.ball-pulse-sync > div {
	background-color: #ed5565;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	display: inline-block; }




