.Index-block{
    width: 100%;
    display: inline-block;
}
/*jdt*/
.IndexJdt{
    margin-top: 20px;
    width: 600px;
    height: 300px;  
    float:left; 
}
.IndexJdt .jdtSwiper{
    width: 600px;
    height: 300px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.IndexJdt .jdtSwiper li{
    position: relative;
}
.IndexJdt .jdtSwiper li img{
    width: 600px;
    height: 300px;
    border-radius: 5px;
}
.IndexJdt .jdtSwiper li p{
    width: 100%;
    height: 36px;
    padding:0 20px;
    font-size: 14px;
    color:#fff;
    line-height: 36px;
    background:rgba(0,0,0,0.5);
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}
.swiper-pagination{
    bottom: 8px!important; 
    text-align:right;  
    width: 120px!important;
    right: 16px;
    left: auto!important;
}
.IndexJdt .swiper-pagination{
    width: 100%!important;
    text-align: center;
}
.swiper-pagination-bullet{
    width:8px;
    height:8px; 
    background:#eee;
    opacity:.7;
    border-radius: 50%;
}
.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 7px!important;
}
.swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(6){
    margin-right: 0;
}
.swiper-pagination-bullet-active{
    width: 8px;
    height: 8px;
    background:#57e6d1;
    opacity:.7;
    position: relative;
}
.IndexJdt .swiper-pagination-bullet-active{
    width: 30px;
    border-radius: 8px;
}
.Index-bzrt{
    margin-top: 20px;
    width: 580px;
    height: 300px;
    float:right;
}
.Index-bzrt .title h2:before{
    content:'';
    margin-right: 12px;
    width: 24px;
    height: 26px;
    background-position:0 0;
    display: inline-block;
    vertical-align: -5px;
}
.Index-bzrt .title h2:after{
    display: none;
}
.Index-bzrt ul li{
    margin-top: 20px;
    width: 102px;
    padding-right: 7px;
    text-align: center;
    float:left;
}
.Index-bzrt ul li:nth-of-type(5n){
    padding-right: 0;
}
.Index-bzrt ul li .img{
    width: 60px;
    height: 60px;
    display: inline-block;
}
.Index-bzrt ul li .img img{
    width: 100%;
    height: 100%;
    display: block;
    transition: transform .5s ease-in-out 0s;
    -webkit-transition: transform .5s ease-in-out 0s;
}
.Index-bzrt ul li .img img:hover{
    transform: rotateY(180deg);
    transition: transform 0.5s;
}
.Index-bzrt ul li a.tit{
    padding-top: 5px;
    font-size: 14px;
    color:#0b0b0b;
    line-height: 22px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display: block;
}
.Index-bzrt ul li a.tit:hover{
    color:var(--blueColor);
}
/*Index-jxrj*/
.Index-jxrj{
    margin-top: 20px;
    width: 100%;
    display: block;
    position: relative;
}
.Index-jxrj .Swiper{
    padding: 6px 0 26px;
    width: 100%;
    overflow: hidden;
}
.Index-jxrj .jxrj-list li{
    margin-top: 20px;
    padding: 17px 0;
    width: 370px;
    height: 100px;
    border:#f4f4f4 solid 1px;
    border-radius: 5px;  
    position: relative; 
    box-sizing: border-box;
    transition: transform .5s;
}
.Index-jxrj .jxrj-list li:hover{
    box-shadow: 0px 0px 15px rgb(222, 222,222,1);
    transform: translate(0px, -5px);
    transition: transform .5s;
}
.Index-jxrj .jxrj-list li .img{
    margin-left: 15px;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    float:left;
}
.Index-jxrj .jxrj-list li .img img{
    width: 60px;
    height: 60px;
    display: block;
}
.Index-jxrj .jxrj-list li span{
    padding-right: 106px;
    display: block;
}
.Index-jxrj .jxrj-list li .but{ 
    color:#fff;  
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -16px;
}

