.newsInfo9 * {
    box-sizing: border-box;
}

.newsInfo9 {
    max-width: 1440px;
    margin: 0 auto;
}

.newsInfo9Content {
    overflow: hidden;
    display: none;
    height: 0;
}

.newsInfo9 img {
    max-width: 100%;
    height: 100%;
    display: block;
    border: none;
    width: 100%;
}

.newsInfo9 a {
    text-decoration: none;
}

.newsInfo9 .news_rec_swiper {
    float: left;
    width: 100%;
    padding-right: 3%;
    border-right: 0px solid rgba(0, 0, 0, .06);
}

.newsInfo9 .news_list {
    display: none;
    float: left;
    width: 0%;
    padding-left: 3%;
}

.newsInfo9 .swiper-slide {
    background: #fff;
}

.newsInfo9 .news_content .img_box {
    height: 416px;
    overflow: hidden;
    display: block;
}

.newsInfo9 .news_content .content {
    padding: 20px;
}

.newsInfo9 .swiper-slide .img_box img {
    transition: all 600ms ease;
    width: 100%;
}

.newsInfo9 .swiper-slide .content .news_title {
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 20px;
    margin-bottom: 14px;
    display: block;
}

.newsInfo9 .swiper-slide .content .news_dec {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-break: auto;
    -webkit-box-orient: vertical;
    text-align: justify;
    -webkit-line-clamp: 2;
    line-height: 24px;
    max-height: 48px;
    color: #6f6f6f;
    margin-bottom: 20px;
    height: 48px;
}

.newsInfo9 .swiper-slide .news_more_content {
    font-size: 14px;
    color: #999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsInfo9 .swiper-slide .more_text {
    color: #999;
}

.newsInfo9 .swiper-slide .more_text svg {
    transform: rotate(-90deg);
    vertical-align: middle;
}

.newsInfo9 .swiper-slide:hover .img_box img {
    transform: scale(1.1);
}

.newsInfo9 .swiper-slide:hover .news_title,
.newsInfo9 .swiper-slide:hover .more_text,
.newsInfo9 .swiper-slide:hover .more_text svg path {
    color: #cc0001;
    fill: #cc0001;
}

.ico_share {
    display: flex;
    align-items: center;
}

.xg_share:hover {
    color: #cc0001;
    cursor: pointer;
}

.xg_share:hover .ico_share svg path {
    fill: #cc0001;
}

.xg_cover .share-custom a:hover {
    background: #cc0001;
}

.xg_cover .share-custom a:hover svg path {
    fill: #fff;
}

.xg_share:hover .xg_cover {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.ico_share svg {
    margin-right: 6px;
}

.xg_share {
    position: relative;
}

.xg_share .xg_cover .xg_cover_inner {
    width: 42px;
    position: relative;
    background: #fff;
    text-align: center;
    box-shadow: 0 3px 20px 3px rgb(0 0 0 / 6%);
    padding: 6px;
}

.xg_cover {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 2;
    padding-bottom: 10px;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.xg_cover_inner:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid solid solid;
    border-color: #fff transparent transparent;
}

.xg_cover .share-custom a {
    padding: 0;
    margin: 0 5px;
    background: none;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .10);
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
}

.newsInfo9 .swiper-pagination {
    display: none;
}

.newsInfo9 .news_list ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.newsInfo9 .news_list ul li a {
    display: block;
    overflow: hidden;
    height: 100%;
}

.newsInfo9 .news_list ul .hover_img {
    display: block;
    overflow: hidden;
    float: left;
    width: 40%;
    max-width: 185px;
}

.newsInfo9 .news_list ul .hover_img img {
    transition: all 600ms ease;
    width: 100%;
}

.newsInfo9 .news_list ul li:hover .hover_img img {
    transform: scale(1.1);
}

.newsInfo9 .news_list ul li .info_title {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-break: auto;
    -webkit-box-orient: vertical;
    text-align: justify;
    -webkit-line-clamp: 2;
    line-height: 24px;
    max-height: 48px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.newsInfo9 .news_list ul li {
    margin-bottom: 42px;
    height: 120px;
}

.newsInfo9 .news_list ul li:last-child {
    margin-bottom: 0;
}

.newsInfo9 .news_list ul li:hover .info_title {
    color: #cc0001;
}

.newsInfo9 .news_list ul li .info_des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-break: auto;
    -webkit-box-orient: vertical;
    text-align: justify;
    -webkit-line-clamp: 2;
    line-height: 24px;
    max-height: 48px;
    font-size: 14px;
    color: #6f6f6f;
}

.newsInfo9 .news_list ul .info_content {
    float: left;
    width: 60%;
    padding-left: 20px;
}

.newsInfo9Top .news_tab {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
}

.news_tab li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
}

.news_tab li:hover a,
.news_tab li.current a {
    background-color: #cc0001;
    color: #ffffff;
}

.news_tab li a {
    display: block;
    border-radius: 5px;
    line-height: 2.50;
    padding: 0 18px;
    color: #333;
}

.newsInfo9Content.active {
    display: block;
    height: auto;
}