.ny_pages_bg {
    width: 100%;
    background: #eee;
    padding: 50px 0px;
	overflow: hidden;
}
.ny_page {
    width: 1400px;
    margin: 0 auto;
}
.products_bg {
    width: 1020px;
    float: right;
}
.products_bg li:nth-child(1), .products_bg li:nth-child(3), .products_bg li:nth-child(5), .products_bg li:nth-child(7), .products_bg li:nth-child(9) {
    margin-left: 0px;
}
.products_bg li {
    float: left;
    width: 42%;
    border: 1px solid #fff;
    background: #fff;
    padding: 24px;
    margin-left: 36px;
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 1px 20px #ddd;
    -moz-box-shadow: 1px 1px 20px #ddd;
    box-shadow: 1px 1px 20px #ddd;
}
.products_bg .p_img {
    width: 50%;
    float: left;
    height: 159px;
    border: 1px solid #ddd;
    overflow: hidden;
}
.products_bg .p_img img {
    width: 100%;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}
.products_bg .p_font {
    width: 45%;
    float: right;
    position: relative;
}
.products_bg .p_font .h1 {
	line-height: 30px;
	font-size: 22px;
	font-weight: bold;
	color: #008CD6;
	width: 100%;
	/* padding-top: 10px; */
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.products_bg .p_font .h1 a {
    font-size: 16px;
    font-weight: bold;
    color: /*#008CD6*/#1857A4;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.products_bg .p_font .h2 {
	font-size: 15px;
	color: #222;
	padding-top: 8px;
}
.products_bg .p_font .h3 {
    font-size: 12px;
    color: #999;
    padding-top: 5px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.products_bg .p_font .h4 {
    font-size: 12px;
    color: #999;
    padding-top: 5px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.products_bg span {
    line-height: 20px;
    font-size: 14px;
    color: #ed2f38;
    font-weight: normal;
    /* position: absolute;
    right: 0px;
    top: 150px; */
	float: right;
	margin-top: 27px;
}
.tb {
    animation: myfirst 2s infinite;
    display: inline-block;
}
.products_bg span a {
    font-size: 14px;
    color: #484848;
    font-weight: normal;
    display: block;
    border: 1px solid #484848;
    border-radius: 50px;
    padding: 0px 15px;
}
.clear {
    font-size: 0;
    line-height: 0;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.pages {
    padding: 20px 0;
    margin: 20px 0 15px 0;
    clear: both;
    text-align: center;
    font-size: 12px;
}
.pages ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: block;
    width: 100%;
}
.pages li {
    display: inline-block;
    margin-right: 5px;
    float: none;
}
.pages li span {
    border: 1px solid #e1e1e1;
    height: 24px;
    line-height: 24px;
    color: #c4c4c4;
    padding: 5px 10px;
}
.active {
    color: blue;
}
.pages li a {
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    height: 24px;
    line-height: 24px;
    color: #666;
    font-size: 12px;
}
@media only screen and (max-width:1299px) {
.products_bg{
	width: 928px;
}
}