 
/*reset*/
 body, h1, h2, h3, p, ul, li {
     padding: 0;
     margin: 0;
}
 h1, h2, h3 {
     font-weight: normal;
}
 body {
     font-family: "Microsoft Yahei";
}
 li {
     list-style: none;
}
 a {
     text-decoration: none;
     color: #333;
}
 a:hover {
     text-decoration: none;
}
/*reset*/
 .zt_banner {
     overflow: hidden;
}
 .zt_banner img {
     width: 100%;
     height: auto;
     display: block;
}
 .ztcontent {
     width: 1200px;
     margin: 0 auto;
     overflow: hidden;
     background-color: #f1faff;
     min-height: 600px;
     padding-bottom: 30px;
}
 .ztcontent h1 {
     font-size: 30px;
     text-align: center;
     font-weight: bold;
     color: #0a5bb6;
     margin: 20px 0 0 0;
}
 .ztbx_acnt {
     margin: 40px 30px 0 30px;
}
 .ztbx_acnt .toptit {
     width: 100%;
     font-size: 22px;
     line-height: 40px;
     text-align: center;
     color: #0a5bb6;
}
 .ztbx_acnt ul {
     overflow: hidden;
     clear: both;
     margin-right: -20px;
}
 .ztbx_acnt ul li {
     background: #fff;
     float: left;
     border: 1px solid #ddd;
     width: 364px;
    /* line-height: 36px;
     */
     margin: 10px 20px 10px 0;
     text-align: center;
     border-radius: 6px;
}
 .ztbx_acnt ul li a {
     padding: 10px;
     font-size: 14px;
     width: 100%;
     display: block;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}
 .ztbx_acnt ul li:hover {
     background: #0a5bb6;
}
 .ztbx_acnt ul li:hover a {
     color: #fff;
     font-weight: bold 
}
 