.el-menu-demo {
    display: flex;
    padding-right: 50px;
}

.el-menu {
    background: none;
    top: -4px;
}

.el-menu.el-menu--horizontal {
    border-bottom: none;
}

.el-menu--horizontal>.el-menu-item:not(.is-disabled):focus,
.el-menu--horizontal>.el-menu-item:not(.is-disabled):hover,
.el-menu--horizontal>.el-submenu .el-submenu__title:hover {
    background-color: transparent !important;
    color: #fff;
}

.el-menu-item {
    font-size: 17px;
    padding: 0;
}

.el-menu--horizontal>.el-menu-item {
    color: #fff;
}

.el-submenu__title {
    font-size: 17px;
}

.el-menu--horizontal>.el-submenu .el-submenu__title {
    color: #fff;
}

.el-submenu__icon-arrow {
    margin-top: 3px !important;
    font-size: 16px;
    color: #fff !important;
}

.disflex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.head-nav .tip {
    top: -18px;
    white-space: nowrap;
    left: 12px;
    right: auto !important;
}

@-webkit-keyframes moveUpDown {
    25% {
        top: -18px;
    }

    50% {
        top: -22px;
    }

    75% {
        top: -20px;
    }

    100% {
        top: -18px;
    }
}

@keyframes moveUpDown {
    25% {
        top: -18px;
    }

    50% {
        top: -22px;
    }

    75% {
        top: -20px;
    }

    100% {
        top: -18px;
    }
}

.submenu2020 {
    width: 356px;
    margin-left: -100px;
}

.submenu2020 .el-menu-item {
    font-weight: 500;
    color: #000 !important;
    padding: 0px !important;
    height: auto !important;
}

.submenu2020 .el-menu-item:hover {
    background-color: rgb(238, 244, 255);
}

.submenu2020-div {
    display: flex;
    align-items: flex-start;
    padding: 20px;
}

.submenu2020-div img {
    width: 48px;
    height: 48px;
}

.submenu2020-div-sub {
    line-height: 1;
    margin-left: 20px;
}

.submenu2020-div-sub h6 {
    font-size: 13px;
    color: #525666;
    font-weight: 100;
    margin-top: 15px;
}

@media screen and (min-width:961px) {
    .top-user-info-1 a {
        color: #fff;
    }

    .top-user-info-1 a:hover {
        color: #ccc;
    }

    .p-user-empty {
        display: inline-block;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.7);
        width: 68px;
        text-align: center;
        border: 1px solid rgba(255, 255, 255, 0.7);
        line-height: 32px;
        border-radius: 3px;
        transition: all .3s ease 0s;
    }

    .p-user-empty:hover {
        color: #123c8f;
        background: #fff;
        border-color: #fff;
    }

    .p-user-empty:last-child {
        margin-left: 10px;
    }
}

/*轮播图*/
.new_moblie {
    display: none;
}

#movies {
    width: 100%;
}

@media (max-width:1000px) {
    #movies {
        display: none;
        width: 0%;
    }

    .new_pc {
        display: none;
        width: 0%;
    }

    .new_moblie {
        display: block;
    }
}

/* 新闻css */
.module-title {
    text-align: center;
}

.press-release {
    max-width: 400px
}

.new_com {
    align-items: flex-start;
    padding-top: 30px;
    flex-wrap: wrap;
}

.new_com dl dt {
    padding-bottom: 12px;
}

.new_com dl dd p {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    transition: all .5s ease 0s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 25px;
    margin-bottom: 20px;
}

.new_com dl dd p span {
    color: #999;
    font-size: 14px;
}

.new_com dl dd p a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.new_com dl dd p:hover {
    box-shadow: 1px 1px 20px rgba(0, 0, 0, .2);
    transform: translate(0, -5px);
}

.ind_apnic {
    padding: 30px 40px 50px;
    justify-content: center;
}

.ind_apnic img {
    max-width: 160px;
    width: 100%;
}

.ind_apnic .p {
    font-size: 20px;
    line-height: 1.4;
    padding-left: 70px;
}

@media screen and (max-width:960px) {
    .ind_apnic {
        padding-left: 0;
        padding-right: 0;
    }

    .ind_apnic .p {
        font-size: 16px;
    }

    .ind_apnic .p p {
        display: inline-block;
    }
}

@media screen and (max-width:768px) {
    .ind_apnic img {
        max-width: 120px;
    }

    .ind_apnic .p {
        font-size: 15px;
        padding-left: 30px;
    }

}

@media screen and (max-width:1300px) {
    .press-release {
        max-width: none;
        width: 100% !important;
        padding: 0 !important;
    }
}

@media screen and (max-width:640px) {
    .ind_apnic {
        flex-direction: column;
    }

    .ind_apnic .p {
        padding-top: 20px;
        padding-left: 0;
        line-height: 1.6;
        font-size: 14px;
    }

    .press-release {
        max-width: none;
        width: 100% !important;
        padding: 0 !important;
    }
}

.new-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.new-list {
    width: 49%;
    border: 1px solid #e4e4e4;
    border-radius: 10px;
    margin: 10px 5px;
    box-sizing: border-box;
    transition: .5s;
}

.new-list span {
    display: block;
    margin-left: 20px;
}

.new-list span:nth-child(1) {
    font-size: 16px;
}

.new-list span:nth-child(2) {
    font-size: 14px;
    color: #999;
}

.new-item {
    padding: 10px 0;
}

.new-list:hover {
    box-shadow: 0px 0px 10px 5px #e4e4e4;
    transform: translateY(-5px);
}

@media all and (max-width:1100px) {
    .new-list {
        width: 100%;
        margin: 5px;
    }
}