*{
	margin: 0;
	padding: 0;
}

ul,li{
	list-style: none;
}

body{
	font-size: 16px;
	font-family: "Microsoft yahei";
	color: #333333;
	padding: 0 10px;
	background:#ffffff url(../images/bg_02.jpg) no-repeat center top; 
}

img{
	border:0 none;
	max-width: 100%;
	display: block;
}

a{
	text-decoration: none;
}

.main{
	width: 100%;
	height: auto;
	overflow: hidden;	
	margin-top: 10px;
	margin-bottom: 50px;
}

.news{
	font-size: 0.875rem;
	line-height: 1.75rem;
	margin-top: 10px;
}

.news h2{
	font-size: 1rem;
	font-weight: bold;
	color: #491558;
	text-align: center;
	border-bottom: 4px double #bbbbbb;
	margin-bottom: 10px;
}

.news p a{
	color: #ff0000;
}

.news .tit{
	font-size: 1rem;
	font-weight: bold;
	color: #491558;
	text-align: center;
	border-bottom: 4px double #bbbbbb;
	margin-bottom: 10px;
}

.tit-1{
	margin: 15px 0;
}

.pl{
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 0.875rem;
	line-height: 1.5rem;
}

.pl ul li{
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #dddddd;
	padding: 10px 0;
	background: url(../images/f25445eee141e9b1ccf9ef4c39431483.png) no-repeat center left;
	background-size: 30px 30px;
	padding-left: 40px;
	box-sizing: border-box;
}

.py{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #bbbbbb;
}

.py h3{
	font-size: 1rem;
	font-weight: bold;
	color: #ff8300;
}

.py .py-one{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}

.py-one img{
	width: 100%;
}

.py-nr .py-tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 1.5rem;
	font-weight: bold;
	font-size: 0.875rem;
	text-align: center;
	margin-top: 10px;
}

.footer {
    text-align: center;
    line-height: 2rem;
    color: #999999;
    margin-top: 20px;
}

.footer-pro{
    margin-bottom: 40px;
}

.footer p {
    color: #000000;
    font-size: 1rem;
}

.footer a{
	color: #666666;
    font-size: 1rem;
}

