@charset "utf-8";



.main {
	padding-top: 25px;
}
/*登录*/


body._login {
	min-height: 500px;
	background: url(../images/login.jpg) no-repeat center top;
}
body._login .header {background: transparent;}
body._login .header a {color: #fff;}
body._login .header .search input[type='text']{ border-color: #fff; color: #fff;}
body._login #search_btn {background-image: url(../images/ico_search_login.png); background-color: #fff;}
body._login #search_btn:hover {background-color: #eee}


 
body._login i.down {
	border-color: #fff;
}
.login {
	height: 720px;
}
.login .wp {position: relative;}
.login-box {
	width: 589px;
	height: 569px;
	position: absolute;
	right: 50px;
	top: 100px;
	background: url(../images/login_bg.png) no-repeat center;
}
.login-box  form {
	padding: 80px 100px 120px 133px;
}
.login-box .title {
	margin: 0 auto 60px;
	text-align: center;
	width: 75px;
	border-bottom: 3px solid #ff7663;
	line-height: 52px;
	font-weight: bold;
}
.login-box .input {
	margin-bottom: 35px;
}
.login-box input {
	width: 100%;
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 38px;
	border-bottom: 1px solid #ccc;
	background-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}
.login-box input[name='username'] {
	background: url(../images/ico_user.png) no-repeat center left;
}
.login-box input[name='password'] {
	background: url(../images/ico_pwd.png) no-repeat center left;
}
.login-box #login {
	margin-top: 58px;
	background: #ff7663;
	font-size: 18px;
	color: #fff;
}
.login-box #login:hover {
	opacity: .9;
	filter: alpha(opacity=90);
}




/*首页*/
.fun {margin-bottom: 30px; padding: 30px 20px 10px; background-color: #f7f7f7; overflow: hidden;}

.fun li {
	float: left;
	margin: 0 10px 20px;
}
.fun li:hover {
	-webkit-box-shadow: 3px 15px 30px rgba(0,0,0,.1);
    box-shadow: 3px 15px 30px rgba(0,0,0,.1);
}
.fun li a{
	display: block; 
	height: 160px;
}
.fun li img {
	width: 290px; height: 160px;
}

.list-article {
	margin-bottom: 50px;
	padding: 15px 20px 10px;
	background-color: #f7f7f7;
	overflow: hidden;
}
.list-article li {
	width: 290px;
	float: left;
	margin: 0 10px 20px;
}
.list-article li a {
	display: block;
}
.list-article li img {
	width: 290px;
	height: 160px;
	margin-bottom: 6px;
}
.list-article li h5 {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.list-article-title {padding: 5px 10px 15px; overflow: hidden;}
.list-article-title h2 {font-weight: bold; font-size: 32px;}
.list-article-title span {padding-top: 8px;}
.list-article-title span a {font-size: 16px; line-height: 24px; margin-left: 30px;}

.list-article-title .crumb {
	color: #666
}
.list-article-title .crumb  a ,
.list-article-title .crumb  span {
	font-size: 14px;
}

.list-article-title .crumb  span {color: #ff6973}