/*新闻动态列表*/
/*.new-list{
    margin-top: 40px;
}*/
.new-list>li{
    background-color: #f3f3f3;
    height: 192px;
}
.new-list>li>hr{
    border-top: 1px solid #c9c9c9;
    margin-top: 0;
}
.new-list h3{
    padding-top: 10px;
    padding-left: 10px;
}
.new-list>li>a>div{
    float: left;
    width: 30%;
}
.new-list .img-content{
    width: 69%;
    height: 105px;
    float: right;
    font-size: 2rem;
}
.new-list .img-content>p{
    height: 68px;
    font-weight: normal;
    font-size: 2.333333333rem;
    color: #656667;
    overflow: hidden;
    margin: 0;
}
.new-list .img-content>span{
    display: inline-block;
    font-size: 1.66666666rem;
    color: #AEAFB0;
    margin: 0 10px;
    font-weight: normal;
}
/*下一页*/
.jt_info>a.btn-default{
    display: inline-block;
    background-color: #fff;
    color: #00246e;
    text-align: center;
}
.next{
    width: 96.88%;
    margin: 20px auto;
}
.next>li{
    background-color: #eee;
    margin: 2px 0;
    width: 100%;line-height: 60px;
}
.next>li>a{
    line-height: 60px;display: inline;
    margin-left: 10px;
}
/*国内销售新闻*/
.about-site{
    padding-top: 10px;
}
.about-site>hr{
    border-top: 1px solid #88898A;
    margin-bottom: 10px;
}
.about-site>span{
    display: block;
    text-align: center;
    color: #a4a4a4;
    font-size: 1.33333333333rem;
}
.jt_info>p{
    font-size: 1.5rem;
    color: #666;
    width: 93.75%;
    margin: 0 auto;
}
.new_content{
    margin-bottom: 20px;
}
.new_content img{max-width: 100%;}
.new_content>img{
    width: 93.75%;
    margin: 20px auto;
}
.new_content img{
    max-width: 100%;
}
@media screen and (max-width:414px){
    .new-list>li{
        
        height: 168px;
    }
    .new-list .img-content{
        font-size: 1.3333333rem;
    }
    .new-list .img-content>p{
        font-size: 1.66666666rem;
        height: 72px;
    }
    .new-list .img-content>span{
        font-size: 1.333333333rem;
    }
    .next>li{
        font-size: 1.66666666rem;
    }
    .next>li>a{
        font-size: 1.66666666rem;
    }
}
@media screen and (max-width:320px){
    .new-list>li{
        height: 140px;
    }
    .new-list .img-content{
        font-size: 1.3333333rem;
    }
    .new-list .img-content>p{
        font-size: 1.3333333rem;
        height: 36px;
    }
    .new-list .img-content>span{
        font-size: 1rem;
        margin: 0 5px;
    }
    .next>li>a{
        font-size: 1.3333333333333rem;
        line-height: 40px;
    }
}


.turn-page {
	display: block;
	box-sizing: content-box;
	position: relative;margin-bottom:60px;
}

.turn-page a {
	line-height: 36px;
	background-color: #00246e;
	padding: 0 15px;
	border: 0;
	color: #fff;
	position: relative;
	display: block;
	margin-right: 5px;
	float: left;
}
.turn-page span.total {
	display: block;
	border: 0;
	line-height: 36px;
	padding: 0px 6px;
	border-radius: 0;
	color: #fff;
	background-color: #00246e;
	float: left;
	text-align: center;
}
.turn-page span.current {
	display: inline-block;
	line-height: 36px;
	padding: 0px 15px;
	margin:0 5px;
	border-radius: 0;
	color: #fff;
	background-color: #999;
	text-align: center;float: left;
} 


