@charset "utf-8";
body{
    -webkit-text-size-adjust: 100%;
    background-color:#F2F2F2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "微软雅黑", "Microsoft YaHei", "黑体简体", "Arial regular", serif !important;

}
#public-nav-gongshi>a {
    color: #1e88e5 !important;
}
p{
    word-break: break-all;
}

.listTitle {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
}

.page-wrap{
    text-align: center;
    margin-bottom: 50px;
}

.noDataTips{
    background: url("../../../common/img/noData.png") no-repeat center 100px;
    width: 100%;
    height: 400px;
    padding-top: 234px;
    font-size: 20px;
    color: #9E9E9E;
    line-height: 24px;
    text-align: center;
}


.typeNewsList li{
    height:36px;
    position: relative;
    display: flex;
    align-items: center;
}
.newsIcon{
    position: absolute;
    left:10px;
    top:16px;
    background: #626262;
    width: 4px;
    height: 4px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.typeNewsList{
    margin-top:20px;
    margin-bottom: 20px;
    min-height: 360px;
}
.typeNewsList a:hover .titleLink{
    color:#1e88e5;
}
.typeNewsList a{
    display: block;
    flex: 1;
    font-size:16px;
    color:#212121;
    line-height: 36px;
    text-align: left;
    word-break: break-all;
    height:36px;
    padding-left: 24px;
    vertical-align: top;
}

.typeNewsList .titleLink{
    display: inline-block;
    font-size:16px;
    color:#212121;
    line-height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    font-weight: normal!important;
    width: 1000px;
}

.typeNewsList .newsTime {
    color: #919191;
    margin-left: 12px;
    flex: none;
    width: 120px;
    text-align: right;
    font-size:16px;
    height: 36px;
    line-height: 36px;
}