body{
    margin: 0px;
    width: 100vw;
    overflow-x: hidden;
    left: 0;
    top: 0;
    font-family: Microsoft YaHei;
    min-width: 1200px;
}
a{
    text-decoration: none;
    color: #000000;
}
ul {
    list-style-type: none;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}
#app {
    height: 100%;
}

#app.is-component {
    overflow-y: hidden;
}

.mainx {
    width: 100%;
    background-color: #ffffff;
}
.mainx-nav {
    width: 100%;
}
.mainx-body {
    width: 1750px;
    height: auto;
    margin: 0px auto;
}
.menux{
    width: 100%;
    height: 50px;
    background-color: #e4e4e4;
}
.menux-main{
    width: 1200px;
    height: 50px;
    margin: 0px auto;
}
.menux-main>span{
    padding-top: 2px;
    width: 80px;
    height: 46px;
    float: left;
    font-size: 16px;
    line-height: 46px;
    color: #000000;
    text-align: center;
    margin-right: 20px;
}
.menuspanx{
    border-bottom: 2px solid #005bac;
    color: #005bac;
}
.menuspanx_a{
    color: #005bac;
}
.pagemainP{
    width: 1200px;
}

.leftmenu{
    height: 57px; width: 307px;text-align: center; line-height: 57px; cursor:pointer;
}
.leftmenu:hover{
    height: 57px; width: 307px;text-align: center; line-height: 57px;
    background:url("/static/new/image/cc.jpeg");
    color: #fff;cursor:pointer;
}
.leftmenu2{
    height: 57px; width: 307px;text-align: center; line-height: 57px;
    background:url("/static/new/image/cc.jpeg");
    color: #fff;cursor:pointer;
}

.leftcc1{
    float: left;  width: 307px; margin-top: 160px; border: 1px solid #cacaca; background-color: #fff; height: 228px
}
.leftcc2{
    float: left;  width: 307px; position:fixed; top: 160px; border: 1px solid #cacaca; background-color: #fff; height: 228px
}
.pagination{
    list-style-type: none;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    width: auto;
}
.pagination>li{
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    display:inline;
    list-style-type:none;
    background-color: #005bac;
    color: #fff;
}
.pagination>li>a{
    color: #fff;
}
.spmain{
    list-style-type: none;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    width: auto;
}
.spmain>li{
    width: auto;
    display:inline-block;
    list-style-type:none;
    margin-right: 10px;
    margin-bottom: 10px;
}
.newpic{
    width: 255px;
    height: 153px;
    overflow: hidden;
}
.newpic img{
    transition: all 0.5s;
    cursor: pointer;
}
.newpic img:hover{
    transform: scale(1.1);
}

.zmenuul{}
.zmenuli{
    list-style-type:none;
    float: left;
    width: 150px;
    line-height: 65px;
    height: 65px;
    font-size: 18px;
    text-align: center;
}
.zmenuli2{
    list-style-type:none;
    float: left;
    width: 150px;
    line-height: 65px;
    height: 65px;
    font-size: 18px;
    background-color: #005bac;
    text-align: center;
}
.el-dialog__header {
    padding: 20px 20px 10px;
    background-color: #005bac;
}
.el-dialog__title {
    line-height: 24px;
    font-size: 18px;
    color: #ffffff !important;
}
.el-dialog__headerbtn .el-dialog__close {
    color: #ffffff !important;
}
.el-dialog__body {
    padding: 0px !important;
}