@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Lexend Deca';
}

.list-news-top{

}
.list-news-top .row{
    margin: 0 -5px;
}
.list-news-top .col-md-4, .list-news-top .col-md-3, .list-news-top .col-md-6, .list-news-top .col-md-12, .list-news-top .col-md-8, .list-news-top .col-md-2, .list-news-top .col-md-9,
.list-news-top .col-md-12 {
    padding: 0 5px;
}
.li-new-top-other{
    width: 100%;
    height: 430px;
    overflow: hidden;
}
.row-1{

}
.row-2{
    height: 210px;
    margin-bottom: 10px;
}
.row-2:last-child{
    margin-bottom: 0;
}
.li-new-top-other .item-new-top {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border: 0;
}
.li-new-top-other .item-new-top:after {
    content: '';
    display: block;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(0.4deg, #0E0E0E 9.71%, rgba(18, 18, 18, 0.64) 37.08%, rgba(133, 133, 133, 0) 66.87%);
    position: absolute;
    top: 0;
    left: 0;
}
.li-new-top-other .box-img-new-top{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.li-new-top-other .box-img-new-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.li-new-top-other .info-new-top{
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    padding: 30px;
}
.list-news-top .li-new-top-other .link-cat-new{
    display: block;
}
.li-new-top-other .link-cat-new{
    float: left;
    display: inline-block;
    background: #00DBF9;
    border-radius: 2px;
    font-family: Lexend Deca;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 1px 7px;
    color: #0E0E0E;
    height: auto;
    position: unset;
    margin-bottom: 5px;
}
.li-new-top-other .name-new-top {
    margin-bottom: 0;
}
.li-new-top-other .name-new-top a{
    font-family: Lexend Deca;
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 15px;
    height: auto;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.li-new-top-other.row-1 .name-new-top a, .li-new-top-other.row-2 .name-new-top a{
    font-size: 20px;
    line-height: 26px
}
.li-new-top-other.row-1 .name-new-top a{
    -webkit-line-clamp: 3;
}
.link-cat-date {
    font-family: Lexend Deca;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    float: left;
    width: 100%;
}
.li-new-top-other-list .swiper-pagination-bullet {
    border: 1px solid #FFFFFF;
    width: 11px;
    height: 11px;
    margin: 0 5px;
    opacity: 1;
}
.li-new-top-other-list .swiper-pagination-bullet-active{
    background: #c4c4c4;
    border: 1px solid #c4c4c4;
}
.main_content_techblog_left {
    float: left;
    width: calc(100% - 350px);
    padding-right: 20px;
}
.main_content_techblog_right {
    float: right;
    width: 350px;

}
.main_content_biz_blog_right_top {
    border-bottom: 1px solid #c4c4c4;
    height: auto;
    line-height: normal;
    margin-bottom: 19px;
    justify-content: space-between;
    padding-bottom: 3px;
}
.main_content_biz_blog_right_top_title {
    font-family: Lexend Deca;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
    color: #240065;
    white-space: nowrap;
}
.techblogv2_left_list {
    margin: 0;
    padding: 0;
}
.techblogv2_left_list li{
    list-style: none;
    margin: 0;
    display: inline-block;
    padding: 0 13px;
}
.techblogv2_left_list li a.link-view-all {
    /*font-family: San Francisco Display;*/
    font-family: Lexend Deca;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #333333;
    background: transparent;
    padding: 0;
}
.techblogv2_left_top {
    float: left;
    width: 100%;
    margin-bottom: 23px;
}
.techblogv2_left_top .row{
    margin: 0 -10px;
}
.techblogv2_left_top .col-md-6, .techblogv2_left_top .col-md-4, .techblogv2_left_top .col-md-3, .techblogv2_left_top .col-lg-12 {
    padding: 0 10px;
}
.techblogv2_left_second {
    float: left;
    width: 100%;
}
.item-list-news.class-maxwidth{
    margin-bottom: 0;
    border: 0;
    background: transparent;
    padding: 0;
}
.class-maxwidth .link-img-item-list-news{
    width: 48.125%;
    height: 247px;
    display: block;
}
.class-maxwidth .img-item-list-news{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.class-maxwidth .info-item-list-news{
    width: 51.875%;
    padding: 0 0 15px 15px
}
.class-maxwidth .title-item-list-news {
    font-family: Lexend Deca;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 12px;
    height: auto;
}
.class-maxwidth .link-cat-new, .class-col .link-cat-new {
    position: unset;
    background: transparent;
    font-family: Lexend Deca;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    color: #240065;
    height: auto;
    padding: 0;
}
.class-maxwidth .link-cat-new:hover, .class-col .link-cat-new:hover {
    box-shadow: none;
}
.class-maxwidth .sapo-item-list-news{
    font-family: Lexend Deca;
    font-size: 16px;
    line-height: 24px;
    color: #4F4F4F;
}
.link-cat-new-time{
    display: flex;
    font-family: Lexend Deca;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    color: #240065;
    float: left;
    width: 100%;
}
.link-cat-new-time span{
    padding-left: 3px;
}
.techblogv2_left_second {
    position: relative;
    padding: 20px;
    background: #F2F2F2;
}
.item-list-news.class-col {
    background: transparent;
    border: 0;
    padding: 0;
    margin-bottom: 20px;
}
.class-col .link-img-item-list-news {
    width: 100%;
    height: 150px;
    overflow: hidden;
}
.class-col .img-item-list-news {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.class-col .info-item-list-news{
    padding: 15px 0;
}
.title-item-list-news{
    height: auto;
    font-family: Lexend Deca;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 7px;
}
.class-col .sapo-item-list-news {
    display: none;
}
.techblogv2_left_second .swiper-container-horizontal>.swiper-pagination-bullets, .techblogv2_left_second .swiper-pagination-custom, .techblogv2_left_second .swiper-pagination-fraction{
    display: none;
}
.techblogv2_left_second .swiper-button-next, .techblogv2_left_second .swiper-button-prev {
    width: 34px;
    height: 34px;
    margin-top: -17px;
    background-size: 34px 34px;
    background-position: center;
    background-repeat: no-repeat;
}
.techblogv2_left_second .swiper-button-next {
    background-image: url(/images/ic-2810-2.png);
    right: -17px;
}
.techblogv2_left_second .swiper-button-prev {
    background-image: url(/images/ic-2810-1.png);
    left: -17px;
}
.techblogv2_left_slide_btn{
    text-align: center;
}
.btn_techblogv2_btn{
    background: #002CCA;
    border-radius: 2px;
    font-family: Lexend Deca;
    font-size: 13px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 2px 20px 3px;
}
.btn_techblogv2_btn:hover {
    color: #fff
}
.ic-2810-3 {
    margin-left: 8px;
    vertical-align: -1px;
    display: inline-block;
    width: 17px;
    height: 8px;
    background: transparent url(/images/ic-2810-3.png) no-repeat center center;
}
.techblogv2_top_layout2 .item-list-news.class-col{
    margin-bottom: 0;
    height: 100%;
}
.techblogv2_top_layout2 .class-col .link-img-item-list-news {
    height: 247px;
}
.techblogv2_top_layout2 .class-col .sapo-item-list-news {
    display: block;
    font-family: Lexend Deca;
    font-size: 16px;
    line-height: 24px;
    color: #4F4F4F;
    height: auto;
    margin-bottom: 8px;
}
.techblogv2_top_layout2 .class-col .title-item-list-news{
    font-family: Lexend Deca;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
}
.techblogv2_left_second_layout2{
    padding: 0;
    background: transparent;
}
.techblogv2_left_second_layout2 .class-maxwidth .link-img-item-list-news{
    width: 228px;
    height: 147px;
}
.techblogv2_left_second_layout2 .class-maxwidth .info-item-list-news {
    width: calc(100% - 228px);
    padding: 0;
}
.info-item-list-news-body {
    width: 59.44%;
    float: left;
    padding: 0 8px 0 15px;
    border-right: 1px solid #bdbdbd;
}
.info-item-list-news-relate{
    float: left;
    width: 40.56%;
}
.techblogv2_left_second_layout2 .class-maxwidth .title-item-list-news {
    font-family: Lexend Deca;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #333333;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 6px;
}
.techblogv2_left_second_layout2 .class-maxwidth .sapo-item-list-news{
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: auto;
    margin-bottom: 9px;
}
.techblogv2_left_second_layout2 .item-list-news.class-maxwidth {
    margin-bottom: 13px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
}
.list-news-relate-list {
    margin: 0;
    padding: 0;
}
.list-news-relate-list li{
    position: relative;
    padding-left: 17px;
    list-style: none;
    margin-bottom: 10px;
}
.list-news-relate-list li:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 10px;
    background: #2556FF;
}
.list-news-relate-list li a{
    font-family: Lexend Deca;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #4F4F4F;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 9px;
    overflow: hidden;
}
.techblogv2_news{
    width: 100%;
    background: transparent url('/images/v2_techblog/bg-techblogv2news.png') no-repeat center center;
    background-size: cover;
    padding: 37px 0;
}


.techblogv2_news_left{
    float: left;
    width: calc(100% - 350px);
    padding: 58px 20px 0 0;
}
.techblogv2_news_right {
    float: left;
    width: 350px;
    text-align: center;
}
.techblogv2_news_right img{
    max-width: 100%;
}
.techblogv2_news_left_content {
    float: left;
    width: 68.375%;
}
.techblogv2_news_left_lq {
    float: left;
    width: 31.625%;
    padding-left: 35px;
}
.techblogv2_news_left .main_content_biz_blog_right_top_title{
    color: #fff;
}
.techblogv2_news_left .techblogv2_left_list li a.link-view-all {
    color: #fff;
}
.techblogv2_news_left .techblogv2_top_layout2 .class-col .link-img-item-list-news {
    height: 165px;
}
.techblogv2_news_left .techblogv2_top_layout2 .class-col .title-item-list-news{
    font-family: Lexend Deca;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.techblogv2_news_left .techblogv2_top_layout2 .class-col .sapo-item-list-news {
    display: none;
}
.techblogv2_news_left .link-cat-new-time{
    color: #fff;
}
.techblogv2_news_left .class-col .link-cat-new{
    color: #fff;
}
.techblogv2_news_left .main_content_biz_blog_right_top{
    margin-bottom: 45px;
}
.techblogv2_news_left_lq .list-news-relate-list li:before {
    background: #FF7A00;
}
.techblogv2_news_left_lq .list-news-relate-list li a{
    color: #fff;
}
.techblogv2_news_box_btn {
    text-align: center;
}
.techblogv2_news_box_btn .btn_techblogv2_btn{
    background: #fff;
    color: #001AFF;
}
.techblogv2_news_box_btn .btn_techblogv2_btn:hover{
    color: #001AFF;
}
.ic-2810-4 {
    margin-left: 8px;
    vertical-align: -1px;
    display: inline-block;
    width: 17px;
    height: 8px;
    background: transparent url(/images/v2_techblog/ic-2810-4.png) no-repeat center center;
}
.main_content_techblogv2_focus {
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
    margin-bottom: 30px;
}
.main_content_techblogv2_focus .nav .nav-item {
    width: 50%;
    background: #F2F2F2;
}
.main_content_techblogv2_focus .nav-pills .nav-link{
    padding: 15px 15px 12px;
    font-family: Lexend Deca;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #333333;
    text-align: center;
    height: 100%;
    border-radius: 0;
}
.main_content_techblogv2_focus .nav-pills .nav-link.active, .main_content_techblogv2_focus .nav-pills .show>.nav-link{
    color: #FF7A00;
    background: #fff;
}
.main_content_techblogv2_focus .tab-content>.tab-pane{
    padding-bottom: 20px;
    height: 700px;
}
.techblogv2_focus{
    height: 100%;
}
.focus_box_news {
    padding: 0 20px 0 13px;
    margin-bottom: 20px;
    height: auto;
    float: left;
}
.focus_box_news p.info-ktcb {
    width: 100%;
    padding-left: 15px;
    position: relative;
}
.focus_box_news p.info-ktcb:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #FF7A00;;
    position: absolute;
    top: 7px;
    left: 0;
}
.focus_box_news .link-new-sugg{
    font-family: Lexend Deca;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #333333;
    height: auto;
    margin-bottom: 3px;
}
.link-cat-new-sugg{
    float: none;
    width: auto;
    font-family: Lexend Deca;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    color: #240065;
}
.main_content_techblog_cate{
    padding: 20px 0;
}
.main_content_techblog_cate .title-cate-list{
    font-family: Lexend Deca;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
    color: #240065;
    padding-bottom: 3px;
    border-bottom: 1px solid #001AFF;
    margin-bottom: 18px;
}
.main_techblog_cate_taglist {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.main_techblog_cate_taglist a{
    background: rgba(0, 219, 249, 0.2);
    border-radius: 20px;
    /*font-family: San Francisco Display;*/
    font-family: Lexend Deca;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #0E0E0E;
    padding: 8px 20px;
    margin-right: 30px;
    margin-bottom: 9px;
}
.main_techblog_cate_taglist a:hover{
    color: #0E0E0E;
    text-decoration: none;
}
.techblogv2_top_layout2 .class-col2 .link-img-item-list-news{
    height: 258px;
}
.class-maxwidth2 .link-img-item-list-news{
    width: 38.81%;
    height: 101px;
}
.class-maxwidth .title-item-list-news{
    font-family: Lexend Deca;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 14px;
}
.class-maxwidth2 .info-item-list-news{
    width: 61.19%;
    padding-bottom: 0;
}
.class-maxwidth2 .sapo-item-list-news{
    display: none;
}
.main_content_techblog_cate .techblogv2_left_top{
    margin-bottom: 16px;
}
.techblogv2_left_second_layout2 .class-maxwidth3 .link-img-item-list-news {
    width: 156px;
    height: 101px;
}
.techblogv2_left_second_layout2 .class-maxwidth3 .info-item-list-news {
    width: calc(100% - 156px);
    padding: 0;
}
.class-maxwidth3 .info-item-list-news-body {
    width: 63.44%;
    float: left;
    padding: 0 8px 0 15px;
    border-right: 0;
}
.info-item-list-news-relate {
    float: left;
    width: 36.56%;
}
.box-reg-recei-bt {
    background: transparent url('/images/v2_techblog/bg-techblogv2-dk.png') no-repeat center center;
    min-height: 203px;
    height: auto;
    padding: 10px 0;
    background-size: cover;
}
.box-reg-recei-content {
    float: left;
    width: 100%;
}
.box-reg-recei-col-1{
    width: 32.48%;
    float: left;
    text-align: center;
}
.box-reg-recei-col-2{
    width: 30.34%;
    float: left;
    padding-right: 25px;
}
.box-reg-recei-col-3{
    width: 37.18%;
    float: left;
    padding-top: 30px;
}
.box-reg-recei-col-1 img{
    max-width: 100%;
}
.box-reg-recei-col-2 h5{
    margin-top: 30px;
    font-family: Lexend Deca;
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.main_content_techblogv2_boxchild{
    padding: 30px 0 20px 50px;
    height: 500px;
}
.main_content_techblogv2_boxchild_list {
    height: 100%;
}
.main_content_techblogv2_boxchild_title {
    font-family: Lexend Deca;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #333333;
}
.main_content_techblogv2_boxchild_title:before{
    content: '';
    display: inline-block;
    background: #001AFF;
    width: 4px;
    height: 28px;
    margin-right: 8px;
    vertical-align: -7px;
}
.techblogv2_boxchild_list {
    margin: 0;
    padding: 0 0 0 20px;
}
.techblogv2_boxchild_list li{
    width: 100%;
    list-style: none;
    padding: 0 0 0 11px;
    position: relative;
}
.techblogv2_boxchild_item {
    padding-left: 45px;
}
.techblogv2_boxchild_list li > a, .techblogv2_boxchild_item a{
    font-family: Lexend Deca;
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    display: block;
    margin-bottom: 14px;
}
.techblogv2_boxchild_list li > a.active, .techblogv2_boxchild_item a.active,
.techblogv2_boxchild_list li > a:hover, .techblogv2_boxchild_item a:hover{
    font-weight: 700;
}
.techblogv2_boxchild_list li:before{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    background: #C4C4C4;
}
.box_form_newstech{
    display: none;
    padding: 59px 44px 20px;
    margin-bottom: 20px;
    width: 100%;
    background: linear-gradient(150.8deg, #00FF0A -6.83%, #0500FF 44.41%, #BD00FF 101.28%);
}
.box_form_newstech h3{
    font-family: Lexend Deca;
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 20px;
}
.box_bannertab_newstech {
    text-align: center;
    float: left;
    padding: 0 15px;
}
._techblogv2_news {
    width: 100%;
    background: #fff;
    padding: 53px 0 30px;
}
._techblogv2_news {

}
.class-col-tag-cate{
    font-family: Lexend Deca;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 14px;
    display: block;
}
._techblogv2_news .class-col .link-img-item-list-news{
    height: 238px;
}
._techblogv2_news .title-item-list-news{
    font-family: Lexend Deca;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 10px;
}
._techblogv2_news .class-col .sapo-item-list-news{
    display: block;
    margin-bottom: 8px;
    font-family: Lexend Deca;
    font-size: 16px;
    line-height: 24px;
    color: #4F4F4F;
}
._techblogv2_news_relate {
    float: left;
    width: 100%;
}
._techblogv2_news_relate a{
    display: block;
    font-family: Lexend Deca;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #4F4F4F;
    position: relative;
    padding-left: 10px;
}
._techblogv2_news_relate a:before{
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    background: #FF7A00;
    position: absolute;
    left: 0;
    top: 9px;
}
._techblogv2_news .techblogv2_left_slide_btn {
    padding-top: 45px;
}
.box_techv2_f{
    width: 100%;
    background: transparent url('/images/v2_techblog/bg-techblogv2-f.png') no-repeat center center;
    padding: 47px 0 43px;
}
.box_techv2_f_title {
    font-family: Lexend Deca;
    font-weight: 700;
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 33px 0 20px;
    display: flex;
    align-items: baseline;
    margin-bottom: 48px;
}
.box_techv2_f_title span{
    white-space: nowrap;
}
.box_techv2_f_title:after{
    display: inline-block;
    height: 1px;
    background: #fff;
    width: 100%;
    content: '';
    margin-left: 5px;
}
.box_techv2_f .techblogv2_left_second{
    background: transparent;
}
.box_techv2_f .title-item-list-news{
    color: #fff;
}
.box_techv2_f .link-cat-new-time {
    color: #fff;
}
.box_techv2_f .class-maxwidth .link-cat-new, .box_techv2_f .class-col .link-cat-new{
    color: #fff;
}
.box_techv2_f .techblogv2_left_slide {
    padding-bottom: 30px;
}
.box_techv2_f .li-new-top-other-list .swiper-pagination-bullet{
    background: transparent;
    border: 1px solid #fff;
}
.box_techv2_f .li-new-top-other-list .swiper-pagination-bullet-active {
    background: #fff;
    border: 1px solid #fff;
}
.box_techv2_f .swiper-container-horizontal>.swiper-pagination-bullets, .box_techv2_f .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0!important;
}

.title-item-list-news:hover, .techblogv2_top_layout2 .class-col .title-item-list-news:hover, .techblogv2_left_second_layout2 .class-maxwidth .title-item-list-news:hover,
.list-news-relate-list li a:hover,.dblblq_right .topic_row_body .book_post_title:hover,
._techblogv2_news_relate a:hover {
    color: #3eddfd;
}
.techblogv2_detail_box{
    display: flex;
    width: 100%;
    float: left;
    background: #F7F7F7;
    padding: 27px 0 30px;
}
.main_content_biz_blog_right{
    margin-bottom: 19px;
}
.techblogv2_detail_box_left{
    width: 31.375%;
    padding: 0 12px 0 23px;
    border-right: 1px solid #C4C4C4;
}
.techblogv2_detail_box_title {
    font-family: Lexend Deca;
    font-size: 18px;
    text-transform: uppercase;
    color: #240065;
    margin-bottom: 15px;
}
.techblogv2_detail_box_title:after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #001AFF;
    margin-top: 3px;
}
.techblogv2_detail_box_relate .list-news-relate-list li:before{
    left: 0;
}
.techblogv2_detail_box_relate .list-news-relate-list li a {
    font-family: Lexend Deca;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}
.techblogv2_detail_box_relate .list-news-relate-list li a:hover{
    color: #3eddfd;
}
.techblogv2_detail_box_right {
    width: 68.625%;
    padding: 0 24px 0 15px;

}
.techblogv2_detail_box_list .class-maxwidth .link-img-item-list-news{
    width: 40.61%;
    height: 145px;
}
.techblogv2_detail_box_list .class-maxwidth .info-item-list-news{
    width: 59.39%;
}
.techblogv2_detail_box_list .item-list-news {
    margin-bottom: 18px;
}
.techblogv2_detail_box_list .item-list-news:last-child {
    margin-bottom: 0;
}

/*menu css*/
.box-menu-child {
    padding-top: 16px;
    padding-bottom: 12px;
    position: absolute;
    min-width: 197px;
    top: 100%;
    left: 0;
    background: #fff;
    display: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.menu-child-list {
    width: 100%;
    position: relative;
    padding: 0;
    border-radius: 0;
    background: #FFFFFF;
    box-shadow: none;
    border: 0;
}
.header_bot_menu > li:after {
    content: '';
    width: calc(100% - 10px);
    height: 2px;
    background: #2F80ED;
    position: absolute;
    bottom: 9px;
    left: 5px;
    display: none;
}
.header_bot_sub_cate .header_bot_menu li:hover, .header_bot_sub_cate .header_bot_menu li.active{
    border-bottom: 0 !important;
}
.header_bot_menu > li:hover:after, .header_bot_menu > li.active:after  {
    display: block;
}
.header_bot_menu > li > .box-menu-child > .menu-child-list > li > .box-menu-child{
    display: none;
    top: 0;
    left: 100%;
}
.header_bot_menu > li > .box-menu-child > .menu-child-list > li > .box-menu-child > .menu-child-list > li > .box-menu-child{
    display: none;
    top: 0;
    left: 100%;
}
.header_bot_menu > li > .box-menu-child > .menu-child-list > li > .box-menu-child > .menu-child-list > li{
    padding: 0 10px;
}
.header_bot_menu > li > .box-menu-child > .menu-child-list > li > .box-menu-child > .menu-child-list > li:hover > a{
    background-color: #ECEFF1;
}
.header_bot_menu > li > .box-menu-child > .menu-child-list > li:hover > .box-menu-child{
    display: block;
}
.header_bot_menu > li > .box-menu-child > .menu-child-list > li:hover > .box-menu-child > .menu-child-list > li:hover > .box-menu-child{
    display: block;
}
.header_bot_menu > li > .box-menu-child > .menu-child-list > li:hover,
.header_bot_menu > li > .box-menu-child > .menu-child-list > li.active{
    background-image: url(/images/v2_techblog/ic-2810-6.png);
    background-color: #ECEFF1;
    background-repeat: no-repeat;
    background-position: right 10px top 12px;
}
.header_bot_sub_cate .header_bot_menu > li.active > a, .header_bot_sub_cate > .header_bot_menu > li:hover a{
    color: #2F80ED!important;
}
.header_bot_menu > li:hover:after, .header_bot_menu > li.active:after{
    display: none;
}
.menu-child-list:before{
    display: none;
}
/*endmenu*/

.handbook_menu_title {
    font-family: 'Lexend Deca';
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #240065;
    margin-bottom: 14px;
    cursor: pointer;
}
.list-news-relate-list li a{
    font-family: Lexend Deca;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}
.techblogv2_detail_box .list-news-relate-list li:before{
    left: 0;
}
.dblblq_right .topic_row_body {
    padding-left: 20px;
    float: left;
    width: calc(100% - 240px);
}
.dblblq_right .topic_row {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 20px;
}
.topic_row_img {
    width: 240px;
    height: 160px;
    overflow: hidden;
    float: left;
    border-radius: 0;
    display: block;
}
.dblblq_right .topic_row_img {
    width: 235px;
    height: 156px;
}
.topic_row_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.book_post_m {
    display: inline-block;
    border: 1px solid #3FDDFE;
    border-radius: 4px;
    padding: 3px 8px;
    font-family: Lexend Deca;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #3FDDFE;
    margin-right: 6px;
    margin-bottom: 5px;
}
.topic_row_body .book_post_m {
    border: 1px solid #4D7FFD;
    color: #4D7FFD;
}
.dblblq_right .topic_row_body .book_post_title {
    font-family: Lexend Deca;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    -webkit-line-clamp: 5;
}
.techblogv2_news_box_btn_mb {
    display: none;
}
.gp_main_b2bmar_right_news_pagging ul.pagination{
    text-align: center;
    justify-content: center;
}
.gp_main_b2bmar_right_news_pagging ul.pagination li span, .gp_main_b2bmar_right_news_pagging ul.pagination li a{
    font-size: 16px;
    line-height: 19px;
    color: #685F5F;
}
.gp_main_b2bmar_right_news_pagging ul.pagination li a:hover, .gp_main_b2bmar_right_news_pagging ul.pagination li.active a {
    color: #2556FF;
    font-weight: 700;
}
.gp_main_b2bmar_right_news_pagging ul.pagination li{
    width: 25px;
    height: auto;
    line-height: normal;align-items: center;
}
.gp_main_b2bmar_right_news_pagging ul.pagination li.next a {
    background: #E0E0E0 url("/images/v2_techblog/ic-techblog-4.png") no-repeat center center;
    display: block;
    border: none;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    line-height: normal;
    font-size: 0;
    border-radius: 4px;
}
.gp_main_b2bmar_right_news_pagging ul.pagination li.prev a {
    background: #E0E0E0 url("/images/v2_techblog/ic-techblog-6.png") no-repeat center center;
    display: block;
    border: none;
    padding: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    line-height: normal;
    font-size: 0;
    border-radius: 4px;
}
.help3_bvpb_txt {
}
#box-auto-toc{
    border: 1px solid #C4C4C4;
    width: 100%;
    max-width: 370px;
    margin-bottom: 20px;
}
.box-auto-toc-title{
    background: #F0F0F0;
    padding: 9px 20px 10px;
    font-family: Lexend Deca;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    text-transform: uppercase;
    color: #484848;
}
#box-auto-toc ol{
    padding-left: 38px;
    display: none;
}
.box-auto-toc-title .toc_toggle{
    float: right;
}
.table-of-contents li, .table-of-contents li  a{
    font-family: Lexend Deca;
    font-weight: normal;
    font-size: 13px;
    line-height: 25px;
    color: #006ACB;
}
.right-top {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.right-top img{
    max-width: 100%;
}

.list-tag-dt{
    background: #F2F2F2;
    border: 0;
    padding: 17px 0 10px;
}
.fb-share-button {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;
    background: transparent;
    text-indent: -9999px;
    background: transparent url("/images/v2_techblog/ic-techblog-7.png") no-repeat center center;
}
.box-share-mxh{
    width: 271px;
}
.list-tag {
    float: left;
    width: calc(100% - 275px);
    padding-left: 45px;
    background: transparent url("/images/v2_techblog/ic-techblog-11.png") no-repeat 14px 0;
}
.item-tag{
    background: rgba(0, 219, 249, 0.2);
    border-radius: 25px;
    font-family: Lexend Deca;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #0E0E0E;
}
.main_content_blog_Detail_title{
    margin-bottom: 5px;
}
.main_content_blog_Detail_title_info{
    float: left;
    width: 100%;
    padding: 3px 0 6px;
    border-bottom: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    display: flex;
    justify-content: space-between;
}
.date-time-post{
    background: transparent;
    align-items: center;
    font-family: Lexend Deca;
    font-size: 14px;
    line-height: 23px;
    color: #4E4E4E;
}
.name-author {
    font-family: Lexend Deca;
    font-weight: 700;
    font-size: 14px;
    line-height: 23px;
    color: #4E4E4E;
}
.link-cat-new-0511 {
    font-family: Lexend Deca;
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    text-transform: uppercase;
    color: #240065;
    height: auto;
    padding: 0;
}
@media screen and (max-width: 1024px) {
    .main_content_techblog_left{
        width: calc(100% - 300px);
    }
    .main_content_techblog_right{
        width: 300px;
    }
    .header_bot_menu{
        width: 95%;
    }
    .box-search-blog .link-search-blog{
        display: block;
    }
    .box-search-blog{
        position: relative;
        justify-content: flex-end;
        z-index: 9;
    }
    .box-search-blog .main-search-blog{
        position: absolute;
        right: 0;
        top: 50px;
        opacity: 0;
    }
    .box-search-blog .main-search-blog.show{
        opacity: 1;
    }
    #box-auto-toc{
        max-width: 100%;
    }
}
@media screen and (max-width: 950px) {
    .home_headbot_only .headbot_menu_last{
        margin-left: 5px;
    }
    .headbot_menuitem .ic-bf1{
        width: 8px;
        margin-left: 3px;
    }
    .headbot_menuitem a{
        font-size: 12px;
    }
    .header_bot_sub_cate .header_bot_menu li{
        padding: 19px 11px;
    }
}
@media screen and (max-width: 820px) {
    .home_headbot_only .headbot_menu{
        max-width: calc(100% - 125px);
    }
}
@media screen and (max-width: 768px) {
    .home_headbot_only .headbot_menu_last{
        margin-left: 3px;
    }
    .home_headbot_only .headbot_menu_last a{
        font-size: 11px;
        width: auto;
    }
    .headbot_menuitem a{
        padding: 0 4px;
    }
    .home_headbot_only .headbot_menu{
        max-width: calc(100% - 110px);
    }
    .headbot_logo_main{
        width: 110px;
    }
    .header_bot_sub_cate .header_bot_menu li {
        padding: 19px 7px;
    }
    .main_content_techblog_left{
        width: calc(100% - 240px);
    }
    .main_content_techblog_right{
        width: 240px;
    }
}