@charset "utf-8";
.nbanner{ padding-bottom:8%; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative}
.nbanner dl{position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    display: block; color:#FFF;}
.nbanner dl a{ color:#FFF}
.nbanner dl span{ font-weight:bold; font-size:0.36rem;}


.history_list{}
.history_list .pic{ float: left; width: 46%;  margin-right: 3%;}


.history_list .text h4{ font-size: 22px; }
.history_list .text p{ margin:10px auto; line-height: 1.8;  font-size: 16px;}

@media only screen and (max-width: 767px) {

.history_list .pic{ float: none; width: 100%; margin:10px auto; }
.history_list .text{ overflow: hidden; }
.history_list .text h4{ font-size: 16px; }
.history_list .text p{   font-size: 14px;}

}