/* * {
	color: #444444;
} */

.topFixed {
	height: auto;
}

.container {
	display: flex;
	justify-content: space-between;
}

.hd .h-search {
	width: 525px;
	padding: 25px 0 0 0;
}

.container .h-search #keyboard {
	border: 2px solid #269ff0;
	width: 450px;
	border-radius: 5px 0 0 5px;
}

.container .h-search .btn {
	background: #269ff0;
	color: #ffffff;
	height: 40px;
	font-size: 16px;
	text-indent: 0;
	border-radius: 0 5px 5px 0;
	width: 70px;
	border: 2px solid #269ff0;
}

#HotSearch a {
	color: #666666;
}

.h-nav ul li a,
.h-nav ul li.on a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.h-nav ul li a span {
	color: #ffffff;
	margin-left: 10px;
}

.h-nav ul li:hover a {
	display: flex;
	justify-content: center;
}

.h-nav ul li a .hotTag,
.h-nav ul li:hover a .hotTag {
	position: relative;
	top: -10px;
}

.ranking {
	background-color: #ffffff;
}

.ranking ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.ranking ul li {
	padding: 10px;
}

.ranking ul li:hover {
	background-color: #f6f6f6;
}

.ranking ul li a {
	color: #3a3636;
}

.shq_banner,
.shq_banner .swiper_banner,
.shq_banner .swiper_banner .swiper-slide {
	height: 360px;
}

.swiper_banner .swiper-slide .shq_banner_dowm {
	width: auto;
	right: auto;
	left: 50px;
}

.swiper_banner .swiper-slide .shq_banner_dowm .p1 {
	font-size: 32px;
	margin-bottom: 39px;
	font-weight: bold;
}

.swiper_banner .swiper-slide .shq_banner_dowm .p1:first-child {
	font-size: 41px;
}

.swiper_banner .swiper-slide .shq_banner_dowm .text {
	height: auto;
	margin-bottom: 30px;
}

.swiper_banner .swiper-slide .shq_banner_dowm .text .p2 {
	font-size: 20px;
	line-height: 1.8;
}

.swiper_banner .swiper-slide .shq_banner_dowm a {
	background-color: #f35743;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	font-size: 23px;
	padding: 18px 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 350px;
	font-weight: bold;
}

.swiper_banner .swiper-slide:nth-child(3) .shq_banner_dowm a {
	background-color: #269ff0;
}

.swiper_banner .swiper-slide:nth-child(4) .shq_banner_dowm a {
	background-color: #f6646b;
}

.swiper_banner .swiper-slide:nth-child(5) .shq_banner_dowm a {
	background-color: #14cc8f;
}

.swiper_banner .swiper-slide .shq_banner_dowm a img {
	height: auto;
	width: auto;
	margin-right: 5px;
}

.videoClass {
	color: #ffffff;
	position: absolute;
	left: 42%;
	bottom: 50px;
	font-size: 16px;
}


#shq_label .labelItem label {
	padding: 5px 15px;
	color: #ffffff;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	font-size: 15px;
	margin-right: 10px;
}

#shq_label .labelItem:first-child label {
	background-image: url('../pic/Tag_Hot.png');
}

#shq_label .labelItem:last-child label {
	background-image: url('../pic/Tag_User.png');
}

#shq_label .labelItem .labelList {
	background-color: transparent;
}

/* 最近更新 */
#recoArticle .left .recently_renew {
	background-color: #fafafa;
	margin-bottom: 20px;
	padding: 10px
}

#recoArticle .left .recently_rene:last-child {
	margin-bottom: 0;
}

#recoArticle .left .recently_renew .renewTitle {
	border-radius: 5px;
	margin-bottom: 10px;
	color: #666666;
	display: flex;
	justify-content: space-around;
	font-size: 16px;
}

#recoArticle .left .recently_renew .renewTitle label {
	padding: 10px 20px;
}

#recoArticle .left .recently_renew .renewTitle .activeRenew {
	color: #ffffff;
	font-weight: bold;
}

#recoArticle .left .recently_renew:first-child .renewTitle .activeRenew {
	background-color: #fea342;
}

#recoArticle .left .recently_renew:last-child .renewTitle .activeRenew {
	background-color: #53dca4;
}

#recoArticle .left .renewCenter ul {
	padding: 10px;
}

#recoArticle .left .renewCenter ul li {
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#recoArticle .left .renewCenter ul li a {
	/* 超出显示省略号 */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#recoArticle .center .articleItem .articleList .label {
	background-color: #eeeeee;
}

/* 推荐专题 */
#recoArticle .right p {
	display: flex;
	margin-bottom: 5px;
}

#recoArticle .right p img {
	width: 25px;
	height: 25px;
	align-self: center;
	margin-right: 10px;
}

#recoArticle .right p label {
	color: #666666;
	font-size: 14px;
	flex: 2;
	text-align: right;
	font-weight: lighter;
}

#recoArticle .right .subject {
	font-size: 14px;
	margin-bottom: 10px;
	padding: 3px 25px 15px 25px;
	width: 100%;
	border-radius: 5px;
}

#recoArticle .right .subjectList {
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	height: calc(100% - 60px);
}

#recoArticle .right .subjectList a {
	width: 270px;
}

#recoArticle .right .subjectList .subject p {
	color: #666666;
	font-size: 14px;
	font-weight: lighter;
	height: auto;
	line-height: 2;
}

#recoArticle .right .subjectList .subject p:nth-child(2) {
	margin-top: 20px;
    font-size: 22px;
	font-weight: bold;
}

#recoArticle .right .subjectList .subject span {
	color: #ffffff;
	padding: 5px;
}

#recoArticle .right a:nth-child(1) .subject {
	background-color: #effbff;
	border: 1px solid #effbff;
}

