/**组件样式**/
.newlist1 ul.list li a {
    align-items: center;
    line-height: 30px;
    justify-content: space-between;
    padding: 0.2rem 0;
 display: block;
    min-height: 24px;}.newlist1 ul.list h3 {
         font-size: 16px;
    color: #000;
    padding: 0 20px 0 15px;
    float: left;
    transition: 0.5s;
    position: relative;}.newlist1 ul.list li h3::after {
    width: 5px;
    height: 5px;
    background: #c5c2c2;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    left: 0;}
::after, ::before {
    transition: 0.5s;}.newlist1 ul.list li span {    float: left;
    width: 100px;
    text-align: right;
    white-space: nowrap;
    font-size: 16px;
    color: #666;    float: right;}.newlist1 ul.list li a::after {
    width: 0;
    height: 1px;
    background: #033d7a;}

.wl::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 100%;}.l1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
@media (max-width: 768px){


.txt1 {    width: 57%;
    font-size: 14px!important;}


}
