@charset "utf-8";

/* 案例列表 */
.zs-case{
	width: 100%;
}
.zs-case .tit{
	margin: 70px auto 40px;
}
.tit{
	width: 100%;
	text-align: center;
}
.tit h2{
	font-size: 24px;
	color: #333;
	font-weight: normal;
	padding-bottom: 10px;
	position: relative;
}
.tit h2::after{
	position: absolute;
	top: 40px;
	left: calc(50% - 25px);
	display: inline-block;
	content: " ";
	width: 50px;
	height: 2px;
	background-color: #00468E;
}
.zs-case-list{
	width: 100%;
}
.zs-case-list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zs-case-list ul li{
	width: 31%;
	cursor: pointer;
	margin-bottom: 20px;
}
.zs-case-list ul li .case-img{
	overflow: hidden;
	max-width: 100%;
	width: 100%;
}
.zs-case-list ul li .case-img img{
	transition: all .3s ease-out 0s;
	object-fit: cover;
	width: 100%;
}
.zs-case-list ul li .case-tit{
	margin-top: 20px;
}
.zs-case-list ul li .case-tit p{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zs-case-list ul li .case-tit h2{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zs-case-list ul li .case-tit p:nth-child(3){
	height: 42px;
	white-space: normal;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	color: #999;
	font-weight: normal;
	font-size: 15px;
	margin-top: 31px;
}
.zs-case-list ul li .case-tit time{
	margin-bottom: 10px;
	margin-top: 11px;
	position: relative;
	display: block;
	font-size: 12px;
	color: #666;
}
.zs-case-list ul li .case-tit time:before{
	border-bottom: 1px solid #ccc;
	margin-bottom: -10px;
	width: 100%;
	height: 1px;
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
}
@keyframes liner{
	0%  {width:10%; }
	30% {width:20%; }
	60% {width:60%; }
	100%{width:100%; }
}
.zs-case-list ul li:hover .case-img img{
	transform: scale(1.2);
}
.zs-case-list ul li:hover .case-tit h2{
	color: #00468E;
}
.zs-case-list ul li:hover .case-tit time:before{
	border-bottom: 1px solid #00468E;
	background: -webkit-gradient(linear,0 0 ,0 100%, from(#fff), to(#fff));
	-webkit-animation: liner 0.6s linear 1;
	-webkit-animation-fill-mode: both;
}
.pages{
	width: 100%;
	text-align: center;
	margin: 20px auto 40px;
}
.pages a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #cccccc;
    cursor: pointer;
    margin: 0 5px;
    color: #01155b;
    margin-top: 25px;
}
.pages a.active, .pages a:hover {
    color: #ffffff;
    background: #035297;
    border: 1px solid #035297;
}

/* 详情 */
.zs-case-detail{
	width: 100%;
}
.zs-case-detail .news-details-top {
    border-bottom: 1px solid #e5e5e5;
}
.news-details-top h2{
	font-size: 24px;
	padding: 60px 0 19px 0;
	line-height: 1.5;
	color: #333;
	font-weight: normal;
	text-align: center;
}
.news-details-small{
	font-size: 16px;
	padding-bottom: 24px;
	text-align: center;
}
.news-details-small p{
	display: inline-block;
	padding-left: 13px;
	color: #666;
}
.news-details-desc{
	margin: 29px 0;
	padding: 15px;
	background: #f5f5f5;
	color: #666666;
	line-height: 24px;
	font-size: 18px;
}
.news-details-desc span{
	font-weight: bold;
	color: #000;
	margin-right: 10px;
}
.news-details-content{
	color: #333;
	font-size: 20px;
	line-height: 1.5;
}
.shareitem{
	padding: 20px 0;
}
.shareitem .shareitem-tit,.shareitem .shareitem-list{
	display: inline-block;
}
.shareitem .shareitem-list a{
	display: inline-block;
	width: 36px;
	height: 36px;
	font-size: 20px;
	border-radius: 50%;
	line-height: 30px;
	border: 1px solid #ccc;
	color: #999;
	text-align: center;
	vertical-align: middle;
	margin: 4px;
}
.shareitem .shareitem-list a img{
	width: 20px;
}
.zs-case-detail .tags {
	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #ECECEC;
	border-top: 1px solid #ECECEC;
	line-height: 50px;
}
.zs-case-detail .tags img {
	width: 16px;
	margin: 0 15px 0 10px;
}
.zs-case-detail .tags span {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 36px;
	border: 1px #00468E solid;
	text-align: center;
	margin-right: 10px;
	line-height: 1;
	font-size: 14px;
	color: #00468E;
}
.zs-case-detail .tags span:hover {
	color: #fff;
	background-color: #00468E;
	transition: all 0.35s;
	text-decoration: none !important;
}
.news-details-bottom{
	width: 100%;
}
.news-details-bottom-title{
	color: #333333;
	padding: 15px 0 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news-details-bottom-title a{
	width: 48%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}
.news-details-recommend{
	font-size: 18px;
	font-weight: 600;
	padding: 13px 20px;
	background: #f4f4f4;
	color: #333;
}
.news-details-tit{
	padding-top: 15px;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
}
.news-details-tit a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	margin-left: 20px;
	padding-left: 18px;
	padding-bottom: 9px;
	color: #666666;
	position: relative;
	width: calc(50% - 20px);
}
.news-details-tit a:before {
    content: "";
    display: block;
    position: absolute;
    top: 30%;
    left: 0px;
    width: 4px;
    height: 4px;
    background: #999;
}





/* 自适应 */
/*Mobile自适应*/
@media only screen and (max-width:767px) {
	.zs-case .tit{margin: 30px auto 20px;}
	.zs-case-list ul{justify-content: space-around;}
	.zs-case-list ul li{width: 48%;}
	.pages a{font-size: 12px;padding: 4px 10px;margin: 2px;}

	.zs-case-detail .tags{flex-wrap: wrap;height: auto;}
	.news-details-bottom-title a{width: 100%;font-size: 14px;margin: 10px 0;}
	.news-details-tit a{width: calc(100% - 20px);}
}

/*宽屏自适应1*/
@media only screen and (min-width:768px) and (max-width:1023px) {

}

/*宽屏自适应2*/
@media only screen and (min-width:1024px) and (max-width:1199px) {
	
}
/*宽屏自适应3*/
@media only screen and (min-width:1200px) and (max-width:1439px) {
	
}