.body {
    max-width: 1180px;
    /* border: 1px solid black; */
    margin: 0 auto;
    min-width: 1180px;
    /* min-height: 500px; */
}
#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;
}
.journalism-list-box{
    background-color: white;
    width: 860px
}
.journalism-info-box{
    /* width: 100%; */
    border-bottom: 1px solid #eee;
    padding: 20px;
    display: flex;
}
.image{
    width: 200px;
    height: 130px;
    object-fit: cover;
}
.journalism-info-text{
    /* display: flex; */
    width: 640px;
    /* justify-content:space-around; */
    /* flex-direction:column; */
    padding-left: 18px;
    /* padding-right: 24px; */
}
.journalism-info-text :not(:last-child){
    margin-bottom: 12px;
}
.journalism-info-title{
    font-size: 16px;
    color: black;
    overflow: hidden;
    width: 602px;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    /* margin-bottom: 12px; */
}
.journalism-info-title:hover{
    color: #0d6ed9;
}
.journalism-info-box-href{
    /*display: flex;*/
    width: 100%;
    font-size: 16px;
    color: black;
    white-space: nowrap;
    /*display: block;*/
    /*text-overflow: ellipsis;*/

}
.journalism-info-text>span{
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.journalism-span {
    white-space: nowrap;
    width: 82px;
}
.policy-span {
    overflow: hidden;
    white-space: nowrap;
    width: 93px;
}
.policy-list-box{
    background-color: white;
    width: 860px
}
.policy-info-box{
    height: 30px;
    max-width: 860px;
    /* border-bottom: 1px solid #eee; */
    display: flex;
    margin: 29px 20px;
}

.policy-info-text{
    width: 100%;
    display: flex;
    justify-content:space-between;
}
.policy-info-text>*{
    margin-bottom: 12px;
}
.policy-info-title{
    font-size: 16px;
    color: black;
    height: 100%;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
}
.console{
    width: 100%;
    height: 144px;
    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;
}
.latest-news{
    width: 300px;
    /* height: 370px; */
    background-color: white;
    margin-bottom: 8%;
}
.latest-news-title{
    display: block;
    color: black;
    font-size: 18px;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}
.latest-news-list{
    padding: 10px 20px 15px;
}
.latest-news-list>li{
    list-style: none;
}
.latest-news-list>li>a{
    color: #666;
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.latest-news-list li a:hover{
    color: #0d6ed9;
}
.el-pagination{
    padding: 50px 0 !important;
    display: flex;
    justify-content: center;
}
.block{
    text-align: center;
    margin-top: 50px;
}

.block .pagination li a {
    font-size: 16px;
}
