#main {
    width: 100%;
}

#mob_fzlc {
    display: none;
}

.fzlc h3 { font-size:70px; color:#fff; padding-top:200px; line-height:90px;  width:300px; float:left; }
.fzlc h3 em { font-size:18px; font-weight:700; line-height:20px;  font-style:normal; }
#fzlc .maintitle_inside {
    font-size: 100px;
    color: #fff;
    padding-top: 5px;
    font-weight: 700;
    line-height: 70px;
}

#timeline ul,
#timeline li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#timeline {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.line {
    height: 440px;
    float: left;
    width: 3%;
    position: relative;
    margin-left: 5px;
    border-left: 1px solid #1c5aa7;
}

.line img {
    position: absolute;
    width: 13px;
    left: -7px;
    top: 195px
}

#dates {
    width: 15%;
    height: 400px;
    overflow: hidden;
    float: left;
}

#dates li {
    list-style: none;
    width: 100px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
}

#dates a {
    line-height: 38px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    color: #999;
    opacity: 0.3;
}

#dates a:hover {
    text-decoration: none;
}

#dates a.opt90 {
    opacity: 0.6;
}

#dates .selected {
    font-size: 30px;
    color: #0393dc;
    text-decoration: none;
    opacity: 1;
}

#issues {
    width: 85%;
    height: 400px;
    overflow: hidden;
    float: right;
}

#issues li {
    width: 100%;
    height: 400px;
    list-style: none;
    overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {
    #fzlc .maintitle_inside{
        font-size: 80px;
        line-height: 80px;
    }
}

@media (max-width: 767px) {
    #mob_fzlc {
        display: block;
        padding: 0px;
        margin: 0px;
    }
    #mob_fzlc ul,#mob_fzlc li {
        list-style: none;
        padding: 0px;
        margin: 0px;
    }
    #timeline {
        display: none;
    }
    #mob_fzlc .maintitle_inside {
        font-size: 20px;
        color: #8291C1;
        height: auto;
        line-height: 20px;
        text-align: left;
        margin-bottom: 10px;
        font-weight: normal;
    }
    #mob_fzlc .maintitle_inside .border {
        display: none;
    }
    #mob_fzlc .txt {
        width: 100%;
        text-align: left;
    }
}