﻿a:hover
{
	cursor:pointer;
	color:red;
}
.side
{
	width:210px;
	float:left;
	text-align:center;
}
.sidea
{
	height:50px;
	line-height:50px;
	color:red;
	font-size:20px;
	font-weight:bold;
}
.sideb ul li
{
	height:50px;
	line-height:50px;
	margin-bottom:20px;
	font-size:18px;
	border:solid #F5F5F5 1px;
	text-align:center;
}
.sideb ul li:hover
{
	border-bottom:solid red 4px;
}

.main
{
	min-width:1000px;
	float:right;
}
.cont
{
	min-width:900px;
	height:50px;
	line-height:50px;
	text-align:left;
	border-bottom:solid #F5F5F5 2px;
}
.main_nr
{
	min-width:1000px;
}
.main_nr li
{
	height:30px;
	line-height:30px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:dotted #F5F5F5 2px;
}
.main_nr .main_nr_left
{
	float:left;
	margin-left:20px;
}

.main_nr .main_nr_right
{
	float:right;
	margin-right:20px;
}
.pages
{
	width:800px;
	height:50px;
	line-height:50px;
	margin:20px auto;
}
.title-hb
{
	text-align: left;
}
.bot
{
	width: 1000px;
    height: 50px;
    text-align: center;
}
.bot1
{
    width: 50px;
    height: 50px;
    border: solid 1px #F5F5F5;
    margin-right: 10px;
    padding: 10px;
	background-color:#F5F5F5;
}
.bot2
{
    width: 50px;
    height: 50px;
    border: solid 1px #F5F5F5;
    margin-right: 10px;
    padding: 10px;
	background-color:#F5F5F5;
}
.bot a
{
	color:black;
	border-bottom:none;
}
.bot a:hover
{
	color:red;
	cursor:pointer;
}




