* {
    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;
    min-width: 1200px;
}

li {
    list-style: none
}

.hide {
    display: none;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.banner img {
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
    display: block;
}

.main {
    width: 1200px;
    margin: 40px auto;
}

.main .newsList {
    width: 580px;
    margin-bottom: 37px;
}
.main .newsList.fyzx{
    width: 1200px;
}
.main .tit {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    position: relative;
    height: 36px;
}

.main .tit h5:after {
    position: absolute;
    content: '';
    background: #076fd0;
    height: 2px;
    width: 72px;
    bottom: -1px;
    left: 0;
    display: block;
    z-index: 2;
}

.main .tit h5 {
    color: #076fd0;
    font-weight: bold;
    font-size: 18px;
}

.main .tit .more {
    font-size: 14px;
    color: #666666;
    margin-top: 6px;
}

/*通用新闻列表*/
.main ul.list {
   
}

.main ul.list li {
    line-height: 24px;
    font-size: 16px;
    padding-bottom: 23px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main ul.list li span.point {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #076fd0;
    margin-right: 10px;
    vertical-align: 3px;
}

.main ul.list li a:hover {
    color: #076fd0;
}