/*资讯*/
.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: 0px auto;
}
.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;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;
overflow: hidden;

}
.typical .tyc-case a{
    height:56px;
}
.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;
}
.b-ceneter{
    /*width:1170px;*/
    width:540px;
    margin:0px auto;
    position:absolute;
    top:60px;
    left:50%;
    margin-left:-585px;
    /*margin-left:60px;*/
    text-align: justify;
   
}
/*公关策划*/
.Planning{
	padding: 0;
}
.Planning .col-md-7 h2{
	font-size: 3rem;
	color: #333;
    color:#fff;
}
.Planning .col-md-5{
	background: #fff;
	padding: 15px;
}	
.typical .Planning .col-md-7 .Planningp{
	font-size: 2rem;
	color: #333;
    color:#fff;
	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;
    color:#fff;
	line-height: 2.5;
}
.search{
    margin:0px 30px;
    padding:10px 0px 20px;
    border-bottom:1px solid #ccc;
}
.search .searchCase{ 
    background: #ed3237;
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding: 5px;
}
   /*修改颜色placeholder*/

#txtSearch{
    border: 0px;
    box-shadow: none;
    font-size:12px;
}
.search input{
    
    /*border:1px solid #ccc;*/
}
.slt{
    width:90px;
    height:34px;
    line-height:34px;
    border-right:1px solid #ccc;
    margin-left:5px;
    /*background:#fff;*/
    padding-left:5px;
    border-radius:0;
    /*border-radius:17px 0px 0px 17px;*/
    
}
.result{
    margin:15px 5px 0px;
}
.remove{
    margin:13px 5px 0px 0px;
    /*position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:5px;
    z-index:100;
    color:#fff;
    font-size:12px;
    border-radius:50%;
    width:20px;
    height:20px;
    line-height:23px;
    text-align:center;
    background:#ccc;*/
}
.nav-tabs>li>a{
    font-size:16px;
}
.c-center{

}
@media only screen and (max-width:1200px){
    .b-ceneter{
    width:540px;
    margin:0px auto;
    position:absolute;
    top:60px;
    left:50%;
    margin-left:-491px;
    padding:0px;
    text-align: justify;
}
}
@media only screen and (max-width:992px){
    .b-ceneter{
    /*width:768px;*/
    width:450px;
    margin:0px auto;
    position:absolute;
    top:40px;
    left:50%;
    margin-left:-384px;
    text-align: justify;
    /*padding:0px;*/
   
}
}
@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:10px auto 0px;
	}
	.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;
	}
    .search .searchCase{
    margin-bottom:10px;
}

 .b-ceneter{
    width:50%;
    margin:0px auto;
    position:absolute;
    top:15px;
    padding:0px 10px;
    left:0px;
    margin-left:0px;
    z-index:100;
    text-align: justify;
}
 /*.b-ceneter span{
     font-size:12px !important;
 }*/
::-webkit-input-placeholder { /* WebKit browsers */ 
color: red; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: red; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: red; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: red; 
} 