.index_rg{
	position: relative;
	overflow: hidden;
}
.index_rg_bottom {
	width: 1650px;
	height: 1004px;
	position: absolute;
	right: -30px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.archives{
	width:1650px;
	height:1004px;
}
.archives_1{
	width: 1590px;
	background-color: #ffffff;
	position: relative;
    top: 30px;
	margin-bottom: 30px;
}
.archives_top{
	height: 24px;
	line-height: 24px;
	font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #333333;
	padding-top: 49px;
    margin: 0px 0 0 50px;
}
.archives_middle_table{
	width:1488px;
	margin:29px 0 0 51px;
}
.archives_middle_table table,.archives_middle_table table tr th, .archives_middle_table table tr td { 
	border:1px solid #dedede;
	}
.archives_middle_table table {
	text-align: center; 
	border-collapse: collapse;
	}
.clickSee{
	height: 22px;
	line-height: 22px;
	font-family: MicrosoftYaHei;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #e84040;
}
.clickSee1{
	height: 22px;
	line-height: 22px;
	font-family: MicrosoftYaHei;
	font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #e84040;
}
.archives_bottom_2 {
	width:462px;
	height:40px;
	line-height: 40px;
	margin-left:50px;
}
.archives_bottom_2 input{
	    box-sizing: border-box;
	width:100%;
	height:100%;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #999999;
	padding:0 20px;
}
.archives_bottom_1{
	width: 140px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 20px;
	border: solid 2px #323079;
	font-family: MicrosoftYaHei;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #323079;
	margin-left:50px;
}
.archives_bottom{
	height:40px;
	margin-top:27px;
	padding-bottom: 50px;
}
#pages{
    padding:18px 30px 0 0;
    text-align:right;
/*    background:linear-gradient(to top , #f5f4f5,#e6e6e5);*/
    height:40px;
    line-height:40px;
}
#pages a{
    padding:5px 11px;
	border: solid 2px #dedede;
    border-radius:4px;
    color:#0aa1ed;
	letter-spacing: 1px;
	color: #999999;
	font-size:18px;
	margin-right:22px;
}
#pages a.current{
    border-color:#7e7ac6;
    background:#7e7ac6;
    color:#fff;
}
#pages a.next{
	background: url(../img/pageright.png);
    border-color:#7e7ac6;
    background:#7e7ac6;
    color:#fff;
}
#pages a.previous{
	background: url(../img/pageleft.png);
    border-color:#7e7ac6;
    background:#7e7ac6;
    color:#fff;
}
#pages a.next span {
    position: relative;
    top: 2px;
    width: 12px;
    display: inline-block;
    height: 18px;
    background: url(../img/pageright.png);
}
#pages a.previous span {
    position: relative;
    top: 2px;
    width: 12px;
    display: inline-block;
    height: 18px;
    background: url(../img/pageleft.png);
}
#pages a.disabled{
    color:#bfbfbf;
    background:#f2f2f2;
    border:1px solid #bfbfbf;
}