.national-header {
    background: url(../../images/siteHome/national/header_bg.jpg) no-repeat top center #0243af;
    background-size: 100% 112px;
    overflow: hidden;
}
.national-header-main {
    width: 1200px;
    height: 100px;
    display: flex;
    margin: 0 auto;
    padding-top: 12px;
    justify-content: space-between;
    color: #fff;
    position: relative;
    align-items: center;
}
.national-header-logo {
    height: 60px;
}
.national-header-logo .zn-title {
    letter-spacing: 11px;
    font-size: 20px;
    color: #fff;
}
.national-header-logo .i8n-title {
    font-size: 20px;
    color: #fff;
    letter-spacing: -1px;
}
.language-toggle .el-select {
    width: 100px;
}
.language-toggle .el-select .el-input__inner {
    background: none;
    color: #ffffff;
}
.national-footer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 140px;
    background: #0e5ece;
}
.national-footer .fp-box {
    width: 1200px;
}
.national-footer .fp-box .fp-m p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    align-items: center;
}
.national-footer .fp-box .fp-m p a {
    color: #FFFFFF;
}
.national-footer .fp-box .fp-m p span {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    background: url(../../images/siteHome/foot-icon.png) no-repeat;
}

.national-banner {
    width: 100%;
    height: 480px;
}
.national-main .page-content{
    width: 100%;
    height: 536px;
    padding-top: 40px;
}
.national-main .part-one{
    background: url("../../images/siteHome/national/national-bg.png") no-repeat;
    background-size: cover;
}
.national-main .part-two{
    background: url(../../images/siteHome/national/national-bg.png) no-repeat;
    background-size: cover;
}
.national-category .label {
    margin: 0 10px;
    font-weight: bold;
    font-size: 30px;
}
.national-category-swiper {
    margin: 40px auto 0 auto;
    height: 390px;
    width: 1360px;
    padding: 20px;
}
.national-category-swiper-item {
    padding: 14px 20px;
    height: 330px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .2), 0 3px 5px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}
.national-category-swiper-item:hover img{
    transform: scale(1.2);
}
.national-category-swiper-item .img-box{
    width: 100%;
    height: 180px;
}
.national-category-swiper-item .title{
    margin: 14px 0;
}
.national-category-swiper-item .sub-title{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    height: 66px;
}
.national-detail {
    padding: 20px 20px 50px 20px;
    background: rgb(245, 246, 253);
}
.national-detail-main {
    height: 708px;
}
.national-detail-main .part-content{
    background: #fff;
    box-shadow: 0 12px 32px 0 rgba(189, 205, 250, .32);
}
.national-detail-main .part-left{
    width: 900px;
    margin-right: 20px;
}
.national-detail-main .p-left-top,
.national-detail-main .p-right-top {
    height: 124px;
    border-bottom: 1px solid rgb(237, 238, 248);
}
.national-detail-main .p-left-bottom {
    padding: 20px 20px 28px 20px;
    height: calc(100% - 124px);
}

.national-detail-main .p-left-top {
    padding: 26px 20px 28px 20px;
}
.national-detail-main .p-left-top .l-img-box{
    background: rgb(238, 248, 254);
    margin-right: 18px;
    width: 62px;
    height: 68px;
}
.national-detail-main .p-left-top .info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.national-detail-main .p-right-top {
    padding: 20px;
    background: url("../../images/siteHome/national/national-bg-1.png");
    background-size: cover;
}
.national-detail-main .part-right {
    width: 358px;
}
.national-detail-main .p-right-bottom {
    width: 358px;
}
.national-detail-main .p-right-bottom .desc{
    line-height: 1.5;
}