.Index-jxrj .jxrj-list li span .tit{
    padding-top: 5px;
    font-size: var(--size16);
    color:#070707;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display: block;
}
.Index-jxrj .jxrj-list li span .tit:hover{
    color:var(--blueColor);
}
.Index-jxrj .jxrj-list li span p{
    padding-top: 10px;
    font-size: var(--size14);
    color:#929292;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
/*Index-rmbw*/
.Index-rmbw{
    width: 100%;
    margin-top: 20px;
    display: block;
    position: relative;
}
.Swiper{
    width: 100%;
    overflow: hidden;
}
.Index-rmbw .rmbw-list li{
    padding:25px 0 20px;
    width: 120px;
    text-align: center;
}
.Index-rmbw .rmbw-list li .img img{
    width: 60px;
    height: 60px;
    display: inline-block;
}
.Index-rmbw .rmbw-list li .tit{
    padding-top: 8px;
    font-size: var(--size16);
    color:#070707;
    display: block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.Index-rmbw .rmbw-list li p{  
    padding-top: 0px;
    font-size: var(--size14);
    color:#929292;
    line-height: 32px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.Index-rmbw .rmbw-list li .but{ 
    width: 60px;
    height: 26px;
    margin-top: 6px;   
    color:#fff;
    line-height: 26px;
    display: none;
}
.Index-rmbw .rmbw-list li:hover .but{
    display: inline-block;
}
.Index-rmbw .rmbw-list li:hover p{
    display: none;
}
.Index-zjbbrj{
    width: 100%;
    margin-top: 20px;
    display: block;
}
.Index-zjbbrj .title .more,.Index-zjgx .title .more{
    float:right;
    font-size: 16px;
    color:#ababab;
    line-height: 52px;
}
.Index-zjbbrj .bbrj{
    padding:20px 0 20px;    
    border-bottom:#eee dashed 1px;
    overflow: hidden;
}
.Index-zjbbrj .bbrj:last-child{
    border-bottom: 0;
}
.Index-zjbbrj .bbrj dl{
    float:left;
    width: 196px;
    border-right: #eee solid 1px;
}
.Index-zjbbrj .bbrj dl dt{
    font-size: 18px;
    color:#0d0d0d;
}
.Index-zjbbrj .bbrj dl dt i.index-icon{
    width: 22px;
    height: 21px;
    margin-right: 13px;
    background-position: -31px 0;
    display: inline-block;
    vertical-align: -5px;
}
.Index-zjbbrj .bb2 dl dt i.index-icon{    
    height: 22px;
    background-position: -55px 0;
}
.Index-zjbbrj .bb3 dl dt i.index-icon{    
    height: 22px;
    background-position: -79px 0;
}
.Index-zjbbrj .bb4 dl dt i.index-icon{    
    height: 22px;
    background-position: -103px 0;
}
.Index-zjbbrj .bb5 dl dt i.index-icon{    
    height: 22px;
    background-position: -127px 0;
}
.Index-zjbbrj .bb6 dl dt i.index-icon{    
    height: 26px;
    background-position: -151px 0;
}
.Index-zjbbrj .bb7 dl dt i.index-icon{    
    height: 21px;
    background-position: -174px 0;
}
.Index-zjbbrj .bbrj dl dd{
    padding-top: 20px;
}
.Index-zjbbrj .bbrj dl dd a{
    font-size: 16px;
    color:#808080;
    padding-right: 15px;
}
.Index-zjbbrj .bbrj dl dd a:last-child{
    padding-right: 0;
}
.Index-zjbbrj .bbrj dl dd a:hover{
    color:var(--blueColor);
}
.Index-zjbbrj .bbrj  ul{
    float:left;
}
.Index-zjbbrj .bbrj  ul li{
    width: 165px;
    margin-left: 27px;
    padding:6px 0;
    float:left;
    border-radius: 10px;
}
.Index-zjbbrj .bbrj  ul li .img{
    padding-left: 6px;
    width: 55px;
    height: 55px;
    margin-right: 15px;
    float:left;
}
.Index-zjbbrj .bbrj  ul li .img img{
    width: 55px;
    height: 55px;
    display: block;
}
.Index-zjbbrj .bbrj  ul li .tit{
    padding-top: 5px;
    font-size: var(--size16);
    color:#070707;
    display: block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.Index-zjbbrj .bbrj  ul li p{
    font-size: var(--size14);
    color:#929292;
    padding-top: 10px;
}
.Index-zjbbrj .bbrj  ul li .tit:hover{
    color:var(--blueColor);
}
.Index-zjbbrj .bbrj  ul li .but{
    margin-top: 5px;
    width: 54px;
    height: 24px;
    line-height: 24px;
    color:#fff;
    display: none;
}
.Index-zjbbrj .bbrj  ul li:hover{
    background:#f5faf9;
}
.Index-zjbbrj .bbrj ul li:hover .but{
    display: inline-block;
}
.Index-zjbbrj .bbrj ul li:hover p{
    display: none;
}
/*Index-zjgx*/
.Index-zjgx{
    margin-top: 20px;
    width: 100%;
    display: block;
}
.Index-zjgx ul {
    padding: 20px 0;
    width: 100%;
    display: inline-block;
}
.Index-zjgx ul li{
    width: 548px;
    padding-top: 20px;
    padding-right: 30px;    
    line-height: 25px;
    border-right: #eee dashed 1px;  
    float:left;  
}
.Index-zjgx ul li:nth-of-type(even){
    border:0;    
    padding-right: 0;
    padding-left: 30px;
}
.Index-zjgx ul li:nth-of-type(-n+2){
    padding-top: 0;
}
.Index-zjgx ul li .floatL{
    width: 450px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display: flex;
    align-items: center;
}
.Index-zjgx ul li .img{
    width: 25px;
    height: 25px;
    padding-right: 12px;
    float:left;
}
.Index-zjgx ul li .img img{
    width: 25px;
    height: 25px;
    display: block;
}
.Index-zjgx ul li .categoryName{    
    font-size: 14px;
    color: #999;
    line-height: 25px;
    padding-right: 12px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    border-right:#bfbfbf solid 1px;
    line-height: 1;
    vertical-align: middle;
}
.Index-zjgx ul li .tit{
    font-size: 14px;
    color:#3e3e3e;
    line-height: 25px;  
    padding-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
}
.Index-zjgx ul li .time{
    font-size: 14px;
    color:#929292;
    line-height: 25px;
}
.Index-zjgx ul li .tit:hover{
    color:var(--blueColor);
}
/*zjbb*/
/*bb-list-box*/
.bb-list-box{
    margin-top: 20px;
    display: block;
}
.bb-list-box .title span{
    padding-left: 15px;
    font-size: 16px;
    color:#c6c6c6;
}
.bb-list-box ul{
    width: 100%;
    padding: 6px 0 26px;
    display: inline-block;
}
.bb-list-box ul li{
    margin-top: 20px;
    margin-right: 24px;
    padding: 17px 0;
    width: 370px;
    height: 100px;
    border:#f4f4f4 solid 1px;
    border-radius: 5px;  
    position: relative; 
    box-sizing: border-box;
    transition: transform .5s;
    float:left;
}
.bb-list-box ul li:nth-of-type(3n){
    margin-right: 0;
}
.bb-list-box ul li:hover{
    box-shadow: 0px 0px 15px rgb(222, 222,222,1);
    transform: translate(0px, -5px);
    transition: transform .5s;
}
.bb-list-box ul li .img{
    margin-left: 15px;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    float:left;
}
.bb-list-box ul li .img img{
    width: 60px;
    height: 60px;
    display: block;
}
.bb-list-box ul li span{
    padding-right: 106px;
    display: block;
}
.bb-list-box ul li .but{ 
    color:#fff;  
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -16px;
}

.bb-list-box ul li span .tit{
    padding-top: 5px;
    font-size: var(--size16);
    color:#070707;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display: block;
}
.bb-list-box ul li span .tit:hover{
    color:var(--blueColor);
}
.bb-list-box ul li span p{
    padding-top: 10px;
    font-size: var(--size14);
    color:#929292;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
/*soft-rjfl*/
.soft-rjfl,.game-rjfl{    
    width: 100%;
    display: block; 
    padding: 0;
}
.soft-rjfl ul,.game-rjfl ul{
    padding: 15px 8px;
    display: inline-block;
}
.soft-rjfl ul li,.game-rjfl ul li{
    margin-left: 30px;
    width: 98px;
    height: 94px;
    text-align: center;
    float:left;     
}
.soft-rjfl ul li a,.game-rjfl ul li a{    
    width: 100%;
    height: 100%;
    font-size: 16px;
    color:#0d0d0d; 
    display: inline-block;   
}
.soft-rjfl ul li a:nth-of-type(n+2),.game-rjfl ul li a:nth-of-type(n+2){
    display: none;
}
.soft-rjfl ul li .fl-icon,.game-rjfl ul li .fl-icon{
    margin: 15px auto 12px;
    width: 30px;
    height: 30px;
    background:url(../images/rj_icon.png) no-repeat;
    background-position: 0 0;
    display: block;
}
.soft-rjfl ul li:hover,.game-rjfl ul li:hover,.soft-rjfl ul li.active,.game-rjfl ul li.active{
    background-image:linear-gradient(125deg,#2fd86e,#00cfd2);
    border-radius: 5px;
}
.soft-rjfl ul li:hover a,.game-rjfl ul li:hover a,.soft-rjfl ul li.active a,.game-rjfl ul li.active a{
    color:#fff;
}
.soft-rjfl ul li:hover .fl-icon,.soft-rjfl ul li.active .fl-icon{
    background-position: 0 -219px;
}
.soft-rjfl ul li.l2 .fl-icon{
    width: 32px;
    background-position: -129px 0;
}
.soft-rjfl ul li.l2:hover .fl-icon,.soft-rjfl ul li.l2.active .fl-icon{
    background-position: -129px -219px;
}
.soft-rjfl ul li.l3 .fl-icon{
    width: 38px;
    background-position: -256px 0;
}
.soft-rjfl ul li.l3:hover .fl-icon,.soft-rjfl ul li.l3.active .fl-icon{
    background-position: -256px -219px;
}
.soft-rjfl ul li.l4 .fl-icon{
    width: 34px;
    background-position: -389px 0;
}
.soft-rjfl ul li.l4:hover .fl-icon,.soft-rjfl ul li.l4.active .fl-icon{
    background-position: -389px -219px;
}
.soft-rjfl ul li.l5 .fl-icon{
    width: 31px;
    background-position: -520px 0;
}
.soft-rjfl ul li.l5:hover .fl-icon,.soft-rjfl ul li.l5.active .fl-icon{
    background-position: -520px -219px;
}
.soft-rjfl ul li.l6 .fl-icon{
    width: 32px;
    background-position: -649px 0;
}
.soft-rjfl ul li.l6:hover .fl-icon,.soft-rjfl ul li.l6.active .fl-icon{
    background-position: -649px -219px;
}
.soft-rjfl ul li.l7 .fl-icon{
    width: 32px;
    background-position: -780px 0;
}
.soft-rjfl ul li.l7:hover .fl-icon,.soft-rjfl ul li.l7.active .fl-icon{
    background-position: -780px -219px;
}
.soft-rjfl ul li.l8 .fl-icon{
    width: 30px;
    background-position: -910px 0;
}
.soft-rjfl ul li.l8:hover .fl-icon,.soft-rjfl ul li.l8.active .fl-icon{
    background-position: -910px -219px;
}
.soft-rjfl ul li.l9 .fl-icon{
    width: 35px;
    background-position: -1038px 0;
}
.soft-rjfl ul li.l9:hover .fl-icon,.soft-rjfl ul li.l9.active .fl-icon{
    background-position: -1038px -219px;
}
.soft-rjfl ul li.l10 .fl-icon{
    width: 31px;
    background-position: 0 -112px;
}
.soft-rjfl ul li.l10:hover .fl-icon,.soft-rjfl ul li.l10.active .fl-icon{
    background-position: 0 -331px;
}
.soft-rjfl ul li.l11 .fl-icon{
    width: 32px;
    background-position: -129px -112px;
}
.soft-rjfl ul li.l11:hover .fl-icon,.soft-rjfl ul li.l11.active .fl-icon{
    background-position: -129px -331px;
}
.soft-rjfl ul li.l12 .fl-icon{
    width: 38px;
    background-position: -256px -112px;
}
.soft-rjfl ul li.l12:hover .fl-icon,.soft-rjfl ul li.l12.active .fl-icon{
    background-position: -256px -331px;
}
.soft-rjfl ul li.l13 .fl-icon{
    width: 34px;
    background-position: -389px -112px;
}
.soft-rjfl ul li.l13:hover .fl-icon,.soft-rjfl ul li.l13.active .fl-icon{
    background-position: -389px -331px;
}
.soft-rjfl ul li.l14 .fl-icon{
    width: 31px;
    background-position: -520px -112px;
}
.soft-rjfl ul li.l14:hover .fl-icon,.soft-rjfl ul li.l14.active .fl-icon{
    background-position: -520px -331px;
}
.soft-rjfl ul li.l15 .fl-icon{
    width: 32px;
    background-position: -649px -112px;
}
.soft-rjfl ul li.l15:hover .fl-icon,.soft-rjfl ul li.l15.active .fl-icon{
    background-position: -649px -331px;
}
.soft-rjfl ul li.l16 .fl-icon{
    width: 32px;
    background-position: -780px -112px;
}
.soft-rjfl ul li.l16:hover .fl-icon,.soft-rjfl ul li.l16.active .fl-icon{
    background-position: -780px -331px;
}
.soft-rjfl ul li.l17 .fl-icon{
    width: 30px;
    background-position: -910px -112px;
}
.soft-rjfl ul li.l17:hover .fl-icon,.soft-rjfl ul li.l17.active .fl-icon{
    background-position: -910px -331px;
}
.soft-rjfl ul li.l18 .fl-icon{
    width: 35px;
    background-position: -1038px -112px;
}
.soft-rjfl ul li.l18:hover .fl-icon,.soft-rjfl ul li.l18.active .fl-icon{
    background-position: -1038px -331px;
}
#rjfl dl{    
    border-top: #eee dashed 1px;
    padding: 20px 0 20px 51px;
    line-height: 36px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}
#rjfl dl dt{
    width: 60px; 
    float:left;
    font-size: 16px;
    color:#b3b3b3; 
    /* text-align: right; */
    display: inline-block;      
}
#rjfl dl dd{
    display: inline-block;
    width: 1080px;
    float: left;
}
#rjfl dl dd a{
    font-size: 16px;
    margin: 0 15px;
    display: inline-block;
}
#rjfl dl dd a:hover{
    color:var(--blueColor);
}
#rjfl dl dd a:nth-of-type(2){
    display: none;
}
/*channel-list*/
.channel-list{   
    margin-top: 20px;
}
.L-title{
    width: 100%;
    height: 65px;
    padding:0 20px;    
    border-bottom: 0;
    background:#fff;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    padding-top: 10px;
    position: relative;
}
.L-title > div{
    width: 1158px;   
    /* height: 55px; */ 
    padding: 10px 20px 0;
    background: #fff;    
    border-radius: 5px 5px 0 0;
    display: inline-block;  
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 9;  
}
.L-title p,.L-title h1{
    float:left;
    line-height: 55px;
    font-size: 22px;
    color:#2c2c2c;
    font-weight: bold;
}
.L-title ul{
    padding-left: 22px;
    width: 900px;
    height: 55px;
    overflow: hidden;   
    float:left;
    display: none;
}
.L-title > div.open{
    box-shadow: 2px 0px 10px rgb(227, 227,227,0.8);
}
.L-title > div.open ul{ 
    height: auto;
    overflow: visible;
    padding-bottom: 10px;
}
.L-title ul a{
    margin: 9px 3px 0;
    padding: 0 12px;    
    min-width: 90px;
    height: 55px;
    height: 36px;
    line-height: 36px;    
    text-align: center;
    display: inline-block;
}
.L-title ul li a:first-child{
    display: none;
}
.L-title ul h1,.L-title ul a:hover{
    color: var(--blueColor);
    padding: 0 12px;
    min-width: 90px;    
    background: #f7f6f5;
    border-radius: 36px; 
    text-align: center;
    display: inline-block;
}

