.recommend-soft{
	margin-top: 45px;
}
.recommend-soft .slide-box{
	width: 100%;
	text-align: center;
	margin: 0;
}
.recommend-soft .slide-box .slide .img{
	width: 100px;
	height: 100px;
	float: none;
	margin-right: 20px;
	display: inline-block;
}
.recommend-soft .slide-box .slide .img img{
	width: 100px;
	height: 100px;
	display: block;	
}
.recommend-soft .slide-box .slide .con{
	display: inline-block;
	text-align: left;
	position: relative;
    top: -15px;
    max-width: 300px;
}
.recommend-soft .slide-box .slide .con .title{
	font-size: 18px;
	color:#0d0b0b;
}
.recommend-soft .slider .slider-box .carousel .item .img-wrap p{
	color:#fff;
}
.recommend-soft .slide-box .slide .con .rjxx span{
	font-size: 14px;
	color:#b9b9b9;
	line-height: 1;
	margin: 12px 0;
	display: inline-block;
	padding: 0 15px;
}
.recommend-soft .slide-box .slide .con .rjxx span:first-child{
	/* border-right:#e5e5e5 solid 1px; */
	padding-left: 0;
}
.recommend-soft .slide-box .slide .con button,.recommend-soft .slide-box .slide .con a.btn{
	width: 120px;
	height: 34px;
	font-size: 14px;
	color:#fff;
	line-height: 34px;
	background:#4acc67;
	border:0;
	box-shadow:none;
	display: block;
    border-radius: 25px; 
    cursor: pointer;
}
.recommend-soft .slide-box .slide .con button:hover,.recommend-soft .slide-box .slide .con a.btn:hover{
	background:#2ec415;
}
.recommend-soft .slider .slider-box .scene{
	height: 315px;
}
.recommend-soft .slider .slider-box{
	height: 305px;
}
.recommend-soft .slider .slider-box .carousel .item .box .title{
	height: auto;	
	margin-bottom: 5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.recommend-soft .slider .slider-box .carousel .item .box .categoryName{
	font-size: 50px;
	margin-bottom:20px;
}
.recommend-soft .slider .slider-box .carousel .item .box .version{
	font-size: 50px;
}

/*indexSwiper*/
.indexSwiperBox{
	margin-top: 20px;
	width: 100%;
	height: 155px;
	position: relative;
}
.indexSwiperBox .indexSwiper{
	width: 100%;
	height: 130px;
	overflow: hidden;
}
.indexSwiperBox .indexSwiper ul li{
	width: 285px;
	height: 120px;
	padding: 15px 20px;
	border:#f4f4f4 solid 1px;
	background:#fff;
	border-radius: 5px;
	box-sizing: border-box;
}
.indexSwiperBox .indexSwiper ul li:hover{
	box-shadow: var(--shadow);
}
.indexSwiperBox .indexSwiper ul li .img{
	float:left;
	margin-right: 20px;
}
.indexSwiperBox .indexSwiper ul li .img img{
	width: 66px;
	height: 66px;
	display: block;
}
.indexSwiperBox .indexSwiper ul li .tit{	
    font-size: var(--size16);
    color: #070707;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.indexSwiperBox .indexSwiper ul li .tit:hover{
	color:var(--blueColor);
}
.indexSwiperBox .indexSwiper ul li .softxx{
	padding-top: 6px;
    font-size: var(--size14);
    color: #929292;    
}
.indexSwiperBox .indexSwiper ul li .softxx span{
	font-size: var(--size14);
    color: #929292; 
    line-height: 1;
    border-right:#bfbfbf solid 1px;
    padding:0 10px;
}
.indexSwiperBox .indexSwiper ul li .softxx span:first-child{
	padding-left: 0;
}
.indexSwiperBox .indexSwiper ul li .softxx span:last-of-type{
	padding-right: 0;
	border:0;
}
.indexSwiperBox .indexSwiper ul li .btnbg{
	width: 90px;
    height: 30px;
    line-height: 30px;
    color:#fff;
    margin-top: 10px
}
.indexSwiperBox .swiper-pagination{
	position: static;   
    margin-top: 10px;
}
.indexSwiperBox .swiper-pagination-bullet{
	margin: 0 15px;	
	background:#b6dfff;
	opacity: 1;
	position: relative;
}
.indexSwiperBox .swiper-pagination-bullet-active{
	background:#219fff;
	opacity: 1;
}
.indexSwiperBox .swiper-pagination-bullet:before{
	content:'';
	width: 30px;
	height: 1px;
	border-top:#b6dfff solid 1px;
	position: absolute;
	top: 4px;
	left: 8px;
	display: inline-block;
}
.indexSwiperBox .swiper-pagination-bullet:last-child:before{
	display: none; 
}
.index-zjbb{
	margin-top: 20px;
	padding-bottom: 25px;	
}
.index-zjbb .b-title h2:before{
	vertical-align: -3px;
}

.index-zjbb li{
	padding-top: 25px;
	width: 144px;
	text-align: center;
	float:left;
	overflow: hidden;
	position: relative;
}
.index-zjbb li .img{
	display: contents;
}
.index-zjbb li .img img{
	width: 60px;
	height: 60px;
	margin: 0 auto;
	display: block;
	transition: transform .5s ease-in-out 0s;
    -webkit-transition: transform .5s ease-in-out 0s;
}
.index-zjbb li .img img:hover{
	transform: rotateY(180deg);
    transition: transform 0.5s;
}

.index-zjbb li .tit{
	padding: 8px 0 3px;
	font-size: 16px;
	color:#070707;
	line-height: 28px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display: inline-block;
    width: 100px;
    text-align: center;
}
.index-zjbb li .tit:hover{
	color:var(--blueColor);
}
.index-zjbb li .btn:hover{
	background:none;
}
.index-zjbb li .btn:before{
	content:'下载';
	width: 60px;
    height: 24px;
    font-size: 12px;
    color:#fff;
    text-align: center;
    line-height: 26px;
    border: #08ca7e solid 1px;    
    background:#4acc67;
    border-radius: 5px;
    display: inline-block;
	transform: translateY(24px);
    transition-duration: 300ms; 
    position: absolute;  
    left: 41px;
}
.index-zjbb li .btn:hover:before{
	transform: translateY(0px);
    transition-duration: 300ms;   
}

.index-bzjr{
	margin-top: 20px;
}
.index-bzjr .b-title h2:before{
	width: 27px;
	height: 27px;
	background-position: -28px 0;
	vertical-align: -3px;
}
.index-bzjr ul{
	padding:6px 0 20px;
	display: inline-block;
}
.index-bzjr li{
	width: 275px;
	height: 100px;		
	margin-right: 19px;
	margin-top: 20px;
	border:var(--border);
	background:#fff;
	border-radius: 5px;
	float:left;
	box-sizing: border-box;
}
.index-bzjr li:nth-of-type(4n){
	margin-right: 0;
}
.index-bzjr li .img{
	margin: 16px 16px 0;	
	float:left;
}
.index-bzjr li .img img{
	width: 60px;
	height: 60px;
	display: block;
}
.index-bzjr li .tit{
	padding-top: 22px;
	font-size: var(--size16);
	color:#070707;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display: block;
}
.index-bzjr li .tit:hover{
	color:var(--blueColor);
}
.index-bzjr li .digest{
	padding-top: 10px;
	font-size: var(--size14);
	color:#929292;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.index-bzjr li .btn{
	width: 62px;
	height: 30px;
	margin-top: 5px;
	font-size: 14px;
	color:#fff;
	line-height: 30px;
	background:#4acc67;
	display: none!important;
}
.index-bzjr li:hover .btn{
	display: inline-block!important;
}
.index-bzjr li:hover .digest{
	display: none;
}
.index-bzjr li:hover{
	box-shadow:var(--shadow);
}
.index-bzjr li .btn:hover{
	background:#2ec415;
}

.index-dnrj{
	margin-top: 20px;
}
.index-dnrj .b-title h2:before{
	width: 28px;
	height: 25px;
	background-position: -57px 0;
	vertical-align: -3px;
}
.index-dnrj ul{
	padding: 11px 0 25px;
	display: none;
	float:left;
}
.index-dnrj li{
	margin-top: 15px;
	margin-right: 15px;
	width: 180px;
	height: 88px;
	box-sizing: border-box;
	border:var(--border);
	background:#fff;
	border-radius: 5px;
	float:left;
}
.index-dnrj li:nth-of-type(6n){
	margin-right: 0;
}
.index-dnrj li:hover{
	box-shadow:var(--shadow);
}
.index-dnrj li .img{
	margin: 12px 12px 0;
	float:left;
}
.index-dnrj li .img img{
	width: 60px;
	height: 60px;
	display: block;
}
.index-dnrj li .tit{
	font-size: var(--size16);
	color:#070707;
	padding-top: 15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display: block;
}
.index-dnrj li .tit:hover{
	color:var(--blueColor);
}
.index-dnrj li .time{
	font-size: 14px;
	color:#929292;
	padding-top: 12px;
	display: inline-block;
}
.index-dnrj li .btn{
	margin-top: 5px;
	width: 58px;
	height: 28px;
	font-size: 12px;
	line-height: 30px;
	color:#fff;
	background:#4acc67;
	display: none!important
}
.index-dnrj li:hover .btn{
	display: inline-block!important;
}
.index-dnrj li:hover .time{
	display: none;
}
.index-dnrj li .btn:hover{
	background:#2ec415;
}
.index-dnyx .b-title h2:before{
	width: 30px;
	height: 26px;
	background-position: -88px 0;
	vertical-align: -3px;
}
.index-phb{
	margin-top: 20px;
}
.index-phb .b-title h2:before{
	width: 26px;
	height: 26px;
	background-position: -121px 0;
	vertical-align: -3px;
}
.index-phb ul{
	padding: 6px 0 26px;
	float:left;
	display: none;
}
.index-phb li{
	margin-top: 20px;
	margin-right: 19px;
	width: 373px;
	height: 100px;
	border:var(--border);
	border-radius: 5px;
	float:left;
	box-sizing: border-box;
}
.index-phb li:nth-of-type(3n){
	margin-right: 0;
}
.index-phb li i{
	margin-top: 37px;
	margin-left: 23px;
	width: 24px;
	height: 24px;
	font-size: 16px;
	color:#b2b2b2;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	background:#f1f1f1;
	border-radius: 50%;
	float:left;
}
.index-phb li .img{
	float: left;
	margin: 16px 15px 0;
}
.index-phb li .img img{
	width: 60px;
	height: 60px;
	display: block;
}
.index-phb li .tit{
	padding-top: 16px;
	font-size: var(--size16);
	color:#070707;
	display: block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.index-phb li .tit:hover{
	color:var(--blueColor);
}
.index-phb li p span{
	font-size: 13px;
	color:#929292;
	padding-top: 5px;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-phb li p span:nth-of-type(1){
	padding-top: 7px;
}
.index-phb li p span em{
	color:#929292;
	padding:0 10px;	
	line-height: 1;
}
.index-phb li p span em:first-child{
	border-right: #d2d2d2 solid 1px;
	padding-left: 0;
}
.index-phb li:hover{
	box-shadow: var(--shadow);
}
.index-phb li:nth-of-type(1) i,.index-phb li:nth-of-type(2) i,.index-phb li:nth-of-type(3) i{
	margin-left: 20px;
	width: 30px;
	height: 24px;
	font-size: 12px;
	color:#fff;
	line-height: 18px;
	font-weight: normal;
	background:url(../images/icon.png) no-repeat;
	background-position: -209px 0;
}
.index-phb li:nth-of-type(2) i{
	background-position: -241px 0;
}
.index-phb li:nth-of-type(3) i{
	background-position: -272px 0;
}
/*zjbb*/
.zjbb-contBox .tabs{
	margin-top: 30px;
	width: 100%;
	height: 76px;
	text-align: center;
}
.zjbb-contBox .tabs dd{	
	margin:0 10px;
	width: 240px;
	height: 70px;
	font-size: 22px;
	color:#474747;
	text-align: center;
	line-height: 70px;
	background:#efefef;
	border-radius: 10px;
	vertical-align: top;
	display: inline-block;
	cursor: pointer;
}
.zjbb-contBox .tabs dd .index-icon{
	width: 28px;
	height: 25px;
	margin-right: 15px;
	font-size: 0;
	background-position: -248px -44px;
	display: inline-block;
	vertical-align: -14px;
}
.zjbb-contBox .tabs dd.on{
	height: 77px;
	color:#fff;
	background-position: 0 -65px;
}
.zjbb-contBox .tabs .t-rjbb.on .index-icon{
	background-position: -282px -44px;
}
.zjbb-contBox .tabs .t-yxbb .index-icon{
	width: 30px;
	height: 26px;
	margin-right: 15px;
	font-size: 0;
	background-position: -248px -73px;
	display: inline-block;
	vertical-align: -14px;
}
.zjbb-contBox .tabs .t-yxbb.on .index-icon{
	background-position: -280px -73px;
}
.zjbb-contBox ul{
	padding:6px 0 26px;

}
.zjbb-contBox ul li{
	margin-top: 20px;
	width: 580px;
	height: 104px;
	border:var(--border);
	background:#fff;
	border-radius: 5px;
	float:left;
	position: relative;
	box-sizing: border-box;
}
.zjbb-contBox ul li:nth-of-type(even){
	float:right;
}
.zjbb-contBox ul li .img{
	margin:17px 22px 0 32px;
	float:left;
}
.zjbb-contBox ul li .img img{
	width: 68px;
	height: 68px;
	display: block;
}
.zjbb-contBox ul li .tit{	
	padding-top: 16px;
	padding-right: 125px;
	font-size: var(--size16);
	color:#000;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display: block;
}
.zjbb-contBox ul li .rjxx{
	padding-top: 8px;	
}
.zjbb-contBox ul li .rjxx span{
	font-size: 14px;
	color:#b4b4b4;
	line-height: 1;
	padding-right: 15px;
}
.zjbb-contBox ul li .rjxx span:nth-of-type(2){
	padding-left: 15px;
	padding-right: 0;
	border-left: #d2d2d2 solid 1px;
}
.zjbb-contBox ul li .digest{
	padding-top: 5px;
	padding-right: 125px;
	font-size: var(--size14);
	color:#777777;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display: block;
}
.zjbb-contBox ul li .btn{
	width: 70px;
	height: 34px;
	font-size: 14px;
	color:#fff;
	line-height: 34px;
	background:#4acc67;
	border-radius: 34px;
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top:-21px;
}
.zjbb-contBox ul li .btn:hover{
	background:#2ec415;
}
.zjbb-contBox ul li:hover{
	box-shadow: var(--shadow);
}
.zjbb-contBox ul li .tit:hover{
	color:var(--blueColor);
}
/*phb*/
.phb-contBox .phblist{
	display: none;
}
.phb-contBox ul{
	display: block;
}
.phb-contBox ul li{
	width: 386px;
	height: 100px;
	margin-right: 20px;
}
.phb-contBox ul li:nth-of-type(n+46){
	/*display: none;*/
}
.phb-contBox ul li:nth-of-type(even){
	float:left;
}
.phb-contBox ul li:nth-of-type(3n){
	margin-right: 0;
}
.phb-contBox ul li i{	
	font-size: 14px;
}
.phb-contBox ul li .img{
	margin: 15px 16px;
}
/*频道*/
.soft-rjfl dl{
	padding:10px 0;
	width: 100%;
	line-height: 36px;
	display: inline-block;
}
.soft-rjfl dl aside{
	margin-top: 9px;
	width: 80px;
	font-size: 16px;
	color:#a4a4a4;
	text-align: right;
	float:left;
}
.soft-rjfl dl dt{
	margin-top: 9px;
	width: 90px;
	font-size: 16px;
	color:#202020;
	text-align: center;
	float:left;
}
.soft-rjfl dl dd{
	width: 980px;
	font-size: 16px;
	color:#202020;	
	float:left;
}
.soft-rjfl dl dd p{	
	float:left;
	display: inline-block;
}
.soft-rjfl dl dd a{
	margin: 9px 3px 0;
    padding: 0 12px;
    min-width: 90px;
    height: 55px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: inline-block;
}
.soft-rjfl dl dd h1,.soft-rjfl dl dd a.active,.soft-rjfl dl dd a:hover{
	color: #1d5dff;
    padding: 0 12px;
    min-width: 90px;
    background: #edf9ff;
    border-radius: 36px;
    text-align: center;
    display: inline-block;
}
.soft-rjfl dl dt a.active{
	color: #1d5dff;
}
.soft-rjfl dl.firstFl dd p a:nth-of-type(n+2){
	display: none;
}
.soft-rjfl dl.secondFl{
	border-top:#eee dashed 1px;
}
.soft-rjfl dl.secondFl dd a:first-child{
	display: none;
}
.soft-list-box{
	margin-top: 20px;
	padding: 0;
	float: left;
	position: relative;
}
.soft-list-box .b-title{
	width: 1158px;
	margin: 0 20px;
}
.soft-list-box .b-title h2,.c-soft-list .b-title h1{
	position: relative;
}
.c-soft-list .b-title h1:before{
	content: '';
    margin-right: 12px;
    width: 25px;
    height: 25px;
    background-position: 0 0;
    display: inline-block;
    vertical-align: -3px;
}
.soft-list-box .b-title h2:before,.c-soft-list .b-title h1:before{	
	width: 100%;
	height: 3px;
	background:#289aff;
	position:absolute;
	left: 0;
	bottom:-1px;
}
.c-soft-list .b-title h1 i{
	width: 28px;
    height: 25px;
    background-position: -57px 0;
    vertical-align: -5px;
    display: inline-block;
    margin-right: 10px;
}
.c-soft-list.list-yx .b-title h1 i{
	width: 30px;
    height: 26px;
    background-position: -88px 0;
}
.soft-list-box .b-title span{
	float:right;
	font-size: 12px;
	color:#b3b3b3;
	line-height: 56px;
}
.soft-list-box ul{
	width: 100%;
	float:left;
}
.soft-list-box ul li{
	width: 100%;
	padding: 23px 20px;
	box-sizing: border-box;
	position: relative;
	float:left;
}
.soft-list-box ul li:nth-of-type(n+31){
	display: none;
}
.soft-list-box ul li .img{
	float:left;
	padding: 0 20px 0 10px;
}
.soft-list-box ul li .img img{
	width: 70px;
	height: 70px;
	display: block;
}
.soft-list-box ul li .tit{
	font-size: var(--size16);
	color:#000;
}
.soft-list-box ul li .tit:hover{
	color:var(--blueColor);
}
.soft-list-box ul li i{
	margin-left: 10px;
    width: 20px;
    height: 18px;
    font-size: 11px;
    color: #fff;
    line-height: 13px;
    text-align: center;
    font-weight: normal;    
    background-position: -216px -26px;
    display: inline-block;
    vertical-align: middle;
}
.soft-list-box ul li:nth-of-type(2) i{
	background-position: -238px -26px;
}
.soft-list-box ul li:nth-of-type(3) i{
	background-position: -261px -26px;
}
.soft-list-box ul li p{
	font-size: 13px;
	color:#b3b3b3;
	padding-top: 7px;
}
.soft-list-box ul li p.c-rjxx span{
	padding: 0 15px;
	margin-top: 5px;	
	border-left: #d2d2d2 solid 1px;
	font-size: 13px;
	line-height: 1;
	color:#b3b3b3;
}
.soft-list-box ul li p.c-rjxx span time{
	color:#b3b3b3;
}
.soft-list-box ul li p.c-rjxx span:first-child{
	padding-left: 0;
	border-left:0;
}
.soft-list-box ul li p.c-digest span{
	font-size: 13px;
	color:#515151;
}
.soft-list-box ul li .btnbg{
	width: 126px;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color:#fff;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -21px;
}
.soft-list-box ul li:after{
	content:'';
	width: 1158px;
	height: 1px;
	line-height: 1;
	font-size: 0;
	border-bottom:#eee dashed 1px;
	position: absolute;
	bottom: 0;
	left: 20px;
	display: inline-block;
}
.soft-list-box ul li:nth-of-type(15n):after,.soft-list-box ul li:last-child:after{
	display: none;
}
.soft-list-box ul li:hover{
	box-shadow: var(--shadow);
}
.l-soft-list{
	margin-bottom: 80px;
}
.l-soft-list .b-title h1,.c-soft-list .b-title h1{
	font-size: 22px;
    color: #2c2c2c;
    font-weight: bold;
    float:left;
}
.tips{
	width: 100%;
	margin-top: 20px;
	padding: 15px 30px;
	background:#fafafa;
	border-radius: 5px;
	display: inline-block;
	box-sizing: border-box;
}
.tips p{
	font-size: 14px;
	color:#7f8082;
	line-height: 30px;
}
.rmrj{
	margin-top: 20px;
	display: inline-block;
}
.rmrj .b-title h2:before{
	width: 28px;
	height: 32px;
	background-position: 0 -29px;
	vertical-align: -7px;
}
.rmrj ul{
	padding: 10px 0 30px;
	display: inline-block;
}
.rmrj ul li{
	margin-top: 20px;
	margin-right: 30px;
	width: 207px;
	float:left;
}
.rmrj ul li:nth-of-type(5n){
	margin-right: 0;
}
.rmrj ul li .img{
	margin-right: 10px;
	float:left;
}
.rmrj ul li .img img{
	width: 30px;
	height: 30px;
	display: block;
}
.rmrj ul li .tit{
	font-size: 14px;
	color:#1d1d1d;
	line-height: 30px;
	display: block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	transition: ease-in-out 0.3s;
}
.rmrj ul li .tit:hover{
	color:var(--blueColor);
	padding-left: 5px;
}
.rmyx .b-title h2:before{
	width: 30px;
    height: 26px;  
    background-position: -88px 0;
    vertical-align: -4px;
}
/*佳软*/
.jiaran-contBox .tabs dd.t-weekjr.on, .jiaran-contBox .tabs dd.t-monrj.on{

}
.jiaran-contBox .tabs .t-weekjr .index-icon{
	width: 26px;
	height: 25px;
	background-position: -31px -29px;
}
.jiaran-contBox .tabs .t-weekjr.on .index-icon{
	background-position: -59px -29px;
}
.jiaran-contBox .tabs .t-monrj .index-icon{
	background-position: -87px -29px;
}
.jiaran-contBox .tabs .t-monrj.on .index-icon{
	background-position: -115px -29px;
}
.jiar-list{
	margin-top: 25px;
	width: 100%;    
    border: #eee solid 1px;
    background: #fff;
    border-radius: 5px;
    box-sizing: border-box;
	display: none;
	float:left;
}
.jiar-list ul{
	padding: 0;
	width: 100%;	
}
.jiaran-contBox ul li{
	margin-top: 0;
	width: 100%;
	height: auto;
    padding: 20px 30px;
    border:0;
    border-radius: 0;
    background:none;
    box-sizing: border-box;
    position: relative;
    float: none;
    display: inline-block;
}
.jiaran-contBox ul li:nth-of-type(even) {
    float: none;
}
.jiaran-contBox ul li:hover{
	box-shadow: var(--shadow);
}
.jiaran-contBox ul li .tit{
	width: 100%;
	margin-bottom: 15px;
	padding-top:0;
	font-size: 18px;
	color:#000;
	display: block;
	box-sizing: border-box;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
}
.jiaran-contBox ul li .tit:hover{
	color:var(--blueColor);
}
.jiaran-contBox ul li .img{
	margin: 0;
	margin-right: 20px;
	float:left;
}
.jiaran-contBox ul li .img img{	
	width: 60px;
	height: 60px;
	display: block;
}
.jiaran-contBox ul li p{
	padding-top:7px;
	font-size: 14px;
	color:#b4b4b4;
}
.jiaran-contBox ul li p span{	
	color: #b4b4b4;
    padding-right: 15px;
    margin-right: 15px;
    line-height: 1;
    border-right: #eee solid 1px;
}
.jiaran-contBox ul li p span:last-child{
	border:0;
}
.jiaran-contBox ul li p span time{
	color: #b4b4b4;
}
.jiaran-contBox ul li p.c-digest span{
	color:#484848;
}
.jiaran-contBox ul li:after{
	content: '';
    width: 1158px;
    height: 1px;
    line-height: 1;
    font-size: 0;
    border-bottom: #eee dashed 1px;
    position: absolute;
    bottom: 0;
    left: 20px;
    display: inline-block;
}
.jiaran-contBox ul li:last-child:after{
	display: none;
}
.jiaran-contBox ul li .btnbg{
	width: 110px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	border-radius: 5px;
}
.s-wzxx{
	font-size: 20px;
	color:#303030;
	line-height: 80px;
}
.s-wzxx:before{
	content:'';
	margin-right: 20px;
	width: 24px;
	height: 26px;
	background-position: -144px -29px;
	display: inline-block;
	vertical-align: middle;
}
.s-wzxx span{
	color:#038fff;
}
.s-wzxx span:nth-of-type(2){
	padding: 0 8px;
}
.search-list {
	padding:0;
}
.search-list li{
	width: 100%;
	padding:20px 200px 20px 30px;
	box-sizing: border-box;
	position: relative;
}
.search-list li:hover{
	box-shadow: var(--shadow);
}
.search-list li .img{
	padding-right: 20px;
	float:left;
}
.search-list li .img img{
	width: 65px;
	height: 65px;
	display: block;
}
.search-list li .tit{
	padding-top: 5px;
	font-size: 18px;
	color:#000;
	display: block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.search-list li .tit:hover{
	color:var(--blueColor);
}
.search-list li p{
	padding-top: 6px;
    font-size: 16px;
    color: #b4b4b4;
}
.search-list li p.c-rjxx{
	padding-top: 10px;
}
.search-list li p span{
	color: #686868;
    padding-right: 15px;
    margin-right: 15px;
    line-height: 1;
    border-right: #eee solid 1px;
}
.search-list li p span:last-child{
	border-right: 0;
}
.search-list li p.c-digest{
	padding-top: 15px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.search-list li .btnbg{
	width: 110px;
    height: 40px;
    font-size: 14px;
    color:#fff;
    line-height: 40px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -17px;
}
.search-list li:after{
	content: '';
    width: 1158px;
    height: 1px;
    line-height: 1;
    font-size: 0;
    border-bottom: #eee dashed 1px;
    position: absolute;
    bottom: 0;
    left: 20px;
    display: inline-block;
}
.search-list li:last-child:after{
	display: none;
}

/*最近更新*/
.zjgx-list-box{
	margin-top: 20px;
	padding: 0;
	float:left;
}
.zjgx-list{
	display: block;
}
.zjgx-list ol{	
	width: 1158px;
	margin: 0 20px;
	border-bottom:#eee solid 1px;
	display: inline-block;
	float:left;
}
.zjgx-list ol li{
	font-size: 20px;
	color:#040404;
	font-weight: bold;
	line-height: 65px;
	text-align: center;
	float:left;
}
.zjgx-list ol li:nth-of-type(1){
	width: 470px;
	padding-left:10px;
	text-align: left;
	box-sizing: border-box;	
}
.zjgx-list ol li:nth-of-type(2){
	width: 212px;		
}
.zjgx-list ol li:nth-of-type(3){
	width: 149px;	
}
.zjgx-list ol li:nth-of-type(4){
	width: 192px;
}
.zjgx-list ol li:nth-of-type(5){		
	padding-right: 10px;
	text-align: right;
	float:right;
}
.zjgx-list dl{
	width: 100%;
	height: 65px;
	padding:0 20px;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	float:left;
}
.zjgx-list dl dt{
	padding-left:10px;
	width: 470px;
	float:left;
	box-sizing: border-box;
}
.zjgx-list dl dt a{		
	font-size: 16px;
	color:#929292;
	line-height: 65px;	
	text-align: left;
	box-sizing: border-box;		
}
.zjgx-list dl dt a:hover{
	color:var(--blueColor);
}
.zjgx-list dl dd p{
	font-size: 16px;
	color:#929292;
	line-height: 65px;
	text-align: center;
	display: inline-block;
	float:left;
}
.zjgx-list dl dd p.size{
	width: 212px;
}
.zjgx-list dl dd p.language{
	width: 149px;	
}
.zjgx-list dl dd p.star{
	margin-top:24px;  
	height: 16px;	
	width: 192px;	
	text-align: center;
	background:url(../images/star.png) no-repeat center;	
	display: inline-block;
}
.zjgx-list dl dd p.star5{	
	background-position: 50px 0;
}
.zjgx-list dl dd p.star4{
	background-position: 50px -16px;
}
.zjgx-list dl dd p.star3{
	background-position: 50px -32px;
}
.zjgx-list dl dd p.star2 {
	background-position: 50px -48px;
}
.zjgx-list dl dd p.star1{
	background-position: 50px -64px;
}
.zjgx-list dl dd p.star0{
	background-position: 50px -80px;
}
.zjgx-list dl dd p.time{		
	padding-right: 10px;
	text-align: right;
	float:right;	
}
.zjgx-list dl:after{
	content: '';
    width: 1158px;
    height: 1px;
    line-height: 1;
    font-size: 0;
    border-bottom: #eee dashed 1px;
    position: absolute;
    bottom: 0;
    left: 20px;
    display: inline-block;
}
.zjgx-list dl:hover{
	box-shadow: var(--shadow);
}
.zjgx-list .loadMore{
	padding: 30px 0;
	display: inline-block;
}
/*heji*/
.heji-list{
	padding: 0
}
.heji-list li{
	width: 100%;
	padding: 25px 20px;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
}
.heji-list li .tit{
	padding-bottom: 20px;
	font-size: 22px;
	color:#2c2c2c;
	font-weight: bold;
	display: block;
	transition: transform .5s;
}
.heji-list li .tit:hover{
	color:var(--blueColor);
	transform: translate(0px, -5px);
    transition: transform .5s;
}
.heji-list li .listRight{
	padding-right: 148px;
	display: block;
}
.heji-list li .img{
	width: 320px;
	height: 160px;	
	float:left;
	margin-right: 20px;
	border-radius: 5px;
	overflow: hidden;
}
.heji-list li .img img{
	width: 320px;
	height: 160px;
	display: block;
	transition: all 0.5s;
}
.heji-list li .hjxx{
	padding-top: 5px;
}
.heji-list li .hjxx span{
	font-size: 14px;
	color:#aaaaaa;
	padding-right: 30px;
}
.heji-list li .hjxx span:last-child{
	padding-right: 0;
}
.heji-list li .hjxx span.hjs:before{
	content:'';
	margin-right: 5px;
	width: 16px;
	height: 16px;
	background-position:-284px -26px;
	display: inline-block;
	vertical-align: -2px;
}
.heji-list li .hjxx span time{
	color:#aaaaaa;
}
.heji-list li .hjxx span em{
	color:#0090ff;
	font-weight: bold;
}
.heji-list li .digest{
	margin-top: 30px;
	font-size: 16px;
	color:#161616;
	line-height: 36px;
	height: 108px;
	overflow:hidden;
	text-overflow: -o-ellipsis-lastline;  
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.heji-list li .btn{
	width: 110px;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color:#fff;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -19px;
}
.heji-list li:after{
	content: '';
    width: 1158px;
    height: 1px;
    line-height: 1;
    font-size: 0;
    border-bottom: #eee dashed 1px;
    position: absolute;
    bottom: 0;
    left: 20px;
    display: inline-block;
}
.heji-list li:last-child:after{
	display: none;
}
.heji-list li:hover{
	box-shadow: var(--shadow);
}
.heji-list li:hover .img img{
	transform: scale(1.2);
}
.hjdetail li{
	padding: 15px 0 0;
}
.hjdetail li:hover .tit{
	color:#2c2c2c;
	transform: translate(0px, 0);
    transition: transform .5s;
}
.hjdetail li .listRight{
	padding:0;
}
.hjdetail li .hjxx{
	padding-top: 20px;
}
.hjdetail li .digest{
	margin-top: 20px;	
}
.hjdetail li:hover{
	box-shadow: 0 0 0 0;
}
.hj-tjrj li{
	width: 386px;
	height: 165px;
	margin-right: 20px;
	margin-top: 30px;
	padding:10px 20px 7px;
	border: var(--border);
    background: #fff;
    border-radius: 5px;
    float: left;
    position: relative;
    box-sizing: border-box;
}
.hj-tjrj li:nth-of-type(3n){
	margin-right: 0;
}
.hj-tjrj li:hover{
	box-shadow: var(--shadow);
}
.hj-tjrj li .listRight{
	margin-top:8px;
	display: block;
}
.hj-tjrj li .tit{
	font-size: var(--size16);
	color:#070707;
	display: block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.hj-tjrj li .tit:hover{
	color:var(--blueColor);
}
.hj-tjrj li .img{
	padding-top: 10px;
	padding-right: 20px;
	float:left;
}
.hj-tjrj li .img img{
	width: 76px;
	height: 76px;
	display: block;
}
.hj-tjrj li p{
	font-size: 14px;
	line-height: 27px;
	color:#929292;
}
.hj-tjrj li p.digest{
	padding-top: 8px;
	width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hj-tjrj li p span,
.hj-tjrj li p time{
	color:#696969;
	font-size: 14px;
}
.hj-tjrj li .btn{
	width: 62px;
	height: 28px;
	font-size: 12px;
	color:#fff;
	line-height: 28px;
	position: absolute;
	bottom: 15px;
	right: 20px;
}
.hj-tjrj li i{
	width: 41px;
	height: 36px;
	background-position: 0 -142px;
	display: inline-block;
	position: absolute;
	top: 15px;
	right: 13px;
}
.hj-tjrj li:nth-of-type(n+4) i{
	background:none;
	display: none;
}
.hj-tjrj li:nth-of-type(2) i{
	background-position: -43px -142px;
}
.hj-tjrj li:nth-of-type(3) i{
	background-position: -86px -142px;
}
.xghj{
	width: 100%;
	margin-top: 20px;
	float:left;
}
.xghj .b-title h2:before{
	width: 26px;
	height: 26px;
	background-position: -171px -26px;	
}
.zxhj .b-title h2:before{
	background-position: -100px -183px;
}
.xghj ul{
	width: 100%;
	padding: 5px 0 20px;
	float:left;
}
.xghj li{
	margin: 15px 8px 0 0;
	padding: 0 12px;
	width: 186px;
	height: 34px;	
	font-size: 16px;
	color:#535353;
	line-height: 34px;
	background:#f5f5f4;
	border-radius: 5px;
	transform:skew(-5deg);
	box-sizing: border-box;
	float:left;
}
.xghj li a{
	color:#535353;
	transform:skew(5deg);
	display: inline-block;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xghj li:hover{
	color:#0090ff;
	background:#e9f5fb;
}
.xghj li:hover a{
	color:#0090ff;
}
.xghj li:nth-of-type(6n){
	margin-right: 0;	
}
/*404页面*/
.error404{
    width: 100%;    
    /*min-height: 660px;*/
    text-align: center;
    background:url(../images/404.png) no-repeat center 20px;    
}
.error404 p.txt{
    width: 100%;
    padding-top: 380px;
    font-size: 18px;
    color:#2e2e2e; 
    background:transparent;   
}
.error404 p.butbox{
    padding-top: 30px;
}
.error404 p.butbox span,.error404 p.butbox a{
    width: 147px;
    height: 42px;
    margin: 0 30px;
    font-size: 16px;
    color:#fff;
    text-align: center;
    line-height: 45px;    
    background:#089bff;
    border-radius: 5px;
    display: inline-block;
}
.error404 p.butbox span code{
	color:#fff;
}
.error404 p.butbox span.backIndex,.error404 p.butbox a:hover{    
    background:#1fb8ff;
}
.noresult{
	width: 100%;
	text-align: center;
	background:url(../images/no_result.png) no-repeat center 20px;
}
.noresult p{
	padding-top: 345px;
	font-size: 18px;
	color:#2e2e2e;
	line-height: 36px;
}
.noresult p a{
	color:#0090ff;
}

.mianzeBox .tabs a{
	width: 100%;
	height: 100%;
	color:#474747;
	display: inline-block;
}
.mianzeBox .tabs .on a{
	color:#fff;
}
.mianzeBox .tabs .t-mianze i{
	width: 23px;
	height: 27px;
	background-position: -162px -142px;
}
.mianzeBox .tabs .t-housu i{
	width: 23px;
	height: 27px;
	background-position: -188px -142px;
}
.mianzeBox .tabs .t-mianze.on i{
	background-position: -214px -142px;
}
.mianzeBox .tabs .t-housu.on i{
	background-position: -240px -142px;
}
.mianzeBox .lrbox{
	margin-top: 20px;
	padding: 10px 30px 30px;	
}
.mianzeBox .lrbox p{
	padding-top: 10px;
	font-size: 16px;
	color:#161616;
	line-height: 36px;
}
.index-zxhj{
	margin-top: 20px;
}
.index-zxhj .b-title h2:before{
	width: 26px;
    height: 26px;
    margin-right: 15px;
    background-position: -100px -183px;
    vertical-align: -14px;
    display: inline-block;
}
.index-zxhj ul{
	width: 100%;
    padding: 5px 0 20px;
    float: left;
}
.index-zxhj  ul li{
	margin: 15px 20px 0 0;
    padding: 0 12px;
    width: 215px;
    height: 38px;
    font-size: 16px;
    color: #535353;
    /* text-align: center; */
    line-height: 38px;
    background: #f5f5f4;
    border-radius: 10px;
    /* transform: skew(-5deg); */
    box-sizing: border-box;
    float: left;
}
.index-zxhj  ul li:nth-of-type(5n){
	margin-right: 0;
}
.index-zxhj  ul li:hover{
	color:#fff;
	background:#089cff;
}
.index-zxhj  ul li a{	
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-zxhj  ul li:hover a{
	color:#fff;
}