.body {
    max-width: 1180px;
    /* border: 1px solid black; */
    margin: 0 auto;
    min-width: 1180px;
}
#app{
    min-width: 1180px !important;
}
.container{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.Global-style {
    display: flex;
    justify-content: space-between;
}
.el-breadcrumb__separator{
    color: #666 !important;
}
.el-breadcrumb__inner {
    color: #666 !important;
}
.party-construction-list-box{
    background-color: white;
    width: 860px
}
.party-construction-info-box{
    /* height: 130px; */
    max-width: 860px;
    border-bottom: 1px solid #eee;
    padding: 20px;
    display: flex;
}
.image{
    width: 200px;
    height: 130px;
    object-fit: cover;
}
.party-construction-info-text{
    display: flex;
    width: 640px;
    /* justify-content:space-around; */
    flex-direction:column;
    padding-left: 18px;
    /*padding-right: 24px;*/
}
.party-construction-info-text>*{
    margin-bottom: 12px;
}
.party-construction-info-title{
    font-size: 16px;
    color: black;
    width: 602px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.party-construction-info-text .create-time{
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    width: 82px;
}
.party-construction-info-text .des{
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.console{
    width: 100%;
    height: 192px;
    background-color: white;
    margin-bottom: 20px;
}
.console a{
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #eee;
    display: block;
    color: #666;
    font-size: 18px;
    text-align: center;
    line-height: 48px;
}

.console a:link{
    text-decoration:none;
}

.new-party-construction{
    width: 300px;
    background-color: white;
    margin-bottom: 8%;
}
.new-party-construction-title{
    display: block;
    color: black;
    font-size: 18px;
    padding:15px 20px;
    border-bottom: 1px solid #eee;
}
.new-party-construction-list{
    padding: 10px 20px 15px;
}
.new-party-construction-list>li{
    list-style: none;
    /*width: 100%;*/
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.new-party-construction-list>li>a{
    color: #666;
    font-size: 14px;
    line-height: 30px;
}
.el-pagination{
    padding: 50px 0 !important;
    display: flex;
    justify-content: center;
}