
.D_softList li .downbtn:before,.D_softList li i,a.more:after,a.close:after{
	background:url(https://resource.mydown.com/TLimages2009/topspeed/mydown/images/down2022_icon.png) no-repeat;
}
.show{
	display: inline-block!important;
}
.banner{
	width: 1200px;
	margin: 20px auto 0;
}
.banner ul li {
    display: none;
}
.banner img{
	width: 100%;
	height: auto;
}
.position{	
	font-size: 14px;
	color:#8d8d8d;
	line-height: 64px;
}
.position a{
	color:#8d8d8d
} 
/* 修改软件库详情页软件简介部分 2023-04-14 chenlq */
.softjj dl {
    width: 1198px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;    
    padding: 20px 25px ;
    box-sizing: border-box;   
}
.softjj dt{	
	float: right;
}
.softjj img{
	width: 400px;
	height: 200px;
	display: block;	
}
.softjj .jj_right{
	width: 748px;
	float: left;
}
.softjj .jj_right h1{
	font-size: 22px;
	color:#2c2c2c;
	font-weight: bold;
	text-align: left;
	float:left;
}
.softjj .jj_right .soft_info{
	margin-top: 7px;
	font-size: 12px;
	color:#8e8e8e;
	text-align: right;
	padding-right: 30px;
}
.softjj .jj_right .soft_info em{
	color:#8e8e8e;
	display: inline-block;
}
.softjj .jj_right .soft_info em:before,.softjj .jj_right .soft_info time:before{
	content:'';
	margin-right: 5px;
	width: 14px;
	height: 12px;
	background:url(https://resource.mydown.com/TLimages2009/topspeed/mydown/images/rjkD_icon.png) no-repeat;
	background-position: 0 0;
	display: inline-block;
	vertical-align: -2px;
}
.softjj .jj_right .soft_info time:before{
	margin-left: 10px;
	width: 12px;
	height: 12px;
	background-position: -17px 0;
}
.softjj .jj_right .soft_info em.soft_pv:before{
	margin-left: 10px;
	width:16px;
	height: 10px;
	background-position: -32px 0;
	vertical-align: 0;
}
.softjj .jj_right .content{
	height: 100px;		
    margin-top: 15px;
    padding: 5px;
}
.softjj .jj_right .content span{
	font-size: 14px;
	color:#1d1d1d;
	line-height: 25px;
	height: 100px;
	overflow: auto;
	display: block;
}
.t-label{
	height: 36px;
	line-height: 36px;
	margin-top: 15px;		
}
.t-label p{
	float: left;
	font-size: 14px;
    font-size: 14px;
    color: #008ded;
}
.t-label ul li a{
	float: left;
    width: 94px;
    height: 16px;
    padding: 8px;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    margin-left: 5px;
    text-decoration: none;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    white-space: nowrap;
}
.t-label ul li:nth-child(1) a{
	border:#ff589f solid 2px;
	background:#ff589f;
}
.t-label ul li:nth-child(2) a{
	border:#ac60ff solid 2px;
	background:#ac60ff;
}
.t-label ul li:nth-child(3) a{
	border:#157cf4 solid 2px;
	background:#157cf4;
}
.t-label ul li:nth-child(4) a{
	border:#31c2ff solid 2px;
	background:#31c2ff;
}
.t-label ul li:nth-child(5) a{
	border:#23de97 solid 2px;
	background:#23de97;
}
.t-label ul li:hover a{
	background:#fff;
	color:#ff589f;
}
.t-label ul li:nth-child(2):hover a{	
	color:#ac60ff;
}
.t-label ul li:nth-child(3):hover a{	
	color:#157cf4;
}
.t-label ul li:nth-child(4):hover a{	
	color:#31c2ff;
}
.t-label ul li:nth-child(5):hover a{	
	color:#23de97;
}
/*2023-04-14 end*/
/*详情页软件列表*/
.D_softList,.C_softList,.L_softList,.M_softList{
	margin-top: 25px;	
	width: 1200px;
	border:#eee solid 1px;	
	background:#fff;
	border-radius: 6px;
	box-sizing: border-box;
}
h2.title{	
	font-size: 22px;
	color:#0971e8;
	font-weight: bold;
	height: 56px;
	line-height: 56px;
	border-bottom:#e4e4e4 solid 1px;
	padding-left: 26px;
}
.D_softList ul{
	width: 100%;
	padding: 16px 47px 35px;
	box-sizing: border-box;
	display: inline-block;
}
.D_softList ul li{		
	margin-top: 25px;
	margin-right: 40px;	
	padding: 25px;
	width: 480px;
	height: 178px;
	border:#eee solid 1px;
	border-radius: 10px;	
	float: left;
	position: relative;
}
.D_softList ul li:nth-of-type(2n){
	margin-right: 0
	
}
.D_softList ul li img{
	margin-right: 18px;
	width: 85px;
	height: 85px;
	float: left;
}
.D_softList ul li h3{	
	font-size: 18px;
	color:#2c2c2c;
	font-weight: bold;
	line-height: 30px;
	width: 235px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.D_softList ul li span p{
	margin-top: 3px;
	font-size: 14px;
	color:#7b7b7b;
}
.D_softList ul li span p em{
	margin-top:6px;
	margin-right: 8px;
	padding:0 10px;
	height: 20px;
	font-size: 12px;
	color:#fff;
	line-height: 20px;
	background:#60c1ff;
	border-radius: 3px;	
	display: inline-block;
}
.D_softList ul li .downbtn{
	width: 125px;
	height: 40px;
	font-size: 16px;
	color:#00ca44;
	font-weight: 500;
	text-decoration: none;
	border:#00ca44 solid 2px;
	background:#fff;	
	border-radius: 5px;
	/*display: flex!important;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;*/
	text-align: center;
	line-height: 40px;
	position: absolute;
	top: 55px;
	right: 25px;
}
.D_softList ul li p.tjly{
	margin-top: 15px;
	font-size: 14px;
	color:#767676;
	line-height: 25px;
	width: 100%;
	display: block;
	height: 100px;	
	overflow:hidden;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}
.D_softList ul li p.tjly b{
	color: #0971e8
}
.D_softList li i{
	width:30px;
	height: 33px;
	font-size: 16px;
	color:#fff;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	background-position: -54px 0;
	position: absolute;
	top: -2px;
	right:20px;
}
.D_softList ul li:nth-of-type(2) i{
	background-position: -92px 0;
}
.D_softList ul li:nth-of-type(3) i{
	background-position: -130px 0;
}
.D_softList ul li:nth-of-type(4) i{
	background-position: -168px 0;
}
/* .D_softList ul li .downbtn:before{
	content:'';
	margin-right: 6px;
	width: 16px;
	height: 16px;
	background-position: -25px 0;
	display: inline-block;
	vertical-align: middle;
} */
.D_softList ul li:hover{
	width: 480px;
    height: 178px;
    /* background: url(https://resource.mydown.com/TLimages2009/topspeed/mydown/images/D_softList_dl_bg.png) no-repeat; */
    border: 0;
    padding: 24px;
    border: 2px solid;
    border-image: linear-gradient(to bottom, #21c8be, #1373f8) 1;
    border-radius: 10px;
}
.D_softList ul li:hover .downbtn{
	color:#fff;
	border:#1fc758 solid 2px;
	background:#1fc758;	
}
.D_softList ul li:hover .downbtn:before{	
	background-position: 0 0;	
}
.D_softList ul li:hover i{
	top: -1px;
	right: 21px;
}
a.more,a.close{
	margin: 25px auto 0;
	width: 149px;
	height: 35px;
	font-size: 16px;
	color:#fff;
	font-weight: 500;
	background:#0e90ff;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	cursor: pointer;
	text-decoration: none;	
}
a.more:after,a.close:after{
	content:'';
	margin-left: 5px;
	width: 15px;
	height: 9px;
	background-position: 0 -25px;
	display: inline-block;
	vertical-align: middle;
}
a.close:after{
	background-position: -23px -25px
}
a.more:hover,a.close:hover{
	background-image:linear-gradient(100deg,#2182fd,#009cff);
}
.morhide{
	width: 0!important;
	height: 0!important;
	opacity: 0!important;
	margin: 0!important;
}
a.more{
	display: none;
}
.D_xgwz ol{
	padding: 24px 0 16px;
	margin: 0;
	display: inline-block;
}
.D_xgwz ol li{	
	width: 398px;
    padding: 0 24px 0 24px;
    float: left;
    box-sizing: border-box;
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	display: inline-block;
}
.D_xgwz ol li a{
	font-size: 14px;
	color:#2c2c2c;
	line-height: 32px;
	text-decoration: none;
}
.D_xgwz ol li a:before{
	content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #2c2c2c;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}
.D_xgwz ol li span{
	padding-left: 30px;
	float: right;
	font-size: 14px;
	color: #9d9d9d;
	line-height: 32px;
	display: inline-block;
}
.D_xgwz ol li a:hover{
	color:#0e74ff;
}
.D_xgwz ol li a:hover:before{
	background: #0e74ff;
}
.D_tabbox h2 span{
	margin-right: 55px;
	font-size: 22px;
	color:#4c4c4c;
	font-weight: 500;
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.D_tabbox h2 span.active{
	color:#0971e8;
	font-weight: bold;
}
.D_tabbox h2 span.active:after{
	content:'';
	width:100%;
	height: 2px;
	background:#0082ff;
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.D_tabbox ul{
	padding:7px 38px 25px 38px;	
	display: none;	
}
.D_tabbox ul li{
	margin-top: 27px;
    margin-right: 65px;
    padding: 0;
    width: 330px;
    height: auto;
    border:none;  
    float: left;    
}
.D_tabbox ul li:nth-child(2n) {
    margin-right: 65px;
}
.D_tabbox ul li:nth-child(3n){
	margin-right: 0px !important;
}
.D_tabbox ul li:hover{
	width: 330px;
	height: auto;
	background:none;
	border:none;	
	border:0;	
	padding: 0;
}
.D_tabbox ul li a:nth-of-type(1){
	width: 328px;
	height: 164px;
	border: #eee solid 1px; 
	display: block;
	overflow: hidden;
}
.D_tabbox ul li img{
	width: 328px;
	height: 164px;		
	display: block; 
	transition: all 1s;	
}
.D_tabbox ul li img:hover{
	transform: scale(1.1);
}
.D_tabbox ul li .name{
	width: 100%;
	margin-top: 14px;
	font-size:16px;
	color:#1d1d1d;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}
.D_tabbox ul li .name:hover{
    color: #0082ff;
}
h2 a{
	float: right;
	font-size: 16px;
	color:#bababa!important;
	font-weight: 500;	
}
h2 a:after{
	content:'>';
	margin-right: 25px;
	margin-left: 5px;
	font-size: 14px;
	font-family: "宋体";
	display: inline-block;
	vertical-align: 0;
}
/*频道页*/
.C_xzphb .phbBox{
	width: 325px;
	margin:34px 33px 32px 40px;
	float: left;
}
.C_xzphb .phbBox h3{
	margin-bottom: 7px;
	width: 100%;
	height: 34px;
	font-size: 16px;
	color:#fff;
	font-weight: 500;
	text-align: center;
	line-height: 34px;
	background:#fd8b8e;
	background-image:linear-gradient(141deg,#fd8b8e,#f9797b);
}
.C_xzphb .ph7day h3{
	background:#99d16c;
	background-image:linear-gradient(141deg,#99d16c,#92cf60);
}
.C_xzphb .ph30day h3{
	background:#fd8b8e;
	background-image:linear-gradient(141deg,#5ebfeb,#5bc0ed);
}
.C_xzphb .phbBox dl{
	margin-top: 18px;
	display: inline-block;
	width: 100%;
}
.C_xzphb .phbBox dl dt{
	width: 100%;
	height: 20px;
	font-size: 16px;
	color:#1d1d1d;
	line-height: 20px;
	word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.C_xzphb .phbBox dl.show dt{
	font-weight: bold;	
}
.C_xzphb .phbBox dl.show dt a{
	text-decoration: none;	
}
.C_xzphb .phbBox dl dt span{
	margin-right: 10px;
	width: 20px;
	height: 20px;
	font-size: 14px;
	color:#fff;
	font-family: "Arial";
	line-height: 20px;
	text-align: center;
	background:#b1b1b1;
	border-radius: 5px;	
	display: inline-block;	
	float: left;
}
.C_xzphb .phbBox dl:nth-of-type(1) dt span{
	background:#ff331a;
}
.C_xzphb .phbBox dl:nth-of-type(2) dt span{
	background:#ff843c;
}
.C_xzphb .phbBox dl:nth-of-type(3) dt span{
	background:#ffc700;
}
.C_xzphb .phbBox dl dd{	
	margin-top: 14px;
	width: 100%;
	box-sizing: border-box;	
	position: relative;
	display:none;
}
.C_xzphb .phbBox dl.show dd{
	display: inline-block;
}
.C_xzphb .phbBox dl dd .picture_box{
	margin-left: 35px;
	margin-right: 10px;
	width: 48px;
	height: 48px;
	border:#efefef solid 1px;
	border-radius: 5px;
	float: left;	
}
.C_xzphb .phbBox dl dd .picture_box img{
	width: 48px;
	height: 48px;
	border-radius: 5px;
	display: block;
}
.C_xzphb .phbBox dl dd span{
	margin-top: 6px;
	font-size: 14px;
	color:#838282;
	display: block;
}
.C_xzphb .phbBox dl dd span a{
	text-decoration: none;
}
.C_xzphb .phbBox dl dd .star{
	margin-top: 3px;
	height: 15px;
	/*background:url(https://resource.mydown.com/TLimages2009/topspeed/mydown/images/C_star.png) no-repeat;*/
	display: inline-block;	
}
/* .C_xzphb .phbBox dl dd .star5{
	width: 87px
}
.C_xzphb .phbBox dl dd .star4{
	width: 69px
}
.C_xzphb .phbBox dl dd .star3{
	width: 51px
}
.C_xzphb .phbBox dl dd .star2{
	width: 33px
}
.C_xzphb .phbBox dl dd .star1{
	width: 15px
} */
.C_xzphb .phbBox dl dd button{
	width: 61px;
	height: 24px;
	font-size: 14px;
	color:#48d544;
	text-align: center;	
	border:#48d544 solid 2px;
	border-radius: 5px;
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	outline: none;
	cursor: pointer;
}
.C_xzphb .phbBox dl dd button:hover{
	color:#fff;
	background:#48d544;
}
/*软件库列表页*/
.L_list {
	margin-top: 0
}
.L_softList ul{
	padding:7px 0 25px 38px;
	display: inline-block;
}
.L_softList ul li{
	margin-top: 27px;
    margin-right: 65px;
    padding: 0;
    width: 330px;
    height: auto;
    border:none;  
    float: left;    
}
.L_softList ul li:nth-of-type(3n){
	margin-right: 0px;
}
.L_softList ul li:hover{
	width: 330px;
	height: auto;
	background:none;
	border:none;	
	border:0;	
	padding: 0;
}
.L_softList ul li a:nth-of-type(1){
	width: 328px;
	height: 164px;
	border: #eee solid 1px;
	display: block;
	overflow: hidden;
}
.L_softList ul li img{
	width: 328px;
	height: 164px;		 
	display: block; 
	transition: all 1s;	
}
.L_softList ul li img:hover{
	transform: scale(1.1);
}
.L_softList ul li .name{
	width: 100%;
	margin-top: 14px;
	font-size:16px;
	color:#1d1d1d;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}
.L_softList ul li .name:hover{
    color: #0082ff;
}
/*地图页*/
.M_rjcont{
	padding-bottom: 35px;
}
.M_rjcont h2{
	padding-top: 35px;
}
.M_rjcont h2:nth-of-type(1){
	padding-top: 0;
}
.M_rjcont dl{
	width: 100%;
	display: inline-block;	
}

.M_rjcont dl dt,.M_rjcont dl dd{
	padding:0 38px;
	width: 100%;
	box-sizing: border-box;
}
.M_rjcont dl dt{
	margin-top: 35px;
}
.M_rjcont dl dt a{
	width: 158px;
	height: 40px;
	font-size: 16px;
	color:#fff;
	font-weight: 500;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	text-decoration: none;
}
.M_rjcont dl dd{
	margin-top: 12px;
}
.M_rjcont dl dd a{
	/*margin: 16px 6px 0 6px; */
	margin: 16px 13px 0 0px;
	display: inline-block;    
    width: 109px; 
    font-size: 14px;
    color: #5e5e5e;
    text-align: center;      
    line-height: 30px;
    font-weight: 100;
    vertical-align: middle;
    text-decoration: none;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.M_rjcont dl dd a:nth-of-type(9n){
	margin-right: 0;
}
.M_rjcont dl dd a:hover{
	background:#f0f0f0;
}



/*分页*/
#biuuu_city{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
#biuuu_city a{
	display: inline-block;
    padding: 0 12px;
    height: 29px;    
    font-size: 14px;
    color: #4a4a4a;
    text-align: center;
    line-height: 29px;
    border: 1px solid #eee;
    background:#fff; 
    border-radius: 5px;   
    margin: 0 4px;
}
#biuuu_city span.laypage_curr{
	display: inline-block;
    padding: 0 12px;
    height: 29px;
    font-size: 14px;
    color: #fff;
    line-height: 29px;
    text-align: center;
    border: 1px solid #1a99fc;
    border-radius: 5px;
    background: #1a99fc;
}
/*底部导航部分*/
.softkutab .tabList ul:nth-child(4) li{
 	width: auto;
 }
.softkutab .tabList ul:nth-child(4) li:nth-child(7n){
 	margin-right: 0
 } 
.softkutab .tabList ul:nth-child(4) li:nth-child(9n) {
    margin-right: 15px;
}
.softkutab .tabList ul:nth-child(4) {
    padding-bottom: 0;
}
.tabList ul.zxjc{
	padding: 0;
    margin: 0;
    display: inline-block;
}
.tabList ul.zxjc li{
	margin: 0;
	width: 382px;
    padding: 3px 35px 1px 0;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.tabList ul.zxjc li span{
	padding-left: 30px;
    float: right;
    font-size: 14px;
    color: #9d9d9d;
    line-height: 32px;
    display: inline-block;
}
.tabList ul.zxjc li a{
	font-size: 14px;
    color: #2c2c2c;
    line-height: 32px;
    text-decoration: none;
    float: none;
    display: inline;
}
.tabList ul.zxjc li a:before {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #2c2c2c;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
 }
.tabList ul.zxjc li a:hover{
	color:#0e74ff;
}
.tabList ul.zxjc li a:hover:before{
	background: #0e74ff;
}

/*最近更新/最新教程*/
.zjzxBox ul.zjzx_tab{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	outline: none;
	
}
.zjzxBox ul.zjzx_tab li{
	margin: 25px 8px;
	float: left;
	width: 175px;
	height: 50px;
	font-size: 18px;
	color:#7e7e7e;
	background:#e8e8e8;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	outline: none;
	cursor: pointer;
}
.zjzxBox ul.zjzx_tab li.on{
	color:#fff;
	background:#27a8ff;
}
.zjzxBox .zjzx_cont{
	width: 1198px;
	border:#eee solid 1px;
	background:#fff;
	border-radius: 5px;
	display: inline-block;
}
.zjzxBox .zjzx_cont ol{
	width: 100%;
	height: 60px;	
	border-bottom: #e4e4e4 solid 1px;
	padding:0;
	margin: 0;
	display: none;
}
.zjzxBox .zjzx_cont ol li{
	font-size: 20px;
	color:#9a9a9a;
	font-weight: 500;
	line-height: 60px;
	padding: 0 0 0 40px;
	float: left;
}
.zjzxBox .zjzx_cont ol li:nth-of-type(1){
	width: 405px;
	text-indent: 105px;
}
.zjzxBox .zjzx_cont ol li:nth-of-type(2){
	width: 140px;
}
.zjzxBox .zjzx_cont ol li:nth-of-type(3){
	width: 140px;
}
.zjzxBox .zjzx_cont ol li:nth-of-type(4){
	width: 140px;
}
.zjzxBox .zjzx_cont ol li:nth-of-type(5){
	width: 140px;
}
.zjzxBox .zjgx_list{
	
}
.zjzxBox .zjgx_list dl{
	width: 100%;
	padding: 25px 0;
	border-bottom: #eee dashed 1px;
	display: inline-block;
	box-sizing: border-box;
	float: left;
}
.zjzxBox .zjgx_list dl.hover{
	box-shadow:0 0 10px rgb(231, 231, 231);	
	border-bottom: 0;
	padding-bottom:26px
}
.zjzxBox .zjgx_list dl.noboder{
	border-bottom: 0;
	padding-bottom:26px
}
.zjzxBox .zjgx_list dl:nth-of-type(20n){
	border-bottom: 0;		
}
.zjzxBox .zjgx_list dt{
	padding-left: 40px;
	float: left;
	display: flex;	
	align-items: center;
	flex-wrap: wrap;	
}
.zjzxBox .zjgx_list dt img{
	width: 60px;
	height: 60px;
	float: left;
}
.zjzxBox .zjgx_list dt h2{
	margin-left: 15px;
	width: 330px;
	font-size: 16px;
	color:#1d1d1d;
	font-weight: bold;
	float: left;
	line-height: 1.5;
	/* overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap; */
}
.zjzxBox .zjgx_list dt h2 a{
	color:#1d1d1d!important;
	font-weight: bold;
	text-decoration: none;
	float: left;
}
.zjzxBox .zjgx_list dt h2 a:hover{
	color:#058afa!important;
}
.zjzxBox .zjgx_list dt h2 a:after{
	display: none;
}
.zjzxBox .zjgx_list dd{
	float: left;
}
.zjzxBox .zjgx_list dd p{
	padding-left: 40px;
	width: 145px;
	height: 60px;
	font-size: 16px;
	color:#4d4f4e;	
	float: left;
	display: flex;	
	align-items: center;
	flex-wrap: wrap;
}
.zjzxBox .zjgx_list dd p a:hover{
	text-decoration: none;
	color:#058afa;
}
.zjzxBox .zjgx_list dd p:nth-last-child(1){
	width: 120px
}
.zjzxBox .zjgx_list dd .currtime,.zjzxBox .zxjc_list li .currtime{
	color:#1fc758;
	text-decoration: none;
}
/*最新教程*/
.zjzxBox .zjzx_cont ol.jctit li:nth-of-type(1){
	width: 535px;
	text-indent: 105px;
}
.zjzxBox .zjzx_cont ol.jctit li:nth-of-type(2){
	width: 135px;
	text-align: right;
	padding-right:5px;
}
.zjzxBox .zjzx_cont ol.jctit li:nth-of-type(3){
	width: 290px;
	text-align: right;
	padding-right: 30px;
}
.zjzxBox .zxjc_list{
	display: none;
}
.zjzxBox .zxjc_list li{
	padding: 30px 0;
	width: 100%;
	border-bottom:#eee dashed 1px; 	
	font-size: 16px;
	color:#1d1d1d;
	font-weight: bold;
	float: left;
	line-height: 1.5;
	/* overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap; */
}

.zjzxBox .zxjc_list li.hover{
	box-shadow:0 0 10px rgb(231, 231, 231);	
	border-bottom: 0;
	padding-bottom:31px
}
.zjzxBox .zxjc_list li.noboder{
	border-bottom: 0;
	padding-bottom:31px
}

.zjzxBox .zxjc_list li h2{
	padding-left: 40px;
	width: 525px;
	float: left;
}
.zjzxBox .zxjc_list li h2 a{
	margin-left: 15px;
	font-size: 16px;
	color:#1d1d1d!important;
	font-weight: 500;
	text-align: left;
	line-height: 1.5;
	float: left;
	width: 510px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;	
}
.zjzxBox .zxjc_list li h2 a:hover{
	color:#0299ff!important;
	text-decoration: none;	
}
.zjzxBox .zxjc_list li h2 a:after{
	display: none;
}
.zjzxBox .zxjc_list li p{
	padding-left: 40px;
	width: 152px;
	float: left;	
	text-align: right;
}
.zjzxBox .zxjc_list li p.jctype{	
	width: 300px;	
}
.zjzxBox .zxjc_list li p a:hover{
	color:#0299ff!important;
	text-decoration: none;
}
/*顶部导航*/
.gx_topNav{
	width: 100%;
	height: 40px;
	background:#fafafa;
	text-align: right;
}
.gx_topNav a{
	padding:0 20px;
	font-size: 14px;
	line-height: 40px;
	display: inline-block;
}
.zjzxBox hr{
	display: none;
	font-size: 0
}
/* 增加广告标识 chenlq 2023-03-31 */
.banner li{
	position:relative;
}
.banner li:after{
	content:'';
   display:inline-block;
    position: absolute;
    right: 0;
    bottom: 5px;
    width: 29px;
    height: 16px; 
    background-image: url(https://resource.yesky.com/TLimages2009/yesky/images/pic/adtips.png);
}
.foot{
	width:100%;
	margin-top:30px;
	display: inline-block;
}
.layout{
	width:1200px!important
}

/* 修改软件库板块样式 */
.D_tabbox ul li p {
	margin-top: 10px;
}
.D_tabbox ul li p a.name{
	max-width: 200px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.D_tabbox ul li p span{
	font-size: 12px;
	color: #aaa;
	display: block;
	margin-top: 2px;
}
.D_tabbox ul li a.imgBox {
	width: 328px;
	height: 164px;
	border: #eee solid 1px;
	display: block;
	overflow: hidden;
}
.D_tabbox ul li a:nth-of-type(1) {
	width: auto;
	height: auto;
	border: none;
	display: block;
	overflow: hidden;
}
.D_tabbox ul li .name{
	margin-top: 0px;
}
.D_tabbox ul li{
	margin-top: 20px;
}
.L_softList ul li p {
	margin-top: 10px;
}
.L_softList ul li p a.name{
	max-width: 200px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.L_softList ul li p span{
	font-size: 12px;
	color: #aaa;
	display: block;
	margin-top: 2px;
}
.L_softList ul li a.imgBox {
	width: 328px;
	height: 164px;
	border: #eee solid 1px;
	display: block;
	overflow: hidden;
}
.L_softList ul li a:nth-of-type(1) {
	width: auto;
	height: auto;
	border: none;
	display: block;
	overflow: hidden;
}
.L_softList ul li .name{
	margin-top: 0px;
}
.L_softList ul li{
	margin-top: 20px;
}