.news_main {
    padding: 10rem 0;
    background: #ffffff url(/static/images/news_bg.jpg) center / cover no-repeat;
    position: relative;
    z-index: 2;
}

.news_main_tit {
    text-align: left;
    padding: 0 100px;
}

.news_main_tit h3 {
    position: relative;
    z-index: 2;
    font-weight: normal;
    color: #008cd6;
    font-size: 2.9rem;
}

.news_main_tit p {
    opacity: .8;
    margin-left: 1rem;
    margin-top: -3.5rem;
    font-size: 3.8rem;
    color: #e7e7e7;
    font-family: Georgia;
}

.news_main_con {
    padding: 0 100px;
}

.news_main_con ul li,
.news_main_con ol li {
    position: relative;
    margin-top: 50px;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 15px 0 #e6e6e6;
    transition: all 0.3s;
}

.news_main_con ol li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_main_con ol li .li-left {
    flex-basis: 49%;
}

.news_main_con ol li .li-left img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: top;
}

.news_main_con ol li .li-right {
    flex-basis: 49%;
}

.news_main_con ul li {
    flex-basis: 49%;
}

.news_main_con li:hover {
    background: #f2f7fb;
}

.news_main_con ul li::before {
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
    height: 3px;
    background: #5194ba;
    content: "";
    transition: all 0.4s;
}

.news_main_con ul li:hover:before {
    width: 100%;
}

.news_main_con li .text {
    padding: 35px 45px;
}

.news_main_con li .text h3 {
    color: #333333;
    font-size: 22px;
    height: 70px;
    overflow: hidden;
    line-height: 32px;
    font-weight: initial;
}

.news_main_con li:hover .text h3 {
    color: rgb(0, 101, 178);
}

.news_main_con li .text h4 {
    color: #666666;
    font-size: 18px;
    height: 72px;
    line-height: 24px;
    margin-top: 10px;
    text-indent: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    font-weight: initial;
}

.news_main_con li .text p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    color: #5194ba;
}

.news_main_con li .text p span.news-time {
    font-size: 16px;
}

.news_main_con li .text p span.news-more {
    display: flex;
    align-items: center;
}

.news_main_con li .text p i {
    /* background: url(/static/images/nav_gt.svg) center no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    display: inline-block; */
    margin-left: 5px;
    margin-top: 1px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2rem 10rem;
    gap: 1rem;
}

.pagination li {
    position: relative;
    width: 50px;
    height: 50px;
    background: #eeeeee;
    border-radius: 5px;
    line-height: 50px;
    cursor: pointer;
    overflow: hidden;
}

.pagination li:hover,
.pagination li.active {
    background: #67b4db;
    color: #ffffff;
}

.pagination li a {
    position: relative;
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #333333;
    font-size: 15px;
}

.pagination li:hover a,
.pagination li.active a {
    color: #ffffff;
}

.pagination li:nth-of-type(2) a,
.pagination li:nth-last-of-type(2) a {
    opacity: 0;
}

.pagination li:nth-of-type(2)::after {
    content: '\e65d';
    font-family: 'iconfont';
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.pagination li:nth-last-of-type(2)::after {
    content: '\e65f';
    font-family: 'iconfont';
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.news-info-l{
    flex-basis: 70%;
    padding: 5rem 3rem 8rem 0;
    border-right: 1px solid #e6e9ea;
}
.news-tit h2{
    font-weight: 500;
    font-size: 2.1rem;
    color: #333333;
    line-height: 2.5rem;
    margin-bottom: 2rem;
}
.news-tit .widget-box{
    align-items: center;
}
.news-tit .widget-box::after {
  flex: 1;
  height: 1px;
  background: #D9D9D9;
  margin-left: 15px;
  content: "";
  display: block;
}
.news-tit .widget-box .detailTime {
    font-size: 14px;
    color: #FFFFFF;
    height: 36px;
    line-height: 36px;
    background: #67b4db;
    border-radius: 18px;
    padding: 0 1.5rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
}
.article{
    padding: 3rem 1rem 5rem;
    font-size: 1.2rem;
    color: #555555;
    line-height: 2rem;
}
.line{
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid rgb(238, 238, 238);
}
.news-more{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
}
.news-more a {
    position: relative;
    width: 158px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: rgb(102, 102, 102);
    border: 1px solid rgb(225, 225, 225);
    border-radius: 40px;    
}
.more-pre a{
    padding-left: 10%;
}
.more-next a{
    padding-right: 10%;
}
.news-more a.text-gray{
    color: #dddddd;
}
.more-pre a::after{
    /* content: '\e66d'; */
    content: '\e648';
    font-family: 'iconfont';
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: scaleX(-1) translateY(-50%);
}
.more-next a::after{
    content: '\e648';
    font-family: 'iconfont';
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translateY(-50%);
}

.news-info-r{
    flex-shrink: 0;
    width: 100%;
    max-width: 25rem;
    padding: 5rem 0 2rem 3rem;
}
.news-info-list{
    position: sticky;
    top: 6rem;
}
.news-info-list h2{
    font-size: 30px;
    color: #333333;
    margin-bottom: 10px;
}
.news-info-list li{
    background: #fafafa;
    margin-bottom: 20px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 #e6e6e6;
}
.news-info-list ul li::before {
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    height: 3px;
    background: #5194ba;
    content: "";
    transition: all 0.4s;
}
.news-info-list ul li a{
    color: #666666;
    padding: 38px 30px 27px 30px;
    display: inline-block;
}
.news-info-list ul li:hover:before {
    width: 100%;
}
.view-time{
    position: relative;
    display: flex;
    align-items: center;
    gap: .5rem;
    color: #939393;
    margin-bottom: 8px;
}
.view-tit{
    font-size: 18px;
    color: #333333;
    line-height: 29px;
}
.view-more{
    position: relative;
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 15px;
    margin-top: 30px;
}
.news-info-list ul li:hover a,
.news-info-list ul li:hover .view-tit {
    color: #008cd6;
}
