.info .news .pic-list li .content-box h3 {
    margin-top: 0;
    line-height: 1.9;
    text-indent: 2em;
    font-weight: normal;
}

.info .news .pic-list li .content-box h3:hover {
    text-decoration: none;
}

.info .news .pic-list li .content-box .time {
    margin: 0;
}

.info .news .pic-list li .content-box h2 {
    line-height: 1.4;
    margin-bottom: 6px;
    height: 67px;
}

.info .news .pic-list .title-time {
    position: relative;
}

.info .news .pic-list .title-time-base .content-box .time{
    text-align: right;
}
.info .news .pic-list .title-time .content-box .time {
    position: absolute;
    right: 10px;
    top: 45px;
}


.info .news .pic-list li .content-box h3 {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
}

.process-rules .process-rules-list ul li a {
    line-height: 20px;
}

.process-rules .process-rules-list ul li {
    margin-bottom: 12px;
}
header .center-wrapper .search img {
    z-index: 9;
}
.list-overview-container {
    padding-top: 13px;
}

.list-overview-container .list-overview-item {
    background: #f0f0f0;
    padding: 5px 20px 10px !important;
    margin-bottom: 20px;
}

.list-overview-container .list-overview-item.color {
    background: #f3f7f4;
}

.a-max-length{
    width:800px;/*要显示文字的宽度*/
    text-overflow :ellipsis; /*让截断的文字显示为点点。还有一个值是clip意截断不显示点点*/
    white-space :nowrap; /*让文字不换行*/
    overflow : hidden; /*超出要隐藏*/
}
.a-max-length-100{
    width:100%;/*要显示文字的宽度*/
    text-overflow :ellipsis; /*让截断的文字显示为点点。还有一个值是clip意截断不显示点点*/
    white-space :nowrap; /*让文字不换行*/
    overflow : hidden; /*超出要隐藏*/
}



