@keyframes gov_icon {
	50% {
		transform: rotate(-10deg);
	}

	60% {
		transform: rotate(10deg)
	}

	70% {
		transform: rotate(-10deg);
	}

	80% {
		transform: rotate(10deg)
	}

	90% {
		transform: rotate(-5deg)
	}
}

@-webkit-keyframes gov_icon {
	50% {
		-webkit-transform: rotate(-10deg);
	}

	60% {
		-webkit-transform: rotate(10deg)
	}

	70% {
		-webkit-transform: rotate(-10deg);
	}

	80% {
		-webkit-transform: rotate(10deg)
	}

	90% {
		-webkit-transform: rotate(-5deg)
	}
}

@-o-keyframes gov_icon {
	50% {
		-o-transform: rotate(-10deg);
	}

	60% {
		-o-transform: rotate(10deg)
	}

	70% {
		-o-transform: rotate(-10deg);
	}

	80% {
		-o-transform: rotate(10deg)
	}

	90% {
		-o-transform: rotate(-5deg)
	}
}

@charset "utf-8";

/* CSS Document */
* {
	padding: 0;
	margin: 0;
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 "宋体", arial;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

li {
	list-style: none;
}

fieldset,
img {
	border: 0;
}

q:before,
q:after {
	content: '';
}

a:focus,
input,
textarea {
	outline-style: none;
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var,
b {
	font-style: normal;
	font-weight: normal;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a {
	color: #434343;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #268bcb;
}

b {
	font-weight: bold;
}

body {
	color: #464646;
}


/* 电脑端样式 */
@media screen and (min-width: 768px) {
	.hidden-pc {
		display: none;
	}

	.hidden-mobile {
		display: block;
	}

	.clearfix {
		*zoom: 1
	}

	.clearfix:before,
	.clearfix:after {
		display: table;
		line-height: 0;
		content: ""
	}

	.clearfix:after {
		clear: both
	}

	.clear {
		clear: both;
	}

	.contLeft h2 span,
	.contRight h2 span,
	.contAll h2 span,
	.workBox a,
	.crumb {
		background: url("../images/icon.png") left top no-repeat;
	}

	.warp {
		clear: both;
		margin: 0 auto;
		width: 1000px;
	}

	.top {
		background: #eee;
		border-bottom: 1px solid #ddd;
		line-height: 32px;
		text-align: right;
		border-top: 2px solid #676767;
		height: 40px;
		width: 100%;
	}

	.top a {
		background: url("../images/head_box.png") center top no-repeat;
		width: 110px;
		padding: 0 0 0 15px;
		display: block;
		float: right;
		text-align: center;
		color: #FFF;
	}

	.top a:hover {
		background-position: center -35px;
		text-decoration: none;
	}

	.top span {
		display: inline-block;
		padding: 0 30px;
		display: block;
		float: right;
	}

	.header {
		border-top: 1px solid #eadbc3;
	}

	.header .warp {
		height: 110px;
		background: url("../images/header_2014.jpg") no-repeat scroll center bottom;
	}

	.header .logo {
		background: url("../images/logo_tech.png") 5px 16px no-repeat;
		float: left;
		height: 85px;
		padding: 20px 0 0 5px;
		text-indent: -9999px;
		width: 670px;
	}

	.mainNav {
		background-color: #f2f2f2;
		border-top: 1px solid #ddd;
		height: 49px;
		line-height: 50px;
		position: relative;
		border-bottom: 6px solid #268bcb;
		margin-bottom: 10px;
	}

	.mainNav ul {
		margin: 0 auto;
		width: 1010px;
	}

	.mainNav li {
		display: inline;
		float: left;
		text-align: center;
		width: 100px;
		border-right: 1px solid #f2f2f2;
	}

	.mainNav li a:hover,
	.mainNav li a.on {
		background-color: #268bcb;
		color: #fff;
	}

	.mainNav li a {
		color: #333333;
		display: block;
		font: bold 14px/49px arial;
		text-decoration: none;
		border-bottom: 6px solid #268bcb;
	}

	.mainNav li.n_red a {
		border-color: #EA2424;
	}

	.mainNav li.n_blue a {
		border-color: #4FA6DE;
	}

	.mainNav li.n_green a {
		border-bottom-color: #6DB909;
	}

	.mainNav li.n_orange a {
		border-bottom-color: #FD6F21;
	}

	.mainNav .n_red a:hover,
	.mainNav .n_red a.on {
		background-color: #EA2424;
	}

	.mainNav .n_blue a:hover,
	.mainNav .n_blue a.on {
		background-color: #4FA6DE;
	}

	.mainNav .n_green a:hover,
	.mainNav .n_green a.on {
		background-color: #6DB909;
	}

	.mainNav li.n_orange a:hover,
	.mainNav li.n_orange a.on {
		background-color: #FD6F21;
	}

	.newsBox {
		margin-bottom: 10px;
		overflow: hidden;
	}

	.newsBox .n_imgsBox {
		width: 495px;
		height: 305px;
		float: left;
		position: relative;
		overflow: hidden;
	}

	.n_imgsBox .callbacks li {
		width: 495px;
		height: 305px;
	}

	.n_imgsBox .callbacks li a {
		display: block;
		position: relative;
	}

	.n_imgsBox .callbacks li a:hover {
		text-decoration: none;
	}

	.n_imgsBox li img {
		width: 495px;
		height: 305px;
		display: block;
	}

	.n_imgsBox .callbacks li span {
		width: 495px;
		padding: 0 20px;
		font: bold 14px/30px Arial;
		display: block;
		color: #FFF;
		background: url("../../images/li_bg.png");
		position: absolute;
		bottom: 0;
	}

	.n_imgsBox .callbacks_tabs {
		position: absolute;
		height: 22px;
		bottom: 2px;
		right: 5px;
		z-index: 9;
	}

	.n_imgsBox .callbacks_tabs li {
		float: left;
	}

	.n_imgsBox .callbacks_tabs a {
		display: block;
		float: left;
		width: 18px;
		line-height: 18px;
		text-align: center;
		margin-right: 1px;
		cursor: pointer;
		background: #333;
		color: #FFFFEF;
		font-size: 12px;
		text-decoration: none;
	}

	.n_imgsBox .callbacks_tabs .callbacks_here a {
		background: #CB0E02;
	}

	.newsBox .n_listBox {
		width: 493px;
		height: 303px;
		float: right;
		border: 1px solid #DFDFDF;
		overflow: hidden;
		position: relative;
	}

	.n_l_nav {
		border-bottom: 1px solid #DFDFDF;
		height: 33px;
		background: url("../images/box.png") top repeat-x;
	}

	.n_l_nav span {
		font-weight: bold;
		display: block;
		float: left;
		cursor: pointer;
		padding: 0 20px;
		font: bold 16px/33px Arial;
		border-right: 1px solid #DFDFDF;
	}

	.n_l_nav span.on {
		color: #258BCB;
		background: #FFF;
		border-top: 3px solid #258BCB;
		font: bold 16px/31px Arial;
	}

	.n_l_nav {}

	.n_listBox .cont {
		position: absolute;
	}

	.n_listBox ul {
		padding: 10px;
		width: 475px;
		height: 250px;
		float: left;
	}

	.n_listBox li {
		font: 14px/28px Arial;
		overflow: hidden;
	}

	.n_listBox li a {
		display: block;
		float: left;
		width: 300px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.n_listBox li em {
		background: #CBCBCB;
		width: 3px;
		height: 3px;
		margin: 14px 5px 0 2px;
		float: left;
	}

	.n_listBox li span {
		float: right;
		color: #999999;
	}

	.noticeBox {
		margin: 0 0 10px 0;
		border: 1px solid #DFDFDF;
	}

	.noticeBox .tit {
		border-bottom: 1px solid #268BCB;
		background: #F8F8F8;
		font: 14px/34px Arial;
		overflow: hidden;
	}

	.noticeBox .tit span {
		color: #FFF;
		padding: 0 20px;
		background: #268BCB;
		float: left;
		display: block;
	}

	.noticeBox .tit .more {
		float: right;
		font: 12px/34px Arial;
		margin: 0 5px 0 0;
	}

	.noticeBox {}

	.i_contL {
		width: 750px;
		float: left;
	}

	.i_contR {
		width: 240px;
		float: right;
	}

	.govCont {
		padding: 0 0 20px;
		overflow: hidden;
		position: relative;
	}

	.govinfoBox {}

	.govinfoBox a {
		display: block;
		border: #E0E0E0 1px solid;
		margin-bottom: 10px;
		background: #F8F8F8;
		padding: 4px 5px;
		text-decoration: none;
		cursor: pointer;
	}

	.govinfoBox a span {
		font: 14px/40px Arial;
		text-decoration: none;
		display: inline-block
	}

	.govinfoBox em {
		font-size: 30px;
		line-height: 40px;
		width: 40px;
		text-align: center;
		display: block;
		float: left;
	}

	.govinfoBox a:hover em {
		animation: gov_icon 1s;
		-moz-animation: gov_icon 1s;
		-webkit-animation: gov_icon 1s;
	}

	.systemBox {
		border: 1px solid #DFDFDF;
	}

	.systemBox .tit {
		border-bottom: 1px solid #268BCB;
		background: #F8F8F8;
		font: 14px/34px Arial;
		overflow: hidden;
	}

	.systemBox .tit span {
		color: #FFF;
		padding: 0 20px;
		background: #268BCB;
		float: left;
		display: block;
	}

	.systemBox .tit .more {
		float: right;
		font: 12px/34px Arial;
		margin: 0 5px 0 0;
	}

	.systemBox .cont {
		padding: 0 20px;
	}

	.systemBox a {
		display: block;
		border-top: #E0E0E0 1px dotted;
		padding: 12px 0;
		text-decoration: none;
		cursor: pointer;
		clear: both;
		overflow: hidden;
	}

	.systemBox a:first-child {
		border-top: none;
	}

	.systemBox a span {
		font: 14px/35px Arial;
		padding: 5px 0;
		width: 140px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
	}

	.systemBox a b,
	.systemBox a q {
		display: block;
		text-align: center;
	}

	.systemBox a b {
		font: 14px/20px "微软雅黑";
	}

	.systemBox a q {
		font: 12px/15px Arial;
		color: #999999;
	}

	.systemBox em {
		font-size: 25px;
		line-height: 40px;
		padding: 5px 0 0;
		margin-right: 5px;
		color: #FFF;
		width: 45px;
		text-align: center;
		display: inline-block;
		float: left;
		border-radius: 50%;
		background: #258BCB;
	}

	.systemBox a:hover em {
		animation: gov_icon 1s;
		-moz-animation: gov_icon 1s;
		-webkit-animation: gov_icon 1s;
	}

	.systemBox em.icon-sipac26 {
		background: #21BD79;
	}

	.systemBox em.icon-sipac27 {
		background: #916FCB;
	}

	.sipListBox .tit {
		height: 40px;
		border: 1px solid #DFDFDF;
		background: #f8f8f8;
		border-bottom: 3px solid #DFDFDF;
	}

	.sipListBox .tit span {
		display: block;
		float: left;
		font: bold 14px/40px Arial;
		border-right: 1px solid #DFDFDF;
		padding: 0 20px;
	}

	.sipListBox .more {
		float: right;
		font: 12px/40px Arial;
		padding: 0 10px;
	}

	.sipListBox .more a {
		display: none;
	}

	.sipListBox .tit span:first-child {
		border: none;
		border-right: 1px solid #DFDFDF;
	}

	.sipListBox .tit span.active {
		border-bottom: 3px solid #258BCB;
		color: #258BCB;
	}

	.sipListBox .cont {
		border: 1px solid #DFDFDF;
		border-top: none;
		padding: 10px;
		margin-bottom: 10px;
		overflow: hidden;
	}

	.sipListBox .cont li {
		overflow: hidden;
	}

	.adBox {}

	.adBox a,
	.adBox img {
		display: block;
	}

	.adBox a {
		margin-bottom: 10px;
	}

	.sitesBox {
		overflow: hidden;
		margin-bottom: 10px;
		clear: both;
	}

	.sitesBox .tit {
		display: block;
		font: bold 14px/30px Arial;
		color: #008DD5;
		border-top: 3px solid #268bcb;
		border-bottom: 1px solid #DFDFDF;
		padding: 0 20px;
	}

	.sitesBox table {
		margin: 20px 0;
	}

	.sitesBox td {
		padding: 4px 0 4px 10px;
		white-space: nowrap;
	}

	.tit a:hover {
		color: #268bcb;
		text-decoration: none;
	}

	.crumb {
		font: 12px/30px Arial;
		border: 1px solid #DFDFDF;
		background-color: #F3F3F3;
		padding-left: 30px;
		background-position: 10px 0;
		margin-bottom: 5px;
	}

	.contLeft {
		float: left;
		width: 240px;
	}

	.side_nav {
		background: #FBFBFB;
		border: 1px solid #DFDFDF;
		margin: 0 0 20px;
	}

	.side_nav li ul {
		display: none;
	}

	.side_nav li:hover>ul {
		display: block
	}

	.side_nav li a {
		display: block;
		color: #268BCB;
		font: bold 16px/35px "微软雅黑";
		border-top: 1px solid #DFDFDF;
		padding: 5px 0 5px 50px;
		background: url(../../images/icon.png) 20px -150px no-repeat;
	}

	.side_nav li a:hover {
		color: #6db909;
		text-decoration: none;
	}

	.side_nav li ul {
		padding: 0 0 10px 20px;
	}

	.side_nav li li a {
		display: block;
		font: normal 14px/35px "微软雅黑";
		border: none;
		padding: 0 0 0 45px;
		background-position: 20px -155px;
	}

	.side_nav li li li a {
		line-height: 25px;
		background-position: 20px -190px;
	}

	.side_nav li a.active {
		color: #fd6f21;
	}

	.contRight {
		float: right;
		width: 750px;
	}

	.contAll {}

	.contR_cont {
		border: 1px solid #DFDFDF;
		border-top: none;
		padding-bottom: 20px;
		min-height: 600px;
		margin-bottom: 20px;
	}

	.contR_detail {
		overflow: auto;
		padding: 10px 25px;
	}

	.contR_detail h1 {
		font: 22px/30px "微软雅黑";
		text-align: center;
		letter-spacing: 1px;
		color: #333333;
		padding: 20px;
	}

	.c_d_info {
		font: 12px/30px Arial;
		text-align: center;
		clear: both;
		margin-bottom: 20px;
		border-bottom: 1px solid #EFEFEF;
	}

	.c_d_info span {
		display: inline-block;
		margin-right: 5px;
	}

	.c_d_content {
		font: 14px/200% Arial;
		text-align: justify;
	}

	.c_d_info .large {
		font-size: 16px;
	}

	.c_d_info .middle {
		font-size: 14px;
	}

	.c_d_info .small {
		font-size: 12px;
	}

	.c_d_content p {
		margin-bottom: 18px;
		text-indent: 2em;
	}

	.contLeft h2,
	.contRight h2,
	.contAll h2 {
		border: 1px solid #DFDFDF;
		border-top: 2px solid #278BCB;
		overflow: hidden;
		padding: 10px 0;
	}

	/*background:url("../../images/box.png") 0 -50px repeat-x;*/
	.contLeft h2 span,
	.contRight h2 span,
	.contAll h2 span {
		background-position: 10px -40px;
		padding: 0 0 0 30px;
		font: bold 14px/20px Arial;
		display: block;
		float: left;
	}

	.contLeft h2 a {
		font: 12px/20px Arial;
		float: right;
		margin-right: 5px;
	}

	.listBox ul {
		padding: 10px;
	}

	.listBox li {
		font: 14px/32px Arial;
		overflow: hidden;
	}

	.listBox li a {
		display: block;
		float: left;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.listBox li span {
		float: right;
		color: #999999;
	}

	.listBox li em {
		color: #CBCBCB;
		display: inline-block;
		margin-right: 2px;
		overflow: hidden;
	}

	.listBox li em {
		background: #CBCBCB;
		width: 3px;
		height: 3px;
		margin: 14px 5px 0 2px;
		float: left;
	}

	.contLeft .listBox .cont {
		border: 1px solid #DFDFDF;
		border-top: none;
		padding: 10px;
		margin-bottom: 10px;
	}

	.contLeft .listBox .cont a {
		display: block;
		font: 14px/28px Arial;
	}

	.contLeft .listBox .cont a:hover {
		text-decoration: none;
		color: #CB0E02;
	}

	.contLeft .listBox .cont em {
		color: #CBCBCB;
		display: inline-block;
		margin-right: 2px;
	}

	.fl {
		float: left;
	}

	.fr {
		float: right;
	}

	.c_d_content table p {
		margin-bottom: 0;
		text-indent: 0;
	}

	/*page*/
	#page_div {
		clear: both;
		padding: 10px 0;
		text-align: center;
		color: #666666;
		font-size: 14px;
	}

	#page_div a {
		color: #666666;
	}

	#page_div .pagination_index_last * {
		vertical-align: middle\9;
	}

	#page_div .arrow {
		margin: 0 2px 5px;
	}

	#page_div .moye,
	#page_div .arrow a,
	#page_div .index_num,
	.pagination_index_last a {
		display: inline-block;
		padding: 0 10px;
		line-height: 30px;
		border: #dfdfdf 1px solid;
		border-radius: 3px;
		transition: all .2s;
		-webkit-transition: all .2s;
		background: #f1f1f1;
		background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
		background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
		background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
		background: linear-gradient(#ffffff 10%, #f1f1f1);
	}

	#page_div .index_num {
		border-color: #00679d;
		background: #00679d;
		color: #fff;
	}

	#page_div .index_num a {
		display: inline;
		padding: 0;
		background: none;
		color: #fff;
		border: none;
	}

	#page_div a:hover {
		background: #00679d;
		border-color: #00679d;
		color: #fff;
		text-decoration: none;
	}

	.pagination_index_last {
		padding-left: 15px;
	}

	.pagination_index_last a {
		font-weight: bold;
	}

	#pagination_input {
		width: 40px;
		margin: 0 2px;
		height: 28px;
		border: #dfdfdf 1px solid;
		background: #fff;
		text-align: center;
		border-radius: 3px;
	}

	.mb5 {
		margin-bottom: 5px;
	}

	.mb10 {
		margin-bottom: 10px;
	}


	.t_searchBar {
		float: left;
		margin-top: 5px;
	}

	.t_searchBar input {
		float: left;
		background: #FFF;
		border: 1px solid #CCCCCC;
		color: #888888;
		font: 12px/16px Arial;
		padding: 5px;
	}

	.t_searchBar input.keywords {
		margin-right: 10px;
		width: 160px;
	}

	.t_searchBar input.submit {
		background: #268bcd;
		padding: 5px 10px;
		color: #FFFFFF;
		border: none;
		border-radius: 5px;
	}
}

