<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* /develop/fTKUpfApYGlv-nCpfKUAtFJzo-GvUApKfKKUAU-jmBqrKmiiiqjoikkoni-jpBqrKmiiiqjoilkmri/style.css,/assets/widget/style/component/articledetail/articledetail.css */
/* /develop/fTKUpfApYGlv-nCpfKUAtFJzo-GvUApKfKKUAU-jmBqrKmiiiqjoikkoni-jpBqrKmiiiqjoilkmri/style.css */
.sq3_header_1{
    height:110px;
    border-bottom: solid 1px rgba(255,255,255,0.45);
    display: flex;
    align-items: center;
    transition:all 0.5s ease, background-color 0.3s ease-out;
    justify-content: space-between;
    position:relative;
    background-color:rgba(0,0,0,0.1);
}
.sq3_header_1Hover{
    position: absolute;
    left: 0;
    top: 110px;
    width: 100%;
    height: 0px;
    background: #fff;
    transition:all 0.5s ease;
}
.sq3_header_1Hover2{
    height: 430px;
    border-bottom:1px solid #f1f1f1;
}
.sq3_header_1_screen{
    position: fixed;
    height:60px;
    background-color: #000;
    opacity:.9;
}
.sq3_header_1_screen  .sq3_header_1Hover{
    top: 60px;
}
.sq3_header_1_screen .sq_nav_1 .navigation ul li&gt;.sub{
    top: 50px!important;
    margin-top:0 !important;
}
    
/***************************************************************************************************************************logo样式*/
.sq3_header_1 .sq_icon_1 .sq_icon_img img{
    height:56px;
    transition:all 0.5s ease, background-color 0.3s ease-out;
    margin-left: 30px;
    margin-right: 30px;
}
.sq3_header_1_screen .sq_icon_1 .sq_icon_img img{
    height:40px;
}
/*****************************************************************************************************************************导航条样式*/
.sq3_header_2{
    position:relative;
}
    .sq3_header_2 .sq_nav_1{
    
            }
.sq3_header_2 .sq_nav_1 .navigation&gt;ul{
   /* position:relative;*/
}
.sq3_header_2 .sq_nav_1 .navigation&gt;ul&gt;li{
    /*position: relative;*/
    display:inline-block;
    font-family: "ITC-AvantGarde-Gothic Book", "Noto Sans", sans-serif;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0.05rem;
    list-style: none;
    padding: 0;
    margin: 0px 15px;
}
.sq3_header_2 .sq_nav_1 .navigation ul li a{
    position:relative;
}
.sq3_header_2 .sq_nav_1 .navigation ul li&gt;i.fa-angle-down{
    display:none;
}
.sq3_header_2 .sq_nav_1 .navigation ul li a:before{
    content: '';
    position: absolute;
    left: -4%;
    bottom: 20px;
    height: 2px;
    width: 110%;
    transform: rotateY(90deg);
    background: #fff;
    transition:ease-in-out 0.4s;
}
.sq3_header_1 .sq_nav_1 .navigation ul li .sub ul li a:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px;
    width: 100%;
    transform: rotateY(90deg);
    transition:ease-in-out 0.4s;
    background: #707070;
}
    @media screen and (min-width:1230px){
            .sq3_header_1 .sq_nav_1 .navigation ul li .sub ul li a:hover:before{
            transform: rotateY(0deg);
                        }
        .sq3_header_2 .sq_nav_1 .navigation ul li a:hover:before{
            transform: rotateY(0deg);
        }
    }

