* {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    font-family: 微软雅黑, serif;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}


body {
    background-color: #fff;
}

li {
    list-style: none
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}
.hide{
    display: none;
}
.banner {
    background: url("../images/zt-20221228.jpg") no-repeat center center;
    width: 100%;
    min-width: 1200px;
    height: 400px;
    background-size: 100%;
}

.main {
    width: 100%;
    min-width: 1200px;
    background: url("../images/bg.jpg");
    margin: 0 auto;
    padding: 30px 0;
}

.main .content {
    width: 1200px;
    margin: 0 auto;
}

.main .content .section {
    width: 750px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 30px;
}

.main .content .aside {
    width: 420px;
    background: #ffffff;
    border: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 30px;
}

.main .content .title {
    font-size: 22px;
    color: #2e6da1;
    font-weight: bold;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 18px;
}

.main .content .title a {
    display: inline-block;
    border-bottom: 4px solid #2e6da1;
    padding: 0 4px 3px;
}

.newsList .listNav {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 18px;
}

.newsList .listNav li {
    display: inline-block;
    width: 100px;
    color: #797979;
    margin-left: 10px;
    line-height: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
    font-size: 20px;
    margin-right: 20px;
}

.newsList .listNav li a{
    display: inline-block;
}

.newsList .listNav li.active{
    color: #076fbe;
    border-bottom: 4px solid #2e6da1;
}

.main .content .section .newsList {
    margin-bottom: 25px;
}

.main .content .section .newsList .list li {
    line-height: 24px;
    margin: 15px auto;
}

.main .content .section .newsList .list li a {
    width: 83%;
    text-align: left;
    display: inline-block;
}

.main .content .section .newsList .list li a:hover {
    color: #2e6da1;
}

.main .content .section .newsList .list li span.line {
    width: 6px;
    height: 6px;
    background: #d2d2d2;
    margin-right: 6px;
    float: left;
    margin-top: 10px;
    display: inline-block;
}

.main .content .section .newsList .list li span.time {
    float: right;
    color: #9e9e9e;
}

.main .content .aside .box {
    margin-bottom: 20px;
}

.main .content .aside .box img {
    width: 360px;
    height: 216px;
    margin-bottom: 6px;
    display: block;
}

.main .content .aside .box p {
    text-align: left;
    line-height: 24px;
}