.L-title span{
    font-size: 12px;
    color: #aaaaaa;
    float: right;
    line-height: 55px;
}
.L-title div.open i,.L-title div i{
    margin-top: 18px;
    width: 15px;
    height: 15px;
    font-size: 0;
    background: #c8c8c8;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    display: inline-block;
    position: absolute;
    right: 160px;
    top: 5px;
    cursor: pointer;
    display: none;
    transition: transform .5s;
}
.L-title div i:hover{
    background:#12a6ff;
}
.L-title div.open i{
    top: 18px;
    display: inline-block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.L-title div.open i:before,.L-title div i:before{
    content: '';
    width: 14px;
    height: 14px;
    background: #fff;
    display: inline-block;
    position: absolute;
    right:2px;
    top: 2px;
}
.channel-rj-list{
    width: 100%;
    padding: 6px 0 26px;
    border-top: #eee solid 1px;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
}
.channel-rj-list ul{
    padding: 0 10px;
}
.channel-rj-list li{
    margin-top: 20px;
    padding: 25px;
    width: 500px;    
    border:#f4f4f4 solid 1px;
    border-radius: 5px;
    float:left;
    position: relative;
    transition: transform .5s;
    height: 72px;
}
.channel-rj-list li:nth-of-type(even){
    float:right;
}
#pagesWap li:nth-of-type(n+17){
    display: none;
}
.channel-rj-list li .img{
    margin-right: 20px;
    width: 70px;
    height: 70px;
    float:left;
}
.channel-rj-list li .img img{
    width: 70px;
    height: 70px;
    display: block;
}
.channel-rj-list li .tit{
    font-size: var(--size16);
    color:#070707;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display: block;
}

