/*资讯*/
.info-detail{
	border-bottom: 1px dashed #a6a6a6;
	padding: 50px 15px ;
}

.info-detail:first-of-type{
	margin-top: 15px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: none;
}
.info-content .h2{
	margin-top: 5px;
	margin-bottom: 15px;
	color: #333;
	font-size: 2.8rem;
	text-decoration: none;
	
}
.info-content .h2:hover{
	color: #006DCC;
}
.info-content p{
	color: #666;
	font-size: 1.6rem;
	line-height: 1.5;
	overflow:hidden;
	display: -webkit-box;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	width:100%;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin: 2vh 0;
}
.see_all {
    color: #999;
    margin-top: 2vw;
}
/*经典案例*/
.typical{
	margin: 70px auto 40px;
}
.tyc-detail img{
	border-radius: 4px;
}
.typical h2{
	font-size: 4rem;
	color: #333;
}
.typical p{
	font-size: 2.3rem;
	color: #333;
	margin-bottom: 50px;
}
.tyc-detail{
	padding: 20px 15px;
}
.tyc-detail a img{
	width: 100%;
	height: 15vh;
}
.typical .tyc-detail a{
	font-size: 2rem;
	display: block;
	color: #333;
}
.typical .tyc-detail a:hover{
	color: #006DCC;
}
.typical .tyc-detail span{
	font-size: 1rem;
	color: #666;
	line-height: 3.5;
}
.tyc-case{
	padding: 10px 10px;
}
.load-more{
	color: #666;
	margin-bottom: 100px;
}
/*公关策划*/
.Planning{
	padding: 0;
}
.Planning .col-md-7 h2{
	font-size: 3rem;
	color: #333;
}
.Planning .col-md-5{
	background: #fff;
	padding: 15px;
}	
.typical .Planning .col-md-7 .Planningp{
	font-size: 2rem;
	color: #333;
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 30px;
}
.typical .Planning .col-md-7 p:last-of-type{
	font-size: 1.6rem;
	color: #666;
	line-height: 2.5;
}
@media only screen and (max-width:768px) {
		/*公关策划*/
	.Planning .col-md-5{
		background: transparent;
		padding: 15px;
	}
	.Planning .col-md-7 h2{
		font-size:2rem;
		color: #333;
		text-align: center;
		margin-top: 40px;
	}
	.typical .Planning .col-md-7 .Planningp{
		font-size: 1.6rem;
		color: #333;
		text-align: center;
	}
	.typical .Planning .col-md-7 p:last-of-type{
		font-size: 1.2rem;
		color: #666;
	}
	/*资讯*/
	.tyc-detail a img{
		width: 100%;
		height: 20vh;
	}
	.navbar-right li:hover {
	    border-bottom:0 none;
	}
	.info-detail{
		padding: 20px 15px ;
	}
	
	
	.info-detail .col-sm-3{
		padding: 0;
	}
	.info-content .h2{
		margin-top:0;
		color: #333;
		font-size:1.4rem;
		line-height: 1.5;
		overflow:hidden;
		display: -webkit-box;
		text-overflow:ellipsis;
		-o-text-overflow:ellipsis;
		width:100%;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    word-break: break-all;
	}
	.info-content p{
		color: #666;
		font-size: 1.2rem;
		line-height: 1.5;
		overflow:hidden;
		display: -webkit-box;
		text-overflow:ellipsis;
		-o-text-overflow:ellipsis;
		width:100%;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    word-break: break-all;
	}
	.our-info{
		margin-top: 20px;
		margin-bottom: 35px;
	}	
	.see_all {
	    color: #999;
	    margin-top: 2vw;
	}
	/*经典案例*/
	.typical{
		margin: 30px auto 20px;
	}
	.tyc-detail{
		padding: 10px 15px;
	}
	.typical h2{
		font-size: 2rem;
	}
	.typical p{
		font-size: 1.2rem;
		margin-bottom: 20px;
	}
	.typical .tyc-detail a{
		font-size: 1.4rem;
		display: block;
	}
	.typical .tyc-detail span{
		font-size: 0.8rem;
		color: #666;
		line-height: 3.5;
	}
	.tyc-case{
		padding: 10px 10px;
	}






}