#main {
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #333;
    background: #f6f6f6;
}
.inner {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
img {
    overflow: hidden;
    display: block;
    border: none;
}
.web-banner {
    overflow: hidden;
    width: 100%;
    border-bottom: solid .2rem #f7f7f7;
    background: #fff;
}
.web-banner span {
    overflow: hidden;
    display: block;
    font-size: .28rem;
    margin-bottom: .4rem;
    padding-left: .25rem;
}
.web-banner span.size {
    font-size: .32rem;
    color: #003355;
    margin: .3rem 0 .2rem 0;
}
.web-content {
    overflow: hidden;
    width: 100%;
    background: #fff;
}
.year {
    overflow: hidden;
    position: relative;
    padding: 0 .1rem;
}
.year.first {
    margin-top: .4rem;
}
.year .left-time {
    overflow: hidden;
    background: url("/images/icon.png") no-repeat;
    background-size: 100% 100%;
    width: 1.13rem;
    height: 1.01rem;
    line-height: 1.01rem;
    text-align: center;
    color: #035b83;
    font-size: .26rem;
}
.year .right-con {
    overflow: hidden;
    border-left: dashed 0.02rem rgba(3, 91, 131, 0.2);
    padding-left: .18rem;
    margin-left: .56rem;
}
.year .right-con.last {
    padding-bottom: .5rem;
}
.year .right-con .left-img {
    overflow: hidden;
    width: 1.6rem;
    margin-bottom: .4rem;
    float: left;
}
.year .right-con .left-img img {
    width: 1.5rem;
}
.year .right-con .right-text {
    overflow: hidden;
    position: relative;
    margin-bottom: .5rem;
    width: 4.8rem;
    float: left;
}
.year .right-con .right-text.marginbottom {
    margin-bottom: 0;
}
.year .right-con .right-text span {
    overflow: hidden;
    display: block;
    font-size: .32rem;
    font-weight: bold;
    line-height: .48rem;
}
.year .right-con .right-text span.marginleft {
    margin-left: -0.16rem;
}
.year .right-con .right-text p {
    overflow: hidden;
    display: block;
    font-size: .28rem;
    color: #666;
    line-height: .48rem;
    text-align: justify;
    margin-top: .15rem;
}
.data-footer{overflow: hidden;padding-bottom: 1rem}
.live-footer{
    overflow: hidden;
}
.live-footer a{
    overflow: hidden;
    display: block;
    background: #456d88;
    padding: .32rem .25rem .3rem .25rem;
}
.live-footer a:hover {
    background-color: #718d9e;
}
.live-footer .words{
    overflow: hidden;
    font-size: .28rem;
    color: #fff;
    text-align: right;
    letter-spacing: 1px;
    padding-bottom: .25rem;
}
.live-footer .download{
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.live-footer .download span{
    overflow: hidden;
    display: block;
    border-bottom: solid .03rem #fff;
    font-size: .28rem;
    color: #fff;
    margin-right: .3rem;
}
.live-footer .download img{
    width: .45rem;
    height: .29rem;
    margin-right: .02rem;
}
.live-copyright{
    background: #f6f6f6;
    padding: .5rem 0;
    font-size: .24rem;
    color: #999;
    text-align: center;
    line-height: 1.8;
}
