* {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
}

img {
    border: none;
}

a {
    background: transparent;
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: red;
    background: transparent;
    text-decoration: underline;
}


#app {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    min-height: 100%;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    font-weight: initial !important;
    font-size: 14px !important;
    color: #333 !important;
    line-height: unset !important;
}

/* 头部 */

.content-header{
    background-color: #275881;
}
.navbar-img{
    width: 1000px;
    height: 150px;
    margin: 0 auto;
}

.navbar-bottom{
    height:37px;
}
.navbar-img img,.navbar-bottom img{
    width: 100%;
    height: 100%;
}
/* 主体 */
.content {
    flex: 1;
    width: 100%;
    position: relative;
}

/* 背景图/导航栏---- */
.content-header {
    box-sizing: border-box;
    padding-bottom: 5px;
}

.navbar {
    position: relative;
    box-sizing: border-box;
    width: 1000px;
    height: 48px;
    line-height: 48px;
    margin: 10px auto 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}


.navbar-item {
    flex: 1;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
.navbar-item:hover{
    border-radius: 5px;
    background-color: #1684c2;
}

.navbar-item a {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.navbar-item img {
    width: 2px;
    height: 35px;
}
.jcyw-part,.jcyw-part1{
    position: absolute;
    bottom: -105px;
    left:50px;
    width: 900px;
    height: 100px;
    padding: 10px;
    background-color: rgba(255,255,255,0.8);
    z-index:999
}
.jcyw-part a,.jcyw-part1 a{
    padding-left: 12px;
    font-weight: bold;
    font-size: 15px;
}
.jcyw-part a:hover{
    color: darkred !important;
}

/* 主题文章内容 */
.cont-main {
    width: 1000px;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
}


/* 底部 */
.footer {
    width: 100%;
    height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    box-sizing: border-box;
    background-color: #194e84;
}


.footer-first {
    text-align: center;
    margin: 5px 0;
}
.footer-first img{
    width: 80px;
    height: 80px;
    background-color: #194e84;
}

/*首页轮播图样式*/
.top-swiper{
    position: relative;
    width: 100%;
    height: 100%;
    /*background-color: #f90;*/
}
.ms-vue-awesome-swiper{
    width: 100%;
    height: 100%;
}
.swiper-slide img {
    width: 100%;
    height: 100%;
}
.ms-vue-awesome-swiper-bottom{
    color: #ddd;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    font-weight: bolder;
    background: rgba(0, 0, 0, 0.6);
}
.ms-vue-awesome-swiper-title{
    display: inline-block;
    width: 55%;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.swiper-pagination-bullet{
    background-color: #ccc !important;
    opacity:1 !important;
}
.swiper-pagination-bullet-active {
    background: red !important;
}