.z-skill-content {
	width: 100%;
	/* border:1px solid rgba(230,230,230,1); */
	padding-top: 0px;
}

.z-skill-content-ul li {
	width: 100%;
	padding: 18px 0px;
	border-bottom: 1px solid rgba(230, 230, 230, 1);
}

.z-skill-content-ul li:first-child{
	padding-top: 25px;
}

.z-skill-content-ul li:last-child {
	padding-bottom: 0px;
	border-bottom: none
}

.z-skill-content-ul li .z-title {
	width: 88%;
	font-size: 16px;
	font-weight: 700;
}

.z-user-header {
    width: 66px;
    height: 66px;
    border-radius: 45px;
    margin-right: 15px;
    object-fit: cover;
}



.z-skill-content-ul li .z-top {
	margin-bottom: 8px;
}

.z-skill-content-ul li .z-top h2{
	font-size: 18px;
	font-weight: 600;
}

.z-skill-content-ul li .z-jianjie {
	line-height: 23px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 10px 0;
	color: #807f7f;
	
}

.z-skill-content-ul li .z-tips span {
	margin-right: 12px;
}

.z-article-type ul {
	width: 100%;
	flex-wrap: wrap
}

.z-article-type ul li {
	padding: 5px 0px;
	margin-right: 8px;
}

.z-article-type ul li a {
	padding: 6px 12px;
	border-radius: 3px;
}

.z-article-tuijian {
	width: 100%;
	margin-top: 20px;
}

.z-article-tuijian li {
	position: relative;
	width: 100%;
	margin: 7px 0px;
}

.z-article-tuijian li::before {
	position: absolute;
	content: "";
	bottom: 8px;
	left: -18px;
	width: 4px;
	height: 4px;
	border-radius: 45px;
	background-color: #4d4d4d;
}

.c-article-jeshao{
	width: 100%;
	margin-top: 20px;	
}
.c-article-jeshao ul{
	width: 100%;
}
.c-article-jeshao li {
	width: 100%;
}
.c-article-jeshao li:not(:last-child) {
	margin-bottom: 20px;
}
.c-article-jeshao-img{
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 3%;
	border-radius: 5px;
	overflow: hidden;
}

.c-article-jeshao-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.c-article-jeshao-intro{
	width: 78%;
}

.c-article-jeshao-intro a{
	display: inline-block;
	max-width: 70%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
}