.channel-rj-list li .tit:hover{
    color:var(--blueColor);
}
.channel-rj-list li .liright{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding-right: 130px
}
.channel-rj-list li .liright p{
    padding-top: 5px;
}
.channel-rj-list li .liright p span{
    font-size: var(--size14);
    color:#b3b3b3;
    line-height: 1;
}
.channel-rj-list li .liright p span.size{
    border-right: #d2d2d2 solid 1px;
    padding-right: 10px;
    margin-right: 8px;
}
.channel-rj-list li .liright .digest{
    font-size: var(--size14);
    color:#929292;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.channel-rj-list li .but{
    width: 92px;
    height: 36px;
    color:#fff;
    line-height: 36px;
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -18px;
}
.channel-rj-list li:hover{
    box-shadow: 0px 0px 15px rgb(222, 222,222,1);
    transform: translate(0px, -5px);
    transition: transform .5s;
}
.channel-rj-list li i{
    width: 51px;
    height: 20px;
    font-size: 12px;
    color:#fff;
    font-weight: bold;
    font-style:italic;
    text-align: center;
    line-height: 20px;
    background:#fbe0c0;
    border-radius: 5px 0 5px 0;
    position: absolute;
    top: 0;
    left: 0;
}
.channel-rj-list li:nth-of-type(2) i{
    background:#dce9fe;
}
.channel-rj-list li:nth-of-type(3) i{
    background:#f1e2db;
}
.channel-rj-list li:nth-of-type(n+4) i{
    display: none;
}