#recoArticle .right .subjectList a:nth-child(1) .subject span {
	background-color: #5dd3ff;
}

#recoArticle .right .subjectList a:nth-child(1) .subject p:nth-child(2) {
	color: #5dd3ff;
}

#recoArticle .right .subjectList a:nth-child(1) .subject:hover,
#recoArticle .right .subjectList a:nth-child(1) .subject.activeSubject {
	border: 1px solid #5dd3ff;
}

#recoArticle .right .subjectList a:nth-child(2) .subject {
	background-color: #f3efff;
	border: 1px solid #f3efff;
}

#recoArticle .right .subjectList a:nth-child(2) .subject span {
	background-color: #835dff;
}

#recoArticle .right .subjectList a:nth-child(2) .subject p:nth-child(2) {
	color: #835dff;
}

#recoArticle .right .subjectList a:nth-child(2) .subject:hover,
#recoArticle .right .subjectList a:nth-child(2) .subject.activeSubject {
	border: 1px solid #835dff;
}

#recoArticle .right .subjectList a:nth-child(3) .subject {
	background-color: #ffedf7;
	border: 1px solid #ffedf7;
}

#recoArticle .right .subjectList a:nth-child(3) .subject span {
	background-color: #f77cc1;
}

#recoArticle .right .subjectList a:nth-child(3) .subject p:nth-child(2) {
	color: #f77cc1;
}

#recoArticle .right .subjectList a:nth-child(3) .subject:hover,
#recoArticle .right .subjectList a:nth-child(3) .subject.activeSubject {
	border: 1px solid #f77cc1;
}

#recoArticle .right .subjectList a:nth-child(4) .subject {
	background-color: #e6fce9;
	border: 1px solid #e6fce9;
}

#recoArticle .right .subjectList a:nth-child(4) .subject span {
	background-color: #61d772;
}

#recoArticle .right .subjectList a:nth-child(4) .subject p:nth-child(2) {
	color: #61d772;
}

#recoArticle .right .subjectList a:nth-child(4) .subject:hover,
#recoArticle .right .subjectList a:nth-child(4) .subject.activeSubject {
	border: 1px solid #61d772;
}

/* 热门软件 */
#software {
	margin: 0px auto 30px;
}

#software .softwareItem {
	flex-wrap: wrap;
	justify-content: flex-start;
}

#software .softwareItem .softwareList {
	display: block;
	width: 130px;
	text-align: center;
	margin-top: 20px;
}

#software .softwareItem .softwareList p:hover {
	color: #ffffff;
	background-color: #269ff0;
	border-radius: 5px;
}

