﻿

.xwzxTit strong {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: block;
    text-align: center;
}


.xwzxTit p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin: 10px 0;
}

.xwzxTit{
    padding: 50px 0 30px;
    position: relative;
}


.xwzx{
    width: 1172px;
    
    margin: 0 auto;
  
}

.more{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    position: absolute;
    right: 25px;

    bottom: 5px;

}


.xwzxContent{
    border-radius: 14px;
    width: 1172px;
    background-color:#fff;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border:1px #eee solid ;
}


.xwzxContent li{
    font-size: 14px;
    width:316px;
    height: 30px;
    line-height: 30px;
    list-style: none;
    box-sizing: border-box;
    padding-left: 30px;
    position: relative;
    display: flex;
   
    justify-content: space-between;
}

.xwzxContent li a{
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right:5px;
}
   


.xwzxContent li::before{
    content: "";
    position: absolute;
    background: skyblue;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
a{
    text-decoration: none;
    color: #666;
}
