 /*
【网页CSS初始化】
QXUI(全称quanxiUI,隶属于全息数据科技内部使用)
作者：cplvfx
参考：头条手机站（m.toutiao.com）、京东手机站（https://m.jd.com/）、vant2（https://youzan.github.io/vant/v2/#/zh-CN/）、Element UI（https://element.eleme.io/#/zh-CN/component/typography）
*/
* {
    box-sizing: content-box;
}

html, body, table, td, tr, th,
div, span, a, input, button,
caption, dd, dl, dt, fieldset, figure, form,
h1, h2, h3, h4, h5, h6,
legend, ul, li, menu, ol, p, pre, textarea {
    -webkit-font-smoothing: antialiased;
    /*对字体进行抗锯齿渲染可以使字体看起来会更清晰舒服*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*webkit是苹果浏览器引擎，tap点击，highlight背景高亮，color颜色，颜色用数值调节*/
    outline: 0;
    margin: 0;
    padding: 0;
}

html, body,
div, span, a, input, button,
caption, dd, dl, dt, fieldset, figure, form,
h1, h2, h3, h4, h5, h6,
legend, ul, li, menu, ol, p, pre, textarea {
    border: 0;
}


html {
    font-size: 14px;
}

body {
    letter-spacing: 1px;
    /* 字间距 */
    background: #ffffff;
    color: #404040;
    margin: 0;
    -webkit-text-size-adjust: none;
    touch-action: manipulation;
    font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft Yahei', "微软雅黑", Arial, sans-serif -apple-system, BlinkMacSystemFont, Segoe UI, Arial, Roboto, miui;
}

html, body {
    scroll-behavior: smooth;
}

