.header {
    display: none;
}

.banner {
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.public-content {
    margin-bottom: 100px;
    margin-top: 20px;
    align-items: flex-start;
}

.public-title {
    font-size: 30px;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 20px;
    padding-left: 30px;
}

.public-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 30px;
    background-color: #b40303;
}

.nav {
    width: 200px;
    border-radius: 30px 0 30px 0;
    -webkit-border-radius: 30px 0 30px 0;
    -moz-border-radius: 30px 0 30px 0;
    -ms-border-radius: 30px 0 30px 0;
    -o-border-radius: 30px 0 30px 0;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    overflow: hidden;
    margin-right: 100px;
}

.nav a {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
}

.nav a.on {
    background: url(../images/bg5.jpg);
    color: #FFF;
    font-weight: bold;
}

@media (min-width:1025px) {
    .nav a:hover {
        background: url(../images/bg5.jpg);
        color: #FFF;
        font-weight: bold;
    }
}

.about {
    text-indent: 32px;
}

.news-list li {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px #f0f0f0 solid;
}

.news-list li .time {
    color: #999;
    font-size: 14px;
    margin-right: 20px;
}

.news-list li .time span {
    color: #b40303;
    font-size: 34px;
}

.news-list li .title {
    font-size: 18px;
}

.news-list li .txt {
    font-size: 14px;
    color: #999;
    line-height: 1.5;
    margin-top: 10px;
}

.page {
    margin: 50px 0;
}

.page a {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px #f0f0f0 solid;
    padding: 0 15px;
    line-height: 40px;
    margin: 0 5px;
}

.page .prev,
.page .next {
    width: 40px;
    height: 40px;
}

.page a.on {
    background-color: #b40303;
    color: #FFF;
}

.page .prev::after {
    content: '';
    position: absolute;
    left: 15px;
    top: 15px;
    width: 8px;
    height: 8px;
    border-left: 2px #999 solid;
    border-top: 2px #999 solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.page .next::after {
    content: '';
    position: absolute;
    left: 13px;
    top: 15px;
    width: 8px;
    height: 8px;
    border-right: 2px #999 solid;
    border-bottom: 2px #999 solid;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

@media (min-width:1025px) {
    .news-list li .title a:hover {
        font-weight: bold;
    }
    .page a:hover {
        background-color: #b40303;
        color: #FFF;
    }
    .page .prev:hover::after {
        border-left: 2px #FFF solid;
        border-top: 2px #FFF solid;
    }
    .page .next:hover::after {
        border-right: 2px #FFF solid;
        border-bottom: 2px #FFF solid;
    }
}

.pic-list li {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #f0f0f0 solid;
}

.pic-list li .pic {
    width: 140px;
    height: 185px;
    overflow: hidden;
    margin-right: 30px;
}

.pic-list li .pic img {
    width: 100%;
}

.pic-list li .name {
    font-weight: bold;
    margin-top: 20px;
}

.pic-list li .txt {
    margin-top: 30px;
}

.list-news li {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px #f0f0f0 solid;
}

.list-news li .pic {
    width: 220px;
    height: 145px;
    overflow: hidden;
    margin-right: 40px;
}

.list-news li .pic img {
    width: 100%;
    border: 1px solid #9c7d4e !important;
    height: 100%;
}

.list-news li .time {
    background: url(../images/time.png)no-repeat left center;
    padding-left: 20px;
    color: #9c7d4e;
    font-size: 14px;
    margin-top: 10px;
}

.list-news li .title {
    font-size: 18px;
}

.list-news li .txt {
    color: #999;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}

@media (min-width:1025px) {
    .list-news li .title a:hover {
        font-weight: bold;
    }
}

.time-line {
    margin-top: 40px;
}

.time-line ul {
    z-index: 9;
    padding-top: 80px;
    padding-bottom: 40px;
}

.time-line ul::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 1px;
    height: 100%;
    background-color: #e1d8ca;
}

.time-line li {
    width: 42%;
    margin-bottom: 40px;
}

.time-line li .pic {
    margin-top: 20px;
}

.time-line li img {
    width: 100%;
}

.time-line li .year {
    font-size: 32px;
    font-weight: bold;
    color: #b40202;
    text-align: right;
}

.time-line li .year span {
    display: inline-block;
    padding-bottom: 10px;
}

.time-line li .year span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    right: -70px;
    background-color: #e1d8ca;
}