.c-article-jeshao-intro p{

	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


/* ???????? */

.z-is-type{
	margin: 20px;
	margin-bottom: 0px;
}
.z-is-type a{
display: inline;
position: relative;
font-size: 15px;
font-weight: 700;
margin-right: 28px;

}
.z-is-type .active{
	color:#D9383E;
}
.z-is-type .active::after{
	position: absolute;
    content: "";
    bottom: -12px;
    left: 0px;
    width: 100%;
	height: 4px;
	background:#D9383E;
}
/* ???????? */
/* 软件S */
.z-scu-cell{
	align-items: flex-start;
	width: 100%;
}
.z-software-content .top {
	padding-bottom: 20px;
}

.z-software-img {
	width: 221px;
	height: 243px;
	object-fit: contain;
	margin-right: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.z-scu-cell .left{
margin-right: 20px;
	overflow: hidden;

}
.z-scu-cell .right{
	width: 77%;
}

.z-scu-cell .right a{
	max-width: 688px;
	overflow: hidden;
}

.z-scu-cell .left a{
	display: block;
}
.z-scu-cell .left img{
	width: 170px;
	height: 105px;
	
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}
.z-scu-cell .left:hover img{
	transform: scale(1.1);
}
.z-software-detail {
	width: 70%;
	align-items: flex-start;
}

.z-software-detail .z-user-aricle-num {
	padding-right: 25px;
}

.z-software-down-btn {
	background-color: #089261;
}

.z-software-option a {
	text-decoration: none;
}

.z-software-cell {
	border: 1px solid rgba(230, 230, 230, 1);
}

.z-software-cell .z-title {
	width: 100%;
	height: 44px;
}

.z-software-cell .z-article-tuijian {
	padding-left: 15px
}

.z-software-content li {
	border: none;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.z-software-content .z-left {
	width: 88%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.z-software-content .software-img {
	width: 60px;
	height: 60px;
	margin-right: 20px;
}

.z-software-content .software-img img {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/* 软件E */

/* 新版本的文章列表 2021-03-21 */
.c-news-item{
	width: 100%;
}

.c-news-item .tip{
	padding: 20px;
	font-size: 19px;
	font-weight: 600;
	border-bottom: 1px solid #e6e6e6;
}

.c-news-item ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px;
	box-sizing: border-box;
}

.c-news-item ul>li{
	position: relative;
    width: 23%;
    margin-right: 2.65%;
    padding: 10px;
    box-sizing: border-box;
}

.c-news-item ul>li h2{
	font-size: 17px;
	font-weight: 600;
	margin: 15px 0;
}

.c-news-item ul>li:nth-child(4n){
	margin-right: 0;
}

.c-news-item ul>li .two-line{
	height: 38px;
	line-height: 20px;
}
.c-news-item ul>li .top{
	position: relative;
	height: 182px;
	background-color: rgba(0, 0, 0, 1);
	overflow: hidden;
}
.c-news-item ul>li .top img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.8;
	transition: all 250ms;
}

.c-news-item ul>li .top:hover img{
	transform: scale(1.05);
	transition: all 250ms;
}

.c-news-item ul>li .top .info{
	position: absolute;
	width: 100%;
	display: flex;
	align-items: center;
	color: #ffffff;
	bottom: 20px;
	left: 10px;
	letter-spacing: 0.5px;
}

.c-news-item ul>li .top .limit{
	display: block;
	width: 5px;
	height: 5px;
	background-color: #ffffff;
	border-radius: 50%;
	margin: 0 5px;
}

.c-news-item ul>li .list{
    display: none;
    width: 100%;
    position: absolute;
    right: -106px;
    top: 204px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    background-color: #ffffff;
    z-index: 33;
	border-radius: 3px;
	padding: 15px;
	box-sizing: border-box;
}

.c-news-item ul>li .list .nav-list{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.c-news-item ul>li .list .nav-list a{
	display: block;
	padding: 7px 10px;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	margin-right: 6px;
	margin-top: 10px;
}




.c-news-item ul>li .list .nav-list a:hover{
	border-color: #D9383E;
}

/* 炒股学习左侧导航 */

.c-side-skill{
	position: fixed;
	left: 0px;
	top: 500px;
	width: 108px;
	height: 300px;
}

.c-side-skill ul{
	width: 100%;
	background-color: #ffffff;
}

.c-side-skill ul>li a{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #e6e6e6;
}

.c-side-skill .tc a:hover{
	color: #ffffff!important;
}

.c-side-skill .return-back{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #ffffff;
	color: #D9383E;
	cursor: pointer;
}

.c-side-skill .return-back i{
	margin-left: 5px;
}

@media (max-width: 1366px) and (min-width: 1280px){
	.c-side-skill{
		display: none;
	}
}

/* 软件列表 (软件分类)e */
.c-expert-filter .n-filter{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.n-expert-Name span{
	margin-top: 100px;
}

.c-expert-filterValue ul>li a{
	padding: 5px;
}

.c-expert-filterItem .c-expert-Value{
	width: 94%;
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-content: center;
}
/* .c-expert-Value ul li a{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    text-align: left;
} */

.quanbu{
	margin-left: 10px;
}
.c-expert-Value ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.c-expert-Value ul>li a {
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 14px;
    color: #4D4D4D;
}
.c-expert-Value ul>li{
	margin-bottom: 8px;
	margin-right: 5px;
}
.n-number{
	width: 100%;
    display: flex;
    justify-content: flex-end;
}
.n-number span{
	padding: 10px 15px;
	color: #999999;
	margin-right: 20px;
}











