header {
    box-sizing: border-box;
    width: 1200px;
    height: 285px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

header .top-banner {
    position: relative;
    height: 285px;
    width: 1200px;
}

.slider .slider-panel {
    position: absolute;
}

.header nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url('../images/navbg.png');
    position: relative;
}

.header nav .sub {
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 9;
    width: 100%;
    background-color: #fff;
    line-height: 30px;
    display: none;
    flex-wrap: wrap;
    flex-direction: row;
    border: 1px solid #003378;
    box-sizing: border-box;
    padding: 10px 0;
}

.header nav .sub a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #003378;
    padding: 0 20px;
    width: auto !important;
    /*flex: 1;*/
}


.header nav ul {
    display: flex;
    justify-content: flex-start;
    height: 45px;
    align-items: center;
    margin-left: 20px;
}

.header nav ul li {
    width: 95px;
}

.header nav ul li a {
    display: block;
    width: 100%;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-weight: 550;
}

.header nav ul li a:hover {
    color: #003378;
    background-color: #fff;
}

.header nav ul li a.on {
    color: #003378;
    background-color: #fff;
}

.header nav .search {
    height: 30px;
    width: 280px;
    margin-left: auto;
    margin-right: 20px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.header nav .search input {
    line-height: 30px;
    padding: 0 10px 0 37px;
    background-image: url('../images/search.png');
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.header nav .search button {
    cursor: pointer;
    width: 60px;
    height: 30px;
    background: #AEAEAE;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.banner {
    margin-top: 15px;
}

section {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

section .left {
    width: 270px;
}

.top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
    line-height: 45px;
    background: linear-gradient(90deg, #E5EDFF, #FFFFFF);
}

.columnList {
    display: flex;
    justify-content: flex-start;
}


.columnList strong {
    padding: 0 10px;
    margin: 0 10px;
    cursor: pointer;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 550;
    color: #003378;
}

.columnList strong.on {
    cursor: default;
    color: #fff;
    margin: 0 20px 0 0;
    padding: 0 20px;
    background-image: url('../images/navbg.png');
}

.columnList strong.active {
    border-bottom: 3px solid #003378;
}

.columnList strong:not(:first-child):hover {
    border-bottom: 3px solid #003378;
}

.top span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    position: relative;
    cursor: pointer;
}

.top span::after {
    content: '>>';
}

.articleList {
    margin-top: 10px;
    width: 100%;
}

.articleList a {
    display: flex;
    justify-content: flex-start;
    line-height: 36px;
}

.articleList a::before {
    content: '·';
    line-height: 35px;
    padding-right: 5px;
    font-size: 20px;
    color: #006aff;
}

.articleList a strong {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.right {
    width: 910px;
}

.articleContent {
    line-height: 30px;
    display: flex;
    justify-content: space-between;
}

.articleContent .articleList {
    width: 49%;
}

.articleContent .articleList a strong {
    width: 70%;
}

.articleContent .articleList a span {
    margin-left: auto;
}

.articleContent .articleList a img {
    width: 230px;
    height: 179px;
    flex-shrink: 0;
}

.articleContent .articleList a .imgt {
    display: flex;
    flex-direction: column;
}

.articleContent .articleList a .imgt span {
    margin-right: auto;
    margin-left: 20px;

}

.articleContent .articleList a .imgt span:nth-child(2) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.video {
    margin-top: 10px;
    width: 100%;
}

.img {
    width: 100%;
    margin-top: 10px;
}

.img img {}

.video video {
    width: 100%;
}

.newList {
    width: 1200px;
    margin: 20px auto;
}

.title {
    text-align: center;
    font-size: 16px;
    font-family: SourceHanSansCN;
    font-weight: 550;
    color: #003378;
    margin-bottom: 20px;
}

.newList .imgList {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newList .imgList .item {
    width: 200px;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.newList .imgList .item a {
    text-align: center;
}

.newList .imgList .item img {
    width: 180px;
    height: 130px;
    box-sizing: border-box;
    padding: 2px;
    border: 1px solid #003378;
}

.newList .imgList .item span {
    width: 90%;
    padding-left: 3%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
    line-height: 30px;
}


.href {
    width: 1200px;
    margin: 20px auto 0 auto;
}

.href strong {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #003378;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
}

.href .hrefList {
    display: flex;
    justify-content: flex-start;
    border-top: 1px solid #ddd;
    margin-top: 2px;
    padding: 10px 0;
    flex-wrap: wrap;
}

.href .hrefList a {
    padding: 0 15px;
    border-right: 1px solid #666;
    margin-bottom: 10px;
    color: #666;
}

.href .hrefList a:last-of-type {
    border-right: none;
}

.copyright {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding: 30px 0;

    background: linear-gradient(0deg, #0F59AE, #4796E9);
}

.cont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

.cont .left {
    width: 270px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.cont .left span {
    padding: 0 15px;
    line-height: 45px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #333;
    cursor: pointer;
}

.cont .left span:hover {
    color: #fff;
    background: #1657AF;
}

.cont .left span.on {
    color: #fff;
    background: #1657AF;
}

.cont .mid {
    width: 630px;
    box-sizing: border-box;
}

.cont .mid .title {
    color: #333;
    line-height: 30px;
    font-size: 18px;
    font-weight: 550;
    padding: 10px 0;
    margin-bottom: 0;
}

.cont .mid .description {
    text-align: center;
    color: #999;
    font-size: 13px;
    margin-bottom: 20px;
}

.cont .right {
    width: 220px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.cont .right .item {
    margin-bottom: 10px;
}

.cont .right .item:last-child {
    margin: 0;
}

.cont .right .item img {
    width: 100%;
}

.cont .right .item span {
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 12px;
    line-height: 25px;
}

.newsList {
    flex: 1;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
}


.newsList .list .item {
    font-size: 16px;
    display: flex;
    justify-content: flex-start;
    line-height: 40px;
    cursor: pointer;
}

.newsList .list .item::before {
    content: '>';
    color: #0F59AE;
    margin-right: 20px;
}

.newsList .list .item strong {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.newsList .list .item span {
    margin-left: auto;
    color: #999;
}






/* 分页样式 */

/* 外面盒子样式---自己定义 */
.page_div {
    margin: 20px 10px 20px 0;
    color: #666
}

/* 页数按钮样式 */
.page_div button {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#firstPage,
#lastPage,
#nextPage,
#prePage {
    width: 50px;
    color: #0073A9;
    border: 1px solid #0073A9
}

#nextPage,
#prePage {
    width: 70px
}

.page_div .current {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFF
}

/* 页面数量 */
.totalPages {
    margin: 0 10px
}

.totalPages span,
.totalSize span {
    color: #0073A9;
    margin: 0 5px
}

/*button禁用*/
.page_div button:disabled {
    opacity: .5;
    cursor: no-drop
}



#flash1,#flash2,#flash3,#flash4 {
    width: 495px;
    height: 350px;
    position: relative;
}

#play1,#play2,#play3,#play4,.swiper-wrapper {
    width: 100%;
    height: 350px;
}

#play1 li,#play2 li,#play3 li,#play4 li,.swiper-slide {
    /*display: none;*/
    position: relative;
    height: 350px;
}

#play1 li img,#play2 li img,#play3 li img,#play4 li img,.swiper-slide img {
    float: left;
    height: 350px;
}

#play1 li span,#play2 li span,#play3 li span,#play4 li span,.swiper-slide span {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0 10px;
    box-sizing: border-box;
}

#prev1,#prev2,#prev3,#prev4 {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 62px;
    height: 62px;
    margin-top: -31px;
    z-index: 9;
    cursor: pointer;
}

#next1,#next2,#next3,#next4 {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 62px;
    height: 62px;
    margin-top: -31px;
    z-index: 9;
    cursor: pointer;
}

.tabs {
    width: 685px;
}

.tab {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tab span {
    padding: 0 10px;
    line-height: 40px;
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    font-size: 20px;
    font-family: SourceHanSansCN;
    color: #333;
    font-weight: 550;
    cursor: pointer;
    margin: 0 10px;
}

.tab span:hover {
    color: #003378;
    border-color: #003378;
}

.tab span.on {
    color: #003378;
    border-color: #003378;
}

.tabs .list {
    height: 120px;
    line-height: 30px;
    margin-top: 10px;
}


.tabs .list a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    box-sizing: border-box;
}

.tabs .list a::before {
    content: '·';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    color: #003378;
    margin-right: 10px;
}

.tabs .imgList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.tabs .imgList img {
    width: 30%;
    height: 157px;
}
.remove-before::before {
    content: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#hszl-list {
    height: 274px;
}
#hyfc-list, #xxyyj-list {
    height: 262px;
}
#zsjs-list {
    height: 297px;
}
#zsjs-list .articleContent {
    padding-top: 16px;
}
.hyfc-list-item {
    margin-top: 10px;
}

.mar_0 {
    margin: 0;
}
