.newsInfo220620 * {
    box-sizing: border-box;
}

.newsInfo220620 {
    max-width: 1200px;
    margin: 0 auto;
}

.newsInfo220620 img {
    display: block;
    max-width: 100%;
    height: 100%;
    border: none;
    width: 100%;
}

.newsInfo220620 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.newsInfo220620 ul li {
    margin-bottom: 10px;
    max-height: 70px;
    transition: all 600ms;
    overflow: hidden;
    background-image: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    box-shadow: 0 8px 16px 0 #d6daf0;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.newsInfo220620 ul li .news_title_content {
    padding: 0 20px 16px 20px;
}

.newsInfo220620 ul li .news_title_content .title_des {
    color: #666666;
    font-size: 16px;
    line-height: 2;
}

.newsInfo220620 ul li .title_content {
    width: 100%;
    line-height: 70px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsInfo220620 ul li .title {
    font-size: 20px;
    color: #0c64af;
    line-height: 2;
    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;
}

.newsInfo220620 ul li .des_content {
    font-size: 12px;
    color: #494d6c;
    line-height: 1.4;
    transition: all 3000ms ease-out 0ms;
    overflow: hidden;
}

.newsInfo220620 ul li .des_content:before {
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    content: ' ';
    display: block;
}

.newsInfo220620 ul li .des_content .des_content_ul {
    padding: 20px;
}

.newsInfo220620 ul li .des_content img {
    margin-bottom: 10px;
}

.newsInfo220620 ul li .des_content .info_des {
    font-size: 16px;
    line-height: 3;
    color: #666;
    position: relative;
    margin-bottom: 10px;
    display: flex;
}

.newsInfo220620 ul li .des_content .info_des .info_des_icon {
    width: 20px;
    height: 20px;
    margin-right: 14px;
}

.newsInfo220620 ul li .des_content .info_des:last-child {
    margin-bottom: 0;
}

.newsInfo220620 ul li .handler_logo {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.newsInfo220620 ul li .handler_icon img {
    width: 12px;
    height: 12px;
}

.newsInfo220620 ul li .normal_img {
    display: block;
    transform: rotate(180deg);
}

.newsInfo220620 ul li .hover_img {
    display: none;
}

.newsInfo220620 ul li._news_item_active {
    background-image: linear-gradient(180deg, #ffffff 0%, #f1f6ff 100%)
}

.newsInfo220620 ul li._news_item_active .normal_img {
    display: none;
}

.newsInfo220620 ul li._news_item_active .hover_img {
    display: block;
}