* img {
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table, td, tr {
    border-collapse: collapse;
}



a {
    text-decoration: none;
    color: #404040;
}

a:active, a:hover, a:visited {
    color: inherit;
}

button, input, textarea {
    color: inherit;
    font: inherit;
}


ol, ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

q:after, q:before {
    content: none
}

textarea {
    overflow: auto;
    resize: none
}

p {
    line-height: 26px;
}

button {
    border-radius: 4px;
}

.fl {
    float: left
}

.fr {
    float: right
}

/*清除浮动*/
.cl:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.hot {
    color: #BCAC9D;
    font-weight: bold;
}

.txt-default {
    color: #333333;
}

.txt-default2 {
    color: #999999;
}

.txt-default3 {
    color: #666666;
}

.txt-primary {
    color: #07c160;
}

.txt-info {
    color: #1989fa;
}

.txt-danger {
    color: #ee0a24;
}

.txt-red {
    color: #F34549;
}

.txt-green {
    color: #138448;
}

.txt-warning {
    color: #ff976a;
}

.rotate180 {
    transform: rotate(180deg);
}

h1, p, .des {
    text-justify: inter-word;
    /* 改变字与字之间的间距使得每行对齐*/
}

.price {
    font-size: 20px;
    color: #FF0000;
}

.txt-l {
    text-align: left;
}

.txt-r {
    text-align: right;
}

.txt-c {
    text-align: center;
}
.QXUI-Number{
    padding: 0;
    width: 22px;
    text-align: center;
    color: #999999;
    display: inline-block;
    margin-right: 4px; 
}
.QXUI-Number.style-1{
    color: #FF1F00;
}

.QXUI-Number.style-2{
    color: #FF542F;
}

.QXUI-Number.style-3{
    color: #FF6600;
}
.QXUI-Tag{
    padding: 0px 1px 1px 3px;
    background: #FF9800;
    border-radius: 3px;
    font-size: 12px;
    color: #ffffff;
    margin-left: 4px;
    margin-right: 4px;
    font-weight: 400;
    display: inline;
}
.QXUI-Tag-red{
    background: #FFF2F2;
    color: #F04142;
}
 



/*【网页CSS初始化-end】*/


/* 【公共容器】 start */
.QXUI-Box {
    width: 100%;
    height: auto;
    font-size: 16px;
}

.QXUI-content {
    width: 1200px;
    margin: 0 auto;
    word-break: break-all;
    padding: 0 10px
}

.QXUI-itemData {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #EBEBEB;
}

.QXUI-itemData img {
    border-radius: 10px;
}
.QXUI-Box-Content {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.QXUI-Content {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* 【公共容器】 end */



/* 顶部工具 start */
.QXUI-TopTools {
    width: 100%;
    height: 40px;
    background: #F5F5F5;
    border-bottom: #dedede 1px solid;
}

.QXUI-TopTools>.QXUI-content {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.QXUI-TopTools .QXUI-Split {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.QXUI-TopTools .QXUI-Split {
    color: #E3E3E3;
}

.QXUI-TopTools .el-dropdown {
    color: #333333;
}

.Top_dropdown_tools {
    max-height: 150px;
    overflow-y: auto;
}

/* 顶部工具 end */
/* logo start */
.QXUI-Logo {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.QXUI-Logo .QXUI-LogoImgBox {
    width: 820px;
}

.QXUI-Logo .QXUI-Logo2 {
    width: 124px;
    height: initial;
    text-align: right;
}

.QXUI-Logo .QXUI-Logo2 img,
.QXUI-Logo .QXUI-LogoImgBox img {
    width: auto;
    height: auto;
    max-height: 120px;
}


.QXUI-searchBox {
    width: 220px;
    height: 40px;
    background: #FF8800;
    border-radius: 3px;
    padding-left: 2px;
}

.QXUI-searchBox input[name=KeyName] {
    width: 172px;
    height: 36px;
    padding-left: 4px;
    background-color: #ffffff;
    display: inline-block;
    margin-top: 2px;
}

.QXUI-searchBox button[name=submit] {
    width: 36px;
    height: 36px;
    background: none;
    color: #ffffff;
}

.QXUI-searchBox .iconfont {
    font-size: 20px;
}

/* logo end */

/* 导航 start */
.QXUI-Nav {
    width: 100%;
    min-height: 50px;
    font-size: 22px;
    background: #075FCE;
}

.QXUI-Nav>.QXUI-content {
    min-height: 50px;
    overflow: hidden;
}

.QXUI-Nav>.QXUI-content>.swiper-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.QXUI-Nav .item {
    display: inline-block;
    margin-right: 0px;
    white-space: nowrap;
}

.QXUI-Nav a {
    min-height: 50px;
    display: inline-block;
    padding: 0px 16px;
    color: #ffffff;
    border-top: solid 0px #075FCE;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.QXUI-Nav a:hover,
.QXUI-Nav a.active {
    background: #f7f7f7;
    color: #075FCE;
    font-weight: bold;
}

/* 导航 end*/
/* 当前位置 start */
.map {
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #999999;
    margin-top: 10px;
}

.map a {
    color: #999999;
}

/* 当前位置 end */

/* 底部 start */
.QXUI-PageFoot {
    width: 100%;
    padding-bottom: 30px;
    background-color: #F6F6F6;
    color: #999;
    margin-top: 100px;
}

.QXUI-PageFoot a {
    color: #999;
}

.QXUI-PageFoot a:hover,
.QXUI-PageFoot .line3 a:hover {
    color: #000000;
}

.QXUI-PageFoot .line2 {
    width: 100%;
    height: 220px;
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.QXUI-PageFoot .line2 .erweima {
    width: 150px;
    height: 220px;
    text-align: center;
}

.QXUI-PageFoot .line2 .erweima p {
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.QXUI-PageFoot .line2 .txt {
    width: 660px;
    display: flex;
    justify-content: flex-end;
}

.QXUI-PageFoot .line2 .txt .item {
    width: 200px;
}

.QXUI-PageFoot .line2 .title {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    padding-left: 10px;
    border-left: #075FCE solid 3px;
    color: #FFFFFF;
}

.QXUI-PageFoot .line2 p {
    padding-left: 10px;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
}

.QXUI-PageFoot .line2 .txt2 {
    width: 290px;
}

.QXUI-PageFoot .line2 .txt2 .title {
    border-left: none;
}

.QXUI-PageFoot .line3 {
    margin-top: 10px;
    padding-top: 20px;
    /* border-top: 1px solid #535353; */
    text-align: center;
    color: #808082;
    font-size: 14px;
}

.QXUI-PageFoot .line3 a {
    color: #808082;
}

.QXUI-PageFoot .line3 p {
    text-align: center;
    line-height: 30px;
}

/* 底部 end */

/* 友情链接 start */
.QXUI-Link {
    width: 100%;
    height: 70px;
    background-color: #075FCE;
    font-size: 14px;
    color: #BEECD0;
    display: flex;
    align-items: center;
}

.QXUI-Link a {
    color: #BEECD0;
    margin-right: 20px;
}

.QXUI-Link a {
    color: #BEECD0;
    margin-right: 20px;
}

.QXUI-Link a:hover {
    color: #e7f8ee;
    margin-right: 20px;
}

.QXUI-Link h1 {
    font-size: 16px;
    display: inline-block;
    color: #ffffff;
}

/* 友情链接 end */

/* 栏目标题 start*/
.QXUI-ColumnTitle {
    width: 100%;
    height: 56px;
    line-height: 56px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    border-bottom: #D9D9D9 solid 1px;
}

.QXUI-ColumnTitle .title {
    display: flex;
    justify-content: flex-start;
    width: 96%;
}

.QXUI-ColumnTitle .title h1 {
    min-width: 82px;
    min-height: 55px;
    line-height: 55px;
    color: #075FCE;
    font-size: 20px;
    text-align: center;
    margin-right: 10px;
    border-bottom: #075FCE solid 3px;
    padding: 0px 10px;
    margin: 0;
}

.QXUI-ColumnTitle .title h1>.h1-foot {
    display: block;
    width: 100%;
    height: 11px;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
    bottom: 7px;
}

.QXUI-ColumnTitle .title .list {
    margin-left: 30px;
    max-width: 86%;
    height: 46px;
}

.QXUI-ColumnTitle .title .list .item {
    height: 28px;
    line-height: 26px;
    display: inline-block;
    margin-right: 10px;
    padding: 0px 10px 0px 10px;
    border-radius: 2px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    font-size: 16px;
    color: #4C4C4C;
    cursor: pointer;
    margin-top: 10px;
}


.QXUI-ColumnTitle .title .list .item:hover,
.QXUI-ColumnTitle .title .list .item.active {
    background: #075FCE;
    color: #ffffff;
    border: 1px solid #075FCE;
}

.QXUI-ColumnTitle .title .list .item.active a {
    color: #ffffff;
}

.QXUI-ColumnTitle .title .list .item a:hover {
    color: #ffffff;
}

.QXUI-ColumnTitle .more {
    color: #999999;
}

.QXUI-ColumnTitle .more a {
    color: #999999;
}

/* 栏目标题 end*/

/* 栏目标题-样式二 start*/
.QXUI-TitleBox-Style2 {
    margin-top: 60px;
    width: 100%;
}

.QXUI-TitleBox-Style2 h1 {
    width: 100%;
    color: #3E3E3E;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}

.QXUI-TitleBox-Style2 .Type1 {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #444;
}

.QXUI-TitleBox-Style2 .Type1 .item {
    margin: 0px 40px;
    cursor: pointer;
    box-sizing: border-box;
    height: 34px;
    margin-bottom: 10px;
}

.QXUI-TitleBox-Style2 .Type1 .item:hover,
.QXUI-TitleBox-Style2 .Type1 .item.active {
    color: #075FCE;
    border-bottom: #075FCE solid 2px;
    font-weight: bold;
}

.QXUI-TitleBox-Style2 .Type2 {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #444;
}

.QXUI-TitleBox-Style2 .Type2 .item {
    margin: 0px 15px;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #CCC;
    background: #FFF;
    padding: 0px 10px 3px 10px;
    margin-bottom: 10px;
}

.QXUI-TitleBox-Style2 .Type2 .item:hover,
.QXUI-TitleBox-Style2 .Type2 .item.active {
    color: #ffffff;
    border-color: #075FCE;
    background-color: #075FCE;
}

/* 栏目标题-样式二 end*/

/* 栏目标题-下面的子分类 satart*/
.QXUI-TypeListsBox .list {
    display: flex;
    align-items: center;
}

.QXUI-TypeListsBox .list .item {
    height: 28px;
    line-height: 28px;
    display: inline-block;
    margin-right: 10px;
    padding: 0px 10px 0px 10px;
    background: #FFF;
    font-size: 16px;
    color: #4C4C4C;
    cursor: pointer;
}


.QXUI-TypeListsBox .list .item:hover,
.QXUI-TypeListsBox .list .item.active {
    border-radius: 4px;
    border: 1px solid #EBEBEB;
}

.QXUI-TypeListsBox .list .item.active a,
.QXUI-TypeListsBox .list .item.active a:hover {
    color: inherit;
}

/* 栏目标题-下面的子分类 end*/

/* 栏目标题-样式3 start*/
.QXUI-ColumnTitle-Style3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #326ED4;
}

.QXUI-ColumnTitle-Style3 .title h1 {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #ffffff;
    background-color: #326ED4;
    padding: 0px 20px 0px 20px;
    border-radius: 0px 20px 0px 0px;
}

/* 栏目标题-样式3 end*/

/* 栏目标题-样式4 start*/
.QXUI-ColumnTitle-Style4 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #326ED4;
}

.QXUI-ColumnTitle-Style4 .title h1 {
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    color: #326ED4;
    padding: 0px 10px 0px 10px;
    border-left: 4px solid #326ED4;
    border-radius: 2px 0px 0px 2px;
}

/* 栏目标题-样式4 end*/


/* 科研机构 start*/
.QXUI-keyanJigou {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: start;
    align-content: start;
    flex-wrap: wrap;
}

.QXUI-keyanJigou .item {
    width: 285px;
    height: 90px;
    background: #F6F6F6;
    border-radius: 5px;
    margin-right: 14px;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.QXUI-keyanJigou .item.bg-none {
    background: none;
}

.QXUI-keyanJigou .item .itemContent {
    width: 261px;
    height: 60px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.QXUI-keyanJigou .item .itemContent .el-image,
.QXUI-keyanJigou .item .itemContent img {
    height: 60px;
    width: 60px;
    border-radius: 5px;
}

.QXUI-keyanJigou .item .itemContent .txt {
    height: 50px;
    width: 191px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.QXUI-keyanJigou .item .itemContent .txt h1 {
    width: 191px;
    font-size: 16px;
    margin-bottom: 6px;
}

.QXUI-keyanJigou .item .itemContent .txt .des {
    width: 191px;
    color: #999999;
    font-size: 14px;
}

/* 科研机构 end*/

/* 个人会员 start*/
.QXUI-keyanJigou.User .item .itemContent img {
    border-radius: 50%;
}

.QXUI-keyanJigou.User .item .itemContent .txt h1 {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 400;
}

/* 个人会员 end*/

/* 电商产品 start*/
.QXUI-Shop {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    overflow: hidden;
    display: flex;
    align-content: start;
    justify-content: start;
    flex-wrap: wrap;
}

.QXUI-Shop .item {
    display: inline-block;
    font-size: 16px;
    width: 186px;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 10px;
    background: #FFFFFF;
}

.QXUI-Shop .item .img {
    width: inherit;
    height: 186px;
    overflow: hidden;
    border-radius: 6px 6px 0px 0px;
}

.QXUI-Shop .item .img img {
    width: 100%;
    height: 100%;
}

.QXUI-Shop .title {
    width: 100%;
    min-height: 18px;
    max-height: 40px;
    overflow: hidden;
    margin-top: 6px;
}

.QXUI-Shop .des {
    width: 100%;
    height: 20px;
    overflow: hidden;
    color: #999999;
    margin-top: 10px;
}

.QXUI-Shop .des span {
    margin-left: 4px;
}

.QXUI-Shop .des span.iconfont {
    margin-left: 0px;
    margin-right: 4px;
}

.QXUI-Shop .foot {
    width: 100%;
    min-height: 20px;
    max-height: 50px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999999;
    margin-top: 10px;
}

/* 电商产品 end*/

/* 媒体矩阵 start */
.QXUI-MeiTi {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 20px;
}

.QXUI-MeiTi .QXUI-MeiTi-Item {
    width: 280px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #FFF;
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 18px;
    cursor: pointer;
}

.QXUI-MeiTi .QXUI-MeiTi-Item-ImgBox {
    width: 280px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid #CACACA;
}

.QXUI-MeiTi .QXUI-MeiTi-Item-ImgBox .ewm {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 240px;
    border: 1px solid #CACACA;
    display: none;
}

.QXUI-MeiTi .QXUI-MeiTi-Item-ImgBox .imgbox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.QXUI-MeiTi .QXUI-MeiTi-Item-ImgBox .ewm img,
.QXUI-MeiTi .QXUI-MeiTi-Item-ImgBox .imgbox img {
    max-width: 100%;
    max-height: 100%;
}

.QXUI-MeiTi .QXUI-MeiTi-Item-ImgBox:hover .ewm {
    display: block;
}

.QXUI-MeiTi .QXUI-MeiTi-EwmItem {
    width: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #FFF;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 18px;
    cursor: pointer;
}

.QXUI-MeiTi .QXUI-MeiTi-EwmItem .ewm {
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CACACA;
}

.QXUI-MeiTi p {
    line-height: 36px;
    font-size: 14px;
}

/* 媒体矩阵 end */


/* 轮播 start */
.Banner .swiper-slide {
    width: 100%;
    text-align: center;
}

.Banner .swiper-slide img {
    width: auto;
    height: auto;
}

/* 轮播 end */

/* 公告 start */
.Notice {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    height: 40px;
    margin-top: 20px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.Notice .NoticeTitle {
    width: 90px;
    height: 40px;
    margin-left: 14px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.Notice .NoticeTitle .item1,
.Notice .NoticeTitle .item2 {
    width: 45px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Notice .NoticeTitle .item1 {
    border-radius: 2px;
    background: #075FCE;
}

.Notice .NoticeList {
    width: 1080px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    overflow: hidden;
}

.Notice .NoticeList .swiper-slide {
    flex-shrink: 0;
    max-width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

/* 公告 end */

/*---------图片矩阵列表样式1 start----------*/
/* 图片列表样式1-基础 start*/
.QXUI-ImagesBox-Style1 {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.QXUI-ImagesBox-Style1 .item {
    width: 280px;
    height: auto;
    margin: 10px 10px 10px 10px;
}

.QXUI-ImagesBox-Style1 .item .img {
    width: 280px;
    height: 280px;
    border-radius: 5px;
    background: #F4F4F4;
    overflow: hidden;
}

.QXUI-ImagesBox-Style1 .item .img>a,
.QXUI-ImagesBox-Style1 .item .img>div {
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.QXUI-ImagesBox-Style1 .item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.QXUI-ImagesBox-Style1 .item p {
    margin-top: 10px;
}

.QXUI-ImagesBox-Style1 .item p.dec {
    margin-top: 6px;
    color: #999;
}

.QXUI-ImagesBox-Style1 .item p.dec a {
    color: #999;
}

/* 图片列表样式1-基础 end*/
/* 单行文本 start*/
.QXUI-ImagesBox-Style1.Txt .item {
    width: 100%;
    font-size: 16px; 
} 
/* 单行文本 end*/

/* 视频 start */
.QXUI-ImagesBox-Style1 .item .img .VideoTag {
    position: absolute;
    top: 115px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.QXUI-ImagesBox-Style1 .item .img .VideoTag img {
    width: 50px;
    height: 50px;
}

/* 视频 end */

/* 右标签 start */
.QXUI-ImagesBox-Style1 .item .img .TagName-Right {
    position: absolute;
    top: 0px;
    z-index: 2;
    width: 100%;
    text-align: right;
}

.QXUI-ImagesBox-Style1 .item .img .TagName-Right span {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    padding: 2px 4px;
    font-size: 12px;
}

/* 右标签 end */

/*---------图片矩阵列表样式1 end----------*/

/*---------图片列表样式1 start----------*/
.QXUI-ImagesListBox-Style1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
}
.QXUI-ImagesListBox-Style1 .imgBox{
    width: 300px;
    height: 206px;
}
.QXUI-ImagesListBox-Style1 .imgBox img{
    width:100%;
    height:100%;
}
.QXUI-ImagesListBox-Style1 .txtBox{
    width: 514px;
    height: 206px;
}
.QXUI-ImagesListBox-Style1 .txtBox .title{
    color: #075FCE;
    font-size: 24px;
}
.QXUI-ImagesListBox-Style1 .txtBox .dec{
    margin-top: 10px;
    color: #666666;
}
.QXUI-ImagesListBox-Style1 .txtBox .dec a{ 
    color: #075FCE;
}

/*---------图片列表样式1 end----------*/

/* 更多按钮 start */
.QXUI-MoreBottomBox {
    width: 100%;
    text-align: center;
}

.QXUI-MoreBottomBox .MoreBottom {
    display: inline-block;
    width: 120px;
    height: 36px;
    line-height: 38px;
    border-radius: 3px;
    background: #075FCE;
    color: #FFF;
    font-size: 14px;
    margin-top: 20px;
}

/* 更多按钮 end */


/* 行业专题 start */
.QXUI-ZhuantiList {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}

.QXUI-ZhuantiList .item {
    width: 580px;
    height: 210px;
    overflow: hidden;
    margin-bottom: 16px;
}

.QXUI-ZhuantiList .item h1 {
    font-size: 18px;
    margin-bottom: 6px;
    color: #404040;
}

.QXUI-ZhuantiList .item .images {
    width: 100%;
    height: 128px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

.QXUI-ZhuantiList .item .images img {
    width: 188px;
    height: 128px;
}

.QXUI-ZhuantiList .item .foot {
    color: #999;
    font-size: 16px;
}

.QXUI-ZhuantiList .item .foot a {
    color: #999;
    margin-right: 10px;
} 
/* 行业专题 end */
/* 行业专题-在列表页的展示样式 start */
.ListDomBox .QXUI-ZhuantiList .item {
    width: 49%;
}
.ListDomBox .QXUI-ZhuantiList .item .images img {
    width: 32.4%;
    height: 128px;
}
/* 行业专题-在列表页的展示样式 end */

/* 文本列表-样式1 start*/
.QXUI-txtList {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}

.QXUI-txtList .item {
    width: 580px;
    overflow: hidden;
    margin-bottom: 16px;
}

.QXUI-txtList .item h1 {
    font-size: 18px;
    margin-bottom: 6px;
    color: #404040;
}

.QXUI-txtList .item .foot {
    color: #999;
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
}

.QXUI-txtList .item .foot a {
    display: inline-block;
    color: #999;
    margin-right: 10px;
}

/* 文本列表-样式1 end*/

/* 文本列表-样式2 start*/
.QXUI-TxtList-Style2{
    width: 100%;
}
.QXUI-TxtList-Style2 .item{
    width: 100%;
    height: 36px;
    line-height: 36px; 
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap; 
}
.QXUI-TxtList-Style2 .item,
.QXUI-TxtList-Style2 .item a{
    color: #404040;
}
.QXUI-TxtList-Style2 .item a:hover{
    color: #000000;
}
/* 文本列表-样式2 end*/


/* 图片文本列表-风格1 start*/
.QXUI-ImgTxtList-Style1{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* border: #000000 solid 1px; */
}
.QXUI-ImgTxtList-Style1 .item{
    width: 580px;
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start; 
    margin-top: 16px;
    border-radius:4px;
    box-sizing: border-box;
    border: #ffffff solid 1px;
    transition:box-shadow 1s;  
}
.QXUI-ImgTxtList-Style1 .item:hover{
    box-shadow: 2px 2px 10px #ededed;
    border: #efefef solid 1px;  
}
  
.QXUI-ImgTxtList-Style1 .item .img{
    width: 180px;
    height: 150px; 
    border-radius:4px;
    overflow: hidden;
    flex: 0 0 auto;
}
.QXUI-ImgTxtList-Style1 .item .img a {
display:inline-block;
}
.QXUI-ImgTxtList-Style1 .item .img img,
.QXUI-ImgTxtList-Style1 .item .img a,
.QXUI-ImgTxtList-Style1 .item .img .el-image{
    width:100%;
    height:100%;
}

    .QXUI-ImgTxtList-Style1 .item .img img
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.QXUI-ImgTxtList-Style1 .item .txt{
    width: 100%; 
    margin-left: 10px;
    margin-top: 4px; 
    transition:margin-top 1s;
}
.QXUI-ImgTxtList-Style1 .item .txt:hover{
    margin-top: 10px;
}
.QXUI-ImgTxtList-Style1 .item .txt h1{
    width:100%;
    font-size: 18px; 
}
.QXUI-ImgTxtList-Style1 .item .txt h1,
.QXUI-ImgTxtList-Style1 .item .txt h1 a
{
    color: #404040;
}
.QXUI-ImgTxtList-Style1 .item .txt .dec{ 
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.QXUI-ImgTxtList-Style1 .item .txt .dec,
.QXUI-ImgTxtList-Style1 .item .txt .dec a{
    color: #999;
}
.QXUI-ImgTxtList-Style1 .item .txt .dec .time{
    width:100%;
    margin-top: 10px;
}
/* 图片文本列表-风格1  end*/

/* 图片文本列表-风格1-在列表页的展示样式 start */
.ListDomBox .QXUI-ImgTxtList-Style1 .item{
 width: 100%;
 height: auto; 
}
/* 图片文本列表-风格1-在列表页的展示样式 end */

/* 内页-内容 start */
.QXUI-NeiYeContentBox {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.QXUI-NeiYeContentBox .LeftBox {
    width: 900px;
}



.QXUI-NeiYeContentBox .RightBox {
    width: 280px;
}

.QXUI-NeiYeContentBox .RightBox .PageTitle {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #075FCE;
    background-image: url(../img/bg4.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.QXUI-NeiYeContentBox .RightBox .PageTitle h1 {
    padding-left: 40px;
    color: #ffffff;
    font-weight: 500;
}

/* 内页-内容 end */

/* 二级分类菜单 start */
.QXUI-PageType {
    width: 100%;
    height: auto;
    margin-top: 16px;
    color: #666;
}

.QXUI-PageType a {
    color: #666;
}

.QXUI-PageType .t1 {
    width: auto;
    height: auto;
    min-height: 36px;
    margin-bottom: 6px;
}

.QXUI-PageType .t1 .t1-Name {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    padding-left: 40px;
    cursor: pointer;
}

.QXUI-PageType .t1 .t1-Name .icon {
    margin-left: 4px;
}

.QXUI-PageType .t1 .t2 {
    width: 100%;
    height: auto;
}

.QXUI-PageType .t1 .t2 .item {
    width: 100%;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    padding-left: 60px;
    cursor: pointer;
    margin-bottom: 10px;
}

.QXUI-PageType .t1 .t1-Name:hover,
.QXUI-PageType .t1 .t2 .item:hover,
.QXUI-PageType .active {
    color: #075FCE;
    font-weight: bold;
}

.QXUI-PageType .el-menu-vertical {
    border-right: none;
}

.QXUI-PageType .el-menu-vertical .el-submenu>.el-submenu__title,
.QXUI-PageType .el-menu-vertical .el-menu-item {
    font-size: 18px;
}

.QXUI-PageType .el-menu-vertical .el-icon-arrow-right {
    margin-left: 10px;
}

.QXUI-PageType .el-submenu__title:hover,
.QXUI-PageType .el-menu-item:focus,
.QXUI-PageType .el-menu-item:hover {
    background-color: #f5f6f7;
}

/* 二级分类菜单 end */
/* 文章详情 start */
.Bodycont h1 {
    text-align: center;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.Bodycont .tage, .Bodycont .tages {
    text-align: center;
    color: #999999;
    padding: 15px 0 10px 0;
    border-bottom: #E9E9E9 1px solid;
    height: 50px;
}

.Bodycont .tage>.fl {
    width: 640px;
}

.Bodycont .tage span.split, .Bodycont .tages span.split {
    padding: 0 15px;
    font-size: 12px;
}

.Bodycont .tage .bgblue {
    background: url(../img/icon21.jpg) no-repeat center center;
    line-height: 30px;
}

.Bodycont .tage a.bgblue {
    color: #ffffff;
}

.Bodycont .tage b {
    height: 30px;
    font-weight: 400;
}

.Bodycont .tage b a {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.Bodycont .tage strong, .Bodycont .tages strong {
    line-height: 26px;
    font-weight: 400;
    display: -webkit-flex;
}

.Bodycont .tage strong img, .Bodycont .tages strong img {
    margin: 0 5px;
}

.BodyContent {
    width: 870px;
    margin: 20px auto;
    letter-spacing: 1px; 
}

.BodyContent p {
    margin-top: 0;
    line-height: 26px;
    margin-bottom: 6px;
    letter-spacing: 1px;
}

.BodyContent img {
    max-width: 100%;
}
.BodyContent a,
.BodyContent a *,
.BodyContent a:active,
.BodyContent a:visited {
color: #2c89e8;
}

.BodyContent a:hover,
.BodyContent a:hover * {
    color: #CC0025;
}
.Bodycont .updown a {
    color: #999999;
    padding-left: 10px;
}

.Bodycont .updown a:hover {
    color: #0146AE;
}
.BodyContent .ql-size-12 {
    font-size: 0.75em;
}

.BodyContent .ql-size-14 {
    font-size: 1.5em;
} 
.BodyContent .ql-size-16 {
    font-size: 2.5em;
}
.BodyContent .ql-align-right {
    text-align: right;
}
.BodyContent .ql-align-center {
    text-align: center;
} 
/* 视频 */
.BodyContent > .videoBox {
    width: 100%;
}
.BodyContent>.videoBox video
{
    width: 100%;
    height: 490px;
    background-color:#000000;
}
/* 图集 */
.BodyContent>.imgListBox{
    width: 100%;
}
.BodyContent>.imgListBox .imgListBanner img{
    width: 100%;
}
.BodyContent>.imgListBox .imgListBanner .swiper-slide{
 text-align: center;
}
.BodyContent>.imgListBox .BannerTitle{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    bottom: 44px;
    color: #ffffff;
    padding-left: 10px;
    z-index:999;
}

/* 文章详情 end */

/* 分页 start*/
.PageBox {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.PageBox a,
.PageBox span {
    display: inline-block;
    padding: 6px 10px 6px 10px;
    border-radius: 5px;
    border: #E9F4FF 1px solid;
    margin-right: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.PageBox a:hover,
.PageBox span:hover {
    background: #E9F4FF;
}

/* 分页 end*/

/* 重构CSS start*/
.el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover {
    background-color: #ecf5ff;
    color: #075FCE;
}

.IndexBg {
    background-image: url(../../img/IndexBg.jpg);
    background-repeat: repeat-x;
}

/* 重构CSS end*/

/* 加入联盟 start*/
.QXUI-JoinBox {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
}

.QXUI-JoinBox table tr {
    min-height: 36px;
}

.QXUI-JoinBox table tr td {
    padding-left: 10px;
    vertical-align: top;
}

.QXUI-JoinBox h1 {
    color: #444;
    font-size: 18px;
    text-align: left;
    margin: 0;
}

.QXUI-JoinBox .lmInfo {
    width: 100%;
    display: flex;
    margin-top: 10px;
    flex-wrap: wrap;
}

.QXUI-JoinBox .img {
    width: auto;
    height: auto;
    border-radius: 3px;
    overflow: hidden;
}

.QXUI-JoinBox .img img {
    width: auto;
    height: auto;
}

.QXUI-JoinBox .txt {
    width: 880px;
    height: auto;
    border-radius: 3px;
    overflow: hidden;
    margin-left: 10px;
    font-size: 16px;
}

.QXUI-JoinBox .lmInfoItem {
    margin-bottom: 30px;
}

.QXUI-JoinBox .textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #EBEFF7;
    background: #F5F7FC;
}

/* 加入联盟 end*/


/* 编辑/作者-信息 start*/
.EditorBox,
.EditorInfo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.EditorInfo .item {
    margin-right: 6px;
}

.EditorInfo .Photo {
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

.EditorInfo a {
    display: inline-block;
}

.EditorInfo a:active, .EditorInfo a:hover, .EditorInfo a:visited {
    color: red;
}

/* 编辑/作者-信息 end*/



/* 专题详情 start*/
.QXUI-ZhuantiShowBox{
    position: relative;
}
.QXUI-ZhuantiShowBox .QXUI-ZhuantiTopBg{
    width: 100%;
    height: 666px;
    background-color: #865FCE;
    opacity: 0.92;
    z-index: -1;
    position: absolute;
    top: 0;
}
.QXUI-ZhuantiShowBox .QXUI-ZhuantiTopBox {
    width: 100%;
    height: 666px; 
    background-image: url(/StaticFile/img/ZhuanTi_Name_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1920px 361px;
    z-index: 1; 
}

.QXUI-ZhuantiShowBox .QXUI-ZhuantiTopBox .NameBox {
    width: 1200px;
    height: 666px;
    background-image: url(/StaticFile/img/ZhuanTi_Name.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 1200px 666px;
    position: relative;
}

.QXUI-ZhuantiShowBox .QXUI-ZhuantiTopBox .NameBox .NameDateBox {
    width: 388px;
    height: 56px;
    /* border:red solid 1px; */
    position: absolute;
    right: 0px;
    top: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
}

.QXUI-ZhuantiShowBox .QXUI-ZhuantiTopBox .NameBox .NameDateBox>div {
    width: 170px;
    height: 46px;
    text-align: right;
}

.QXUI-ZhuantiShowBox .QXUI-ZhuantiTopBox .NameBox .NameDateBox .number {
    margin-left: 34px;
    color: #835714;
    text-align: left;
}

.QXUI-ZhuantiShowBox .QXUI-ZhuantiTopBox .NameBox .NameDateBox .number p {
    line-height: 24px;
}

.QXUI-ZhuantiShowBox .QXUI-ZhuantiTopBox .NameBox .NameContentBox {
    width: 1136px;
    height: 442px;
    margin: 0 auto;
    margin-top: 182px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.QXUI-ZhuantiShowBox .QXUI-ZhuantiTopBox .NameBox .NameContentBox .img {
    width: 670px;
    height: 440px;
}     

.QXUI-ZhuantiShowBox .QXUI-ZhuantiTopBox .NameBox .NameContentBox .img img {
    width: 100%;
    height: 100%;
}

.QXUI-ZhuantiShowBox .QXUI-ZhuantiTopBox .NameBox .NameContentBox .NameTxt {
    width: 446px;
    height: 440px;
}

.QXUI-ZhuantiShowBox .QXUI-ZhuantiTopBox .NameBox .NameContentBox .NameTxt .Name {
    font-size: 38px;
    color: #444444;
}

.QXUI-ZhuantiShowBox .QXUI-ZhuantiTopBox .NameBox .NameContentBox .NameTxt .dec {
    color: #666;
    margin-top: 16px;
    line-height: 26px;
}

.QXUI-ZhuantiShowBox .QXUI-ZhuantiTopBox .NameBox .NameContentBox .more {
    width: 133px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background-image: url(/StaticFile/img/ZhuanTi_more.png);
    color: #835714;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.QXUI-ZhuantiShowBox .QXUI-ZhuantiTopBox .NameBox .NameContentBox .more a{
    color: #835714;
}

.QXUI-ZhuantiShowBox .ListContentBox {
    background: #F1F6FF;
    padding-bottom: 100px;
}

.QXUI-ZhuantiShowBox .ListContentBox .QXUI-content {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

.QXUI-ZhuantiShowBox .ListContentBox .left {
    width: 834px;
}

.QXUI-ZhuantiShowBox .ListContentBox .right {
    width: 328px;
}
.QXUI-ZhuantiShowBox .ListContentBox .right .QXUI-ImagesListBox-Style1 .imgBox{
    width: 120px;
    height: 82px;
}
.QXUI-ZhuantiShowBox .ListContentBox .right .QXUI-ImagesListBox-Style1 .txtBox{
    width: 196px;
    height: 82px;
    overflow: hidden;
}
.QXUI-ZhuantiShowBox .ListContentBox .right .QXUI-ImagesListBox-Style1 .txtBox .title{
    color: #444444;
    font-size: 18px;
}
.QXUI-ZhuantiShowBox .ListContentBox .right .QXUI-ImagesListBox-Style1 .txtBox .dec{ 
    font-size: 14px;
}

/* 专题详情 end*/

/*==============推荐栏目 start==============*/ 
.QXUI-TuiJian-Box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.QXUI-TuiJian-Box  .LeftBox {
    width: 860px;
}
.QXUI-TuiJian-Box .TopAndSlide-Box{
    width: 100%;
    height:280px;
    display: flex;
    justify-content: space-between; 
    overflow: hidden;
}
.QXUI-TuiJian-Box .TopAndSlide-Box .TopList{
    width: 430px;
}
.QXUI-TuiJian-Box .TopAndSlide-Box .SlideList,
.QXUI-TuiJian-Box .TopAndSlide-Box .SlideList .item{
    width: 414px;
    height:280px;
}
.QXUI-TuiJian-Box .TopAndSlide-Box .SlideList .item a{
    display: inline-block;
}

.QXUI-TuiJian-Box .TopAndSlide-Box .SlideList .item a,
.QXUI-TuiJian-Box .TopAndSlide-Box .SlideList .item img{
    width: 100%;
    height: 100%;
}
.QXUI-TuiJian-Box .TopAndSlide-Box .SlideList .item .itemName{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    bottom: 44px;
    color: #ffffff;
}
.QXUI-TuiJian-Box .TopAndSlide-Box .SlideList .swiper-button-next,
.QXUI-TuiJian-Box .TopAndSlide-Box .SlideList .swiper-button-prev
{
    background-color: rgba(0, 0, 0, 0.15);
}
.QXUI-TuiJian-Box .TopAndSlide-Box .SlideList .swiper-button-next{
    right:0;
}
.QXUI-TuiJian-Box .TopAndSlide-Box .SlideList .swiper-button-prev{
    left: 0;
}
.QXUI-TuiJian-Box .TopAndSlide-Box .SlideList .swiper-button-next:after,
.QXUI-TuiJian-Box .TopAndSlide-Box .SlideList .swiper-button-prev:after
{
    color: #ffffff;
    font-size: 26px;
}
.QXUI-TuiJian-Box .RightBox {
    width: 280px;
}
/* 列表 */
.QXUI-TuiJianList-Box{
    width: 100%;
    margin-top:40px;
    margin-bottom: 40px;
}
/* .QXUI-TuiJianList-Box .itemTran{
    transition: box-shadow 0.8s; 
    transition: padding 0.4s; 
    box-sizing: border-box;
    border-radius: 4px; 
} 
.QXUI-TuiJianList-Box .itemTran:hover{
    box-shadow: 2px 2px 10px #ededed; 
    padding: 6px;
    position: relative;
    border: #efefef solid 1px;  
}
*/
/* 列表-图文*/
.QXUI-TuiJianList-Box .QXUI-ImagesListBox-Style1 .txtBox
{
    width: 658px;
    height: 126px;
}

.QXUI-TuiJianList-Box .QXUI-ImagesListBox-Style1 .imgBox
{
    width: 186px;
    height: 126px;
    border-radius: 4px;
    overflow: hidden;
    background: #F4F4F4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.QXUI-TuiJianList-Box .QXUI-ImagesListBox-Style1 .imgBox img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.QXUI-TuiJianList-Box .QXUI-ImagesListBox-Style1 .txtBox .title,
.QXUI-TuiJianList-Box .QXUI-ImagesListBox-Style1 .txtBox .title a{
    color: #333;
    font-size: 18px;
}
.QXUI-TuiJianList-Box .QXUI-ImagesListBox-Style1 .txtBox .dec,
.QXUI-TuiJianList-Box .QXUI-ImagesListBox-Style1 .txtBox .dec a{ 
    font-size: 14px;
    color: #666;
}
.QXUI-TuiJianList-Box .QXUI-ImagesListBox-Style1 .txtBox .dec .tag{
    color: #999;
    margin-right: 10px;
}
.QXUI-TuiJianList-Box .QXUI-ImagesListBox-Style1 .txtBox .dec .tag:hover{
    color: #333;
}
/* 列表-专题*/
.QXUI-TuiJianList-Box .QXUI-ZhuantiList .item{
    width: 100%;
    height: auto;
}
.QXUI-TuiJianList-Box .QXUI-ZhuantiList .item h1
{
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}
.QXUI-TuiJianList-Box .QXUI-ZhuantiList .item .images
{
    height: 186px;
}
.QXUI-TuiJianList-Box .QXUI-ZhuantiList .item .images img
{
    width: 32.6%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 4px;
}
/* 列表-图集*/
.QXUI-TuiJianList-Box .QXUI-ImagesBox-Style1{
    justify-content: space-between;
}
.QXUI-TuiJianList-Box .QXUI-ImagesBox-Style1 .item
{
    width: 420px;
    margin:0;
}
.QXUI-TuiJianList-Box .QXUI-ImagesBox-Style1 .item .img
{
    width: 100%;
    height: 234px;
}
.QXUI-TuiJianList-Box .QXUI-ImagesBox-Style1 .item .img>a>img{
    width: 100%;
    height: 100%;
}
.QXUI-TuiJianList-Box .QXUI-ImagesBox-Style1 .item .img .VideoTag
{
    top: 80px;
}
/* 列表-活动*/
.QXUI-TuiJianList-Box .QXUI-ImagesBox-Style1.activity .item
{
    width: 280px;
    margin:0;
}
.QXUI-TuiJianList-Box .QXUI-ImagesBox-Style1.activity .item .img
{
    width: 100%;
    height: 200px;
}
/* 列表-电商/服务*/
.QXUI-TuiJianList-Box .QXUI-Shop
{
    justify-content: space-between;
}
.QXUI-TuiJianList-Box .QXUI-Shop .item
{
    width: 200px;
    margin-left: 0px;
    margin-right: 0px;
}
.QXUI-TuiJianList-Box .QXUI-Shop .item .img
{
    height: 200px;
}

/*==============推荐栏目 end==============*/

/*==============右边栏目-相关、推荐 start==============*/
.RightBox.Tuijian .QXUI-ColumnTitle-Style4
{
    height: 40px;
    line-height: 40px; 
}
.RightBox.Tuijian .QXUI-ColumnTitle-Style4 .title h1
{
    height: 20px;
    line-height: 20px;
    font-size: 18px;
}
.RightBox.Tuijian .QXUI-ImagesBox-Style1{
 margin-top: 0px;
}
.RightBox.Tuijian .QXUI-ImagesBox-Style1 .item{
 margin: 0px;
 width: 100%;
 margin-top: 10px;
}
.RightBox.Tuijian .QXUI-ImagesBox-Style1 .item .img
{
    width: 100%;
    height: 166px;
}
.RightBox.Tuijian .QXUI-ImagesBox-Style1 .item .img>a>img{
    width: 100%;
    height: 100%;
}
.RightBox.Tuijian .QXUI-ImagesBox-Style1 .item .img .VideoTag
{
    top: 56px;
}
.RightBox.Tuijian .QXUI-ImagesListBox-Style1 .imgBox{ 
    width: 104px;
    height: 78px;
    flex: 0 0 auto;
}
.RightBox.Tuijian .QXUI-ImagesListBox-Style1 .txtBox
{
    width: 100%;
    height: 78px;
    margin-left: 6px;
}
.RightBox.Tuijian .QXUI-ImagesListBox-Style1 .txtBox .title
{
    color: #404040;
    font-size: 16px;
}
.RightBox.Tuijian .QXUI-ImagesListBox-Style1 .txtBox .dec
{
    color: #999;
    font-size: 14px;
}
/*==============右边栏目-相关、推荐 end==============*/

/*==============储值服务 start==============*/
.QXUI-chuzhi_Box{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.QXUI-chuzhi_Box .chuzhi_Item
{
  width: 270px;
  display:block;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 26px;
}
.QXUI-chuzhi_Box .chuzhi_Item>.imgBox
{
  width: 270px;
  height: 96px;
  position: relative;
  overflow: hidden;
  color: #F10E0E;
  cursor: pointer;
}
.QXUI-chuzhi_Box .chuzhi_Item>.imgBox>.chuzhi_img
{
  width: 270px;
  height: 96px;
}
.QXUI-chuzhi_Box .chuzhi_Item>.imgBox>.chuzhi_prce
{
  width: 260px;
  position: absolute;
  top: 10px;
  left: 36px;
  font-size: 35px;
  font-weight: bold;
}
.QXUI-chuzhi_Box .chuzhi_Item>.imgBox>.chuzhi_desc
{
  width: 260px;
  position: absolute;
  top: 60px;
  left: 22px;
  font-size: 14px;
}
/*==============储值服务 end==============*/