.position {
	height: 48px;
	line-height: 48px;
	background: #f4f4f4;
	margin-top: 2px;
	padding-left: 20px;
	color: #525252;
	overflow: hidden;
}

.position a {
	color: #333D53;
}

.position a:hover {
	color: #0000C0;
	text-decoration: underline;
}


.pageBox {
	display: flex;
	justify-content: space-between;
	padding: 20px 20px 20px 30px;
	border: 1px solid #ccc;
	margin-bottom: 50px;
}

.boxleft {
	width: 244px;
}

.pageBox .rnav {
	width: 100%;
	text-align: center;
}

.pageBox .rnav img {
	vertical-align: text-bottom;
	margin-right: 10px;
}

.pageBox .rnav .rhead {
	height: 50px;
	line-height: 50px;
	background: #24ac3b;
	color: #ffffff;
	font-size: 20px;
	border-bottom: 1px solid #fff;
}

.pageBox .rnav li a {
	display: block;
	padding: 10px 0;
	color: #3a3a3a;
	background: #ddf8e1;
	font-size: 16px;
	border-bottom: 1px solid #fff;
	white-space:nowrap;
}

.pageBox .rnav li a.active,
.pageBox .rnav li a:hover {
	background: #6e9976;
	color: #fbdc81;
}


.pageBox .hots {
	margin-top: 10px;
	padding-top: 10px;
}

.pageBox .hots h3 {
	height: 50px;
	line-height: 50px;
	background: #6164f9;
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 5px;
}

.pageBox .hots h3 img {
	margin-right: 10px;
}

.pageBox .hots ul {
	list-style-type: circle;
	padding-left: 15px;
}

.pageBox .hots li {
	padding: 8px 0;
	border-bottom: 1px dashed #999;
}

.pageBox .hots li a {
	color: #555;
}

.pageBox .hots li a:hover {
	color: #0000EE;
	text-decoration: underline;
}

.pageBox .leftContent {
	width: 874px;
}

.pageBox .leftContent .title {
	padding-left: 35px;
	height: 50px;
	line-height: 50px;
	color: #0070c0;
	font-size: 16px;
	background: #f2f2f2;
}



.pageBox .paging {
	margin-top: 20px;
	height: 54px;
	line-height: 54px;
	padding: 0 20px 0 25px;
	background: #e1ebf6;
}

.pagination {
	display: flex;
	justify-content: center;
}

.pagination li {
	margin-right: 10px;
}

.pageBox .paging a {
	display: inline-block;
	font-size: 14px;
	height: 20px;
	padding: 5px 10px;
	line-height: 20px;
	color: #fff;
	background-color: #96aac1;
}

.pageBox .paging a:hover {
	background-color: #3d7fca;
}

.pagination .active {
	color: #F06431;
	font-weight: bold;
}



.pageBox .atitle {
	position: relative;
	border-bottom: 1px solid #0070c0;
}

.pageBox .atitle span.a {
	display: inline-block;
	width: 136px;
	height: 42px;
	line-height: 42px;
	padding-left: 20px;
	background: #0070c0;
	color: #fff;
	font-size: 16px;
}

.pageBox .atitle span.b {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	background: #0070c0;
	color: #fff;
}




.pageBox .nlist {
	margin-top: 20px;
}

.pageBox .nlist ul {
	list-style-type: circle;
	padding-left: 30px;
}

.pageBox .nlist li {
	height: 45px;
	line-height: 45px;
	color: #0070c0;
	position: relative;
	border-bottom: 1px solid #eee;
}

.pageBox .nlist li a {
	color: #3e3e3e;
	display: block;
}

.pageBox .nlist li p {
	padding-right: 80px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pageBox .nlist li a:hover p {
	color: #FF2222;
	text-decoration: underline;
}

.pageBox .nlist li .time {
	height: 45px;
	line-height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	color: #666;
}

.pageBox .nlist1 li p {
	padding-right: 120px;
	background: url('../img/dicon.png') no-repeat right center;
}

.pageBox .nlist1 li .time {
	right: 35px;
}



.contactTitle {
	margin-top: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.contactTitle .code {
	display: inline-block;
	margin-right: 40px;
}

.contactTitle .call {
	
}

.contactTitle .call h3 {
	color: #313131;
	font-size: 33px;
}

.contactTitle .call p {
	color: #2d2d2d;
	font-size: 21px;
	padding: 15px 0;
}

.contactTitle .call span {
	color: #a3a3a3;
	font-size: 18px;
}

.contactWay {
	display: flex;
	justify-content: space-between;
	margin-top: 95px;
	margin-bottom: 50px;
}

.contactWay .item {
	width: 18%;
	height: 300px;
	border-radius: 10px;
	border: solid 1px #ebebeb;
	margin-bottom: 15px;
	text-align: center;
	overflow: hidden;
}

.contactWay .item img {
	display: inline-block;
	margin-top: 40px;
	width: 50%;
}

.contactWay .item p {
	margin: 25px 0;
	color: #898989;
	font-size: 17px;
}

.contactWay .item span {
	color: #898989;
	font-size: 14px;
	display: inline-block;
	padding: 0 25px;
	line-height: 2;
}





.detailPage {
	position: relative;
}

.detailPage .titles {
	color: #161616;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	padding-bottom: 15px;
}

.detailPage .time {
	text-align: center;
	background: #ffefef;
	color: #898888;
	padding: 10px 0;
}

.detailPage .time span {
	margin-right: 20px;
	font-size: 16px;
}

.detailPage .time span a {
	color: #898888;
}

.detailPage .time span a:hover {
	color: #0000CC;
}

.detailPage .text {
	padding: 20px 0;
	min-height: 600px;
}

.detailPage .text img {
	max-width: 100%;
}

.detailPage .more,
.downval .more {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #ddd;
}

.detailPage .more p,
.downval .more p {
	margin-bottom: 15px;
}

.detailPage .more p a,
.downval .more p a {
	color: #333;
}

.detailPage .more p a:hover,
.downval .more p a:hover {
	color: #0000C0;
	text-decoration: underline;
}



.downval {
	width: 100%;
}

.downTxt {
	padding: 30px 0;
	margin-bottom: 50px;
}

.downTxt h1 {
	color: #333;
	margin-bottom: 20px;
}




/*search*/
span.match {
	background: yellow;
	color: black;
}

.search-result {
	min-height: 300px;
	padding-bottom: 50px;
	margin-top: 50px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #666;
}
.search-result h3{
	color: #666;
	margin-bottom: 20px;
}
.search-result li em{
	font-style: normal;
}
.search-result .title {
	display: block;
	color: #315efb;
	font-size: 18px;
	padding: 20px 0;
	text-decoration: underline;
}
.search-result .title:hover{
	color: #4dc4fb;
}
.search-result li {
	border-top: 1px dashed #666;
	padding-bottom: 15px;
	padding-left: 35px;
}

.search-result li .desc {
	color: #333333;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 15px;
}

.search-result li .desc a {
	color: #fb4d4d;
}
.search-result li .desc a:hover{
	text-decoration: underline;
}
.search-result li .time {
	color: #777676;
	font-size: 12px;
}

.search-page{
	margin-bottom: 50px;
}
.search-page a,.search-page span{
	color: #333;
	font-size: 16px;
	padding: 5px 10px;
	border: 1px solid #ddd;
}
.search-page .active span{
	color: #FF0000;
}
.search-page a:hover{
	background-color: #ccc;
}