﻿@charset "utf-8";
/*------------------*/
.radius {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	position: relative;
	z-index: 1;
	behavior: url(js/pie.htc);
	overflow: hidden;
} /*圆角属性*/

/*---------------------
		banner
----------------------*/
#banner {
	background: url(../zlimag/banner_10.jpg) no-repeat center center;
	width: 100%;
	min-width: 1000px;
	height: 220px;
	position: relative;
	z-index: 1;
	zoom: 1;
}
#banner .animate {
	width: 900px;
	height: 220px;
	position: absolute;
	left: 50%;
	margin-left: -450px;
	z-index: 9999999;
}
/*---------------------
		main
----------------------*/
#zlbox {
	width: 100%;
	min-width: 1000px;
	background: url(../zlimag/zl_bg_11.jpg) no-repeat top center;
	text-align: left;
}
#jieshao {
	margin-top: 30px;
}
#jieshao img {
	width: 100px;
	height: 100px;
	border: 2px solid rgb(240,240,240);
}
#jieshao .radius{
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
#jieshao  .headimg{
	width: 20%;
}
#jieshao .description {
	width: 80%;
}
#jieshao .tittled {
	font-size: 12px;
	color: rgb(100,100,100);
	margin-bottom: 15px;
}
#jieshao .name {
	font-size: 20px;
	width: 100%;
	border-bottom: 1px solid rgb(20,20,20);
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#jieshao p{
	font-size: 12px;
	line-height: 20px;
	font-family: simsun;
	text-indent: 2em;
}
/*-----------------
     article
 * --------------*/
#articlelist {
	margin-top: 50px;
	font-size: 12px;
}
#articlelist .tittle {
	border-top: 1px dotted rgb(180,180,180);
	border-bottom: 1px dotted rgb(100,100,100);
	padding: 7px;
	background: url(../zlimag/tittle_arr_20.png) left center no-repeat;
	background-position-x: 15px;
}
#articlelist .tittle ul li {
	float: left;
}
#articlelist .tittle .navlist {
	float: right;
}
#articlelist .tittle ul li{
	padding:3px 8px;
}
#articlelist .tittle ul li a{
	padding: 2px 8px;
}
#articlelist .tittle a:hover{
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background: rgb(230,230,230);
	color: rgb(31,31,31);
}
#articlelist .tittle  a:active{
	color: rgb(255,255,255);
	background: rgb(231,94,94);
}
#articlelist .navtittle {
	float: left;
	margin-left: 30px;
	padding: 4px 2px;
}
#articlelist .navtittle span{
	background: rgb(231,94,94);
	color: rgb(255,255,255);
	padding:2px 10px;
	margin-left: 15px;
}
#articlelist .article{
	
}
#articlelist .article h2 {

}
#articlelist .article .new {
	background: rgb(231,94,94);
	font-size: 12px;
	padding: 0 5px;
	color: rgb(255,255,255);
	margin-right: 10px;
}
#articlelist .article ul li{
	border-bottom: 1px dotted rgb(200,200,200);
	padding-bottom: 10px;
	padding-top: 10px;
}
#articlelist .pcontent {
	width: 85%;
	float: left;
	display: block;
	margin-top: 5px;
}
#articlelist .pcontent p{
	margin-bottom: 12px;
	line-height: 20px;
	color:rgb(150,150,150);
}
#articlelist .pcontent a{
	color:rgb(100,100,100);
	font-family: simsun;
}
#articlelist .num,#articlelist .hot{
	float: right;
	margin-right: 15px;
	margin-top: 32px;
	cursor: pointer;
	color: rgb(200,200,200);
}
#articlelist .num span:before{	
	content: '22';
	background-position: 0 2px;
	margin-right: 5px;

}
#articlelist .hot span:before{
	content: '';
	padding: 0 8px 0 7px;
	background: url(../zlimag/store_icon_20.png) no-repeat;
	background-position: -13px 2px;
	margin-right: 5px;
} 
#articlelist .hot{
	color: rgb(231,94,94);
} 
#articlelist .user span:hover:before{
	background-position: -13px 2px;
}
#page{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}
#page a{
	font-size: 12px;
	padding: 1px 3px;
	margin: 0 3px;
	line-height: 22px;
}
#page a:hover{
	color: rgb(231,94,94);
}
#page .chosed {
	background: rgb(231,94,94);
	color: rgb(255,255,255);
}
#page input[type=button] {
	width: 100px;
	border:1px solid rgb(200,200,200);
	background: rgb(255,255,255);
	cursor: pointer;
	margin: 0 15px;
}
#page input[type=button]:active{
	background: rgb(235,235,235);
}
/*--------------------
 * rightcontainer
 --------------------*/
.rcontainer .tittle {
	border-bottom: 1px solid rgb(20,20,20);
	margin-top: 30px;
	margin-bottom: 15px;
	color: rgb(100,100,100);
	font-size: 14px;
	line-height: 14px;
	padding:13px 5px;
}
.rcontainer .tittle .more {
	font-size: 12px;
	color: rgb(231,94,94);
	float: right;
}
.rcontainer .list ul li {
	margin: 15px 0;
	border-bottom: 1px dotted rgb(220,220,220);
	padding:0 5px 15px;
}
.rcontainer .list ul li img {
	width:75px;
	height: 75px;
}
.rcontainer .article {
	width: 230px;
	padding-left: 15px;
}
.rcontainer .article p {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	font-family: simsun;
	color: rgb(140,140,140);
	text-align: right;
	margin-top: 5px;
}
.rcontainer .article span{
	margin-left: 15px;
}
.rcontainer .article h6 {
	font-size: 12px;
	line-height: 22px;
	color: rgb(100,100,100);
	margin: 0;
	font-weight: normal;
	margin-top: 3px;
}
.rcontainer .text  ul li{
	position: relative;
	margin: 15px 0;
	border:none;
	padding: 0;
	padding-left: 13px;
}
.rcontainer .text h6:before{
	position: absolute;
	content: "\200B";
	font-size: 1px;
	line-height: 1px;
	background: rgb(200,200,200);
	padding: 1px;
	width: 6px;
	height: 6px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	z-index: 999;
	behavior: url(js/pie.htc);
	overflow: hidden;
	top: 5px;
	left: 0;
}
.rcontainer .text h6 span {
	float: right;
	color: rgb(180,180,180);
	font-family: simsun;
	font-weight: normal;
}
.rcontainer .text .article {
	width: 100%;
}