.sq3_header_1_screen .sq_nav_1 .navigation ul li a:before{
    bottom: -10px;
}
.sq3_header_1_screen .sq_nav_1 .navigation&gt;ul&gt;li&gt;a:hover:before{
    bottom: -10px;
}
.sq3_header_2 .sq_nav_1 .navigation&gt;ul&gt;li.sqOnNav&gt;a:before{
    transform: rotateY(0deg);
}
.sq3_header_2 .sq_nav_1 .navigation&gt;ul&gt;li&gt;a{
    color:#fff;
    padding: 44px 0;
}
.sq3_header_1_screen  .sq_nav_1 .navigation&gt;ul&gt;li&gt;a{
    padding:0;
}
.sq3_header_2 .sq_nav_1 .navigation ul li&gt;.sub{
    max-width:1180px; 
    width:100%;
    position:absolute;
    left: 50%;
    top: 112px;
    height:0px;
    overflow:hidden;
    transition:all 0.5s ease;
    opacity:0;
    margin-top: 5px;
    overflow-y:hidden;
    overflow-x:hidden;
    transform: translateX(-50%); 
    padding-top: 5px;
   /* background: #ccc;*/
        
}
.sq3_header_2 .sq_nav_1 .navigation ul li&gt;.sub.active{
    opacity:1;
        
    height:400px;
}
.sq3_header_2 .sq_nav_1 .navigation ul li&gt;.sub::-webkit-scrollbar{
    width: 6px;
    height: 16px;
    background-color: #ccc;
    border-radius: 10px;
}
/*定义滚动条的轨道，内阴影及圆角*/
.sq3_header_2 .sq_nav_1 .navigation ul li&gt;.sub::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        border-radius: 10px;
        background-color: #f7f7f7;
    }
    /*定义滑块，内阴影及圆角*/
    .sq3_header_2 .sq_nav_1 .navigation ul li&gt;.sub::-webkit-scrollbar-thumb{
            width: 10px;
            height: 20px;
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
            background-color: #ccc;
        }
    .sq3_header_2 .sq_nav_1 .navigation ul li&gt;.sub&gt;ul&gt;li{
        width: 100%;
    line-height:22px;
    display: inline-block;
    /*border-right: 1px solid #525ca3;*/
    /* padding-left: 5px; */
    overflow:hidden;
    vertical-align: top;
    margin-bottom:15px;
    font-weight: bold;
}
.sq3_header_2 .sq_nav_1 .navigation ul li&gt;.sub&gt;ul&gt;li&gt;a{
    /*color:#707070;*/
        color:#333;
    white-space: nowrap;
    font-size:14px;
    display:inline-block;
    margin-bottom:2px;
}
.sq3_header_2 .sq_nav_1 .navigation ul li&gt;.sub&gt;ul&gt;li&gt;ul&gt;li&gt;a{
    /*color:#707070;*/
        color:#555;
    white-space: nowrap;
    font-size:13px;
    font-weight: 500;
}
/*********************************************************************************************************************搜索输入框样式*/
.sq3_header_1 .sq_right_1 .sq_search_1 .serach .search-wrap .search-input&gt;button{
    border: 0;
    background: transparent;
    outline:none;
}
.sq3_header_1 .sq_right_1 .sq_search_1 .serach .search-wrap .search-input&gt;button&gt;img{
    cursor: pointer;
    width: 26px;
    height: 26px;
    transform: translateY(4px);
    margin-right: 10px;
    margin-left:20px;
    margin-top: -4px;
}
.sq3_header_1 .sq_right_1{
    width:210px;
    display: flex;
    align-items: center;
    height: 110px;
    transition:all 0.5s ease, background-color 0.3s ease-out;
}
.sq3_header_1_screen .sq_right_1{
    height: 60px;
}
.sq3_header_1 .sq_right_1 .sq_search_1{
    display:inline-block;
}
.sq3_header_1 .sq_right_1 .sq_language_1{
    display:inline-block;
}
.sq3_header_1 .sq_right_1 .sq_search_1 .serach .search-wrap .search-input&gt;img{
    cursor: pointer;
    width: 26px;
    height: 26px;
    transform: translateY(2px);
    margin-right: 10px;
    margin-left:20px;
    margin-top: -3px;
}
.sq3_header_1 .sq_right_1 .sq_search_1 .serach .search-wrap .search-input{
    display:flex;
    position:relative;
    align-items: center;
}
.sq3_header_1 .sq_right_1 .sq_search_1 .serach .search-wrap .search-input&gt;input{
    position: absolute;
    left: -100px;
    border: none;
    height: 30px;
    border-radius: 40px;
    text-indent: 10px;
    outline:none;
    transition:ease-in-out .5s;
    margin-top: 1px;
}
.sq3_header_1 .sq_right_1 .sq_search_1 .serach .search-wrap .search-input&gt;input.inputOn{
    display:block;
    left: -170px;
    width: 180px;
}
/******************************************************************************************************************************语言栏样式*/
.sq3_header_1 .sq_right_1 .sq_language_1 .lang-show-word{
    display: flex;
    align-items: center;
}
.sq3_header_1 .sq_right_1 .sq_language_1 .langBar{
    position:relative;
}
.sq3_header_1 .sq_right_1 .sq_language_1 .langBar .lang-list{
    position: absolute;
    top:32px;
    left:0px;
    height: 0px;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0 0 4px 0 #ccc;
    transition:ease-in-out .6s;
    display:block;
    overflow:hidden;
    width: 122px;
    padding-left: 15px;
}
.sq3_header_1 .sq_right_1 .sq_language_1 .langBar .lang-list.lang-listOn{
}
.sq3_header_1 .sq_right_1 .sq_language_1 .langBar .lang-list li{
    line-height:28px;
    transition:ease-in-out .5s;
}
.sq3_header_1 .sq_right_1 .sq_language_1 .langBar .lang-list li a{
    color:#525ca3;
    font-size: 14px;
}
.sq3_header_1 .sq_right_1 .sq_language_1 .lang-show-word .sq_language_span&gt;img:nth-of-type(1){
    width: 24px;
    height: 24px;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.sq3_header_1 .sq_right_1 .sq_language_1 .lang-show-word .sq_language_span&gt;img:nth-of-type(2){
    width: 12px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.sq3_header_1 .sq_right_1 .sq_language_1 .lang-show-word .sq_language_span&gt;img.imgOn{
    transform: rotate(-180deg);
}
.sq3_header_1 .sq_right_1 .sq_language_1 .lang-show-word .sq_language_span{
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    width: 135px;
    height: 30px;
    transition:ease-in-out .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.sq3_header_1 .sq_right_1 .sq_language_1 .lang-show-word .sq_language_span:hover{
    border: 1px solid #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
/************************手机端导航样式****************************************************************************************/
.sq3_header_3 .sq_nav_1{
    position: absolute;
    width: 100%;
    background: #fff;
    top: 110px;
    left: 0;
    height: 0px;
    transition:all 0.5s ease;
    overflow:hidden;
    overflow-y:auto;
}
.sq3_header_1_screen .sq_nav_1{
    top:60px;
}
.sq3_header_3 .sq_nav_1.navactive{
    height: 290px;
    border-bottom: 1px solid #f1f1f1;
}
/*****************************滚动条样式*/
.sq3_header_3 .sq_nav_1::-webkit-scrollbar,.sq_header_3 .sq_nav_1 ul li .sub::-webkit-scrollbar,.sq_header_3 .sq_nav_1 ul li .sub ul li .sub-nav::-webkit-scrollbar{
    width: 0px;
    height: 16px;
    background-color: #ccc;
    border-radius: 10px;
}
/*定义滚动条的轨道，内阴影及圆角*/
.sq3_header_3 .sq_nav_1::-webkit-scrollbar-track,.sq_header_3 .sq_nav_1 ul li .sub::-webkit-scrollbar-track,.sq_header_3 .sq_nav_1 ul li .sub ul li .sub-nav::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        border-radius: 10px;
        background-color: #f7f7f7;
    }
    /*定义滑块，内阴影及圆角*/
    .sq3_header_3 .sq_nav_1::-webkit-scrollbar-thumb,.sq_header_3 .sq_nav_1 ul li .sub::-webkit-scrollbar-thumb,.sq_header_3 .sq_nav_1 ul li .sub ul li .sub-nav::-webkit-scrollbar-thumb{
            width: 10px;
            height: 20px;
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
            background-color: #ccc;
        }
        .sq3_header_3 .sq_nav_1 .navigation&gt;ul&gt;li{
    line-height: 37px;
    position: relative;
    margin-left: 40px;
}
/******二级菜单与三级菜单公用样式******/
.sq3_header_3 .sq_nav_1 .navigation ul li .fa.fa-angle-down{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    line-height: 37px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 75px;
    cursor: pointer;
    /*color:#525ca3;*/
    transition:all 0.5s ease;
    color:black;
}
.sq3_header_3 .sq_nav_1 .navigation ul li .fa.fa-angle-down.fa-angle-downOn{
    transform: rotate(-180deg);
}
/******二级菜单与三级菜单公用样式******/
.sq3_header_3 .sq_nav_1 .navigation ul li a{
    font-size: 16px;
    /*color: #525ca3;*/
     color:black;
}
.sq3_header_3 .sq_nav_1 .navigation&gt;ul&gt;li&gt;.sub{
    /*height: 0px;*/
    /*transition:all 0.5s ease;*/
    margin-left: 20px;
    display:none;
}
.sq3_header_3 .sq_nav_1 .navigation&gt;ul&gt;li&gt;.sub.subActive{
    height: 210px;
}
.sq3_header_3 .sq_nav_1 .navigation&gt;ul&gt;li&gt;.sub&gt;ul&gt;li{
    position:relative;
    line-height:26px;
}
.sq3_header_3 .sq_nav_1 .navigation ul li .sub ul li .fa.fa-angle-down{
    line-height:26px;
    right: 20px;
}
.sq3_header_1 .sq_nav_1 .navigation .sub .sub-nav{
    margin-left: 20px;
}
.sq3_header_3 .sq_nav_1 .navigation&gt;ul&gt;li&gt;.sub&gt;ul&gt;li&gt;.sub-nav{
    margin-left: 20px;
    display:none;
}
.sq3_header_3 .sq_nav_1 .navigation&gt;ul&gt;li&gt;.sub&gt;ul&gt;li&gt;.sub-nav.sub-navActive{
    height: 170px;
}
.sq3_header_3 .sq_nav_1 .navigation&gt;ul&gt;li&gt;.sub&gt;ul&gt;li&gt;.sub-nav li{
    line-height:24px;
}
.sq3_header_3 .sq_right_1{
    width:260px;
}
.sq3_header_3 .sq_nav_menu{
    margin-left:20px;
}
.sq3_header_3 .sq_nav_menu .fa{
    color: #fff;
    font-size: 24px;
    cursor:pointer;
}
.sq3_header_3 .sq_nav_menu .fa-close{
    display:none;
}
.sq3_header_3 .sq_nav_menu .fa-bars{
}
.lang-sprites-slide{vertical-align:middle;}
.sprites{display:inline-block;width:21px;height:14px;background:url("../image/sprites.png");background-repeat:no-repeat}
.sprites-0{background-position:-252px -116px}
.sprites-1{background-position:-294px 0}
.sprites-2{background-position:-294px -16px}
.sprites-3{background-position:-294px -32px}
.sprites-4{background-position:-294px -48px}
.sprites-5{background-position:-294px -64px}
.sprites-6{background-position:-294px -80px}
.sprites-7{background-position:-294px -96px}
.sprites-8{background-position:-294px -112px}
.sprites-9{background-position:-294px -128px}
.sprites-10{background-position:-317px 0}
.sprites-11{background-position:-317px -16px}
.sprites-12{background-position:-317px -32px}
.sprites-13{background-position:-317px -48px}
.sprites-14{background-position:-317px -64px}
.sprites-15{background-position:-317px -80px}
.sprites-16{background-position:-317px -96px}
.sprites-17{background-position:-317px -112px}
.sprites-18{background-position:-317px -128px}
.sprites-19{background-position:-340px 0}
.sprites-20{background-position:-340px -16px}
.sprites-21{background-position:-340px -32px}
.sprites-22{background-position:-340px -48px}
.sprites-23{background-position:-340px -64px}
.sprites-24{background-position:-340px -80px}
.sprites-25{background-position:-340px -96px}
.sprites-26{background-position:-340px -112px}
.sprites-27{background-position:-340px -128px}
.sprites-28{background-position:-363px 0}
.sprites-29{background-position:-363px -16px}
.sprites-30{background-position:-363px -32px}
.sprites-31{background-position:-363px -48px}
.sprites-32{background-position:-363px -64px}
.sprites-33{background-position:-363px -80px}
.sprites-34{background-position:-340px -140px}
.sprites-35{background-position:-363px -140px}
.sprites-36{background-position:-363px -128px}
.sprites-37{background-position:-363px -112px}
.sprites-38{background-position:-363px -96px}
@media screen and (max-width:700px){
    .sq3_header_1{
            height:80px;
        }
        .sq3_header_1_screen{
        height:60px;
    }
    .sq3_header_1Hover{
    top: 80px;
}
.sq3_header_1_screen  .sq3_header_1Hover{
    top: 60px;
}
.sq3_header_3 .sq_nav_1 {
    top: 80px;
}
.sq3_header_1_screen .sq_nav_1 {
    top: 60px;
}
}
@media screen and (max-width:500px){
       .sq3_header_1  .sprites,.sq3_header_1 .lang-icon{display:none;}
    .sq3_header_1 .sq_icon_1 .sq_icon_img img {
                    height: auto;
                    max-height: 50px;
                    max-width: 150px;
                    transition: all .5s ease,background-color .3s ease-out;
                    margin-left: 10px;
                    margin-right: 20px;
                }
                .sq3_header_1_screen .sq_icon_1 .sq_icon_img img {
        height: 32px;
        margin-left: 10px;
    }
    .sq3_header_1 .sq_right_1 .sq_language_1 .lang-show-word span img:nth-of-type(1){
    display:none;
}
.sq3_header_3 .sq_right_1 {
    width: 170px;
}
.sq3_header_1 .sq_right_1 .sq_search_1 .serach .search-wrap .search-input&gt;img {
    cursor: pointer;
    width: 22px;
    height: 22px;
    transform: translateY(2px);
    margin-right: 0px;
}
.sq3_header_1 .sq_right_1 .sq_language_1 .lang-show-word .sq_language_span {
    font-size: 14px;
}
.sq3_header_3 .sq_nav_menu .fa {
    color: #fff;
    font-size: 18px;
}
.sq3_header_3 .sq_nav_menu{
    margin-left:10px;
}
.sq3_header_1 .sq_right_1 .sq_search_1 .serach .search-wrap .search-input&gt;button&gt;img {
    cursor: pointer;
    width: 22px;
    height: 22px;
    transform: translateY(4px);
    margin-right: 0px;
}
.sq3_header_1 .sq_right_1 .sq_language_1 .langBar .lang-list {
    width: 76px;
    padding-left:6px;
}
.sq3_header_1 .sq_right_1 .sq_language_1 .langBar .lang-list li a {
    font-size: 14px;
}
.sq3_header_3 .sq_nav_1 .navigation&gt;ul&gt;li {
    margin-left: 15px;
}
.sq3_header_3 .sq_nav_1 .navigation ul li .fa.fa-angle-down {
    width: 48px;
}
.sq3_header_1 .sq_right_1 .sq_language_1 .lang-show-word .sq_language_span {
    width: 80px;
}
.sq3_header_1 .sq_right_1 .sq_search_1 .serach .search-wrap .search-input&gt;input.inputOn {
    left: -175px;
    width: 190px;
    margin-top: 1px;
}
.sq3_header_1 .sq_right_1 .sq_language_1 {
    margin-left:5px;
}
}
/* /assets/widget/style/component/articledetail/articledetail.css */
.sitewidget-articledetail .pager{margin-top:30px}
.articledetail-title{text-align:center}
.articledetail-cont em{font-style:italic !important}
.articledetail-cont strong em{font-weight:bold !important}
.articledetail-title h1{line-height:1.8em}
.articledetail-cont{word-break:break-word}
.sitewidget-articledetail .articledetail-cont img{max-width:100%;height:auto !important}
.sitewidget-articledetail .articledetail-cont iframe,.sitewidget-articledetail .articledetail-cont embed{max-width:100%}
.articledetail-cont-centerpic{display:block;margin:0 auto 10px;max-width:100%}
.articledetail-cont-leftpic{float:left;margin-right:10px;margin-bottom:10px;max-width:100%}
.articledetail-cont-rightpic{float:right;margin-left:10px;margin-bottom:10px;max-width:100%}
.sitewidget-articledetail .articledetail-title a.articledetail-inquiry-btn{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAXCAYAAAAP6L+eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5ZGMxMWM2Mi02ZTU5LTJmNDktOWRjMy0yZTE3OGFkZGE3ZjIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTVFQkJBNTUwODRFMTFFNkIzN0NDQzA4QjI5NkRGMTgiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTVFQkJBNTQwODRFMTFFNkIzN0NDQzA4QjI5NkRGMTgiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjI4NGVjYTRmLWE2MmQtMjg0My1iN2VhLTllY2JkNGZmMWQzZSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5ZGMxMWM2Mi02ZTU5LTJmNDktOWRjMy0yZTE3OGFkZGE3ZjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6t++cUAAAAUUlEQVR42mL8//8/Ay0AEwONwKjBQ9hgFgLypKRFRlIMxtBArAMGRRj/x0FTbDAjDnpwpQpyUgfRBv8nMmWQHBSMtEgVjCOnrBg1mPYGAwQYAGZpCjQl3c1lAAAAAElFTkSuQmCC) left center no-repeat #f04848;border-radius:3px;color:#fff;font-size:12px;padding:3px 8px 3px 22px;margin:0 5px}
.sitewidget-articledetail .articledetail-title a.articledetail-inquiry-btn:hover{opacity:.9;filter:alpha(opacity=90)}
.sitewidget-articledetail .bdshare-button-style0-24 a{display:inline-block;float:none}
.sitewidget-articledetail .articleDetail-container{display:flex}
.backstage-frontendpreview div[id^=location_] .cus-layout-row{min-height:1px}
.sitewidget-articledetail .articleDetail-container-left{flex:1;max-width:100%}
.sitewidget-articledetail .articleDetail-container-left.overflow{overflow:hidden}
@media(min-width:990px){.sitewidget-articledetail .pager .previous&gt;a,.sitewidget-articledetail .pager .next&gt;a{display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:40%;border-radius:10px}
}
@media(max-width:989px){.sitewidget-articledetail .pager .previous{float:left}
.sitewidget-articledetail .pager .next{float:right}
.sitewidget-articledetail .pager .previous,.sitewidget-articledetail .pager .next{width:40%}
.sitewidget-articledetail .pager .previous&gt;a,.sitewidget-articledetail .pager .next&gt;a{display:inline-block;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:80%}
.sitewidget-articledetail .pager .previous{margin-bottom:10px}
.sitewidget-articledetail .sitewidget-bd ul[style*="list-style"],.sitewidget-articledetail .sitewidget-bd ol[style*="list-style"]{padding-left:20px}
}
.keyword_list{border-top:1px solid #ddd;padding-top:15px;margin-top:15px;border-color:rgba(165,165,165,0.7)}
.keyword_list a{color:#666;padding:0 12px;margin:0 10px 10px 0;float:left;border:1px solid #ddd;border-radius:50px;border-color:rgba(165,165,165,0.7)}
.keyword_list a:last-child{margin-right:0}
.sitewidget-articledetail .bdsharebuttonbox a,.sitewidget-articledetail .bdsharebuttonbox .bds_more{float:none}
@media(max-width:480px){.previousAndNext{display:flex;flex-direction:column}
.previousAndNext .previous,.previousAndNext .next{width:100% !important;text-align:center !important;float:unset !important}
.previousAndNext .previous a,.previousAndNext .next a{display:block !important;width:100% !important;text-align:center !important;max-width:100% !important;float:unset !important;box-sizing:border-box !important}
}
.sitewidget-articledetail .ue-table-interlace-color-single{background-color:#fcfcfc}
.sitewidget-articledetail .ue-table-interlace-color-double{background-color:#f7faff}
.sitewidget-articledetail .list-paddingleft-2{padding-left:30px}
.sitewidget-articledetail .list-paddingleft-2 li{list-style:inherit}
.sitewidget-articledetail .list-paddingleft-2 li::marker{font-size:16px}
.articledetail-cont p{margin:5px 0}
.sitewidget-articledetail .sharethis-inline-share-buttons{display:flex !important;justify-content:center}
.sitewidget-articledetail .sharethis-inline-share-buttons .st-btn{margin-right:8px !important}
.sitewidget-articledetail .hideShare{display:none !important}
</pre></body></html>