﻿@charset "utf-8";
/* CSS Document */

/*导航栏*/
.top-box{
	width:100%;
	background:#fafafa;
	border-bottom:solid 1px #dcdddd;
	position:fixed;
	top:0;	
	overflow:hidden;
}

.logo{
	width:96px;
	float:left;
	margin-left:4%;
}
.nav{
	width:900px;
	float:right;
	margin-right:4%;
}
.nav li{
	width:100px;
	float:right;
	text-align:center;	
	
}
.nav a{
	font-size:14px;
	color:#009fe8;
	line-height:96px;
}
.index a{
	color:#ed7700;	
}
.login a{
	color:#595757;	
}

.nav a:hover{
	color:#ed7700;		
}


/*主题活动块*/

.library-box{
	width:100%;
	background:#f7f8f8;	
	padding-top:78px;
	padding-bottom:80px;
	overflow:hidden;
}

.title{
	width:1024px;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:40px;	
}
.title img{
		float:left;
		margin-right:40px;
}

.title li{
	display:block;
	width:100px;
	float:left;
	
}
.title a{
	
	font-size:16px;
	line-height:80px;
	color:#595757;
}

.library a{
	color:#7c0b2b;
}


.library-list{
	width:1024px;
	margin:auto;
	background:#fff;
	border-radius:2px;
	box-shadow:1px 1px 10px #727272;
	margin-bottom:40px;	
}

.library-title{
	width:964px;
	margin:auto;
	padding:20px 30px;	
}
.library-title h1{
	font-size:24px;
	line-height:30px;
	color:#000000;
}
.library-pic{
	width:100%;
    height:263px;
    overflow:hidden;
}

.library-pic img{
	margin:auto;
	max-width:100%;
}

.library-article{
	width:964px;
	padding:20px 30px;	
}
.library-article p{
	font-size:16px;
	color:#4f4f4f;
	line-height:20px;	
}



/*翻页*/
.page{
	width:170px;
	margin:auto;
	overflow:hidden;	
}

.up-page{
	float:left;
	max-width:80px;	
}
.next-page{
	float:right;
	max-width:80px;	
}

/*底部*/

.footer-box{
	width:100%;
	background:#f7f8f8;
	border-top:solid 1px #727171;
	overflow:hidden;
	position:relative;
}
.footer{
	width:90%;
	margin:auto;
	padding:60px 0 40px 0;	
}

.footer-list{
 	width:1020px;
	margin:auto;
	overflow:hidden;
}

.list-box{
	width:170px;
	float:left;
}	

.list-box img{
	margin:auto;	
}
.list {
	text-align:center;	
}

.list a{
	font-size:10px;
	color:#595757;
}
.h2 a{
	font-size:14px;
}
.title{
	font-size:14px;	
}
.list a:hover{
	color:#009fe8;	
}

.slogn{
	width:132px;
	margin:auto;
	padding:40px 0;
}

.copyright{
	width:1000px;
	margin:auto;
	font-size:14px;
	text-align:center;
	color:#727171;	
}

.top{
	position:absolute;
	right:0;
	bottom:0;
	
}
.activity a {
    color: #009fe8;
}
.Message_lx a{
	color:#0B4F6C;
}





















