* { margin: 0; padding: 0; }
body{ overflow-x: hidden; overflow-y: auto; width: 100%; background-color: #f7fbfb;}
ul, ol, li { list-style: none; margin: 0; padding: 0; }
button, input, optgroup, option, select, textarea { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; outline: 0; }
/* 头部 */
.newas_top { height: 200px; width: 100%; background-color: #def3f4;}
.newas_top h3 {text-align: center; padding-top: 50px; font-size: 22px;}

/* 内容 */
.newas_conet{ width: 1200px; margin: auto;}
.newas_conet .select_conten .conet_title { text-align: center; background-color: #fff; height: 190px; border-top-right-radius: 16px; border-top-left-radius: 16px; margin-top: -79px;}
.newas_conet .select_conten .conet_title h4 {padding: 70px 0 20px; font-size: 22px;}
.newas_conet .select_conten .conet_title span {font-size: 16px;color: #999;}
.newas_conet .select_conten .conent_conent { margin-top: 10px; background-color: #fff; padding: 40px; border-radius: 8px; margin-bottom: 80px;}