/*channer-jxrj*/
.channer-jxrj{
    width: 100%;
    margin-top: 20px;
    display: block;
    position: relative;
}
.channer-jxrj ul{
    width: 100%;
    padding: 6px 4px 26px;
    display: inline-block;
}
.channer-jxrj ul li{   
    margin-top: 30px!important;
    width: 220px;
    height: 66px;
    overflow: hidden;
    float:left;
}
.channer-jxrj ul li .img{
    padding-right: 20px;    
    float:left;
}
.channer-jxrj ul li .img img{
    width: 60px;
    height: 60px;
    display: block;
    transition: transform .5s ease-in-out 0s;
    -webkit-transition: transform .5s ease-in-out 0s;
}
.channer-jxrj ul li .img img:hover{
    transform: rotateY(45deg);
    transition: transform 0.5s;
}
.channer-jxrj ul li .liright .tit{
    font-size: var(--size16);
    color:#070707;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display: block;
}
.channer-jxrj ul li .liright .tit:hover{
    color:var(--blueColor);
}
.channer-jxrj ul li .liright p{
    font-size: 14px;
    color:#929292;
    padding-top: 5px;
}
/*game-rjfl*/
.game-rjfl ul li .fl-icon,.soft-rjfl ul li.game_li .fl-icon{
    width: 34px;
    height: 31px;
    background-position:0 -410px; 
}
.game-rjfl ul li:hover .fl-icon,.game-rjfl ul li.active .fl-icon,.soft-rjfl ul li.game_li:hover .fl-icon{  
    background-position:0 -618px; 
}
.game-rjfl ul li.l2 .fl-icon,.soft-rjfl ul li.game_l2 .fl-icon{
    width: 33px;   
    background-position:-131px -410px; 
}
.game-rjfl ul li.l2:hover .fl-icon,.game-rjfl ul li.l2.active .fl-icon,.soft-rjfl ul li.game_l2:hover .fl-icon{
    background-position:-131px -618px; 
}
.game-rjfl ul li.l3 .fl-icon,.soft-rjfl ul li.game_l3 .fl-icon{
    width: 36px;   
    background-position:-259px -410px; 
}
.game-rjfl ul li.l3:hover .fl-icon,.game-rjfl ul li.l3.active .fl-icon,.soft-rjfl ul li.game_l3:hover .fl-icon{  
    background-position:-259px -618px; 
}
.game-rjfl ul li.l4 .fl-icon,.soft-rjfl ul li.game_l4 .fl-icon{
    width: 35px;   
    background-position:-390px -410px; 
}
.game-rjfl ul li.l4:hover .fl-icon,.game-rjfl ul li.l4.active .fl-icon,.soft-rjfl ul li.game_l4:hover .fl-icon{  
    background-position:-390px -618px; 
}
.game-rjfl ul li.l5 .fl-icon,.soft-rjfl ul li.game_l5 .fl-icon{
    width: 34px;   
    background-position:-520px -410px; 
}
.game-rjfl ul li.l5:hover .fl-icon,.game-rjfl ul li.l5.active .fl-icon,.soft-rjfl ul li.game_l5:hover .fl-icon{  
    background-position:-520px -618px; 
}
.game-rjfl ul li.l6 .fl-icon,.soft-rjfl ul li.game_l6.fl-icon{
    width: 30px;   
    background-position:-651px -410px; 
}
.game-rjfl ul li.l6:hover .fl-icon,.game-rjfl ul li.l6.active .fl-icon,.soft-rjfl ul li.game_l6:hover .fl-icon{  
    background-position:-651px -618px; 
}
.game-rjfl ul li.l7 .fl-icon,.soft-rjfl ul li.game_l7 .fl-icon{
    width: 37px;   
    background-position:-780px -410px; 
}
.game-rjfl ul li.l7:hover .fl-icon,.game-rjfl ul li.l7.active .fl-icon,.soft-rjfl ul li.game_l7:hover .fl-icon{  
    background-position:-780px -618px; 
}
.game-rjfl ul li.l8 .fl-icon,.soft-rjfl ul li.game_l8 .fl-icon{
    width: 30px;   
    background-position:-910px -410px; 
}
.game-rjfl ul li.l8:hover .fl-icon,.game-rjfl ul li.l8.active .fl-icon,.soft-rjfl ul li.game_l8:hover .fl-icon{  
    background-position:-910px -618px; 
}
.game-rjfl ul li.l9 .fl-icon,.soft-rjfl ul li.game_l9 .fl-icon{
    width: 35px;   
    background-position:-1038px -410px; 
}
.game-rjfl ul li.l9:hover .fl-icon,.game-rjfl ul li.l9.active .fl-icon,.soft-rjfl ul li.game_l9:hover .fl-icon{  
    background-position:-1038px -618px; 
}
.game-rjfl ul li.l10 .fl-icon,.soft-rjfl ul li.game_l10 .fl-icon{
    width: 34px;   
    background-position:0 -525px; 
}
.game-rjfl ul li.l10:hover .fl-icon,.game-rjfl ul li.l10.active .fl-icon,.soft-rjfl ul li.game_l10:hover .fl-icon{  
    background-position:0 -730px; 
}
.game-rjfl ul li.l11 .fl-icon,.soft-rjfl ul li.game_l11 .fl-icon{
    width: 33px;   
    background-position:-131px -523px; 
}
.game-rjfl ul li.l11:hover .fl-icon,.game-rjfl ul li.l11.active .fl-icon,.soft-rjfl ul li.game_l11:hover .fl-icon{  
    background-position:-131px -729px; 
}
/*hejit*/
.heji-content dl{
    padding: 25px 0;
    display: inline-block;
}
.heji-content dl dd{
    padding-left: 35px;
    width: 320px;
    height: 160px;    
    float:right;
}
.heji-content dl dd img{
    width: 320px;
    height: 160px;
    border-radius: 5px;
    display:block;
}
.heji-content dl dt h1{
    font-size: 22px;
    color:#2c2c2c;
    font-weight: bold;
}
.heji-content dl dt h1 time{
    font-size: 12px;
    color:#aaaaaa;
    font-weight: normal;
    line-height: 32px;
    float: right;
}
.heji-content dl dt p{
    margin-top: 10px;
    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-rj-list .channel-rj-list{
    border-top: 0;
}
/*xjgtags*/
.xjgtags{
    margin-top: 20px;
    display: block;
}
.xjgtags ul{
    padding: 6px 0 20px;
    width: 100%;
    display: inline-block;
}
.xjgtags ul li{
    width: 210px;
    margin-left: 10px;
    margin-right: 14px;
    margin-top:20px; 
    float:left;  
    background:#eee; 
    border-radius: 5px;    
    transform:skew(-5deg);
}
.xjgtags ul li:nth-of-type(5n){
    margin-right: 0;
}
.xjgtags ul li a{ 
    padding: 0 12px;    
    height: 34px;
    font-size: 16px;
    color:#535353;
    text-align: center;
    line-height: 34px;
    transform:skew(5deg);      
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;   
}
.xjgtags ul li:hover{    
    background:#4bc7b5;
}
.xjgtags ul li:hover a{
    color:#fff;
}
/*heji-list*/
.heji-list .title{
    margin-top: 0;
}
.heji-list li{
    width: 280px;
    margin-right: 26px;
    margin-top: 26px;
    padding-bottom: 15px;
    background:#fff;
    border-radius: 8px;
    float:left;    
}
.heji-list li:nth-of-type(4n){
    margin-right: 0;
}
.heji-list li .img{
    width: 280px;
    height: 140px;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    display: block;   
}
.heji-list li .img img{
    width: 280px;
    height: 140px;
    border-radius: 5px 5px 0 0;
    display: block;
    transition: all 0.5s;
}
.heji-list li .img img:hover{
    transform: scale(1.2);   
}
.heji-list li .libottom{
    padding: 0 15px;
    display: inline-block;
}
.heji-list li .tit{
    padding-top: 10px;
    font-size: var(--size16);
    color:#000;
    font-weight: bold;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    display: block;
}
.heji-list li .tit:before{
    content:'';
    margin-right: 10px;
    width: 2px;
    height: 16px;
    background-image:linear-gradient(to bottom,#2fd86e,#00cfd2);
    display: inline-block;
    vertical-align: middle;
}
.heji-list li .digest{
    padding-top: 8px;
    font-size: var(--size14);
    color:#555;
    line-height: 28px;
    height: 84px;
    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 .heji-info{
    padding-top: 8px;
    font-size: 12px;
    color:#aaa;
}
.heji-list li .heji-info span{
    padding-right: 15px;
}
.heji-list li .heji-info span:last-child{
    padding-right: 0;
}
.heji-list li .heji-info span.num:before{
    content:'';
    margin-right: 6px;
    width: 12px;
    height: 12px;
    background-position: -129px -26px;
    display: inline-block;
    vertical-align: -2px;
}
.heji-list li .heji-info span.time:before{
    content:'';
    margin-right: 6px;
    width: 12px;
    height: 12px;
    background-position: -144px -26px;
    display: inline-block;
    vertical-align: -2px;
}
.heji-list li:hover{
    box-shadow: 0px 0px 15px rgb(222, 222,222,1);    
    /*transform: translate(0px, -5px);
    transition: transform .5s;*/
}
.heji-list li:hover .tit,.heji-list li:hover .heji-info{
    color:var(--blueColor);
}
.heji-list li:hover .heji-info span.num:before{
    background-position: -165px -26px;
}
.heji-list li:hover .heji-info span.time:before{
    background-position: -179px -26px;
}
/*.zjgx-list-cont*/
.zjgx-list-cont{
    margin-top: 20px;
    padding:0;
}
.zjgx-list-cont .title{
    width: 1158px;
    margin: 10px 20px 0;
}
.zjgx-list-cont .title span{
    padding-left: 15px;
    font-size: 16px;
    color: #c6c6c6;
}
.zjgx-list-cont .zjgx-list{
    width: 100%;
    display: inline-block;
}
.zjgx-list-cont .zjgx-list dl{
    padding: 20px 30px;
    line-height: 25px;
    position: relative;
}
.zjgx-list-cont .zjgx-list dl:nth-of-type(n+21){
    display: none;
}

.zjgx-list-cont .zjgx-list dl:after{
    content:'';
    width: 1158px;
    height: 1px;
    border-bottom: #eee dashed 1px;
    position: absolute;
    left: 20px;
    bottom: 0;
    display: inline-block;    
}
.zjgx-list-cont .zjgx-list dl:nth-of-type(20n):after,
.zjgx-list-cont .zjgx-list dl:last-child:after{
    border:0;
}

.zjgx-list-cont .zjgx-list dl dt{
    width: 493px;
    box-sizing: border-box;
    float:left;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.zjgx-list-cont .zjgx-list dl dt img{
    width: 25px;
    height: 25px;
    float:left;    
    margin-right: 10px;
}
.zjgx-list-cont .zjgx-list dl dt .categoryName{
    font-size: 16px;
    color:#a7a7a7;
    padding-right: 5px;
}
.zjgx-list-cont .zjgx-list dl dt .softwareName{
    font-size: 14px;
    color:#3e3e3e;  
}
.zjgx-list-cont .zjgx-list dl dt .softwareName:hover{
    color:var(--blueColor);
}
.zjgx-list-cont .zjgx-list dl dd p{
    text-align: center;
    line-height: 25px;
    display: inline-block;
    font-size: 16px;
    color:#929292;
}
.zjgx-list-cont .zjgx-list dl dd p.star {
    width: 185px;
    height: 13px;
    background: url(../images/star.png) no-repeat center;
}
.zjgx-list-cont .zjgx-list dl dd p.version{
    width: 185px;
}
.zjgx-list-cont .zjgx-list dl dd p.size {
    width: 156px;
}
.zjgx-list-cont .zjgx-list dl dd p.language {
    width: 175px;
}
.zjgx-list-cont .zjgx-list dl dd p.time {
    width: 112px;
    padding-left: 0;
    text-align: right;
}
.zjgx-list-cont .zjgx-list dl:hover{
    box-shadow: 0px 0px 15px rgb(222, 222,222,1);
}
/*result-cont*/
.result-cont{  
    margin: 20px 0;
    width: 100%;    
}
.result-cont .result-list-box{
    padding: 0;
}
.result-cont .result-list-box .result-sm{
    width: calc(100% - 40px);
    margin-top: 7px;
    margin-left: 20px;  
       
    display: inline-block;
}
.result-cont .result-list-box .result-sm dt{  
    width: 100%;  
    font-size: 18px;
    color:#2c2c2c;
    line-height: 55px;    
    border-bottom:#e4e4e4 solid 1px;
    display: inline-block;    
}
.result-cont .result-list-box .result-sm dt h3{
    position: relative;
    display: inline-block;
}
.result-cont .result-list-box .result-sm dt h3:after{
    content: '';
    width: 100%;
    height: 3px;
    background-image: linear-gradient(to right,#2fd86e,#00cfd2);
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.result-cont .result-list-box .result-sm dt span{
    color:#ff5a5a;
    font-weight: bold;
    padding: 0 5px;
}
.result-cont .result-list-box .result-sm dd{
    padding: 60px 0;
    width: 100%;
    font-size: 14px;
    color:#959595;
    line-height: 45px;
    text-align: center;    
}
.redColor{
    color:#ff5a5a;
}
.result-cont .s-list dl{
    width: calc(100% - 40px);
    padding:25px 20px;
    display: inline-block;
    position: relative;
}
.result-cont .s-list dl dt{
    padding-right: 20px;
    width: 60px;
    float:left;    
}
.result-cont .s-list dl dt .img{
    padding-right: 15px;
    width: 60px;
    height: 60px;
   float:left;
}
.result-cont .s-list dl dt .img img{
    width: 60px;
    height: 60px;
    display: block;
}
.result-cont .s-list dl dd{
    height: 60px;
    position: relative;    
}
.result-cont .s-list dl dd .tit{     
    padding-top:3px; 
    padding-right: 150px;  
    font-size: 18px;
    color:#181818;   
    display: block;  
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.result-cont .s-list dl dd .spanbottom{
    padding-top: 10px;
    display: inline-block;
}
.result-cont .s-list dl dd p{
    padding-right: 15px;
    font-size: 14px;
    color:#9b9a9a;
    display: inline-block;   
}
.result-cont .s-list dl dd p.size{
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.result-cont .s-list dl dd p.time{
    width: 165px;
    padding-right: 0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.result-cont .s-list dl dd p.version{
    width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.result-cont .s-list dl dd p.categoryName{
    width: 130px;
}
.result-cont .s-list dl dd .but{   
    width: 100px;
    height: 42px;
    color:#fff;
    line-height: 42px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px;
}
.result-cont .s-list dl:after{
    content: '';
    width: 780px;
    height: 1px;
    border-bottom: #eee dashed 1px;
    position: absolute;
    left: 20px;
    bottom: 0;
    display: inline-block;
}
.result-cont .s-list dl:hover{
    box-shadow: 0px 0px 15px rgb(222, 222,222,1);
}
/* .result-cont .s-list dl:nth-of-type(20n):after,
.result-cont .s-list dl:last-child:after{
    display: none;
} */
.result-cont .s-list dl .tit:hover{
    color:var(--blueColor);
}
/* .result-cont .s-list dl:nth-of-type(n+21){
    display: none;
} */
.result-cont .more{
    width: 146px;
    height: 46px;
    font-size: 16px;
    color:#45c061;
    text-align: center;
    line-height: 48px;
    border:#45c061 solid 1px;
    background:#fff;
    border-radius: 5px;
    margin: 30px auto 0;
    display: none;
    cursor: pointer;
}
.result-cont .more:hover{
    color:#059426;
    background:#daf3e0;
}
.search-left{
    width: 360px;
}
.search-left .s-rmfl{
    margin-top: 20px;
    padding: 0 20px;
}
.search-left .s-rmfl ul{
    padding: 0 0 10px;
}
.search-left .s-rmfl li{
    margin-top: 20px;
    margin-left: 0;
    margin-right: 12px;
    width: 98px;
    height: 94px;
    text-align: center;
    float: left;
}
.search-left .s-rmfl li:nth-of-type(3n){
    margin-right: 0;
}
.s-rmtj{
    margin-top: 20px;
    padding: 0;
    display: none;
}
.s-rmtj .title{
    width: 778px;
    margin: 10px 20px 0;
}
/*404*/
.error404{
    width: 100%;    
    /*min-height: 660px;*/
    text-align: center;
    background:url(../images/404.png) no-repeat center 20px;
    background-size: 400px;
}
.error404 p.txt{
    width: 100%;
    padding-top: 300px;
    font-size: 20px;
    color:#2e2e2e; 
    background:transparent;   
}
.error404 p.butbox{
    padding-top: 60px;
}
.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:#45c061;
    border-radius: 5px;
    display: inline-block;
}
.error404 p.butbox span.backIndex,.error404 p.butbox a:hover{    
    background-image: linear-gradient(to right,#2fd86e,#00cfd1);
}
/*toushu/mianze*/
.mzts-box{
    margin-top: 20px;
    width: 100%;
    display: inline-block;
}
.mzts-box .tabtit{    
    text-align: center;
    border-bottom:#eee solid 1px;
}
.mzts-box .tabtit a{
    padding: 0 5px;
    font-size: 20px;
    color:#626262;
    line-height: 55px;
    display: inline-block;
    position: relative;
}
.mzts-box .tabtit a.on:after,.mzts-box .tabtit a:hover:after{
    content:'';
    width: 100%;
    height: 3px;
    background-image: linear-gradient(to right,#2fd86e,#00cfd2);
    display: inline-block;
    position: absolute;
    bottom: -2px;
    left: 0;
}
.mzts-box .tabtit span{
    width: 1px;
    height: 18px;
    background:#eee;
    font-size: 0;
    display: inline-block;
    margin: 20px;
    vertical-align:-22px;
}
.mzts-box .lrbox{
    padding-bottom: 20px;
}
.mzts-box .lrbox p{
    padding-top: 20px;
    font-size: 16px;
    color:#161616;
    line-height: 36px;
}
/*zxhj*/
.links ul.zxhj{
    padding: 6px 0 20px;
    width: 100%;
    display: inline-block;
}
.links ul.zxhj li{
    width: 210px;
    margin-left: 10px;
    margin-right: 14px;
    margin-top:20px; 
    float:left;  
    background:#eee; 
    border-radius: 5px;    
    transform:skew(-5deg);
}
.links ul.zxhj li:nth-of-type(5n){
    margin-right: 0;
}
.links ul.zxhj li a{ 
    padding: 0 12px;    
    height: 34px;
    font-size: 16px;
    color:#535353;
    text-align: center;
    line-height: 34px;
    transform:skew(5deg);      
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;   
}
.links ul.zxhj li:hover{    
    background:#4bc7b5;
}
.links ul.zxhj li:hover a{
    color:#fff;
}