/**********************************/
/*index.html*/
body{
	margin: 0;
	background: rgba(238, 238, 238, 0.5);
}
footer{
	background-color: #333;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer p{
	color: #fff;
}
footer p a{
	color: #fff;	
}
a:hover{
	color: #1cc7b6 !important;
}
.clearfix{clear: both;}
.first{
	width: 100%;
	height: 680px;
	z-index: -1;
	position: absolute;
	overflow: hidden;
}
.first .background{
	width: auto;
	min-height: 680px;
}
.first-word{
	height: 680px;
}
.top-banner ul{
	margin-top: 0px;
	list-style: none;
	text-align: right;
	padding-top: 10px;
	padding-right: 15px;
	margin-bottom: 0px;
}
.top-banner ul li{
	display: inline;
}
.top-banner ul li a{
	color: #fff;
	text-decoration: none;
}
.logo{
	width: 300px;
	color: #fff;
	margin-left: 40px;
}
.logo img{
	width: 100px;
}
.search{
	color: #fff;
	margin-top: 120px;
	position: relative;
	text-align: center;
}
.search h1{
	font-size: 50px;
	margin-bottom: 10px;
	text-align: center;
}
.search h2{
	font-size: 20px;
	font-weight: 500;
	margin-top: 0px;
	text-align: center;
}
.search-box{
	margin-left: -5%;
}
.search .search-input{
	margin-top: 35px;
	position: relative;
}
.phone-down{
	z-index: 100;
	width: 80px;
	position: fixed;
	right: 20px;
	margin-top: -60px;
}
.phone-down img{
	width: 100%;
}
.phone-down .app{
	color: #333;
	position: absolute;
	width: 80%;
    margin-left: 10%;
	top: 70px;
	left: 0;
	font-size: 12px;
}
.phone-down button{
	position: absolute;
	top:40px;
	left: 0;
	width: 80%;
	background-color: #1cc7b6;
    color: #fff;
    font-size: 10px;
    border: none;
    padding: 0;
    margin-left: 10%;
}
div.footer{
	position: fixed;
	bottom: 0;
	background-color: #fff;
	width: 100%;
	padding: 10px 20px;
	z-index: 100;
	display: none;
}
div.footer img{
	width: 40px;
	border-radius: 4px;
}
div.footer div{
	display: inline-block;
	color: #1cc7b6;
	margin-left: 10px;
	font-size: 12px;
	vertical-align: middle;	
}
div.footer button{
	float: right;
	height: 30px;
	border: none;
	border-radius: 4px;
	background-color: #1cc7b6;
	color: #fff;
	margin-top: 5px;
	font-size: 12px;
}
@media only screen and (max-width: 1000px) {
	.phone-down{
		display: none;
	}
	div.footer{
		display: block;
	}
}
.search .bxnr{
	height: 50px;
	font-size: 16px;
	width: 45%;
	padding-left: 10px;
	color: #333;
}
.search .btn-bx{
	height: 50px;
	width: 10%;
	position: absolute;
	font-size: 20px;
	color: #fff;
	background-color: #1cc7b6;
	border: none;
	cursor: pointer;
}
.quick-choose{
	background-color: #fff;
	color: #333;
	width: 45%;
	height: 400px;
	overflow-y:scroll;
	display: none;
	margin: 0px auto;	
}
.quick-choose ul{
	list-style: none;
	text-align: left;
	padding-left: 0px;
	margin-top: 0px;

}
.quick-choose ul li{
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	padding-left: 8px;
	padding-right: 8px;
}
.quick-choose ul li:hover{
	background-color: #1cc7b6;
	color: #fff;
}
.second{
/*	background-color: #e9edf6;*/
	background-color: rgba(238, 238, 238, 0.5);
	padding-top: 30px;
	padding-bottom: 20px;
}
.fix{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}
.more-fix{
	text-align: right;
	padding-top: 10px;
	margin: 1%;
}
.more-fix a:hover{
	color: #1cc7b6;
}
.head-title{
/*	background: #c7b3f2;*/
	color: #333;
	margin-left: 1%;
}
.head-title h2{
	margin-top: 0px;
	margin-bottom: 30px;	
}
.head{
	width: 48%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
/*	background-color: #c9d4e5;*/
	background-color: rgba(28, 199, 182, 0.35);
	color: #fff;
	font-weight: 600;
}
.head-name{
	float: left;
	width: 20%;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 16px;
}
.head-fix{
	width: 60%;
}
.head-content{
	width: 80%;
}
.fix li.fix-item{
	width: 48%;
	float: left;
	padding-top: 12px;
	padding-bottom: 12px;
	list-style: none;
	background-color: #fff;
	margin-left: 1%;
	margin-right: 1%;
}
.article-list li.fix-item{
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.fix li.fix-item a{
	color:#5d627d;
}
.fix li.fix-item a:hover{
	color:#1cc7b6;
}
.fix-head{
	width: 58%;
	margin-left: 2%;
	float: left;
	height: 21px;
	overflow: hidden;
}
.article-list .fix-head{
	width: 78%;
}
.fix-time{
	width: 20%;
	float: left;
	text-align: center;
}
.fix-state{
	width: 20%;
	float: left;
	text-align: center;
}

/**********************************/
/*fix.html*/
.all-fix{
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.fix.fix-list li.fix-item{
	width: 100%;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	list-style: none;
	background-color: #fff;
	margin-left: 0;
	margin-right: 0;
	font-size: 16px;
}
.head.head-list{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.head.head-list .head-name{
	padding-top: 15px;
	padding-bottom: 15px;	
}
.head-title-btn h2{
	margin-bottom: 15px;
}
/***************************************************/
/*newarticle.html*/
.article-list{
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.article-list.fix{
	box-shadow: none;
}
.article-item{
	margin-bottom: 1px;
	background-color: #fff;
	padding: 15px;
	padding-left: 20px;
	padding-right:20px;
}
.article-item h2{
	margin-top: 10px;
}
.article-item a{
	text-decoration: none;
}
.article-item a:hover p{
	color: #333;
}
@media only screen and (min-width: 1200px) {
	.first .background{
		width: 100%;
	}
}
@media only screen and (max-width: 992px) {
	.head{
		width: 94%;
		margin-left: 3%;		
	}
	.head.head-list{
		width: 100%;
	}
	.head-right{
		display: none;
	}
	.fix li.fix-item{
		width: 94%;
		margin-left: 3%;
	}
	.fix.fix-list li.fix-item{
		width: 100%;
		margin-left: 0;
	}
	.head-title h2{
		margin-left: 3%;
		margin-bottom: 20px;
	}
	/*home*/
	.first{
		/*height: 1200px;*/
	}
	.first .background{
		/*min-height: 1200px;*/
	}
	.logo{
		margin-left: 20px;
	}
	.second{
		display: none;
	}
	.third{
		display: none;
	}
	.search h1{
		font-size: 25px;
	}
	.search h2{
		font-size: 16px;
	}
	.search{
		margin-top: 80px;
	}
	.search .bxnr{
		width: 60%;
	}
	.search .btn-bx{
		width: 20%;
		font-size: 16px;
	}
	.search-box{
		margin-left: -18%;
	}
	.quick-choose{
		width: 76.5%;
		margin-left: 20%;
		height: 300px;
	}	
}
.third{
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
}
.third .article{
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	padding: 8px 18px;
	border: 1px solid #aaa;
	margin-top: 5px;
}
.third .article a{
	text-decoration: none;
}
.third .article a:hover h4{
	color: #1cc7b6 !important;
}
.third .article h4{
	font-size: 20px;
	color: #333;
	font-weight: 500;
	height: 22px;
	overflow: hidden;
}
.third .article p{
	color: #555;
	height: 42px;
	overflow: hidden;
}