* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html,
body {
    font-family: Verdana, "Microsoft YaHei", "微软雅黑";
    color: #fff;
    font-size: 14px;
    scroll-behavior: smooth;
}

ul,
dl,
li {
    list-style: none;
}

a,
a:visited {
    text-decoration: none;
    color: #1a678b;
}

a:hover {
    color: #e38234;
}

img {
    display: block;
    border: 0;
}

.page-container {
    margin: 0 auto;
    width: 1080px;
}

.banner,
.top-nav {
    float: left;
    width: 100%;
}

.top-nav {
    height: 68px;
    line-height: 68px;
    text-align: center;
    background-color: #002a70;
}

.top-nav ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

.top-nav li {
    display: inline-block;
    font-size: 18px;
    margin: 0 20px;
}

.top-nav li a,
.top-nav li a:visited {
    text-decoration: none;
    color: #fff;
}

.top-nav li a:hover {
    color: #859ed8;
}

.news {
    float: left;
    width: 100%;
    height: 450px;
    padding: 12px 0 0;
}

.news-panel {
    float: left;
    width: 100%;
    padding: 0;
}

.news-item {
    float: left;
    width: 100%;
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    overscroll-behavior: contain;
}

.news-item li {
    float: left;
    width: 100%;
    font-size: 16px;
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #eee;
}

.news-item li a {
    display: inline-block;
    width: 80%;
}

.news-item li span {
    float: right;
    color: #353535;
    padding-right: 20px;
    font-size: 15px;
}

.footer {
    float: left;
    width: 100%;
    margin: 10px 0;
    line-height: 36px;
    text-align: center;
    color: #333;
}

.news-item::-webkit-scrollbar-track {
    border-radius: 6px;
}

.news-item::-webkit-scrollbar {
    width: 6px;
}

.news-item::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #d1d6dd;
}

.video-item::-webkit-scrollbar-track {
    border-radius: 6px;
}

.video-item::-webkit-scrollbar {
    width: 6px;
}

.video-item::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #d1d6dd;
}

.backToTop {
    display: none;
    width: 24px;
    line-height: 1.3;
    padding: 10px 6px;
    background-color: #1a678b;
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: fixed;
    right: 20px;
    bottom: 100px;
    cursor: pointer;
    border-radius: 12px;
}

.backToTop:hover {
    background-color: #e18238;
    color: #fff;
}

.meeting-panel {
    float: left;
    width: 1080px;
    padding: 0 40px;
    box-sizing: border-box;
    background-color: #0b4584;
}

.swiper-panel {
    overflow: hidden;
    margin-bottom: 32px;
    height: 432px;
    width: 1000px;
    position: relative;
}

.swiper {
    overflow: hidden;
    height: 360px;
    width: 100%;
    position: absolute;
}

.swiper li {
    float: left;
    height: 100%;
    width: 1000px;
}

.swiper img {
    float: left;
    width: 480px;
    height: 320px;
    object-fit: cover;
}

.indicator-dots {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0;
}

.indicator-dots span {
    cursor: pointer;
    font-size: 32px;
    color: #fff;
    padding: 6px 10px;
}

.indicator-dots .active {
    color: #e18238;
    font-weight: bold;
}

.img-panel {
    float: left;
    width: 480px;
}

.img-panel-right {
    float: right;
    width: 480px;
}

.img-panel p,
.img-panel-right p {
    float: left;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background-color: #328fb1;
}

.left_panel {
    position: fixed;
    bottom: 100px;
    left: 24px;
    width: 142px;
}

.left_panel h2 {
    line-height: 48px;
    color: #00307e;
}

.nav li a {
    float: left;
    width: 142px;
    line-height: 36px;
    font-size: 16px;
}