.newsInfo220617 * {
    box-sizing: border-box;
}

.newsInfo220617 {
    max-width: 768px;
    margin: 0 auto;
}

.newsInfo220617 img {
    display: block;
    max-width: 100%;
    height: 100%;
    border: none;
    width: 100%;
}

.newsInfo220617 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.newsInfo220617 ul li {
    border-top: 1px solid #e6e6e6;
    max-height: 46px;
    transition: all 600ms;
    overflow: hidden;
}

.newsInfo220617 ul li:last-child {
    border-bottom: 1px solid #e6e6e6;
}

.newsInfo220617 ul li .title_content {
    width: 100%;
    line-height: 46px;
    height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.newsInfo220617 ul li .title {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    font-weight: bold;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-break: auto;
    -webkit-box-orient: vertical;
    text-align: justify;
    -webkit-line-clamp: 1;
    margin-right: 20px;
}

.newsInfo220617 ul li .des_content {
    font-size: 12px;
    color: #494d6c;
    line-height: 1.4;
    overflow: hidden;
    transition: all 3000ms ease-out 0ms;
}

.newsInfo220617 ul li .des_content:before {
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    content: ' ';
    display: block;
}

.newsInfo220617 ul li .des_content .des_content_ul {
    padding: 20px;
}

.newsInfo220617 ul li .des_content img {
    margin-bottom: 10px;
}

.newsInfo220617 ul li .des_content .info_title {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 1.6;
}

.newsInfo220617 ul li .des_content .info_title_content {
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
}

.newsInfo220617 ul li .handler_logo {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.newsInfo220617 ul li .handler_icon img {
    width: 12px;
    height: 12px;
}

.newsInfo220617 ul li .normal_img {
    display: block;
    transform: rotate(180deg);
}

.newsInfo220617 ul li .hover_img {
    display: none;
}

.newsInfo220617 ul li._news_item_active .title {
    color: #00adbb;
}

.newsInfo220617 ul li._news_item_active .normal_img {
    display: none;
}

.newsInfo220617 ul li._news_item_active .hover_img {
    display: block;
}