@charset "gb2312";
/* CSS Document */
.company_banner { background:url(../images/company_banner.jpg) center no-repeat; width:100%; height:400px; margin-bottom: 50px;}
.title{ width: 100%; margin-top: 2rem; margin-bottom: 1rem;padding-bottom: 2rem; display: block; text-align: left; font-size:2.4rem;font-weight:bold;background: url(../images/separate.jpg) no-repeat left bottom;}
.title a:hover{color:#666;text-decoration: none;}
.search_box{height:auto; overflow: hidden; padding-bottom: 1rem; width: 100%; margin-top:2rem; margin-bottom:2rem;  border-bottom:1px solid #CCC;}
.search_box .form-group{width: 30%;}
.company_box{width: 80%; height:auto; overflow: hidden; margin-top: 10px;}

.company_box .company {width: 30%; float: left; margin-top: 10px; margin-bottom: 10px; /*border: 1px solid #CCC; box-sizing: border-box; padding: 1rem;*/}

.company_box .company:nth-child(3n+2){margin-left:5%;margin-right:5%;}

.company .c_name{height: 3rem; line-height: 3rem; width: 100%; vertical-align: middle; font-size: 1.8rem; font-weight: bold; margin-bottom:1rem; padding-left: 4rem; background: url(../images/cc.png) no-repeat;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

.company .c_text{ height: 7rem; line-height: 2rem;}

.company .c_date{ color:#666; font-style: italic;}

@media screen and ( max-width: 1024px ) {
	.search_box .form-group{width: 50%;}
	.company_box{width:90%;}
	.company_box .company{width: 30%; }
	.company_box .company:nth-child(4n-2),.company_box .company:nth-child(4n-1){margin-left:0;margin-right:0;}
	.company_box .company:nth-child(3n+2){margin-left:5%;margin-right:5%; margin-top: 10px;}
}

@media screen and ( max-width: 768px ) {
	.search_box .form-group{width:70%;}
	.company_box .company:nth-child(4n-2),.company_box .company:nth-child(4n-1),.company_box .company:nth-child(3n+2){margin-right: 5%;margin-left: 0; margin-top: 10px;}
	.company_box .company{width: 45%;margin-right: 5%;margin-left: 0; margin-top: 10px; }
	
}

@media screen and ( max-width: 425px ) {
	.search_box .form-group{width:100%;}
	.company_box .company:nth-child(4n-2),.company_box .company:nth-child(4n-1),.company_box .company:nth-child(3n+2){margin-right: 5%;margin-left: 0; margin-top: 10px;}
	.company_box .company{width: 100%;margin-right: 0;margin-left: 0; margin-top: 10px; }
	.company .c_text{ height: auto; overflow: hidden;line-height: 2rem;}
	
}