.time-line li .year span::before {
    content: '';
    position: absolute;
    right: -77px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    background-color: #9b7d4e;
    bottom: -5px;
    z-index: 2;
}

.time-line li .txt {
    margin-top: 10px;
}

.time-line li .tit {
    color: #999;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}

.time-line li:nth-child(even) {
    margin-top: 80px;
}

.time-line li:nth-child(even) .year {
    text-align: left;
}

.time-line li:nth-child(even) .year span::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    left: -70px;
    background-color: #e1d8ca;
}

.time-line li:nth-child(even) .year span::before {
    content: '';
    position: absolute;
    left: -77px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    background-color: #9b7d4e;
    bottom: -5px;
}

.top {
    font-size: 18px;
    cursor: pointer;
}

.top span {
    background: url(../images/top.png)right center no-repeat;
    padding-right: 15px;
}

.mark {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: none;
}

@media (max-width:1199px) {
    .nav {
        margin-right: 20px;
    }
    .time-line li .year span::after {
        right: -60px;
    }
    .time-line li:nth-child(even) .year span::after {
        left: -60px;
    }
    .time-line li .year span::before {
        right: -64px;
    }
    .time-line li:nth-child(even) .year span::before {
        left: -64px;
    }
}

@media (max-width:950px) {
    .header {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 70px;
        background-color: #FFF;
        padding-left: 20px;
        padding-right: 20px;
        z-index: 99;
    }
    .header .logo {
        height: 70px;
    }
    .header .logo img {
        height: 40px;
    }
    .m-btn {
        position: absolute;
        top: 0;
        width: 30px;
        height: 100%;
        right: 20px;
        background: url(../images/m-btn.svg)no-repeat center;
        background-size: 100%;
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
    }
    .m-btn.close {
        background-image: url(../images/m-close.svg);
    }
    .nav {
        display: none;
        position: fixed;
        margin-right: 0;
        width: 70%;
        background-color: #FFF;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        z-index: 10;
        right: -100%;
        top: 70px;
        height: 100%;
    }
    .nav a {
        font-size: 16px;
        line-height: 50px;
        height: 50px;
    }
}

/* w */
@media (max-width:950px){
    .banner{
        margin-top: 60px;
    }
}

@media (max-width:767px) {
    .public-title {
        font-size: 24px;
    }
    .page .prev,
    .page .next {
        display: none;
    }
    .news-list li .title,
    .list-news li .title {
        font-size: 16px;
    }
    .news-list li .time span {
        font-size: 28px;
    }
}

@media (max-width:480px) {
    .header {
        height: 60px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header .logo {
        height: 60px;
    }
    .m-btn {
        right: 15px;
    }
    .nav {
        top: 60px;
    }
    .public-title {
        padding-left: 15px;
    }
    .list-news li {
        flex-flow: column;
    }
    .list-news li .pic {
        width: 100%;
        margin-right: 0px;
        height: 180px;
    }
    .pic-list li .txt {
        margin-top: 15px;
    }
    .pic-list li .pic {
        width: 120px;
        height: 165px;
        margin-right: 20px;
    }
    .time-line ul::before,
    .time-line li .year span::before {
        display: none;
    }
    .time-line li {
        width: 100%;
        margin-top: 30px !important;
        margin-bottom: 0 !important;
    }
    .time-line li .year {
        text-align: left;
    }
    .time-line li:nth-child(even) .year span::after {
        left: 0;
        right: -60px;
    }
    .time-line li .year {
        font-size: 24px;
    }
}
#vsb_content_4 P {
    LINE-HEIGHT: 180%;
    text-indent: 2em;
    font-size: 14pt;
    text-align: justify;
}
video#_vsb_player {
    width: 70%;
    height: auto;
}