.BeAlert_box .BeAlert_button button{
	    background-color: #d4b07b;
}

.BeAlert_box .BeAlert_button button.BeAlert_cancel {
    background-color: #d4b07b;
}
.BeAlert_box .BeAlert_button button.BeAlert_cancel:hover {
    background-color: #d4b07b;
}
.BeAlert_box .BeAlert_button button.BeAlert_confirm:hover {
    background-color: #d4b07b;
}

@media only screen and (max-width: 1200px){
	.gc_list p{
        font-size: 13px;
        padding:22px 10px;
    }
	.sy_n2 .bt{
        font-size: 13px;
        line-height: 32px;
    }
	.fz_list1{
		height:220px;
	}
	.sy_nr1 .nr {
		max-height: 174px;
	}


}
.sy_nr1 .nr{
	 -webkit-line-clamp: 14;
	     max-height: 454px;
}
@media only screen and (min-width: 1600px){

}


@media only screen and (min-width: 1400px){
	.sy_nr1 .nr{
    -webkit-line-clamp: 14;
    max-height: 482px;
	}
}

