@charset "UTF-8";

.page-content-impl-container {
    min-width: 1000px;
    height: auto;
}
.news-list-wrapper-in-news {
    width: 100%;
    display: block;
    position: relative;
    margin-top: 64px;
}
.news-list-container-in-news {
    width: 1000px;
    min-width: 1000px;
    margin: auto;
}
.news-list-in-news {
    margin: 0;
    padding: 0;
    list-style: none;
}
.news-item-in-news {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    height: 50px;
    line-height: 50px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    text-align: left;
}
.news-item-date-in-news {
    padding: 0 5px 0 10px;
    margin: 0;
    float: right;
    color: #BBB;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}
.news-item-content-in-news {
    display: block;
    position: relative;
    padding: 0 0 0 5px;
    margin-left: 14px;
}
.news-item-content-in-news {
    display: block;
    position: relative;
    padding: 0 0 0 5px;
    margin-left: 14px;
}
.news-item-content-in-news span {
    content: url(../images/svg/circle.svg);
    vertical-align: middle;
    line-height: 50px;
    margin-top: -2px;
}
.news-item-href-in-news {
    padding: 0;
    margin-left: 16px;
    /*display: block;*/
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    outline: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.news-item-href-in-news:hover {
    color: #333;
    font-weight: normal;
    font-style: normal;
    text-decoration: underline;
}

#newsListPageControl {
    margin-top: 20px;
}

.breadcrumb-wrapper-in-news {
    margin-top: -10px;
    margin-bottom: 32px;
}