@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	outline: none;/*
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
*/
}
html {
	margin: 0;
	padding: 0;
	font-size: 0.24rem;
}
/*这个是用来防止rembug页面闪动以及闪动所引起的后影响的*/
html {
	font-size: 50px;
}
ul, li {
	list-style: none;
}
body {
	font-size: 16px;
	/*	background-color: #fff;*/
	font-family: microsoft yahei;
	overflow-x: hidden;/*	象牙白*//*
	background-attachment: fixed;
	background-image: url(../img/bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	min-height: 100vh;
	background-size: 100% 100%;
*/
}

.bg {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #fcfcfc;
	background-image: url(../img/bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: -1;
}
img {
	max-width: 100%;
}
input, textarea {
	font-family: microsoft yahei;
}
input[type="button"], input[type="submit"], input[type="text"], input[type="file"], input[type="reset"], input[type="radio"], select, button {
	cursor: pointer;
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}
a {
	text-decoration: none;
}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
 height: 1px;
 display: none;
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
/*  border-radius: 10px;*/
  box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
 background : #535353;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow : inset 0 0 5px rgba(0, 0, 0, 0.2);
/*  border-radius: 10px;*/
  background : #ededed;
}
/*scroll*/
::-webkit-scrollbar {
width:5px;
height:5px
}
::-webkit-scrollbar-button:vertical {
display:none
}
::-webkit-scrollbar-corner, ::-webkit-scrollbar-track {
background-color:#ddd;
}
::-webkit-scrollbar-thumb {
border-radius:0;
background-color:rgba(255,70 ,31, 0.3);
}
::-webkit-scrollbar-thumb:vertical:hover {
background-color:rgba(255 ,70 ,31 ,0.3);
}
::-webkit-scrollbar-thumb:vertical:active {
background-color:rgba(255 ,70 ,31 ,0.3);
}
.w1200 {
	width: 1200px!important;
	margin-left: auto;
	margin-right: auto;
}
/*通用*/
.bgf {
	background-color: #fff;
}
.orange {
	color: #FCCB48;
}
.red {
	color: #FF0000;
}
.c9 {
	color: #999;
}
.textr {
	text-align: right;
}
.green {
	color: #25C64F;
}
.fr {
	float: right;
}
.c3 {
	color: #333;
}
/*底部导航按钮*/
.foot_nav {
	width: 100%;
	height: 1.2rem;
	/*	background-color: rgba(255, 251, 240,0.8);*/
	background-color: rgb(243 242 238);
	/*	border-top: solid 0.01rem rgba(255, 251, 240,1);*/
	border-top: solid 0.01rem #e0ddd4;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999999;
	display: block;
}
.f_nav {
	width: 50%;
	height: 1.2rem;
	overflow: hidden;
	float: right;
	font-size: 0.28rem;
	text-align: center;
	color: #fff;
	font-weight: bold;
	border-right: solid 0.01rem #ddd;
	box-sizing: border-box;
}
.f_nav a {
	color: #aaa;
	display: block;
	height: 1.2rem;
	overflow: hidden;
}
.f_nav img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 0.5rem;
	height: 0.5rem;
	margin-top: 0.25rem;
	margin-bottom: 0.05rem;
}
.f_nav svg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 0.5rem;
	height: 0.5rem;
	margin-top: 0.15rem;
	margin-bottom: 0.05rem;
}
.f_nav svg path {
	fill: #aaa;
}
.f_nav.on svg path {
	fill: #ff461f;/*	朱砂色*/
}
.f_nav.on a {
	color: #ff461f;
}
.up {
	width: 0.8rem;
	height: 0.8rem;
	/*	background-color: #f6f6f6;*/
/*	box-shadow: 0 0 0.15rem rgba(0,0,0,0.3);*/
	position: fixed;
	bottom: 1.8rem;
	right: 0.5rem;
	z-index: 9999;
	text-align: center;
	/*	border-radius: 50%;*/
	cursor: pointer;
	font-size: 0.2rem;
	color: #aaa;
}
.up img {
	width: 100%;
	height: 100%;
	/*	margin-top: 0.2rem;*/
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 0.05rem;
}
.tab {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	box-sizing: border-box;
	margin-bottom: 0.2rem;
	position: relative;
}
.tab ul {
	display: flex; /* 使用flex布局 */
	overflow-x: auto; /* 横向滚动 */
	white-space: nowrap; /* 内容不换行 */
	width: 100%; /* 或者具体宽度 */
}
.tab ul li {
	flex: 0 0 auto; /* 列表项不伸缩 */
}
.tab ul li a {
	display: block;
	padding-left: 0.15rem;
	padding-right: 0.15rem;
	font-size: 0.32rem;
	line-height: 1rem;
	color: #666;
	font-weight: bold;
	border-bottom: solid 0.03rem rgba(0,0,0,0);
}
.tab ul li.on a {
	color: #ff461f;
	border-bottom: solid 0.08rem #ff461f;
}
.box {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	margin-bottom: 1.2rem;
}
.box ul {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.box ul li {
	width: 100%;
	height: auto;
	line-height: 0.4rem;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	background-color: rgba(255, 251, 240,0.9);
	/*	background-color: #f6f4ed;*/
	overflow: hidden;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	margin-bottom: 0.2rem;
	font-size: 0.3rem;
	box-sizing: border-box;
	border-radius: 0.1rem;
	border: solid 0.01rem #ddd;
	/*	border: solid 0.01rem #f0ede8;*/
	/*	box-shadow: 0 0 0.05rem rgba(0,0,0,0.1);*/
	background-image: url(../img/newsbg.jpg);
	background-position: center;
	background-size: cover;
	font-weight: 600;
}
.box ul li a {
	display: block;
	color: #333;
}
.postion {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	box-sizing: border-box;
	background-color: rgba(255, 251, 240,0.6);
	border-bottom: solid 0.01rem #ddd;
}
.back {
	height: 0.6rem;
	width: 0.6rem;
	float: left;
	margin-top: 0.3rem;
	margin-bottom: 0.2rem;
}
.back img {
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.3
}
.tit {
	font-size: 0.36rem;
	line-height: 0.6rem;
	padding-top: 0.3rem;
	padding-bottom: 0.1rem;
	float: left;
	width: calc(100% - 0.8rem );
	padding-left: 0.2rem;
	font-weight: bold;
	color: #333;
}
.show {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0.5rem;
	box-sizing: border-box;
	padding: 0.3rem;
	font-size: 0.32rem;
	line-height: 0.55rem;
	color: #111;
	/*	background-color: #fff;*/
	border-radius: 0 0 0.2rem 0.2rem;
}
.done {
	font-size: 0.5rem;
	text-align: center;
	text-shadow: 0 0 0.15rem rgba(0,0,0,0.3);
	font-weight: bold;
	color: #fff;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.top {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 0.32rem;
	line-height: 0.6rem;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
	color: #333;
	box-sizing: border-box;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	font-weight: bold;
}
.top svg {
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	float: left;
	margin-right: 0.2rem;
	margin-top: 0.05rem;
}
.top svg path {
	fill: #333;
}
.wenli {
	width: 100%;
	height: 0.15rem;
	overflow: hidden;
	background-image: url(../img/wenli.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
}
.datebox {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0.2rem;
	padding-top: .1rem;
}
.datanum {
	font-size: 0.26rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0.1rem;
	color: #999;
}
.layui-laydate-static {
	width: 100%;
}
.layui-laydate-main {
	width: 100%;
}
.layui-laydate-content table {
	width: 100%;
}
.datatit {
	font-size: 0.5rem;
	text-align: center;
	text-shadow: 0 0 0.15rem rgba(0,0,0,0.3);
	font-weight: bold;
	color: #fff;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.databox {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	margin-bottom: 1.2rem;
}
.databox ul {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.databox ul li {
	width: 100%;
	height: auto;
	line-height: 0.4rem;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	background-color: rgba(255, 251, 240,0.8);
	/*	background-color: #f6f4ed;*/
	overflow: hidden;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	margin-bottom: 0.2rem;
	font-size: 0.3rem;
	box-sizing: border-box;
	border-radius: 0.1rem;
	border: solid 0.01rem #f0ede8;/*	box-shadow: 0 0 0.05rem rgba(0,0,0,0.1);*/
}
.databox ul li h1 {
	font-size: 0.3rem;
	margin-bottom: 0.1rem;
}
.databox ul li a {
	display: block;
	color: #666;
}
.databox ul li p {
	font-weight: normal;
}
.databox ul li p em{
	font-weight: bold;
}
.pc_top {
	display: none;
}
.left {
	display: none;
}
.copyright {
	display: none;
}
.layui-laydate .layui-laydate-list>li {
	height: auto!important;
	margin-top: 2px!important;
	margin-bottom: 2px!important;
}
.copy {
	/*	float: left;*/
	color: #333;
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
	margin-right: 0.1rem;
}
.copy2 {
	/*	float: right;*/
	color: #333;
	cursor: pointer;
	float: left;
	font-weight: bold;
	width: 0.8rem;
	padding-bottom: 0.3rem;
}
.time {
	width: 100%;
	height: auto;
	overflow: hidden;
	/*	padding-left: 0.8rem;*/
	box-sizing: border-box;
	/*	font-size: 0.3rem;*/
	color: #999;
}
.litime {
	width: 100%;
	height: auto;
	overflow: hidden;
	/*	padding-left: 0.8rem;*/
	box-sizing: border-box;
	font-size: 0.28rem;
	color: #999;
	padding-top: 0.1rem;
		font-weight: normal;
}
.next, .prev {
	font-size: 0.3rem;
	line-height: 0.5rem;
	color: #333;
}
.next a, .prev a {
	color: #4b7182;
}
.next {
	margin-bottom: 1.2rem;
}
.topright {
	float: right;
}
.topright a {
	color: #333
}
.searchicon {
	float: right;
	/*	width: 0.4rem;*/
	height: 0.6rem;
	/*	border: solid 0.01rem #ddd;*/
	box-sizing: border-box;
	border-left: 0;
	/*	text-align: center;*/
/*	background-color: #eee*/
	border-radius: 0 0.1rem 0.1rem 0;
}
.searchicon svg {
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	/*	margin-top: 0.1rem;*/
	float: right;
	margin-right: 0rem;
	margin-left: 0.2rem;
}
.searchicon svg path {
	fill: #333;
}
.searchtxt {
	float: left;
	width: 30vw;
	height: 0.6rem;
	border: solid 0rem #ddd;
	box-sizing: border-box;
	border-right: 0;
	background-color: rgba(255,255,255,0);
	border-radius: 0.1rem 0 0 0.1rem;
	padding-left: 0.1rem;
	font-size: 0.32rem;
	color: #333;
	font-weight: bold;
}
.searchtxt::placeholder {
 font-size: 0.32rem;
 color: #333;
 box-sizing: border-box;
 font-weight: bold;
}
.searchbox {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: solid 0.01rem #ddd;
	margin-top: 0.2rem;
	box-sizing: border-box;
	border-radius: 0.1rem;
}
.searchtext2 {
	width: calc( 100% - 1.2rem);
	height: 0.8rem;
	overflow: hidden;
	box-sizing: border-box;
	border: 0;
	float: left;
	background-color: #fff;
	padding-left: 0.1rem;
	padding-right: 0.1rem;
}
.searchbtn {
	width: 1.2rem;
	height: 0.8rem;
	font-size: 0.3rem;
	float: left;
	line-height: 0.8rem;
	text-align: center;
	background-color: #fff;
	font-family: microsoft yahei;
/*	font-weight: bold;*/
	color: #4b7182;
}
.searchword{
	width: 100%;
	height: auto;overflow: hidden;
	padding-top: 0.2rem;
	line-height: 0.6rem;
}
.searchword a{
	color: #4b7182;
}
.searchword p{
	float: left;
	margin-right: 0.2rem;
	color: #4b7182;font-size: 0.3rem;
}
.np{
	display: inline-block;
}
.np a{
	color: #333!important;display: inline-block!important;
	margin-right: 0.15rem;
	font-weight: bold;
}
.litpic{
	width: 100%;
	height: 50vw;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	display: block;
	margin-bottom: 0.15rem;
	border-radius: 0.1rem;
}
.litpic img{
	display: none;
}
.jt{
	position: absolute;
	right: 0;
	top:0;
	height: 100%;
/*	background-color: #fff;*/
/*	width: 0.25rem;*/
}
.jt svg {
	width: 0.35rem;
	height: 0.5rem;
	margin-top: 0.25rem;
	
	display: block;
}
.jt svg path {
	fill: #666;
}

.pages{
    margin:0.5rem 0;
}
.pages dl {
	display:flex;
	justify-content:center;
	align-items:center;
}
.pages dd a,.pages dd {
	min-width:0.3625rem;
	line-height:0.3625rem;
	display:block;
	text-align:center;
	font-size:0.2291666666666667rem;
	color:#363636;
	padding:0 0.1208333333333334rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:0.10833333333333334rem;
}
.pages dd{
	padding: 0;
}
.pages dd:nth-child(1) a {
	margin-right:0.1208333333333334rem;
}
.pages dd:last-child a {
	margin-left:0.1208333333333334rem;
}
.pages dd a:hover,.pages dd.on a {
	background:#c9a164;
	color:#fff;
}

.nodata{
	margin: 0 auto;
	color:#666;
	background:url(../img/nodata.png) no-repeat center;
	background-size: 100%;
	height: 1rem;
	width: 1rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	
}

/*--------------------------------------------------------------------------------------------*/
@media (min-width:751px ) and (max-width:1425px ) {
}

@media screen and (min-width:750px ) {
.pc_top {
	width: 1200px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/banner.jpg);
	background-size: cover;
	background-position: bottom;
	display: block;
	position: relative;
}
.pc_top img {
	display: none
}
.name {
	position: absolute;
	font-size: 40px;
	font-weight: bold;
	color: #111;
	padding-top: 50px;
	padding-left: 50px;
}
.tab {
	display: none;
}
.foot_nav {
	display: none;
}
.copyright {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #bbb;
	padding-bottom: 30px;
}
.copyright a {
	color: #bbb;
}
.up {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 100px;
	right: 50px;
	z-index: 9999;
	text-align: center;
	/*	border-radius: 50%;*/
	cursor: pointer;
	font-size: 12px;
	color: #aaa;
}
.up img {
	width: 100%;
	height: 100%;
	/*	margin-top: 0.2rem;*/
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 5px;
}
.box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}
.left {
	width: 270px;
	height: auto;
	overflow: hidden;
	float: left;
	background-color: rgba(255, 251, 240,0.6);
	margin-right: 30px;
	border-top: solid 2px #ff461f;
	display: block;
}
.right {
	width: calc( 100% - 300px);
	float: left;
	border-top: solid 2px #ff461f;
	height: auto;
	overflow: hidden;
}
.left_li {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 16px;
	line-height: 60px;
	text-align: left;
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 25px;
}
.left_li:last-child>a {
	border-bottom: 0;
}
.left_li:first-child>a {
	border-bottom: 0;
}
.left_li>a {
	color: #666;
	display: block;
	overflow: hidden;
	font-weight: bold;
	border-bottom: solid 1px #eee;
	border-top: solid 1px #eee;
}
.left_li svg {
	display: block;
	width: 30px;
	height: 30px;
	margin-top: 15px;
	float: left;
	margin-right: 10px;
}
.left_li svg path {
	fill: #aaa;
}
.left_li.on svg path {
	fill: #ff461f;/*	朱砂色*/
}
.left_li.on>a {
	color: #ff461f;
}
.box {
	margin-bottom: 0px;
}
.box ul {
	padding-top: 20px;
}
.box ul li {
	width: 100%;
	height: auto;
	line-height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(255, 251, 240,0.6);
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	box-sizing: border-box;
}
.left_li_er {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 40px;
	box-sizing: border-box;
	line-height: 40px;
}
.left_li_er p a {
	color: #666;
}
.postion {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	background-color: rgba(255, 251, 240,0.6);
	border-bottom: solid 1px #ddd;
}
.back {
	height: 40px;
	width: 40px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.back img {
	width: 100%;
	height: 100%;
	display: block;
	opacity: 0.3
}
.tit {
	font-size: 20px;
	line-height: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	width: calc(100% - 80px );
	padding-left: 20px;
	font-weight: bold;
	color: #333;
}
.show {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 0;
	box-sizing: border-box;
	padding: 30px;
	font-size: 15px;
	line-height: 32px;
	color: #111;
}
.done {
	font-size: 30px;
	text-align: center;
	text-shadow: 0 0 15px rgba(0,0,0,0.3);
	font-weight: bold;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.top {
	font-size: 16px;
	line-height: 60px;
	padding-top: 0;
	padding-bottom: 0;
	color: #333;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}
.top svg {
	display: block;
	width: 30px;
	height: 30px;
	margin-top: 15px;
	float: left;
	margin-right: 10px;
}
.top svg path {
	fill: #333;
}
.wenli {
	width: 100%;
	height: 15px;
	overflow: hidden;
	background-image: url(../img/wenli.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
}
.datebox {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 20px;
	padding-top: 10px;
}
.datanum {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	color: #999;
}
.datatit {
	font-size: 30px;
	text-align: center;
	text-shadow: 0 0 0.15rem rgba(0,0,0,0.3);
	font-weight: bold;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
}
.databox {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0;
}
.box ul li {
	width: 100%;
	height: auto;
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(255, 251, 240,0.6);
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	box-sizing: border-box;
}
.databox ul li h1 {
	font-size: 16px;
	margin-bottom: 10px;
}
.next, .prev {
	font-size: 16px;
	line-height: 40px;
}
.next {
	margin-bottom: 50px;
}
.litime {
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	color: #999;
	font-size: 15px;

}
.topright {
	float: right;
	margin-top: 0px;
}
.searchicon {
	float: right;
	height: 40px;
	border: solid 0px #ddd;
	box-sizing: border-box;
	border-left: 0;
	border-radius: 0 6px 6px 0;
}
.searchicon svg {
	display: block;
	width: 30px;
	height: 30px;
	margin-top: 14px;
	margin-left: 8px;
	float: right;
	margin-right: 0px;
}
.searchicon svg path {
	fill: #333;
}
.searchtxt {
	float: left;
	width: 200px;
	height: 40px;
	border: solid 0px #ddd;
	box-sizing: border-box;
	border-right: 0;
	background-color: rgba(255,255,255,0);
	border-radius: 6px 0 0 6px;
	padding-left: 10px;
	color: #333;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}
 .searchtxt::placeholder {
 color: #333;
 font-weight: bold;
 font-size: 16px;
 text-align: right;
}
.searchbox {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: solid 1px #ddd;
	margin-top: 20px;
	box-sizing: border-box;
	border-radius: 6px;
}
.searchtext2 {
	width: calc( 100% - 80px);
	height: 50px;
	overflow: hidden;
	box-sizing: border-box;
	border: 0;
	float: left;
	background-color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}
.searchbtn {
	width: 80px;
	height: 50px;
	font-size: 16px;
	float: left;
	line-height: 50px;
	text-align: center;
	background-color: #fff;
	font-family: microsoft yahei;
/*	font-weight: bold;*/
	color: #4b7182;
}
.searchword{
	width: 100%;
	height: auto;overflow: hidden;
	padding-top: 20px;
	line-height: 40px;
}
.searchword p{
	float: left;
	margin-right: 15px;
	color: #4b7182;font-size: 15px;
}
.np{
	display: inline-block;
}
.np a{
	color: #333!important;display: inline-block!important;
	margin-right: 15px;
	font-weight: bold;
}
	* a:hover{
	color:#ff461f!important
}
	.litpic{
	width: 250px;
	height: 160px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	display: block;
	margin-bottom: 0;
		margin-right: 20px;
	border-radius: 6px;
		float: left;		
}
.litpic img{
	display: none;
}
.jt{
	position: absolute;
	display: none;
	right: 0;
	top:0;
	height: 100%;
/*	background-color: #fff;*/
	width: 0.25rem;
}
.jt svg {
	width: 0.25rem;
	height: 0.5rem;
	margin-top: 0.25rem;
	
	display: block;
}
.jt svg path {
	fill: #aaa;
}

.pages{
    margin:0.5rem 0;
}
.pages dl {
	display:flex;
	justify-content:center;
	align-items:center;
}
.pages dd a,.pages dd {
	min-width:0.3625rem;
	line-height:0.3625rem;
	display:block;
	text-align:center;
	font-size:0.2291666666666667rem;
	color:#363636;
	padding:0 0.1208333333333334rem;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:0.10833333333333334rem;
}
.pages dd{
	padding: 0;
}
.pages dd:nth-child(1) a {
	margin-right:0.1208333333333334rem;
}
.pages dd:last-child a {
	margin-left:0.1208333333333334rem;
}
.pages dd a:hover,.pages dd.on a {
	background:#c9a164;
	color:#fff;
}

}



