body,
p,
form,
input,
textarea,
ul,
li,
h1,
h2,
h3,
h4,
dl,
dt,
dd,
table,
td,
th {
    margin: 0;
    padding: 0;
}

table,
td,
th {
    border-collapse: collapse;
}

ul,
li {
    list-style: none;
}

h1,
h4 {
    font-size: 110%;
}

h2,
h3 {
    font-size: 260%;
}

img,
input,
textarea {
    vertical-align: middle;
    border: 0;
}

a {
    text-decoration: none;
    color: #787878;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

body:before {
    content: ' ';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/background.webp) center 0 no-repeat;
    background-size: cover;
}

body {
    font: 12px/1.5 "微软雅黑", "tahoma", Verdana, Geneva, sans-serif;
    color: #666;
    position: relative;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}


/*.public*/

.main {
    margin: 0 auto;
    width: 980px;
    padding: 45px 0;
    min-height: 720px;
    margin-left: 4%;
}


/*针对 IE*/

a {
    outline: none;
}


/*records*/

.records {
    background: url(../images/line.gif) repeat-y 187px 0;
    position: relative;
}

.records-date h2 {
    background: url(../images/time.png) no-repeat 158px 0;
    height: 60px;
    font-size: 40px;
    font-family: 微软雅黑;
    font-weight: normal;
    padding-left: 15px;
    margin-bottom: 74px;
}

.records-date h2.first {
    position: absolute;
    left: 0;
    top: 0;
    width: 935px;
    z-index: 99;
}

.records-date h2 a {
    color: #00bbff;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: url(../images/status.png) no-repeat right 50%;
    padding-right: 17px;
    margin: 21px 97px 0 0;
}

.records-date h2 a:hover {
    text-decoration: none;
}

.records-date h2 img {
    vertical-align: -5px;
}

.records-date h2.date02 {
    background: none;
}

.records-date ul li {
    background: url(../images/point.png) no-repeat 181px 0;
    padding-bottom: 50px;
    zoom: 1;
}

.records-date ul li.last {
    padding-bottom: 0;
}

.records-date ul li:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.records-date ul li h3 {
    float: left;
    width: 168px;
    text-align: right;
    padding-right: 19px;
    color: #c3c3c3;
}

.records-date ul li h3 span {
    display: block;
    color: #d0d0d0;
    font-size: 12px;
}

.records-date ul li dl {
    float: left;
    padding-left: 41px;
    margin-top: -5px;
    font-family: 微软雅黑;
}

.records-date ul li dl dt {
    position: relative;
    padding: 20px;
    border-radius: 4px;
    background: #fff;
    font: 20px/22px 微软雅黑;
    color: #737373;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    -moz-transition: box-shadow .5s;
    -webkit-transition: box-shadow .5s;
    transition: box-shadow .5s;
}

.records-date ul li dl dt h4 {
    margin-bottom: 20px;
}

.records-date ul li dl dt img {
    max-width: 100%;
}

.records-date ul li dl dt p {
    color: #787878;
    white-space: pre-line;
}

.feed_arrow {
    width: 8px;
    height: 16px;
    position: absolute;
    z-index: 5;
    top: 20px;
    left: -8px;
    background: url(../images/arrow.png);
}

.wrap {
    max-width: 650px;
}

.records-date ul li dl dt span {
    display: block;
    color: #787878;
    font-size: 14px;
}

.records-date ul li.green h3 {
    color: #1db702;
}

.records-date ul li.green h3 span {
    color: #a8dda3;
}

.records-date ul li.green dl {
    margin-top: -8px;
}

.records-date ul li.green dl dt {
    font-size: 30px;
    line-height: 28px;
}

.records-date ul li.green dl dt a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    vertical-align: middle;
    margin-left: 12px;
}

.records-date ul li.green dl dd {
    padding-top: 20px;
    display: none;
}

.records-date ul li.green dl dd img {
    float: left;
}

.records-date ul li.green dl dd p {
    overflow: hidden;
    zoom: 1;
    line-height: 21px;
    color: #787878;
}

.records-date h2.first .more-records {
    font-size: 16px;
    background: transparent;
    margin-left: 30px;
}

.records-date h2.first .more-records:hover {
    text-decoration: underline;
}

.wrap p {
    font-size: 100%;
    padding-top: 5%;
}

li.cur {
    text-align: center;
    font-size: 58px;
    color: rgb(236, 54, 212);
}