.fixbannerbox {
    background-color: #f8f8f8;
}

.cyzsListMain {
    min-height: 450px;
}


.industrial-operation-main {
    position: relative;
    top: -90px;
    margin-bottom: -90px;
    z-index: 2;
}
.industrial-operation-main .address-main{
    position: initial;
    transform: inherit;
    padding: 15px 20px 5px;
}

.ind-box {
    position: relative;
    margin-bottom: 20px;
    background-color: #fff;
}
.cyzsListMain .home-main {
    width: 1200px;
    position: relative;
    top: 0px;
    left: 50%;
    transform: translate(-50%,0);
    background-color: #fff;
}


/* elementUI 选择框样式 */
.el-select{
    width: 100px;
    margin-left: 20px;
}
.el-select .el-input__inner {
    background: #FAFAFA;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #DCDFE6;
    color: #333;
}
.el-icon-arrow-up:before{
    content: "";
    position: absolute;
    top: 14px;
    right: 5px;
    width: 0;
    height: 0;
    border: 5px solid #DCDFE6;
    border-color: #aaa transparent transparent transparent;
}
.el-select .el-input.is-focus .el-input__inner,
.el-select .el-input__inner:focus{
    border-color: #DCDFE6;
}
.el-select .el-input .el-select__caret{
    transition: initial;
    transform: initial;
}
.el-select .el-input .el-select__caret.is-reverse{
    transform: initial;
}
.el-popper .popper__arrow{
    display: none;
}
.el-popper[x-placement^=bottom]{
    margin-top: 0px;
}
.el-select-dropdown{
    box-shadow: initial;
}
/* elementUI 选择框样式--end */

/* banner图 */
.home-banner { padding-top: 134px; min-height: 320px; }
.home-banner img { min-height: 320px;  }