/* 手机端样式 */
@media screen and (max-width: 768px) {
	.hidden-pc {
		display: block;
	}

	.hidden-mobile {
		display: none;
	}

	.hide {
		display: none;
	}

	.menu-button {
		position: relative;
	}

	.menu-button {
		background: #f2f2f2;
		display: block;
		padding: 20px;
		color: #000000;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;
	}

	.back-home {
		position: absolute;
		left: 20px;
		top: 50%;
		transform: translateY(-50%);
		font-size: 15px;
	}

	.menu {
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		height: calc(100vh - 40px);
		background-image: url(/szgyyq/xhtml/images/mobile-menu-bg.png);
		background-size: 100% 100%;
		overflow: hidden;
		z-index: 2;
	}

	.menu-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 40px;
	}

	.hnew-navbar-center-list-item {
		background: #fff;
		width: 120px;
		display: inline-block;
		margin: 10px 0;
		height: 32px;
		line-height: 32px;
		text-decoration: none;
		border-radius: 4px;
		color: #1d71b7;
		text-align: center;
		font-size: 14px;
	}

	.menu-button::before {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 15px;
		height: 3px;
		border-top: 2px solid #000000;
		border-bottom: 2px solid #000000;
	}

	.menu-button::after {
		content: '';
		position: absolute;
		top: 15px;
		right: 20px;
		display: block;
		width: 15px;
		height: 2px;
		background: #000000;
	}

	.img-mobile {
		width: 50px;
		margin: 20px auto 0;
	}

	.img-title {
		width: 90%;
		margin: 15px auto;
	}

	.header-img {
		width: 100vw;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.search {
		width: calc(100vw - 80px);
		margin: 40px 40px 30px 0;
	}

	.search dl {
		position: relative;
		width: 100%;
		background-color: #fff;
		border: 1px solid #b5b5b5;
		border-radius: 30px;
		overflow: hidden;
	}

	.search dl dd {
		margin-right: 70px;
		padding-left: 10px;
		height: 33px;
		background-color: transparent;
		border: none;
	}

	.search dl dd input[type="text"] {
		padding: 0;
		height: 33px;
		line-height: 33px;
		width: 100%;
		font-size: 14px;
		color: #999;
		background: none;
		border: 0;
		vertical-align: top;
	}

	.search dl dt.button {
		position: absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 33px;
		border-left: 1px solid #b5b5b5;
	}

	.search dl dt input.searchBtn {
		width: 100%;
		height: 33px;
		color: #fff;
		background: url(http://www.sipac.gov.cn/szgyyq/xhtml/images/public/header-search-btn.jpg) no-repeat center;
		-webkit-appearance: none;
		border: none;
		vertical-align: top;
		cursor: pointer;
	}

	.title-news-center {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 59px;
		background-size: 100% 100%;
		color: #fff;
		font-size: 18px;
		background-image: url(../images/news-center-bg.png);
	}

	.crumb {
		font: 17px/30px Arial;
		border: 1px solid #DFDFDF;
		background-color: #F3F3F3;
		background-position: 10px 0;
		margin-bottom: 5px;
	}

	.listBox ul {
		padding: 10px;
	}

	.listBox li {
		font: 17px/32px Arial;
		overflow: hidden;
		margin-top: 1.25rem;
	}

	.listBox li a {
		width: 70%;
		display: block;
		float: left;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.listBox li span {
		float: right;
		color: #999999;
	}

	.listBox li em {
		color: #CBCBCB;
		display: inline-block;
		margin-right: 2px;
		overflow: hidden;
	}

	.listBox li em {
		background: #CBCBCB;
		width: 3px;
		height: 3px;
		margin: 14px 5px 0 2px;
		float: left;
	}

	/*page*/
	#page_div {
		clear: both;
		padding: 10px 0;
		text-align: center;
		color: #666666;
		font-size: 14px;
	}

	#page_div a {
		color: #666666;
	}

	#page_div .pagination_index_last * {
		vertical-align: middle\9;
	}

	#page_div .arrow {
		margin: 0 2px 5px;
	}

	#page_div .moye,
	#page_div .arrow a,
	#page_div .index_num,
	.pagination_index_last a {
		display: inline-block;
		padding: 0 10px;
		line-height: 30px;
		border: #dfdfdf 1px solid;
		border-radius: 3px;
		transition: all .2s;
		-webkit-transition: all .2s;
		background: #f1f1f1;
		background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
		background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
		background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
		background: linear-gradient(#ffffff 10%, #f1f1f1);
	}

	#page_div .index_num {
		border-color: #00679d;
		background: #00679d;
		color: #fff;
	}

	#page_div .index_num a {
		display: inline;
		padding: 0;
		background: none;
		color: #fff;
		border: none;
	}

	#page_div a:hover {
		background: #00679d;
		border-color: #00679d;
		color: #fff;
		text-decoration: none;
	}

	.pagination_index_last {
		padding-left: 15px;
	}

	.pagination_index_last a {
		font-weight: bold;
	}

	#pagination_input {
		width: 40px;
		margin: 0 2px;
		height: 28px;
		border: #dfdfdf 1px solid;
		background: #fff;
		text-align: center;
		border-radius: 3px;
	}
	
	.c_d_info {
		text-align: center;
	}
	
	.contR_detail h1 {
		text-align: center;
	}
}