/*.jxxrtj{	
	margin-top: 27px;
}*/
.tab {
	padding-left: 0;
}

.tab span {
	font-size: 24px;
	color: #a4a4a4;
	font-weight: bold;
	margin: 10px 30px 10px 5px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.tab span.on {
	color: #181818;
}

.tab span.on:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -17px;
	width: 34px;
	height: 3px;
	background: #19d878;
	display: inline-block;
}

.jxxrtj-list {
	position: relative;
}

.jxxrtj-list .swiper-box {
	margin-top: 22px;
	width: 100%;
	height: 256px;
	overflow: hidden;
}

.jxxrtj-list ul li {
	width: 320px;
	height: 256px;
	border: var(--border);
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	cursor: pointer;
}

.jxxrtj-list ul li .bigimg {
	margin: 4px 4px 0;
	width: 310px;
	height: 155px;
	border-radius: 10px;
	display: block;
	overflow: hidden;
}

.jxxrtj-list ul li .bigimg img {
	width: 310px;
	height: 155px;
	border-radius: 10px;
	display: block;
	transition: all 0.5s;
}

.jxxrtj-list ul li .bigimg img:hover {
	transform: scale(1.1);
}

.jxxrtj-list ul li .libottom {
	width: 100%;
	padding: 15px 20px 0;
	display: inline-block;
	box-sizing: border-box;
}

.jxxrtj-list ul li .img {
	margin-right: 10px;
	float: left;
}

.jxxrtj-list ul li .img img {
	width: 65px;
	height: 65px;
	display: block;
}

.jxxrtj-list ul li .tit {
	font-size: 16px;
	color: #070707;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.jxxrtj-list ul li .tit:hover {
	color: var(--greenColor);
}

.jxxrtj-list ul li:hover .tit {
	padding-right: 50px;
}

.jxxrtj-list ul li .rjxx {
	padding-top: 4px;
	font-size: 14px;
	color: #929292
}

.jxxrtj-list ul li .rjxx a.btn {
	float: right;
	position: relative;
	top: -6px;
	display: none;
}

.jxxrtj-list ul li .digest {
	padding-top: 2px;
	font-size: 14px;
	color: #929292;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.jxxrtj-list ul li:hover {
	box-shadow: var(--shadow);
	/* transform: translate(0px, -5px); */
	transition: transform .5s;
}

.jxxrtj-list ul li .libottom:hover .rjxx a.btn {
	display: inline-block;
}

/*sxzr*/
.sxzr {
	margin-top: 30px;
	display: inline-block;
}

.sxzr ul li {
	margin-top: 20px;
	margin-right: 26px;
	width: 230px;
	height: 230px;
	text-align: center;
	border: var(--border);
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	float: left;
	position: relative;
	transition: all 0.5s;
	cursor: pointer;
}

.sxzr ul li:hover {
	box-shadow: var(--shadow);
	transform: translateY(-5px);
}

.sxzr ul li:nth-of-type(4n) {
	margin-right: 0;
}

.sxzr ul li .img {
	margin-top: 46px;
	width: 100%;
	text-align: center;
	display: inline-block;
}

.sxzr ul li .img img {
	width: 70px;
	height: 70px;
	display: inline-block;
}