/* 标题 */
.plmain-title{display:flex;justify-content: space-between;flex-flow:row nowrap;padding:20px 0 15px;border-bottom:1px solid rgba(112, 112, 112, 0.12); margin: 0 20px;}
.plmain-title .plm-l{display:flex;justify-content: flex-start;flex-flow:row nowrap;align-items: flex-end;}
.plmain-title .plm-l h3, .plmain-title .plm-l h1{font:20px/20px "PingFang SC";color:#333;margin-right:8px; font-weight: normal;}
.plmain-title .plm-l span{font:12px/12px "PingFang SC";color:#999999;}
.plmain-title .plm-r{display:flex;justify-content: flex-start;flex-flow:row nowrap;}
.plmain-title .title-right { color: #999999; font-size: 12px; cursor: pointer;}
/* 园区运营主体部分 */
.provinceListMain{position: relative;background-color: #fafafa;min-height:440px;}
.provinceListMain .home-main{width:1200px;position:absolute;top:-90px;left:50%;transform:translate(-50%,0);background-color: #fff;padding:10px 0;z-index: 99;}
.home-main .plmain-position{display:flex;justify-content: flex-start;flex-flow:row nowrap;align-items: center;font-size:12px;color:#999;}
.home-main .plmain-position a{color:#999;}
.home-main .plmain-position a:hover{color:#555;}
.home-main .plmain-position img{display: block;width: 12px;height: 12px;margin-right:5px;}
.provinceListMain .plmain-icons{display:flex;justify-content:flex-start;flex-flow:row wrap;padding:35px 60px;}
.plmain-icons ul { display: flex; padding: 10px 20px 30px;}
.plmain-icons li{ width: 16%; }
.plmain-icons li:last-of-type{margin-right: 0;}
.plmain-icons li a{display:flex;justify-content: center;flex-flow:column nowrap;align-items: center;cursor: pointer;}
.plmain-icons li img{width:100px;height: 100px;}
.plmain-icons li p{font:14px/20px "PingFang SC";color:#333;max-width: 160px;text-align: center;}
.plmain-icons li:hover p{color: #3486FE;}
.provinceListMain .plmain-lists{min-height:200px;padding:20px 50px 0;overflow:hidden;}
.plmain-lists li{width:24%;margin-bottom: 15px;cursor:pointer;float: left;margin-right: 1.25%;margin-bottom: 1.25%;}
.plmain-lists li:nth-of-type(4n){margin-right:0;}
.plmain-lists li:hover{-webkit-transform:translateY(-4px);transform: translateY(-4px);transition:all .3s;}
.provinceListMain .plmain-lists .nonedata{font: 16px/175px "PingFang SC";text-align: center;color:#999;}
.plmain-lists li a{display:flex;justify-content: flex-start;flex-flow:row nowrap;align-items: center;width:100%;height: 80px;background-color: #FAFAFA;padding:0 15px;}
.plmain-lists li .icon{width: 56px;height: 56px;border-radius:50%;margin-right: 10px;background-color: #fff;padding:5px;}
.plmain-lists li .icon img{width: 100%;height: 100%;border-radius:50%;}
.plmain-lists li .list-right{flex:1;width:0;display:flex;justify-content: center;flex-flow:column nowrap;}
.plmain-lists li .list-right p{font: 16px/20px "PingFang SC";color:#333333;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;}
.plmain-lists li .list-right span{font: 14px/25px "PingFang SC";color:#3486FE;}
/* 园区运营主体部分-end */


.cyzs {
    box-sizing: border-box;
    width: 100%;
}

.cyzs .cyzs-title {
    display: flex;
    justify-content: space-between;
    color: #999;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.12);
    padding-bottom: 5px;
    box-sizing: border-box;
}

.cyzs .cyzs-title .title-left h1 {
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
    color: #333;
}

.cyzs .cyzs-title .title-left span {
    font-size: 12px;
}

.cyzs .cyzs-title .title-left {
    display: flex;
    align-items: center;
}

.cyzs .cyzs-title .title-right {
    font-size: 12px;
}

.cyzs .cyzs-title .title-right:hover {
    cursor: pointer;
}
.ind-box-8 .home-main{ padding: 0; }
.ind-box-8 .main-list{ padding: 0 20px; }
.ind-box-8 .main-list li { border-bottom: 1px dotted rgba(0,0,0,0.12); padding: 20px 0; }
.ind-box-8 .main-list li:last-child { border: 0 none; }

/* 产业链图 */
.home-main.main2 {
    height: 561px;
    display: flex;
    box-sizing: border-box;
    background: #fff;
}

.home-main.main2 .main2-left {
    width: 800px;
    height: 100%;
}

.home-main.main2 .main2-left .left-title {
    display: flex;
    color: #999;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.12);
    padding-bottom: 5px;
    box-sizing: border-box;
    align-items: center;
}

.home-main.main2 .main2-left .left-title h1 {
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
    color: #333;
}

.home-main.main2 .main2-left .left-title span {
    font-size: 12px;
    color: #999;
}

.home-main.main2 .main2-left .left-content {
    display: flex;
    padding: 20px;

}

.home-main.main2 .main2-left .left-content .content-tabbar {
    height: 100%;
    width: 130px;
    box-sizing: border-box;
}

.home-main.main2 .main2-left .left-content .content-tabbar .tabbar-item {
    width: 120px;
    height: 36px;
    background: #F5F5F5;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    margin: 0 auto 15px;
    color: #666666;
}

.home-main.main2 .main2-left .left-content .content-tabbar .tabbar-item:hover {
    cursor: pointer;
}

.home-main.main2 .main2-left .left-content .content-tabbar .tabbar-item.active {
    color: #fff;
    background: #1890FF;
}

.home-main.main2 .main2-left .left-content .content-picture {
    margin-left: 10px;
    height: 440px;
    width: 640px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.16);
}

.home-main.main2 .main2-left .left-content .content-picture:hover {
    cursor: pointer;
}

.home-main.main2 .main2-left .left-content .content-picture>div {
    display: none;
}

.home-main.main2 .main2-left .left-content .content-picture>div.active {
    display: block;
    width: 100%;
    height: 100%;
    /*background: #E2F7FF;*/
    position: relative;
    cursor: default;
}

.home-main.main2 .main2-left .left-content .content-picture>div.active>img {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home-main.main2 .main2-left .left-content .content-picture>div.active .datanone {
    /*background: #E2F7FF;*/
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home-main.main2 .main2-right {
    width: 400px;
    height: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    box-sizing: border-box;
}

.home-main.main2 .main2-right .right-title {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.12);
    padding-bottom: 5px;
    box-sizing: border-box;
}

.home-main.main2 .main2-right .right-title h1 {
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
    color: #333;
}

.home-main.main2 .main2-right .right-list {
    width: 100%;
    padding: 0px 20px 10px;
}

.home-main.main2 .main2-right .right-list .datanone {
    margin-top: 200px;
}

.home-main.main2 .main2-right .right-list .list-item {
    display: flex;
    width: 100%;
    height: 65px;
    margin-top: 20px;
}

.home-main.main2 .main2-right .right-list .list-item .item-left {
    width: 70px;
    height: 70px;
    position: relative;
    border: 1px solid #ccc;
}

.home-main.main2 .main2-right .right-list .list-item .item-left img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home-main.main2 .main2-right .right-list .list-item .item-right {
    flex: 1;
    margin-left: 10px;
    padding-top: 2px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-main.main2 .main2-right .right-list .list-item .item-right .item-title {
    font-size: 16px;
    color: #333;
    position: relative;
    bottom: 5px;
}

.home-main.main2 .main2-right .right-list .list-item:hover .item-right .item-title {
    color: #1890FF;
    cursor: pointer;
}

.home-main.main2 .main2-right .right-list .list-item .item-right .item-content {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
}


.home-main.main3 {
    height: 640px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    bottom: 10px;
}

.home-main.main3 .main3-title {
    display: flex;
    justify-content: space-between;
    color: #999;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.12);
    padding-bottom: 5px;
    box-sizing: border-box;
    align-items: center;
}

.home-main.main3 .main3-title .title-left {
    display: flex;
    align-items: center;
}

.home-main.main3 .main3-title .title-left h1 {
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
    color: #333;
}

.home-main.main3 .main3-title .title-left span {
    font-size: 12px;
}

.home-main.main3 .main3-title .title-right {
    font-size: 12px;
}

.home-main.main3 .main3-title .title-right {
    cursor: pointer;
}

.home-main.main3 .main3-list {
    display: flex;
    flex-wrap: wrap;
}

.home-main.main3 .main3-list .list-item {
    width: 284px;
    height: 260px;
    background: #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-right: 7px;
    border: 1px solid transparent;
}

.home-main.main3 .main3-list .list-item:hover {
    border: 1px solid rgba(0, 0, 0, 0.12156862745098039);
    box-shadow: 0 2px 4px rgba(169, 169, 169, 0.35);
}

.home-main.main3 .main3-list .list-item:nth-of-type(4n) {
    margin-right: 0;
}

.home-main.main3 .main3-list .list-item .item-picture {
    width: 100%;
    height: 146px;
    position: relative;
    overflow: hidden;
}

.home-main.main3 .main3-list .list-item .item-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-main.main3 .main3-list .list-item .item-title {
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 400;
    line-height: 19px;
    color: #333333;
    font-size: 16px;
    margin-top: 14px;
    line-height: 19px;
    height: 38px;
}

.home-main.main3 .main3-list .list-item:hover {
    cursor: pointer;
}

.home-main.main3 .main3-list .list-item:hover .item-title {

    color: #2181FF;
}

.home-main.main3 .main3-list .list-item .item-time {
    color: #999999;
    font-size: 13px;
    margin-top: 12px;
}

.home-main.main4 {
    height: 286px;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    top: 10px;
}

.home-main.main4 .main4-title {
    display: flex;
    color: #999;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.12);
    padding-bottom: 5px;
    box-sizing: border-box;
    align-items: center;
}

.home-main.main4 .main4-title .title-left {
    display: flex;
    align-items: center;
}

.home-main.main4 .main4-title .title-left h1 {
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
    color: #333;
}

.home-main.main4 .main4-title .title-left span {
    font-size: 12px;
}

.home-main.main4 .main4-list {
    display: flex;
    margin-top: 16px;
}

.home-main.main4 .main4-list .list-item {
    width: 300px;
    height: 168px;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    transition: all 0.5s;
    bottom: 0;
}

.home-main.main4 .main4-list .list-item:hover {

    bottom: 10px;
    cursor: pointer;
}

.home-main.main4 .main4-list .list-item img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.home-main.main4 .main4-list .list-item .item-title {
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    left: 0;
    bottom: 0;
    font-size: 16px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
}

/* 模块114 - 模块115 */
.ind-box-2 { display: flex; justify-content: space-between; background: rgb(248, 248, 248); }
.ind-box-half { width: 37%; background: #fff; }
.ind-box-half-114 { width: 62%; }
.cyjq-content { display: flex; justify-content: space-between; padding: 10px 20px 20px; }
.cyjq-left { display: flex; width: 220px; height: 380px; padding: 8px 0px; background: #fff; }
.cyjq-tab { width: 112px; background: #fff; }
.cyjq-tab p, .cyjq-list p {
    font-size: 16px;
    color: #666666;
    padding: 5px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cyjq-tab p.active,.cyjq-tab p:hover{ color: #1890FF; }
.cyjq-list { height: 100%; width: 100%; overflow: auto;}
.cyjq-list .cyjq-list-c{ width: 100%; height: 30px;}
.cyjq-list p { font-size: 14px; }
.cyjq-list p.active{ color: #333333; font-weight: bold; }
.cyjq-list p span { color: #FFA319;  }
.cyjq-right { flex: 1; }
.bzcf-content { width: 100%; height: 380px; padding: 10px 20px 0;}
#cyjq-bar,#bzcf-bar { width: 100%; height: 100%;}
.cyjq-select .el-select { width: 100%; margin: 0; }
.cyjq-list .swiper-wrapper { display: block; }


/* 模块116 名录 */
.ml-list .ml-ul {
    display: flex;
    flex-flow: wrap;
    padding: 20px;
}
.ml-list .ml-ul li {
    width: 24%;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 1.333%;
    transition: .1s;
    cursor: pointer;
}
.ml-list .ml-ul li:not(:nth-of-type(4n)) {
    margin-right: 1.333%;
}
.ml-list .ml-ul li:hover {
    box-shadow: 0 0 15px rgba(0,0,0, 0.12);
}
.ml-list .ml-ul li:hover .ml-title{
    color: #438FFE;
}
.ml-list .ml-ul li .ml-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font: 16px/16px "microsoft yahei";
    color: #333;
    margin-bottom: 10px;
}
.ml-list .ml-ul li .ml-content {
    height: 38px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    font: 12px/20px "microsoft yahei";
    color: #999;
    margin-bottom: 8px;
}
.ml-list .ml-ul li .ml-area {
    padding-top: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-top: 1px solid #eee;
    font: 12px/20px "microsoft yahei";
    color: #438FFE;
}
/* 名录详情弹框 */
.pop-dialog .el-dialog__header{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items:center;
    height: 45px;
    padding:0 20px;
    border-bottom:1px solid #eee;
}
.pop-dialog .el-dialog__header .el-dialog__headerbtn{
    position: relative;
    top:0;
    right:0;
}
.pop-dialog .el-dialog__header .el-dialog__title{
    color:#2A8DFF;
}
.pop-dialog .el-dialog{
    margin-top: 0!important;
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.pop-dialog .el-dialog .el-dialog__body{
    padding:20px 25px 30px;
}
.poplist .listitem{
    display:flex;
    justify-content: flex-start;
    flex-flow:row nowrap;
    margin-bottom: 12px;
}
.poplist .listitem label{
    width:110px;
    font:15px/22px "microsoft yahei";
    color:#333;
}
.poplist .listitem p{
    font:15px/22px "microsoft yahei";
    color:#999;
    flex:1;
    width:0;
}
/* 名录详情弹框 --end */

/* 产业服务云平台 模块117 */
.plmain-lists{
    padding: 20px 50px 0;
    overflow: hidden;
    min-height: 113px;
    max-height: 113px;
}
.plmain-lists li {
    width: 24%;
    float: left;
    margin-right: 1.25%;
    margin-bottom: 1.25%;
    cursor: pointer;
}
.plmain-lists li:hover {
    transform: translateY(-4px);
    transition: all .3s;
}
.plmain-lists li:nth-of-type(4n) {
    margin-right: 0;
}
.plmain-lists li a {
    display: flex;
    justify-content: flex-start;
    flex-flow: row nowrap;
    align-items: center;
    width: 100%;
    height: 80px;
    background-color: #FAFAFA;
    padding: 0 15px;
}
.plmain-lists li .icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #fff;
    padding: 5px;
}
.plmain-lists li .icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.plmain-lists li .list-right {
    flex: 1;
    width: 0;
    display: flex;
    justify-content: center;
    flex-flow: column nowrap;
}
.plmain-lists li .list-right p {
    font: 16px/20px "PingFang SC";
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.plmain-lists li .list-right span {
    font: 14px/25px "PingFang SC";
    color: #3486FE;
}
.look-more {
    background-color: rgb(248, 248, 248);
}
.look-more-btn {
    width: 120px;
    height: 30px;
    line-height: 30px;
    padding-right: 20px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    cursor: pointer;
    font-size: 14px;
    position: relative;
}
.look-more-btn::after {
    position: absolute;
    content: " ";
    right: 16px;
    top: 12px;
    width: 8px;
    height: 8px;
    border-width: 8px;
    border-style: solid;
    border-color: #ccc transparent transparent transparent;
}
.plmain-lists.up {
    max-height: 4000px;
}
.look-more-btn.up::after {
    top: 4px;
    border-color: transparent transparent #ccc transparent;
}

/* 产业机构 */
.jg-list { padding: 20px 20px 10px; height: 210px; }
#swiper-jg{ height: 100%; }
.jg-list ul { display: flex; }
.jg-list ul li {
    display: flex;
    width: 270px;
    height: 140px;
    padding: 20px;
    margin-right: 27px;
    border: 1px solid rgba(112,112,112,0.12);
    cursor: pointer;
}
.jg-list ul li:nth-child(4n){ margin-right: 0; }
.jg-list ul li .jg-img {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 50px;
    margin-right: 20px;
}
.jg-list ul li .jg-img img { max-height: 100%; max-width: 100%; }
.jg-list ul li .jg-content { flex: 1; }
.jg-list ul li .jg-content span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}
.jg-list ul li .jg-content p {
    height: 64px;
    margin-top: 12px;
    color: #666666;
    font-size: 12px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    font: 12px/20px "microsoft yahei";
}
.jg-list ul li:hover{ box-shadow: 0px 4px 8px 1px rgba(169,169,169,0.3); transition: all .3s; }
.jg-list ul li:hover .jg-content span { color: #1890FF;  transition: all .3s; }

/*产业结构详情弹框*/
.cyjg-dialog .el-dialog__title {
    display: block;
    width: 100%;
    font-weight: 600;
    color: #333333;
    text-align: center;
}
.cyjg-dialog .el-dialog__body {
    padding: 20px 20px 30px;
}
.cyjg-dialog .el-dialog__title:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    background-color: #E5E3E3;
}
.cyjg-dialog-con {
    display: flex;
    align-items: flex-start;
    max-height: 600px;
    overflow: auto;
    font-size: 14px;
    color: #666666;
    font-family: PingFang SC-Semibold, PingFang SC;
}
.cyjg-dialog-con .cd-l {
    width: 130px;
    margin-right: 30px;
}
.cyjg-dialog-con .cdl-img,
.cyjg-dialog-con .cdrc-img{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 130px;
    height: 130px;
    border-radius: 4px;
    border: 1px solid rgba(24,144,255,0.5);
}
.cyjg-dialog-con .cdl-img img,
.cyjg-dialog-con .cdrc-img img{
    max-width: 100%;
    max-height: 100%;
}
.cyjg-dialog-con .cd-l > p {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #1890FF;
    text-align: center;
}
.cyjg-dialog-con .cd-r {
    flex: 1;
}
.cyjg-dialog-con .cdr-title{
    margin-bottom: 10px;
    font-size: 16px;
    color: #333333;
}
.cyjg-dialog-con .cdr-title:before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 16px;
    margin-right: 8px;
    background: #1890FF;
    vertical-align: middle;
}
.cyjg-dialog-con .cdr-title .cdr-more-btn{
    float: right;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}
.cyjg-dialog-con .cdr-con > ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.cyjg-dialog-con .cdr-con > ul li {
    width: 100px;
    margin-right: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}
.cyjg-dialog-con .cdr-con > ul li:nth-child(4n){ margin-right: 0 }
.cyjg-dialog-con .cdr-con > ul li .cdrc-img {
    width: 100px;
    height: 100px;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #E5E3E3;
}
.cyjg-dialog-con .cdr-con > ul li .cdrc-img .cdrci-con {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #86c05e;
   /* background: #e69c71;
    background-color: #48a1fa;
    background-color: #b492dc;*/
}
