.JournalismList{
    width: 100%;
  
}
.size {
    padding: 0 100px;
    background-color: #fff;
    margin: 0 auto;
    width: 1200px;
}
.public-link {
    margin-right: 10px;
    padding: 20px 10px 20px 0;
    width: 309px;
    border-right: 4px solid #C3000A;
}
/* .public-link img {
    margin: 0 auto;
    display: block;
} */
.public-link-1 li {
    margin-top: 10px;
    transition: .5s;
}
.public-link-2 .list-span{
    display: flex;
    width: 100%;
     height: 100%;
     align-items: center;
     justify-content: center;
     margin-left: 9px;
     
}
.public-link-2 .list-span span{
    display: block;
    width: 100px;
    margin-left: 10px;
    color: #C3000A;
}
.public-link-2 li.w50 {
    width: 141px;
}
.public-link-2 li {
    margin-top: 10px;
    height: 55px;
    border: 1px solid #C3000A;
    border-radius: 4px;
    margin-left: 3px;
    margin-right: 6px;
}
/* .public-link-2 li img {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
} */
.public-link-2 li.w100 {
    margin-top: 10px;
    width: 100%;
    clear: both;
}
.clearfix {
    clear: both;
}
.pr {
    position: relative;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.styles-show {
    padding-top: 20px;
    width: 865px;
}
.public-tit1 strong {
    padding-left: 5px;
    line-height: 20px;
    border-left: 4px solid #C3000A;
    font-size: 16px;
    color: #C3000A;
    display: block;
    font-weight: 500;
}
.current-location {
    margin-top: -7px;
    padding-left: 20px;
    line-height: 20px;
    font-size: 16px;
    background: url(../img/location-ico.png) no-repeat left center;
}
.current-location span {
    margin-right: 15px;
    color: #999;
}
.current-location a {
    padding-right: 15px;
    margin-right: 5px;
    color: #666;
    background: url(../img/location-type-bg.png) no-repeat right center;
}
.current-location em {
    color: #333;
}

.newsList-warp {
    margin-top: 15px;
}

.newsList-warp li {
    padding: 15px 0 15px 17px;
    border-bottom: 1px solid #ccc;
    color: #333;
    font-size: 16px;
    background: url(../img/Rectangle14.png) no-repeat left center;
    background-size: 8px 8px;
}
.newsList-warp li a {
    max-width: 510px;
    transition: .5s;
    display: block;
}
.text-hide-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsList-warp li span {
    color: #666;
    font-size: 14px;
}
.fr {
    float: right;
}