@media screen and (min-width: 785px) {
	.listArt .container dl dt strong {
		color: #666666;
		display: flex;
		align-items: center;
	}

	.listArt .container dl dt strong img {
		margin-right: 10px;
	}

	.listArt .container dl dt strong span {
		display: inline;
		background-image: linear-gradient(to bottom, white 0%, white 75%, #C6E4F8 75%, #C6E4F8 100%);
		text-indent: 0;
	}
}

.block {
	display: block;
	overflow: visible;
}

/* 手机电脑必备软件 */
.computerSoftware,
.phoneSoftware {
	margin-bottom: 20px;
}

.computerSoftware .softwareTitle,
.phoneSoftware .softwareTitle {
	display: flex;
	align-items: center;
}

.linktext dt strong img,
.computerSoftware .softwareTitle img,
.phoneSoftware .softwareTitle img {
	margin-right: 10px;
}

#software .title span,
.linktext dt strong span,
.softwareTitle span {
	font-size: 22px;
	font-weight: bold;
	background-image: linear-gradient(to bottom, white 0%, white 75%, #C6E4F8 75%, #C6E4F8 100%);
	text-indent: 0;
}

.softwareCenter {
	display: flex;
	flex-wrap: wrap;
}

.softwareCenter .softwareCenterItem {
	text-align: center;
	width: 150px;
	margin-top: 20px;
}

.softwareCenter .softwareCenterItem img {
	border-radius: 20px;
}

.softwareCenter .softwareCenterItem p:nth-child(2) {
	color: #333333;
	font-size: 14px;
}

.softwareCenter .softwareCenterItem p:nth-child(3) {
	color: #999999;
	font-size: 14px;
}

/* 电脑教程 */
.computerLesson .lessonTitle {
	background-color: #269ff0;
	padding: 5px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 20px;
	cursor: default;
	font-size: 16px;

}

.computerLesson .lessonTitle li {
	color: #ffffff;
}

.computerLesson .lessonTitle li:hover,
.computerLesson .activeComputerLesson {
	background-color: #4ab5fd;
	padding: 10px 30px;
	font-weight: bold;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
	transition-duration: 0.3s;
	transform: scale(1);
	transition-timing-function: ease-in-out;
}

.computerLesson .LessonCenter {
	margin-top: 20px;
	display: flex;
	justify-content: space-around;
}

.computerLesson .LessonCenter ul {
	list-style-type: disc;

}

.computerLesson .LessonCenter ul li {
	list-style-type: disc;
	width: 300px;
	margin-top: 20px;
}

.computerLesson .LessonCenter ul li::before {
	color: #bebdbd;
}

.computerLesson .LessonCenter ul li a {
	display: block;
	width: 200px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.computerLesson .LessonCenter ul li span {
	float: right;
	color: #999999;
}

.computerLesson .lessonFooter {
	margin-top: 30px;
	display: flex;
	justify-content: space-around;
}

.computerLesson .lessonFooter a {
	position: relative;
}

.computerLesson .lessonFooter a span {
	position: absolute;
	top: 10px;
	right: -5px;
	background-color: #f04450;
	color: #ffffff;
	padding: 3px 18px;
	font-size: 12px;
}

.computerLesson .lessonFooter a:nth-child(2) span {
	background-color: #685ace;
}

.computerLesson .lessonFooter a:last-child span {
	background-color: #3284c7;
}

.linktext dt {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.linktext dt strong {
	display: flex;
	align-items: center;
}

.home_link .linktext dd a {
	font-size: 16px;
}

/* 页脚 */
@media screen and (max-width: 785px) {
	.ft .ft_ft_info p {
		word-break: break-all;
		word-wrap: break-word;
		width: 375px;
	}
}

.ft {
	background-color: #269FEE;
	color: #ffffff;
	padding: 0;
	overflow: visible;
}

.ft .ft_nav {
	display: flex;
	border-bottom: 1px solid #47b5ff;
	overflow: visible;
}

.ft .ft_nav>div {
	padding: 20px;
	flex-wrap: wrap;
}

.ft .ft_nav>.bottomLogo img {
	margin-right: 40px;
}

.ft .ft_nav>div div,
.ft .ft_nav>div a {
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	white-space: nowrap;
	;
}

.ft .ft_nav>div div {
	margin-bottom: 15px;
}

.ft .ft_nav>div a {
	margin: 10px 0 0 15px;
	line-height: 2;
}

.ft .ft_nav > .download {
	flex: 2;
	text-align: left;
	padding-left: 0;
}

.ft .ft_nav > .download > div,
.ft .ft_nav > .download > a  {
	margin-left: 0;
}

.download>div,
.channel>div,
.aboutUs>div {
	margin-left: 15px;
}

.channel,
.aboutUs {
	flex: 1;
}

.channel img,
.aboutUs img {
	margin-right: 5px;
}

.channel>a,
.aboutUs>a {
	display: flex;
	align-items: center;
	margin: 10px;
}

.ft .channel .wxAccount {
	position: relative;
}

.ft .channel .wxAccount .wxQrcode {
	display: none;
	position: absolute;
	top: -150px;
	z-index: 1;
}

.bottomLogo {
	flex: 3;
	text-align: right;
}

.ft_info {
	margin-top: 20px;
	margin-bottom: 10px;
	display: flex;
}

.ft_info a {
	display: block;
	width: 150px;
	text-align: center;
	border-right: 1px solid #ffffff;
	color: #ffffff;
}

.ft .ft_info a:first-child {
	width: 130px;
	text-align: left;
}

.ft_info a:last-child {
	border-right: none;
}

.ft_ft_info {
	padding-bottom: 20px;
}

.ft_ft_info p,
.ft_ft_info a,
.ft_ft_info b {
	color: #ffffff;
	text-align: left;
	line-height: 2;
}

/* 免责声明 */
.disclaimers {
	padding-top: 50px;
}

.disclaimersTitle h1 {
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
}

.disclaimers .about_side {
	border-left: 1px solid #eeeeee;
	padding-left: 40px;
	width: 25%;
}

.disclaimers .about_side h1 {
	font-size: 23px;
	text-align: center;
	background-color: #269ff0;
	border-radius: 5px;
	color: #ffffff;
	padding: 10px;
}

.disclaimers .about_side ul li {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 0;
	padding: 10px;
	width: auto;
}

.disclaimers .about_side ul li a {
	white-space: nowrap;
	text-align: center;
	text-indent: unset;
}

.disclaimers .about_side ul li a:hover,
.disclaimers .about_side ul li .cur {
	background-color: transparent;
	color: #269ff0;
	font-weight: bold;
}

.disclaimers .about_con {
	padding: 30px 50px;
}

/* sideFixed */
.sideFixed {
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	box-shadow: #d9d9d9 0 0 10px;
	text-align: center;
	overflow: visible;
	width: auto;
	padding: 0 8px;
	border-radius: 5px;
}

.sideFixed div {
	padding: 10px 0;
	border-bottom: 1px solid #e7e7e7;
}

.sideFixed span {
	display: block;
	font-size: 12px;
}

.sideFixed .gzh {
	position: relative;
}

.sideFixed .gzh .gzhCode {
	position: absolute;
	top: 0;
	left: -250px;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	box-shadow: #999999 0 0 10px;
	display: none;
	align-items: center;
	padding: 10px;
	border-radius: 5px;
}

.sideFixed .gzh .gzhCode p:first-child {
	font-weight: bold;
}

.sideFixed .gzh .gzhCode div {
	border: none;
}

.sideFixed a.retop {
	background-color: transparent;
	height: 64px;
}

.sideFixed a.retop:hover {
	background-color: transparent;
}

/* 详情 */
.detail .hotNavigation_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.detail .hotNavigation_title h2 {
	display: flex;
	align-items: center;
}

.detail .hotNavigation_title h2 span,
.detail .artdown .artdowntit strong span {
	font-size: 20px;
	font-weight: bold;
	background-image: linear-gradient(to bottom, white 0%, white 75%, #C6E4F8 75%, #C6E4F8 100%);
}

.detail .hotNavigation_title h2 img {
	margin-right: 10px;
	height: 21px;
}

.detail .hotNavigation_content {
	margin-top: 30px;
}

.detail .hotNavigation_content .hotNavigation_contentItem {
	display: flex;
	margin: 10px 0;
}

.detail .hotNavigation_content .hotNavigation_contentItem h3 {
	font-size: 16px;
}

.detail .hotNavigation_content ul {
	display: flex;
	justify-content: flex-start;
}

.detail .hotNavigation_content ul li {
	min-width: 85px;
    text-align: center;
    border-right: 1px solid #999999;
    padding: 0 10px;
}

.detail .hotNavigation_content ul li:last-child {
	border-right: none;
}

/* 当前位置 */
.detail .currentLocation {
	margin-top: 50px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	font-size: 16px;
}

.detail .currentLocation img {
	height: 20px;
	margin-right: 10px;
}

/* 详情页 */
.detail .softDownLoad {
	border: 1px solid #eeeeee;
	padding: 30px 30px 0 30px;
}

.detail .softDownLoad .title {
	display: flex;
	justify-content: space-between;
}

.detail .softDownLoad .title .name {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.detail .softDownLoad .title .name img {
	margin-right: 20px;
	width: 120px;
}

.detail .softDownLoad .title .down {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.detail .softDownLoad .title .down div {
	border: 1px dashed #51ba2a;
	color: #51ba2a;
	padding: 10px;
	font-size: 14px;
}

.detail .softDownLoad .title .down button {
	background-color: #51ba2a;
	color: #ffffff;
	border: none;
	border-radius: 30px;
	padding: 10px 50px;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	margin-left: 70px;
}

.detail .softDownLoad .title .down button img {
	margin-right: 10px;
}

.detail .softDownLoad .start ul,
.detail .softDownLoad .info ul {
	display: flex;
	justify-content: flex-start;
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}

.detail .softDownLoad .start ul li,
.detail .softDownLoad .info ul li {
	width: 20%;
	text-align: left;
	white-space: nowrap;
	display: flex;
	align-items: center;
}

.detail .softDownLoad .start ul li label,
.detail .softDownLoad .info ul li label {
	color: #999999;
}

.detail .softDownLoad .start ul li img,
.detail .softDownLoad .info ul li img {
	margin: 0 3px;
}

.detail .softDownLoad .recommend {
	padding-top: 10px;
}

.detail .softDownLoad .recommend ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.detail .softDownLoad .recommend ul li {
	display: flex;
	align-items: center;
	padding: 15px 20px 20px 0;
	width: 168px;
	cursor: pointer;
}

.detail .softDownLoad .recommend ul li a {
	display: none;
	background-color: #53b55d;
	color: #ffffff;
	padding: 3px 10px;
	text-align: center;
	margin-top: 5px;
	border-radius: 3px;

}

.detail .softDownLoad .recommend ul li span {
	display: block;
}

.detail .softDownLoad .recommend ul li span:last-child {
	display: block;
	color: #999999;
	font-size: 12px;
}

.detail .softDownLoad .recommend ul li img {
	height: 45px;
	margin-right: 10px;
}

@media screen and (max-width: 768px) {

	.detail .softDownLoad .title,
	.detail .softDownLoad .info ul,
	.detail .softDownLoad .start ul {
		flex-wrap: wrap;
	}

	.detail .softDownLoad .info ul li,
	.detail .softDownLoad .start ul li {
		width: 100%;
	}

	.detail .softDownLoad .title {
		margin-bottom: 10px;
	}

	.detail .softDownLoad .title .name img {
		width: 50px;
	}

	.detail .softDownLoad .title .down button {
		padding: 10px;
		font-size: 14px;
	}

	.detail .softDownLoad .title .down button img {
		width: auto;
		margin-right: 10px;
		margin: 0;
	}
}

/* 内容 */
.detail .main_l .artsoftinfo .tabs {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
	overflow-x: scroll;
	cursor: pointer;
}

.detail .main_l .artsoftinfo .tabs::-webkit-scrollbar {
	display: none
}

.detail .main_l .artsoftinfo .tabs li {
	width: 100px;
	padding: 10px;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
	font-size: 22px;
	white-space: nowrap;
}

.detail .main_l .artsoftinfo .tabs li.current {
	border-bottom: 1px solid #269ff0;
	color: #269ff0;
	font-weight: bold;
}

.detail .main_l .artsoftinfo .tabs_content .tab_item {
	display: none;
}

.detail .main_l .artsoftinfo .tabs_content .tab_item.current {
	display: block;
}

.detail .main_l .artdown .artdowntit strong {
	display: flex;
}

.detail .main_l .artdown .artdowntit strong img {
	margin-right: 10px;
}

.detail .main_l .artdown li {
	background-color: transparent;
	border: none;
	height: auto;
	width: auto;
}

.detail .main_l .artdown li p {
	font-size: 16px;
	text-align: left;
}

.detail .main_l .artdown li i {
	background: url('../pic/star.png') repeat-x;
	background-size: 14px;
	height: 10px;
	margin-bottom: -15px;
	float: left;
}

.list .softRanking .softList .softRankingList i.star1,
.notfound .softRanking .softList .softRankingList i.star1,
.detail .main_l .artdown li i.star1,
.detail .side_r .softicon .pcDownList li i.star1 {
	width: 10px;
}

.list .softRanking .softList .softRankingList i.star2,
.notfound .softRanking .softList .softRankingList i.star2,
.detail .main_l .artdown li i.star2,
.detail .side_r .softicon .pcDownList li i.star2 {
	width: 25px;
}

.list .softRanking .softList .softRankingList i.star3,
.notfound .softRanking .softList .softRankingList i.star3,
.detail .main_l .artdown li i.star3,
.detail .side_r .softicon .pcDownList li i.star3 {
	width: 40px;
}

.list .softRanking .softList .softRankingList i.star4,
.notfound .softRanking .softList .softRankingList i.star4,
.detail .main_l .artdown li i.star4,
.detail .side_r .softicon .pcDownList li i.star4 {
	width: 55px;
}

.list .softRanking .softList .softRankingList i.star5,
.notfound .softRanking .softList .softRankingList i.star5,
.detail .main_l .artdown li i.star5,
.detail .side_r .softicon .pcDownList li i.star5 {
	width: 69px;
}

.detail .main_l .artdown li .downItem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.detail .main_l .artdown li .downItem>div {
	text-align: left;
}

.detail .main_l .artdown li .downItem img {
	margin-right: 20px;
	width: 90px;
}

.detail .main_l .artdown li .downItem p {
	font-size: 12px;
	color: #999999;
}

.detail .main_l .artdown li a {
	background-color: #53b55d;
	display: inline-block;
	padding: 5px 10px;
	line-height: 1;
	font-size: 16px;
	border-radius: 3px;
}

.detail .main_l .artdown li a:hover {
	color: #ffffff;
}

.detail .main_l .art_hotspft {
	padding: 40px 0;
}

.detail .main_l .art_hotspft h4 {
	font-weight: lighter;
	display: flex;
	justify-content: space-around;
}

.detail .main_l .art_hotspft h4 a:hover {
	font-weight: bold;
	color: #269ff0;
}

.detail .main_l .art_hotlist li {
	width: 46%;
	margin-bottom: 10px;
	padding: 0 10px;
}

.detail .main_l .art_hotlist li a {
	display: inline-block;
	width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 热门软件推荐 */
.detail .side_r {
	padding-top: 30px;
}

.detail .side_r .softicon .stit {
	display: flex;
}

.detail .side_r .softicon .stit img {
	margin-right: 10px;
}

.detail .side_r .softicon ul li {
	display: flex;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	justify-content: space-between;
	align-items: center;
}

.detail .side_r .softicon ul li img {
	width: 50px;
	border: 1px solid #eeeeee;
	margin-right: 10px;
	border-radius: 10px;
}

.detail .side_r .softicon ul li a:nth-child(2) {
	text-align: left;
	line-height: 1.7;
}

.detail .side_r .softicon ul li a:nth-child(2) p:last-child {
	display: block;
	color: #999999;
}

.detail .side_r .softicon ul li a:last-child {
	flex: 2;
	justify-self: flex-end;
}

.detail .side_r .softicon ul li a:last-child button {
	float: right;
	background-color: #ffffff;
	border: 1px solid #53b55d;
	padding: 1px 10px;
	border-radius: 5px;
	color: #53b55d;
}

.detail .side_r .softicon .pcDownList li {
	justify-content: flex-start;
	flex-wrap: wrap;
}

.detail .side_r .softicon .pcDownList li span:first-child {
	background-color: #b1b1b1;
	color: #ffffff;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 15px;
}

.detail .side_r .softicon .pcDownList li:nth-child(1) span:first-child {
	background-color: #fc3629;
}

.detail .side_r .softicon .pcDownList li:nth-child(2) span:first-child {
	background-color: #fd8446;
}

.detail .side_r .softicon .pcDownList li:nth-child(3) span:first-child {
	background-color: #fec52e;
}

.detail .side_r .softicon .pcDownList li .drawer {
	display: none;
	width: 100%;
	padding: 20px;
}

.detail .side_r .softicon .pcDownList li:first-child .drawer {
	display: flex;
}

.detail .side_r .softicon .pcDownList .active {
	font-weight: bold;
}

.detail .side_r .softicon .pcDownList li .drawer div p {
	border-right: #eeeeee 1px solid;
	color: #999999;
	margin-bottom: 5px;
	display: inline-block;
	padding-right: 5px;
}

.detail .side_r .softicon .pcDownList li .drawer div i {
	background-size: 14px;
}

.detail .side_r .softicon .pcDownList li .drawer div a button {
	float: left;
	padding: 0px 15px;
	border-radius: 5px;
}

.detail .side_r .subtype .stit {
	margin-top: 30px;
}

.detail .side_r .subtype .stit,
.detail .side_r .hotpic .stit {
	display: flex;
}

.detail .side_r .subtype .stit img,
.detail .side_r .hotpic .stit img {
	margin-right: 10px;
	height: 33px;
}

.detail .side_r .softicon .stit span,
.detail .side_r .hotpic .stit span,
.detail .side_r .subtype .stit span {
	background-image: linear-gradient(to bottom, white 0%, white 75%, #C6E4F8 75%, #C6E4F8 100%);
}

.detail .side_r .hotpic {
	padding: 0;
	border-bottom: none;
}

.detail .side_r .hotpic ul li {
	float: none;
	width: 100%;
	height: auto;
	margin: 10px 0;
}

.detail .side_r .hotpic ul li a {
	display: flex;
}

.detail .side_r .hotpic ul li a img {
	width: 85px;
	height: 66px;
	margin-right: 10px;
}

.detail .side_r .hotpic ul li a .desc {
	flex: 2;
}

.detail .side_r .hotpic ul li a .desc span {
	display: -webkit-box;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}

.detail .side_r .hotpic ul li a .desc p {
	margin-top: 10px;
	display: -webkit-box;
	color: #999999;
	font-size: 12px;
	margin-bottom: 5px;
	text-align: left;
	-webkit-box-orient: vertical;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
}

.detail .side_r .subtype ul li a {
	background-color: #eeeeee;
	border-radius: 5px;
	color: #444444;
}

.detail .side_r .subtype ul li a:hover {
	background-color: #269FEE;
	color: #ffffff;
}

@media screen and (max-width: 765px) {
	.detail .currentLocation {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-left: 10px;
	}

	.detail .currentLocation img {
		width: auto;
		margin: 10px 0;
	}

	.detail .main_l .artsoftinfo .tabs {
		margin-top: 0;
	}
}

/* 404 notfound */
.notfound .container:first-child {
	padding: 50px;
	justify-content: space-around;
	padding-top: 80px;
}

.notfound .container h1 {
	font-size: 44px;
	font-weight: bold;
}

.notfound .container h1:nth-child(1),
.notfound .container p:nth-child(2),
.notfound .container p:nth-child(3) {
	color: #269FEE;
}

.notfound .container p {
	line-height: 2;
	font-size: 20px;
}

.notfound .container p.desc {
	font-size: 15px;
}

.notfound .container p:nth-child(3) {
	margin-bottom: 20px;
}

.notfound .container p a {
	color: #269FEE;
	text-decoration: underline;
	font-weight: bold;
	margin: 0 10px;
}

.notfound .container .mistaken button {
	display: block;
	margin-top: 20px;
	background-color: #269FEE;
	color: #ffffff;
	border: none;
	padding: 10px 60px;
	border-radius: 30px;
	font-size: 20px;
	font-weight: bold;
}

.notfound .container .hotNavigation {
	width: 100%;
	margin-bottom: 20px;
}

.notfound .tutorials .tutorialsTitle h3 span,
.notfound .container .hotNavigation .hotNavigation_title h2 span {
	background-image: linear-gradient(to bottom, white 0%, white 75%, #C6E4F8 75%, #C6E4F8 100%);
	font-size: 20px;
}

.notfound .container .hotNavigation .hotNavigation_content {
	margin-top: 30px;
}

.notfound .container .hotNavigation .hotNavigation_content .hotNavigation_contentItem h3,
.notfound .container .hotNavigation .hotNavigation_content .hotNavigation_contentItem ul li {
	font-size: 16px;
	white-space: nowrap;
}

.notfound .container .hotNavigation .hotNavigation_content .hotNavigation_contentItem ul li {
	border-right: 1px solid #999999;
	text-align: center;
}

.notfound .container .hotNavigation .hotNavigation_content .hotNavigation_contentItem ul li a {
	color: #666666;
	font-size: 15px;
}

.notfound .container .hotNavigation .hotNavigation_content .hotNavigation_contentItem ul li:last-child {
	border-right: none;
}

.list .softRanking,
.notfound .softRanking {
	margin-top: 30px;
}

@media screen and (max-width: 765px) {
	.list .softRanking {
		flex-wrap: wrap;
	}
}

.list .softRanking .softList,
.notfound .softRanking .softList {
	width: 100%;
	padding: 10px;
}

.list .softRanking .softList h4,
.notfound .softRanking .softList h4 {
	color: #ffffff;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: lighter;
}

.list .softRanking .softList:nth-child(1) h4,
.notfound .softRanking .softList:nth-child(1) h4 {
	background-color: #fa7c7e;
}

.list .softRanking .softList:nth-child(2) h4,
.notfound .softRanking .softList:nth-child(2) h4 {
	background-color: #fc9a6c;
}

.list .softRanking .softList:nth-child(3) h4,
.notfound .softRanking .softList:nth-child(3) h4 {
	background-color: #93cf61;
}

.list .softRanking .softList:nth-child(4) h4,
.notfound .softRanking .softList:nth-child(4) h4 {
	background-color: #5bbfec;
}

.list .softRanking .softList .softRankingList,
.notfound .softRanking .softList .softRankingList {
	padding: 20px;
}

.list .softRanking .softList .softRankingList li,
.notfound .softRanking .softList .softRankingList li {
	display: flex;
	align-items: center;
}

.list .softRanking .softList .softRankingList li span,
.notfound .softRanking .softList .softRankingList li span {
	color: #ffffff;
	background-color: #b1b1b1;
	border-radius: 5px;
	display: inline-block;
	height: 32px;
	width: 30px;
	text-align: center;
	line-height: 2.2;
	margin-right: 20px;
}

.list .softRanking .softList .softRankingList li img,
.notfound .softRanking .softList .softRankingList li img {
	margin-right: 10px;
}

.list .softRanking .softList .softRankingList li div p,
.notfound .softRanking .softList .softRankingList li div p {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100px;
}

.list .softRanking .softList .softRankingList li div i,
.notfound .softRanking .softList .softRankingList li div i {
	background-size: 15px;
}

.list .softRanking .softList .softRankingList li:nth-child(1) span,
.notfound .softRanking .softList .softRankingList li:nth-child(1) span {
	background-color: #fc3629;
}

.list .softRanking .softList .softRankingList li:nth-child(2) span,
.notfound .softRanking .softList .softRankingList li:nth-child(2) span {
	background-color: #fd8446;
}

.list .softRanking .softList .softRankingList li:nth-child(3) span,
.notfound .softRanking .softList .softRankingList li:nth-child(3) span {
	background-color: #fec52e;
}

.list .softRanking .softList .softRankingList li img,
.notfound .softRanking .softList .softRankingList li img {
	width: 50px;
	height: 50px;
}

.list .tutorials .tutorialsTitle,
.notfound .tutorials .tutorialsTitle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.list .tutorials .tutorialsTitle h3,
.notfound .tutorials .tutorialsTitle h3 {
	display: flex;
	align-items: center;
}

.list .tutorials .tutorialsTitle h3 img,
.notfound .tutorials .tutorialsTitle h3 img {
	margin-right: 10px;
}

.list .tutorials .tutorialsContent,
.notfound .tutorials .tutorialsContent {
	margin-top: 30px;
	display: flex;
}

.list .tutorials .tutorialsContent .listArtItem,
.notfound .tutorials .tutorialsContent .listArtItem {
	margin: 0 10px;
	flex: 1;
}

.list .tutorials .tutorialsContent .listArtItem .bgImg,
.notfound .tutorials .tutorialsContent .listArtItem .bgImg {
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}

.list .tutorials .tutorialsContent .listArtItem .bgImg img,
.notfound .tutorials .tutorialsContent .listArtItem .bgImg img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 10px;
}

.notfound .tutorials .tutorialsContent .listArtItem .bgImg span {
	position: absolute;
	z-index: 9;
	bottom: 20px;
	left: 30px;
	color: #ffffff;
}

.list .tutorials .tutorialsContent .listArtItem ul,
.notfound .tutorials .tutorialsContent .listArtItem ul {
	padding: 10px;
}

.list .tutorials .tutorialsContent .listArtItem ul li,
.notfound .tutorials .tutorialsContent .listArtItem ul li {
	list-style: inside;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 220px;
	line-height: 2.5;
}

@media screen and (max-width: 785px) {
	.notfound .container {
		display: block;
		padding: 20px !important;
		width: 80%;
	}

	.notfound .container .mistaken {
		font-size: 14px;
	}

	.container img {
		width: 100%;
	}
}

/* 列表 */
.list #software .softwareItem {
	flex-wrap: nowrap;
}

.list #shq_label .labelItem label {
	font-size: 16px;
	padding: 5px 15px;
}

.list .bannerBox {
	width: 50%;
	border-radius: 10px;
	overflow: hidden;
}

.list .bannerBox .listSwiper {
	width: 100%;
	height: 100%;
	--swiper-theme-color: #ffffff;
}

.list .bannerBox .listSwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}

.list .bannerBox .listSwiper .swiper-slide img {
	display: block;
	width: 100%;
	object-fit: cover;
}

.list .bannerBox .listSwiper .swiper-slide p {
	width: 100%;
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.3);
	padding: 8px 30px;
}

.list .bannerBox .listSwiper .swiper-pagination {
	width: 83%;
}

.list .popularSoft {
	width: 50%;
	padding: 0 30px 0 30px;
}

.list .popularSoft .popularSoftTitle h2 {
	font-size: 23px;
	font-weight: 700;
	margin-bottom: 10px;
	background-image: linear-gradient(to bottom, white 0%, white 75%, #C6E4F8 75%, #C6E4F8 100%);
	display: inline;
}

.list .popularSoft .popularSoftMain {
	display: flex;
	flex-wrap: wrap;
	padding-top: 20px;
}

.list .popularSoft .popularSoftMain .popularSoftItem {
	display: flex;
	align-items: center;
	width: 190px;
	margin: 5px 0;
}

.list .popularSoft .popularSoftMain .popularSoftItem .popularSoftItemImg img {
	height: 70px;
	margin-right: 5px;
}

.list .popularSoft .popularSoftMain .popularSoftItem .popularSoftItemContent {
	padding-left: 12px;
}

.list .popularSoft .popularSoftMain .popularSoftItem .popularSoftItemContent h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	width: 100px;
}

.list .popularSoft .popularSoftMain .popularSoftItem .popularSoftItemContent p {
	font-size: 13px;
	color: #999999;
}

.list .popularSoft .popularSoftMain .popularSoftItem .popularSoftItemContent .softstar {
	background-size: 16px;
}

.list .popularSoft .popularSoftMain .popularSoftItem .popularSoftItemContent .star5 {
	width: 78px;
}

.list .popularSoft .popularSoftMain .popularSoftItem .popularSoftItemContent .star4 {
	width: 60px;
}

.list .popularSoft .popularSoftMain .popularSoftItem .popularSoftItemContent .star3 {
	width: 45px;
}

.list .popularSoft .popularSoftMain .popularSoftItem .popularSoftItemContent .star2 {
	width: 27px;
}

.list .popularSoft .popularSoftMain .popularSoftItem .popularSoftItemContent .star1 {
	width: 12px;
}

.list .hotNavigation {
	font-size: 16px;
	width: 100%;
}

.list .hotNavigation .hotNavigation_title {
	margin: 30px 0 20px 0;
}

.list .hotNavigation .hotNavigation_title a {
	font-size: 14px;
}

.list .hotNavigation .hotNavigation_content .hotNavigation_contentItem h3 {
	font-size: 16px;
}

.list .hotNavigation .hotNavigation_content .hotNavigation_contentItem ul li {
	text-align: center;
	border-right: 1px solid #999999;
}

.list .hotNavigation .hotNavigation_content .hotNavigation_contentItem ul li a {
	color: #666666;
	font-size: 15px;
}

.list .hotNavigation .hotNavigation_content .hotNavigation_contentItem ul li:last-child {
	border-right: none;
}

.list .computerNecessary {
	margin-top: 20px;
	width: 1200px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.list .computerNecessary .computerNecessary_title {
	display: flex;
	justify-content: space-between;
}

.list .computerNecessary .computerNecessary_title h2 {
	display: flex;
	width: auto;
	white-space: nowrap;
	align-items: center;
}

/* list 标题 */
.list .tutorials .tutorialsTitle h3 span,
.list .subjec .subjecTitle h3 span,
.list .computerNecessary .computerNecessary_title h2 span,
.list .hotNavigation .hotNavigation_title span {
	background-image: linear-gradient(to bottom, white 0%, white 75%, #C6E4F8 75%, #C6E4F8 100%);
	font-weight: bold;
	font-size: 20px;
}

.list .tutorials .tutorialsTitle h3 img,
.list .subjec .subjecTitle h3 img,
.list .hotNavigation .hotNavigation_title h2 img,
.list .computerNecessary .computerNecessary_title h2 img {
	width: 30px;
	margin-right: 10px;
	height: 30px;
}

/* end */

.list .computerNecessary .computerNecessary_title ul {
	display: flex;
}

.list .computerNecessary .computerNecessary_title ul li {
	font-size: 16px;
	width: 100px;
	text-align: center;
	line-height: 2.4;
	cursor: pointer;
}

.list .computerNecessary .computerNecessary_title ul li:hover,
.list .computerNecessary .computerNecessary_title ul .activecCmputerNecessary {
	background-color: #269ff0;
	color: #ffffff;
	border-radius: 5px;	
}

.list .computerNecessary .computerNecessary_content {
	margin-top: 20px;
}

.list .computerNecessary .computerNecessary_content .popularSoftItem {
	width: 200px;
}

.list .subjec .subjecTitle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 20px;
}

.list .subjec .subjecTitle h3 {
	display: flex;
	width: auto;
	white-space: nowrap;
	align-items: center;
}

.list .subjec .subjecContent {
	display: flex;
	flex-wrap: wrap;
}

.list .subjec .subjecContent .subjecContentItem {
	width: 280px;
	padding: 10px;
	font-size: 16px;
	text-align: center;
}

.list .subjec .subjecContent .subjecContentItem img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 10px;
}

.list .tutorials .tutorialsContent .listArtItem .bgImg span {
	position: absolute;
	bottom: 15px;
	z-index: 9;
	color: #ffffff;
	left: 15px;
	font-size: 15px;
}

.list .popularity ul {
	margin: 20px 0;
	display: flex;
	justify-content: flex-start;
}

.list .popularity ul li {
	width: 100px;
	text-align: center;
	line-height: 2.4;
	font-size: 16px;
	cursor: pointer;
}

.list .popularity ul li:hover,
.list .popularity ul .activePopularity {
	background-color: #269ff0;
	color: #ffffff;
	border-radius: 5px;
}

.list .popularity .popularityContent {
	display: flex;
	flex-wrap: wrap;
}

.list .popularity .popularityContent .popularityContentItem {
	display: flex;
	align-items: center;
	font-size: 16px;
	padding: 10px;
}

.list .popularity .popularityContent .popularityContentItem img {
	height: 25px;
	margin-right: 5px;
}

.list .popularity .popularityContent .popularityContentItem span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 140px;
}

/* 软件列表 */
.softList .currentLocation{
	margin-top: 20px;
}
.softList .horizontal {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.softList .horizontal .horizontalItem {
	text-align: center;
	margin: 10px;
	width: 65px;
}
.softList .horizontal .horizontalItem img {
	width: 50px;
}
.softList .horizontal .horizontalItem p {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 80px;
}
.softList .vertical .verticalTitle {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #cccccc;
	padding: 15px 5px;
}
.softList .vertical .verticalTitle h3 {
	color: #0971e8;
	font-size: 24px;
}
.softList .vertical .verticalTitle h3 strong {
	margin-left: 15px;
	font-size: 16px;
	font-weight: lighter;
	color: #999999;
}
.softList .vertical .verticalTitle h3 strong span {
	color: #0971e8;
}
.softList .vertical .verticalTitle > div {
	display: flex;
}
.softList .vertical .verticalTitle > div a {
	display: block;
	width: 100px;
	border-right: 1px solid #cccccc;
	text-align: center;
	font-size: 16px;
}
.softList .vertical .verticalTitle > div a:last-child {
	border-right: none;
}
.softList .vertical .verticalTitle > div a:hover,
.softList .vertical .verticalTitle > div a.active{
	color: #f86565;
	border-radius: 5px;
	font-weight: bold;
}
.softList .vertical .verticalContent {

}
.softList .vertical .verticalContent .verticalContentItem {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px dashed #cccccc;
	padding: 20px 0;
}
.softList .vertical .verticalContent .verticalContentItem img {
	width: 90px;
	height: 90px;
	margin-right: 20px;
	align-self: flex-start;
}
.softList .vertical .verticalContent .verticalContentItem .verticalContentItemText {
	text-align: left;
	flex: 3;
}
.softList .vertical .verticalContent .verticalContentItem .verticalContentItemText .newTime {
	color: #999999;
	font-size: 12px;
	margin: 8px 0 10px;
}
.softList .vertical .verticalContent .verticalContentItem .verticalContentItemText .desc {
	/* 超出两行显示省略号 */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.softList .vertical .verticalContent .verticalContentItem .verticalContentItemBtn {
	flex: 1;
}
.softList .vertical .verticalContent .verticalContentItem .verticalContentItemBtn a {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border: 2px solid #269ff0;
	border-radius: 5px;
	color: #269ff0;
	font-size: 16px;
	padding: 5px;
}
.softList .vertical .verticalContent .verticalContentItem .verticalContentItemBtn a:hover {
	background-color: #269ff0;
	color: #ffffff;
}
.softList .main_l {
	width: 68%;
}
/* 分页样式 */
.softList .page {
	margin: 50px 0 20px;
	text-align: center;
}
.softList .page a {
	border-radius: 5px;
	padding: 5px 10px;
	background-color: #eeeeee;
	color: #444444;
	margin: 5px;
}
.softList .page a.cur,
.softList .page a:hover {
	background-color: #269ff0;
	color: #ffffff;
}

/* 专题列表页面 */
.zt_introduction {
    width: 100%;
    margin-bottom: 30px;
}
.zt_introduction .zt_introduction_left {
    float: left;
    margin-right: 50px;
}

.zt_introduction .zt_introduction_left img {
    height: auto;
    width: 565px;
    max-width: 100%;
    max-height: 285px;
}
.zt_introduction .zt_introduction_right h1 {
    font-size: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
    text-align: center;
}
.zt_introduction .zt_introduction_right p {
    text-indent: 2em;
}
.clearBoth {
    clear: both;
}
.zt-list .artItem {
	width: 50%;
	float: left;
	clear: none;
}
.zt-list .artItem:nth-child(1) {
	padding-top: 15px;
}
.zt-list .artItem .itemTitle {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zt-list .artItem .itemInfo {
	width: 55%;
	margin: 0 5% 0 3%;
}
.zt-list .artItem .itemInfo .item_intro {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding: 0;
}
@media screen and (max-width: 768px) {
	.zt_introduction .zt_introduction_left {
		float: none;
		margin-right: auto;
		margin-left: auto;
	}
	.zt-list .artItem {
		width: 100%;
	}
	.zt-list .artItem .itemPic {
		width: 35%;
	}
	.zt-list .artItem .itemPic .titPic {
		width: 150px;
		height: 100px;
	}
	.zt-list .artItem .itemPic img {
		width: 150px;
		height: 100px;
		margin: 0;
	}
	.zt-list .artItem .wapInfo {
		float: right;
		width: calc(100% - 150px);
		height: auto;

	}
	.zt-list .artItem .wapInfo span {
		display: block;
		width: 100%;
		float: none;
	}
}