.sxzr ul li .tit,
.rmrj ul li .tit {
	padding: 10px 10px 0;
	font-size: 16px;
	color: #070707;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.sxzr ul li .tit:hover,
.rmrj ul li .tit:hover {
	color: var(--greenColor);
}

.sxzr ul li .digest,
.rmrj ul li .categoryName {
	padding: 15px 10px 0;
	font-size: 14px;
	color: #929292;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sxzr ul li .btn,
.rmrj ul li .btn {
	width: 70px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	display: none;
}

.sxzr ul li:hover .digest,
.rmrj ul li:hover .categoryName {
	display: none;
}

.sxzr ul li:hover .btn,
.rmrj ul li:hover .btn {
	margin-top: 13px;
	display: inline-block;
}

.sxzr ul li i,
.shiyishi ul li i {
	width: 44px;
	height: 22px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 22px;
	background-image: linear-gradient(to right, #ff8c22, #ff741f);
	border-radius: 3px 3px 3px 0;
	position: absolute;
	top: 12px;
	left: -5px;
	z-index: 9
}

.sxzr ul li i:after,
.shiyishi ul li i:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 5px solid #ff8c22;
	border-left: 5px solid transparent;
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -4px;
	z-index: 2;
}

.sxzr ul li i.rmtip,
.shiyishi ul li i.rmtip {
	background-image: linear-gradient(to right, #ff5b73, #ff3a56);
}

.sxzr ul li i.rmtip:after,
.shiyishi ul li i.rmtip:after {
	border-top: 5px solid #ff5b73;
}

/*rmrj*/
.rmrj {
	margin-top: 30px;
	display: inline-block;
}

.rmrj ul li {
	margin-top: 20px;
	margin-right: 20px;
	width: 150px;
	height: 190px;
	text-align: center;
	border: var(--border);
	background: #fff;
	border-radius: 10px;
	float: left;
	box-sizing: border-box;
	transition: all 0.5s;
	cursor: pointer;
}

.rmrj ul li:nth-of-type(6n) {
	margin-right: 0;
}

.rmrj ul li:hover {
	box-shadow: var(--shadow);
	transform: translateY(-5px);
}

.rmrj ul li .img {
	margin-top: 29px;
	width: 100%;
	text-align: center;
	display: inline-block;
}

.rmrj ul li .img img {
	width: 66px;
	height: 66px;
	display: inline-block;
}

.rmrj ul li .btn {
	width: 60px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
}

/*bzbd*/
.bzbd {
	margin-top: 30px;
	display: inline-block;
}

.bzbd li {
	margin-top: 20px;
	padding: 20px;
	width: 585px;
	height: 110px;
	border: var(--border);
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	float: left;
	transition: all 0.5s;
	cursor: pointer;
}

.bzbd li:nth-of-type(even) {
	float: right;
}

.bzbd li i {
	margin-top: 20px;
	width: 25px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 37px;
	background-position: -136px -29px;
	display: inline-block;
	float: left;
}

.bzbd li:nth-of-type(1) i {
	background-position: -52px -29px;
}

.bzbd li:nth-of-type(2) i {
	background-position: -80px -29px;
}

.bzbd li:nth-of-type(3) i {
	background-position: -108px -29px;
}

.bzbd li .img {
	margin: 0 15px;
	float: left;
}

.bzbd li .img img {
	width: 66px;
	height: 66px;
	display: block;
}

.bzbd li .tit {
	font-size: 16px;
	color: #070707;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 80px;
}

.bzbd li .tit:hover {
	color: var(--greenColor);
}

.bzbd li .rjright p {
	padding-top: 3px;
	font-size: 14px;
	color: #929292;
}

.bzbd li .rjright p.digest {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 20px;
}

.bzbd li a.btn {
	float: right;
	position: relative;
	top: -4px;
}

.bzbd li:hover {
	box-shadow: var(--shadow);
	transform: translateY(-5px);
}

/*zxrj*/
.zxrj {
	margin-top: 30px;
}

.zxrj ul li {
	margin-top: 20px;
	padding: 17px 20px;
	width: 490px;
	height: 100px;
	border: var(--border);
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	float: left;
	transition: all 0.5s;
	cursor: pointer;
}

.zxrj ul li:nth-of-type(even) {
	float: right;
}

.zxrj ul li .img {
	float: left;
	padding-right: 18px;
}

.zxrj ul li .img img {
	width: 66px;
	height: 66px;
	display: block;
}

.zxrj ul li>span {
	padding-right: 90px;
	height: 66px;
	display: block;
	position: relative;
}

.zxrj ul li .tit {
	padding-top: 6px;
	font-size: 16px;
	color: #070707;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zxrj ul li .tit:hover {
	color: var(--greenColor);
}

.zxrj ul li .digest {
	padding-top: 12px;
	font-size: 14px;
	color: #929292;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zxrj ul li time {
	padding-left: 20px;
	font-size: 14px;
	color: #929292;
	position: absolute;
	right: 0;
	top: 26px;
}

.zxrj ul li:hover {
	box-shadow: var(--shadow);
	transform: translateY(-5px);
}

/*heji*/
.heji {
	margin-top: 30px;
	display: inline-block;
}

.hejiSweiper {
	position: relative;
	display: inline-block;
}

.hejiSweiper #swiper_heji {
	width: 1000px;
	height: 256px;
	overflow: hidden;
}

.hejiSweiper li {
	margin-top: 20px;
	width: 320px;
	height: 236px;
	border: var(--border);
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	cursor: pointer;
}

.hejiSweiper li .bigimg {
	margin: 4px 4px 0;
	width: 310px;
	height: 155px;
	border-radius: 10px;
	display: block;
	overflow: hidden;
}

.hejiSweiper li .bigimg img {
	width: 310px;
	height: 155px;
	border-radius: 10px;
	display: block;
	transition: all 0.5s;
}

.hejiSweiper li .bigimg img:hover {
	transform: scale(1.1);
}

.hejiSweiper li .libottom {
	width: 100%;
	padding: 15px 20px 0;
	display: inline-block;
	box-sizing: border-box;
}

.hejiSweiper li .libottom .tit {
	font-size: 16px;
	color: #070707;
	font-weight: bold;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hejiSweiper li:hover .libottom .tit {
	padding-right: 55px;
}

.hejiSweiper li .libottom .tit:hover {
	color: var(--greenColor);
}

.hejiSweiper li .libottom time {
	padding-top: 8px;
	font-size: 12px;
	color: #929292;
	display: inline-block;
}

.hejiSweiper li .libottom .btn {
	float: right;
	position: relative;
	top: -15px;
	display: none;
}

.hejiSweiper li .libottom .btn:hover,
.bzbd li a.btn:hover {
	background: #484848;
}

.hejiSweiper li:hover {
	box-shadow: var(--shadow);
}

.hejiSweiper li .libottom:hover .btn {
	display: block;
}

.heji .swiper-button-next,
.heji .swiper-button-prev {
	top: -3px;
}

/*soft-list*/
.soft-list ul li {
	margin-top: 20px;
	width: 1154px;
	height: 70px;
	padding: 22px;
	border: var(--border);
	background: #fff;
	border-radius: 10px;
	cursor: pointer;
}

.soft-list.phb-list ul li i {
	width: 25px;
	height: 30px;
	margin-top: 20px;
	margin-right: 25px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 37px;
	background-position: -136px -29px;
	float: left;
}

.soft-list.phb-list ul li:nth-of-type(1) i {
	background-position: -52px -29px;
}

.soft-list.phb-list ul li:nth-of-type(2) i {
	background-position: -80px -29px;
}

.soft-list.phb-list ul li:nth-of-type(3) i {
	background-position: -108px -29px;
}

.soft-list ul li .spanLeft {
	width: 410px;
	float: left;
}

.soft-list ul li .spanLeft .img {
	float: left;
	margin-right: 25px;
}

.soft-list ul li .spanLeft .img img {
	width: 70px;
	height: 70px;
	display: block;
}

.soft-list ul li .spanLeft .tit {
	padding-top: 7px;
	font-size: 18px;
	color: #070707;
	font-weight: bold;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.soft-list ul li .spanLeft .tit:hover {
	color: var(--greenColor);
}

.soft-list ul li .spanLeft p.digest {
	padding-top: 13px;
	font-size: 14px;
	color: #929292;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.soft-list ul li .span-info {
	text-align: center;
	float: left;
}

.soft-list ul li .span-info p {
	font-size: 14px;
	color: #929292;
}

.soft-list ul li .span-info p:first-child {
	padding-top: 11px;
}

.soft-list ul li .span-info p:last-child {
	padding-top: 18px;
}

.soft-list ul li .span2 {
	width: 250px;
}

.soft-list ul li .span3 {
	width: 285px;
}

.soft-list .btn {
	margin-top: 12px;
	margin-right: 20px;
	width: 84px;
	height: 46px;
	font-size: 14px;
	line-height: 46px;
	float: right;
}

.soft-list ul li:hover {
	box-shadow: var(--shadow);
}

.soft-list .loadMore {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.soft-list .loadMore span {
	width: 160px;
	height: 42px;
	font-size: 14px;
	color: #4a4a4a;
	text-align: center;
	line-height: 44px;
	border: #d1dbe3 solid 1px;
	background: #fff;
	border-radius: 44px;
	display: inline-block;
	cursor: pointer;
}

.soft-list .loadMore span:hover {
	color: #02bb54;
	border-color: #a8efb9;
}

/*soft-rjfl*/
.soft-rjfl {
	width: 100%;
	display: inline-block;
}

.soft-rjfl ul li {
	margin: 17px 20px 0 0;
	width: 125px;
	height: 40px;
	font-size: 16px;
	color: #4a4a4a;
	line-height: 40px;
	box-sizing: border-box;
	float: left;
}

.soft-rjfl ul li:nth-of-type(7n) {
	margin-right: 0;
}

.soft-rjfl ul li a {
	width: 100%;
	height: 100%;
	color: #4a4a4a;
	display: flex;
	align-items: center;
	justify-content: center;
}

.soft-rjfl ul li a:nth-of-type(n+2) {
	display: none;
}

.soft-rjfl ul li a i {
	width: 24px;
	height: 18px;
	margin-right: 5px;
	background: url(../images/fl_icon.png) no-repeat;
	background-position: 0 -64px;
	display: inline-block;
}

.soft-rjfl ul li.active {
	border: #a8efb9 solid 1px;
	background: #fff;
	border-radius: 40px;
}

.soft-rjfl ul li.active a {
	color: #02bb54;
}

.soft-rjfl ul li:hover {
	background: #fff;
	border-radius: 40px;
}

.soft-rjfl ul li:hover a {
	color: #4a4a4a;
}

.soft-rjfl ul li.active:hover a {
	color: #02bb54;
}

.soft-rjfl ul li.l2 a i {
	background-position: -24px -64px;
}

.soft-rjfl ul li.l3 a i {
	background-position: -48px -64px;
}

.soft-rjfl ul li.l4 a i {
	background-position: -72px -64px;
}

.soft-rjfl ul li.l5 a i {
	background-position: -96px -64px;
}

.soft-rjfl ul li.l6 a i {
	background-position: -120px -64px;
}

.soft-rjfl ul li.l7 a i {
	background-position: -144px -64px;
}

.soft-rjfl ul li.l8 a i {
	background-position: 0 -89px;

}

.soft-rjfl ul li.l9 a i {
	background-position: -24px -89px;
}

.soft-rjfl ul li.l10 a i {
	background-position: -48px -89px;
}

.soft-rjfl ul li.l11 a i {
	background-position: -72px -89px;
}

.soft-rjfl ul li.l12 a i {
	background-position: -96px -89px;
}

.soft-rjfl ul li.l13 a i {
	background-position: -120px -89px;
}

.soft-rjfl ul li.l14 a i {
	background-position: -144px -89px;
}

.soft-rjfl ul li.l15 a i {
	background-position: -168px -64px;
}

.soft-rjfl ul li.l16 a i {
	background-position: -192px -64px;
}

.soft-rjfl ul li.l17 a i {
	background-position: -168px -89px;
}

.soft-rjfl ul li.l18 a i {
	background-position: -192px -89px;
}

/*fl active*/
.soft-rjfl ul li.l1.active a i {
	background-position: 0 -113px;
}

.soft-rjfl ul li.l2.active a i {
	background-position: -24px -113px;
}

.soft-rjfl ul li.l3.active a i {
	background-position: -48px -113px;
}

.soft-rjfl ul li.l4.active a i {
	background-position: -72px -113px;
}

.soft-rjfl ul li.l5.active a i {
	background-position: -96px -113px;
}

.soft-rjfl ul li.l6.active a i {
	background-position: -120px -113px;
}

.soft-rjfl ul li.l7.active a i {
	background-position: -144px -113px;
}

.soft-rjfl ul li.l8.active a i {
	background-position: 0 -138px;
}

.soft-rjfl ul li.l9.active a i {
	background-position: -24px -138px;
}

.soft-rjfl ul li.l10.active a i {
	background-position: -48px -138px;
}

.soft-rjfl ul li.l11.active a i {
	background-position: -72px -138px;
}

.soft-rjfl ul li.l12.active a i {
	background-position: -96px -138px;
}

.soft-rjfl ul li.l13.active a i {
	background-position: -120px -138px;
}

.soft-rjfl ul li.l14.active a i {
	background-position: -144px -138px;
}

.soft-rjfl ul li.l15.active a i {
	background-position: -168px -113px;
}

.soft-rjfl ul li.l16.active a i {
	background-position: -192px -113px;
}

.soft-rjfl ul li.l17.active a i {
	background-position: -168px -138px;
}

.soft-rjfl ul li.l18.active a i {
	background-position: -192px -138px;
}

.game-rjfl ul li.l1 a i {
	background-position: 0 0;
}

.game-rjfl ul li.l2 a i {
	height: 19px;
	background-position: -24px 0;
}

.game-rjfl ul li.l3 a i {
	height: 19px;
	background-position: -48px 0;
}

.game-rjfl ul li.l4 a i {
	height: 19px;
	background-position: -72px 0;
}

.game-rjfl ul li.l5 a i {
	height: 19px;
	background-position: -96px 0;
}

.game-rjfl ul li.l6 a i {
	height: 19px;
	background-position: -120px 0;
}

.game-rjfl ul li.l7 a i {
	height: 19px;
	background-position: -144px 0;
}

.game-rjfl ul li.l8 a i {
	background-position: -168px 0;
}

.game-rjfl ul li.l9 a i {
	background-position: -192px 0;
}

.game-rjfl ul li.l10 a i {
	background-position: -216px 0;
}

.game-rjfl ul li.l11 a i {
	background-position: -241px 0;
}

.game-rjfl ul li.l1.active a i {
	background-position: 0 -34px;
}

.game-rjfl ul li.l2.active a i {
	height: 19px;
	background-position: -24px -34px;
}

.game-rjfl ul li.l3.active a i {
	height: 19px;
	background-position: -48px -34px;
}

.game-rjfl ul li.l4.active a i {
	background-position: -72px -34px;
}

.game-rjfl ul li.l5.active a i {
	background-position: -96px -34px;
}

.game-rjfl ul li.l6.active a i {
	background-position: -120px -34px;
}

.game-rjfl ul li.l7.active a i {
	background-position: -144px -34px;
}

.game-rjfl ul li.l8.active a i {
	background-position: -168px -34px;
}

.game-rjfl ul li.l9.active a i {
	background-position: -192px -34px;
}

.game-rjfl ul li.l10.active a i {
	background-position: -216px -34px;
}

.game-rjfl ul li.l11.active a i {
	background-position: -241px -34px;
}

.soft-rjfl dl {
	width: 100%;
	margin-top: 20px;
	padding-top: 18px;
	border-top: #dddfe1 dashed 1px;
	display: inline-block;
}

.soft-rjfl dl dt {
	float: left;
	padding-left: 15px;
	width: 57px;
	font-size: 16px;
	color: #9a9a9a;
	text-align: left;
	line-height: 40px;
}

.soft-rjfl dl dd {
	width: 928px;
	float: left;
}

.soft-rjfl dl dd a {
	height: 40px;
	margin: 0 4px;
	padding: 0 16px;
	font-size: 16px;
	color: #4a4a4a;
	line-height: 40px;
	border-radius: 40px;
	display: inline-block;
	box-sizing: border-box;
}

.soft-rjfl dl dd a:nth-of-type(2) {
	display: none;
}

.soft-rjfl dl dd a.on {
	color: #02bb54;
	border: #a8efb9 solid 1px;
	background: #fff;
}

.soft-rjfl dl dd a:hover {
	background: #fff;
}

.c-title p,
.c-title h1 {
	font-size: 24px;
	color: #181818;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
}

.c-title span {
	float: right;
	font-size: 12px;
	color: #b9b9b9;
	line-height: 24px;
}

#pagesWap li:nth-of-type(n+31) {
	display: none;
}

.shiyishi {
	width: 100%;
	margin-top: 30px;
	display: inline-block;
}

.shiyishi ul li {
	margin-top: 20px;
	margin-right: 26px;
	padding: 0 10px;
	width: 230px;
	height: 230px;
	text-align: center;
	border: var(--border);
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	float: left;
	position: relative;
	cursor: pointer;
}

.shiyishi ul li:nth-of-type(4n) {
	margin-right: 0;
}

.shiyishi ul li:hover {
	box-shadow: var(--shadow);
}

.shiyishi ul li .img {
	margin-top: 46px;
	width: 100%;
	display: inline-block;
}

.shiyishi ul li .img img {
	width: 70px;
	height: 70px;
}

.shiyishi ul li .tit {
	padding-top: 10px;
	font-size: 16px;
	color: #070707;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.shiyishi ul li .tit:hover {
	color: var(--greenColor);
}

.shiyishi ul li p {
	padding-top: 13px;
	font-size: 14px;
	color: #929292;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.shiyishi ul li i {
	top: 12px;
}

.shiyishi ul li .btn {
	margin-top: 12px;
	width: 70px;
	height: 34px;
	font-size: 14px;
	line-height: 34px;
	display: none;
}

.shiyishi ul li:hover p {
	display: none;
}

.shiyishi ul li:hover .btn {
	display: inline-block;
}

.zuixin-list ul li .span-info p {
	font-size: 14px;
	color: #979797;
}

.zuixin-list ul li .span-info p:first-child {
	padding-top: 26px;
}

.zuixin-list .btn {
	width: 100px;
}

.zuixin-list ul li .span-info p time {
	color: #979797;
}

/*search*/
.search-list {
	display: inline-block;
	/* min-height: 524px; */
}

.search-list .btn {
	width: 100px;
}

.search-list ul li .span-info p {
	font-size: 14px;
	color: #979797;
}

.search-list ul li .span-info p time {
	color: #979797;
}

.search-tit span {
	color: #06ca6d;
	padding: 0 8px;
	margin: 10px 0;
}

.no-search-box {
	margin-top: 57px;
}

.no-search-ts {
	width: 100%;
	padding-top: 252px;
	text-align: center;
	background: url(../images/no_search.png) no-repeat center top;
}

.no-search-ts p {
	font-size: 18px;
	color: #2e2e2e;
}

.no-search-ts .btn {
	margin-top: 30px;
	width: 130px;
	height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	background: #020304;
}

.no-search-ts .btn:hover {
	background: #333435;
}

/*heji*/
.heji-tit {
	margin-top: 37px;
}

.heji-tit span {
	font-size: 16px;
	color: #b9b9b9;
	line-height: 24px;
	padding-left: 20px;
}

.heji-list {
	position: relative;
	display: inline-block;
}

.heji-list ul {
	display: inline-block;
}

.heji-list li {
	margin-top: 20px;
	margin-right: 20px;
	width: 320px;
	height: 236px;
	border: var(--border);
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	float: left;
	cursor: pointer;
}

.heji-list li:nth-of-type(3n) {
	margin-right: 0;
}

.heji-list li .bigimg {
	margin: 4px 4px 0;
	width: 310px;
	height: 155px;
	border-radius: 10px;
	display: block;
	overflow: hidden;
}

.heji-list li .bigimg .img {
	width: 310px;
	height: 155px;
	border-radius: 10px;
	overflow: hidden;
}

.heji-list li .bigimg img {
	width: 310px;
	height: 155px;
	border-radius: 10px;
	display: block;
	transition: all 0.5s;
}

.heji-list li .bigimg img:hover {
	transform: scale(1.1);
}

.heji-list li .libottom {
	width: 100%;
	padding: 15px 20px 0;
	display: inline-block;
	box-sizing: border-box;
}

.heji-list li .libottom .tit {
	font-size: 16px;
	color: #070707;
	font-weight: bold;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.heji-list li:hover .libottom .tit {
	padding-right: 55px;
}

.heji-list li .libottom .tit:hover {
	color: var(--greenColor);
}

.heji-list li .libottom time {
	padding-top: 8px;
	font-size: 12px;
	color: #929292;
	display: inline-block;
}

.heji-list li .libottom .btn {
	float: right;
	position: relative;
	top: -15px;
	display: none;
}

.heji-list li .libottom .btn:hover {
	background: #484848;
}

.heji-list li:hover {
	box-shadow: var(--shadow);
}

.heji-list li:hover .btn {
	display: block;
}

.heji-list .pagingWrap {
	margin-top: 27px;
}

.hjdetail {
	margin-top: 20px;
	width: 100%;
	display: inline-block;
}

.hjdetail dl dt h1 {
	padding-right: 30px;
	font-size: 22px;
	color: #121212;
	font-weight: bold;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hjdetail dl dt time {
	float: right;
	font-size: 14px;
	color: #808080;
	line-height: 32px;
}

.hjdetail dl dd {
	margin-top: 20px;
}

.hjdetail dl dd figure {
	margin-left: 30px;
	float: right;
	width: 320px;
	height: 160px;
	border-radius: 5px;
	overflow: hidden;
}

.hjdetail dl dd figure img {
	width: 320px;
	height: 160px;
	border-radius: 5px;
	display: block;
	transition: all 0.5s;
}

.hjdetail dl dd figure img:hover {
	transform: scale(1.1);
}

.hjdetail dl dd .digest {
	padding-top: 8px;
	font-size: 16px;
	color: #161616;
	line-height: 36px;
	height: 144px;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.heji-tjsoft li:nth-of-type(n+6) {
	display: block !important;
}

.hj-xgxj {
	margin-top: 30px;
}

.error404 {
	margin-top: 40px;
	width: 100%;
	padding-top: 310px;
	padding-bottom: 30px;
	text-align: center;
	background: url(../images/404.png) no-repeat center top;
}

.error404 p {
	font-size: 18px;
	color: #2e2e2e;
}

.error404 .btn {
	margin-top: 30px;
	width: 130px;
	height: 50px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	background: #010101;
}

.error404 .min {
	font-size: 16px;
	color: #fff;
}

.error404 .backIndex {
	background: #040506;
}

.lrbox {
	margin-top: 20px;
	width: 100%;
	padding: 10px 30px 20px;
	border: var(--border);
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
}

.lrbox p {
	padding-top: 15px;
	font-size: 16px;
	color: #161616;
	line-height: 36px;
}

.mz-tit a {
	color: #a4a4a4;
}

.mz-tit span.on a {
	color: #181818
}

.mz-tit a:hover {
	color: #181818;
}

.heji-tit.magt27 {
	margin-top: 10px;
}

.bibb-tit.magt27,
.search-tit.magt27,
.bangdan-tit.magt27,
.zuixin-tit.magt27 {
	margin-top: 0;
}

.rmrj ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.rmrj ul li {
	width: 175px;
	margin-right: 0;
}

.d-xgtj ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.d-xgtj li {
	margin-top: 20px;
	padding: 20px;
	width: 380px;
	height: 110px;
	border: var(--border);
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	float: left;
	cursor: pointer;
	transition: all 0.5s;
}

.d-xgtj li:nth-of-type(3n) {
	margin-right: 0;
}

.d-xgtj li .img {
	margin: 0 15px;
	float: left;
}

.d-xgtj li .img img {
	width: 66px;
	height: 66px;
	display: block;
}

.d-xgtj li .tit {
	font-size: 16px;
	color: #070707;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.d-xgtj li .tit:hover {
	color: var(--greenColor);
}

.d-xgtj li .rjright p {
	padding-top: 3px;
	font-size: 14px;
	color: #929292;
}

.d-xgtj li .rjright p.digest {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.d-xgtj li a.btn {
	float: right;
	position: relative;
	top: -4px;
	display: none;
}

.d-xgtj li:hover {
	box-shadow: var(--shadow);
	transform: translateY(-5px);
}

.d-xgtj li:hover .tit {
	padding-right: 60px;
}

.d-xgtj li:hover a.btn {
	display: block;
}
