/*
【网页CSS初始化】
作者：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）
*/
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, table, td, textarea {
    -webkit-font-smoothing: antialiased;
    /*对字体进行抗锯齿渲染可以使字体看起来会更清晰舒服*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*webkit是苹果浏览器引擎，tap点击，highlight背景高亮，color颜色，颜色用数值调节*/
    outline: 0;
    /*轮廓*/
    border: 0;
    margin: 0;
    padding: 0;
}

html {
    font-size: 14px;
}

body {
    background: #ffffff;  
    color: #404040;
    margin: 0; 
    font-size: 14px;
    -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; 
}

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-align: justify;/* 改变字与字之间的间距使得每行对齐*/
    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;
}
/*【网页CSS初始化-end】*/



/* 【公共容器】 start */
.Box{
    width: 100%;
    height: auto;
}
.content{
    width: 1200px;
    margin: 0 auto; 
    word-break: break-all;
}
.itemData{
    width: 100%;
    margin-top: 10px;
    margin-bottom:10px;
    border-bottom: 1px solid #EBEBEB;
}
.itemData img{
    border-radius: 10px;
} 
a.button-green,
.button-green{ 
    display: inline-block;
    width:115px; 
    height:35px;
    line-height: 35px;
    text-align: center;
    background: url(../png/button-green-bg.png) no-repeat;
    color: #ffffff;
}
.item-icon-1{
    display: inline-block;
    width: 5px;
    height: 5px; 
    margin-right: 6px;
    background: url(../jpg/icon6.jpg) no-repeat;
    position: relative;
    top: -0px;
}
.item-icon-2{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 6px;
    background: url(../png/icon2.png) no-repeat;
    position: relative;
    top: -2px;
}
.topTag{
    padding: 4px 5px;
    background: #FFF2F2;
    border-radius: 3px;
    font-size: 14px;
    color: #F04142;
    margin-left: 4px;
    margin-right: 4px;
    font-weight: 400;
}
.hotTag{
    padding: 0px 3px 1px 3px;
    background: #FF9800;
    border-radius: 3px;
    font-size: 12px;
    color: #ffffff;
    margin-left: 4px;
    margin-right: 4px;
    font-weight: 400;
}
.TypeTag{
    padding: 1px 4px 2px 4px;
    background: #DCF5F0;
    border-radius: 3px;
    font-size: 12px;
    color: #00997D;
    margin-left: 4px;
    margin-right: 4px;
    font-weight: 400;
}
.iconTop{
display: inline-block;
width: 20px;
height: 20px;
background: url(../jpg/icon9.jpg) no-repeat;
margin-right: 6px;
}
.iconTxt{
    display: inline-block;
    min-width: 20px;
    height: 20px;
    color: #999999;
    margin-right: 2px;
    text-align: center;
}
.iconTxt1{
    display: inline-block;
    min-width: 20px;
    height: 20px;
    color: #FF1F00;
    margin-right: 2px;
    text-align: center;
}
.iconTxt2{
    display: inline-block;
    min-width: 20px;
    height: 20px;
    color: #FF542F;
    margin-right: 2px;
    text-align: center;
}
.iconTxt3{
    display: inline-block;
    min-width: 20px;
    height: 20px;
    color: #FF6600;
    margin-right: 2px;
    text-align: center;
}
.des{
    color: #999999;
} 
.buttonBox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-top: 10px;
    margin-bottom: 10px; 
}
.button-item{
    display: inline-block;
    width: 110px;
    height: 26px;
    line-height: 26px;
    text-align: center; 
    background: #FFFFFF;
    border: 1px solid #DEDEDE; 
    cursor: pointer;
}
.button-item.button-round{
    border-radius: 13px;
}
.button-item.active,
.button-item:hover{
    background: #53B970;
    color: #ffffff;
    border-color: #53B970;
}
/* 【公共容器】 end */
 

/* 当前位置 start */
.map{
    width: 100%;
    height:36px;
    line-height: 36px;
    color: #999999;
    margin-top: 10px;
}
.map a{color: #999999;}
/* 当前位置 end */


/* 顶部工具 start */
.TopTools{
    width: 100%;
    height: 40px;
    background: #F5F5F5; 
    border-bottom: #dedede 1px solid;
}
.TopTools>.content{
    height: 40px;
    display:flex ;
    align-items: center;
    justify-content: space-between;
}
.TopTools .Split,
.TopTools a
{
    display: inline-block;
    margin-right:10px;
}
.TopTools .Split{
    color: #E3E3E3;
}
.TopTools .el-dropdown
{
    color:#333333;
}
/* 顶部工具 end */

/* logo start */
.Logo{ 
    height: 120px;
    display:flex ;
    align-items: center;
    justify-content: space-between;
    overflow:hidden;
}
.Logo .LogoImgBox{
    width: 250px;
    height: 60px;
}
.Logo .Logo2 {
    width: 640px;
    height: initial;
    text-align:center;
}
.Logo .Logo2 img,
.Logo .LogoImgBox img{
 width:auto ;
 height: auto;
 max-height: 120px;
}


.searchBox {
    width: 250px;
    height: 40px;
    background: #1BAD5B;
    border-radius: 3px;
    padding-left: 2px;
}
 
.searchBox input[name=KeyName]
{
    width: 200px;
    height: 36px;  
    padding-left: 4px;
    background-color: #ffffff;
    display: inline-block;
    margin-top: 2px;
}
.searchBox button[name=submit]
{
    width: 36px;
    height: 36px;
    background: none;
    color: #ffffff;
    font-size: 18px;
}
/* logo end */

/* 导航 start */
.Nav{
    width: 100%;
    height: 50px; 
    font-size: 18px;
    background: #1BAD5B;
}
.Nav>.content{
    height: 50px;
    display:flex ;
    align-items: center;
    justify-content:start; 
}
.Nav a {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0px 13px;
    /*margin-right: 20px;*/
    margin-right: 35px;
    color: #ffffff;
}
.Nav a:hover,
.Nav a.active{ 
    background: #138448;
    background-image: url(../png/icon1.png);
    background-repeat: no-repeat;
    background-position: 50% 43px;
}
/* 导航 end*/

/*重置 Element UI*/
.el-carousel__arrow{
    background-color: rgba(31,45,61,0.5);
}
.el-carousel .itemName{
    width: 100%;
    height: 40px;
    line-height:40px;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    bottom: 40px;
    color: #ffffff;
    padding-left: 10px;
}
.el-image {
width:inherit;
height:inherit;
}
.el-loading-spinner .el-loading-text {
text-align:center;
}
/*重置 Element UI--end*/
/* 公共标题盒子 star*/
.CommTitleBox {
    width: 100%;
    height: 50px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-content: start;
    align-items: center;
    margin-top: 20px;
}
.CommTitleBox .right{
    height: 50px; 
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.CommTitleBox .right .tabs{
    width:auto;
    height: 40px;
    background: #EFEFEF;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center; 
    margin-right: 20px;
}
.CommTitleBox .right .tabs .tabs-item{
    font-size: 16px;
    width:auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    padding-left: 14px;
    padding-right: 14px; 
}
.CommTitleBox .right .tabs .tabs-item:hover,
.CommTitleBox .right .tabs .tabs-item.active,
.CommTitleBox .right .tabs .tabs-item.active a
{
    background: #53B970;
    border-radius: 6px;
    color: #ffffff !important;
}
.CommTitleBox .right .more{
    font-weight: 600;
    font-size: 14px;  
    height: 50px; 
    line-height: 50px;
}
.CommContent{
    width: 100%;
    height: auto;
    margin-top: 10px;
}
.CommContent.style2 {
    display: flex;
    justify-content: space-between; 
    align-content: start;
    flex-wrap: wrap;
}
.CommContent.style2>.left{
    width: 580px;
}
.CommContent.style2>.right{
    width: 580px;
}
.CommContent.style2 .titleBox{
    width: 100%;
    height: 36px;
    line-height: 36px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: #E9E9E9 1px solid; 
}
.CommContent.style2 .titleBox .titleIcon{
    display: inline-block;
    height: 18px;
    width: 4px; 
    background: #53B970;
    border-radius: 2px;
    margin-right: 6px;
}
.CommContent.style2 .titleBox .txt{
    height: 36px;
    line-height: 36px;
    display:flex; 
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}
.CommContent.style2 .titleBox .iconfont{
    font-size: 24px; 
    margin-right: 6px;
}
.CommContent.style2 .titleBox .iconfont.icon-icon_video{
  color: #FF9800;
}
.CommContent.style2 .titleBox .more,
.CommContent.style2 .titleBox .more a {
    color: #999999;
    font-size: 14px;
}
/* 公共标题盒子 end*/

/* 资讯列表-公共样式 star*/
.news-item{
    width: 100%;
    height: 30px;
    line-height: 30px; 
    overflow: hidden; 
    margin-bottom: 5px;
    font-size:16px;
}
.news-item .icon{
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right:2px;
}
/* 资讯列表-公共样式 end*/ 

/* 图片矩阵列表 start */
.CommImgList{
    width: 100%; 
    max-width: 100%;
    margin-top: 10px;
    overflow: hidden; 
    display: flex;
    justify-content:start;
    align-content: start;
    flex-wrap: wrap;
}
.CommImgList .item{
    display: inline-block; 
    font-size: 16px;
    width: 286px; 
    margin-left: 7px;
    margin-right:7px;
    margin-bottom: 20px;
}
.CommImgList .item .img{ 
    width: inherit; 
    height: 212px; 
    border-radius: 8px 8px 0px 0px; 
    overflow: hidden;
}
.CommImgList .item .img img{
    width: 100%; 
    height: 100%;
}
.CommImgList .item .img .img-tag{
    width: 100%;
    height: 24px;
    line-height: 24px; 
    position: relative;
    bottom: 34px;
    color: #ffffff;
    text-shadow:1px 1px 1px #2d2d2d;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.CommImgList .item .img .img-tag .iconfont{
    margin-right: 4px;
}
.CommImgList .item .img .img-tag .tag1{
    height: 24px;
    line-height: 24px;
    margin-left: 10px;
}
.CommImgList .item .img .img-tag .tag2{
    margin-right: 10px;
    height: 24px;
    line-height: 24px;
    background: rgba(0, 0, 0, 0.4);
    padding: 0px 6px;
    border-radius: 4px;
}
.CommImgList .item .img .img-tag-live{
    width: 66px;
    height: 20px;
    background: rgba(0, 0, 0, 0.4); 
    border-radius: 10px;
    position: relative;
    bottom: 230px; 
    left: 10px;
    color: #ffffff;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.CommImgList .item .img .img-tag-live>.iconfont{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-right: 2px;
    font-size: 12px;
    border-radius:50%;
    background-color: #FC3437; 
    position: relative;
    left: -2px;
}
.CommImgList .title{
    width: 100%; 
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    margin-top: 6px;
}
.CommImgList .title .AddTag{
    width: 100%;
    padding: 2px 5px;
    background: #D9F7DF;
    border: 1px solid #C3F1CD;
    border-radius: 3px;
    font-size: 14px;
    color: #138448; 
    margin-right: 4px;
    font-weight: 400;
}
.CommImgList .foot{
    width: 100%;
    height: 30px;
    overflow: hidden;
    margin-top: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999999;
}
.CommImgList .des{
    width: 100%;
    height: 46px;
    overflow: hidden;
    margin-top: 6px; 
    color: #999999;
}
.CommImgList .userInfo{
    width: 100%;
    height: 40px;  
    line-height: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: #999999;
}
.CommImgList .userInfo img{
    width: 40px;
    height: 40px; 
    border-radius: 50%;
    margin-right: 6px;
}
/* 图片矩阵列表 end */

/* 广告图-展示位置 start */
.CommShow{
    margin-top:20px;
    margin-bottom:20px;
}
.CommShow.nei-mb0{
    margin-top:20px;
    margin-bottom:0px;
}
.CommShow img{
    max-width: 100%;
}
/* 广告图-展示位置 end */

/* 茶典百科 start*/ 
.chaBaike {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: start;
    flex-wrap: wrap;
}
.chaBaike .item-img{ 
    width: 580px;
    height: 150px; 
    display: flex;
    justify-content: space-between; 
    margin-bottom:20px;
}
.chaBaike .item-img .img{
    width: 233px; 
    height: inherit;
}
.chaBaike .item-img .img img{
    width: 100%;
    height: 100%; 
    border-radius: 6px; 
}
.chaBaike .item-img .txt{
    width: 332px;
    height: inherit;
}
.chaBaike .item-img .txt h1{
    font-weight: 400;
    font-size: 16px; 
    margin-bottom:10px;
    height: 40px;
    overflow: hidden;
}
.chaBaike .item-img .txt .des{ 
    color: #999999;
    height: 56px;
    overflow: hidden;
    text-justify: inter-word;/* 改变字与字之间的间距使得每行对齐*/
    text-align: justify;/* 改变字与字之间的间距使得每行对齐*/ 
    margin-bottom:6px;
}
.chaBaike .item-img .txt .foot{ 
    color: #999999;
    text-align: right;
}
.chaBaike .item{ 
    width: 580px;
    height: 20px; 
    line-height: 20px;
    display: flex;
    justify-content: start; 
    align-items: center;
    margin-bottom:14px;
}
.chaBaike .item>.item-img-title{
    display: flex;
    justify-content: start; 
    align-items: center;
}
.chaBaike .item>.item-img-title>img{
    width: 5px;
    height: 5px; 
    margin-right: 6px;
}
.chaBaike .item .title{
    width: 490px;
    height: 20px; 
    line-height: 20px;
    display: inline-block;
    overflow: hidden;
    font-size:16px;
}
.chaBaike .item .time{
    color: #999999;
    float: right;
}
.chaBaike .userInfo{
    width: 100%;
    height: 30px;  
    line-height: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: #999999;
}
.chaBaike .userInfo img{
    width: 30px;
    height: 30px; 
    border-radius: 50%;
    margin-right: 6px;
}

/* 茶典百科 end*/

/* 专家在线  start*/
.zhuanjia{
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between; 
    align-content: start;
    flex-wrap: wrap;
}
.zhuanjia .item{
    width: 280px;
    height: 185px;
    display: flex;
    justify-content: start; 
    margin-top: 10px;
    margin-bottom: 10px;
}
.zhuanjia .item .img,
.zhuanjia .item .img img{
    width: 132px; 
    height: 185px;
    border-radius: 5px;
    margin-right: 10px;
}
.zhuanjia .item .txt{
    width: 132px; 
    height: 185px;
} 
.zhuanjia .item .txt h1{
    font-size: 16px; 
}
.zhuanjia .item .txt p{
  margin-top: 6px;
  color: #999999;
}
.zhuanjia .item .txt p .iconfont{
    margin-right: 4px;
    color: #5A5A68;
}
.zhuanjia .item .txt .button-green{
    margin-top: 56px;
}
/* 专家在线  end*/

/* 科研机构 start*/
.keyanJigou{
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: start;
    align-content: start;
    flex-wrap: wrap;
}
.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;
}
.keyanJigou .item .itemContent{ 
    width: 261px;
    height: 60px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
    .keyanJigou .item .itemContent .el-image,
    .keyanJigou .item .itemContent img {
        height: 60px;
        width: 60px;
        border-radius: 5px;
    }

.keyanJigou .item .itemContent .txt{
    height: 50px;
    width: 191px;
    overflow: hidden;
}
.keyanJigou .item .itemContent .txt h1{
    font-size: 16px;
    margin-bottom: 6px;
}
.keyanJigou .item .itemContent .txt .des{
    color: #999999;
    font-size: 14px;
}

/* 科研机构 end*/


/* 活动-赛事 start*/
.activity {
    width: 100%; 
    max-width: 100%;
    margin-top: 10px;
    overflow: hidden; 
    display: flex;
    justify-content:start;
    align-content: start;
    flex-wrap: wrap; 
}

.activity .item{
    display: inline-block; 
    font-size: 16px;
    width: 286px; 
    margin-left: 6px;
    margin-right:6px;
    margin-bottom: 10px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px; 
}

.activity .item .img{ 
    width: inherit; 
    height: 212px;  
    overflow: hidden;
    border-radius: 6px 6px 0px 0px; 
}
.activity .item .img img{
    width: 100%; 
    height: 100%;
}
.activity .item .img .img-tag{
    width: 70px;
    height: 24px;
    line-height: 24px; 
    position: relative;
    bottom: 216px;
    left:216px;
    color: #53B970;
    font-size: 14px;
    background: #F4FFF7;
    text-align: center;
    border-radius: 0px 6px 0px 0px;
}

.activity .title{
    margin: auto;
    width: 92%;
    height: 40px;  
    overflow: hidden;
    margin-top: 6px;  
}
.activity .foot{
    margin: auto;
    width: 92%;
    height: 30px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999999; 
    margin-top: 6px;
    margin-bottom: 10px;
}
.activity .price{
    font-size: 20px;
    color: #FF0000;
}
.saishi .item{
    border: none;
    box-shadow: none;
}
.saishi .item .title,
.saishi .item .foot
{
    width: 100%;
}
.saishi .item .riqi .iconfont{
    margin-right: 6px;
    color: #FF9800;
    font-size:18px;
}
/* 活动-赛事 end*/

/* 佰里帮 start*/
.BailiHelp{
    width: 100%; 
    max-width: 100%;
    margin-top: 10px;
    overflow: hidden; 
    display: flex;
    align-content: start;
    justify-content:start;
    flex-wrap: wrap; 
}
.BailiHelp .item{
    display: inline-block; 
    font-size: 16px;
    width: 186px; 
    margin-left: 7px;
    margin-right:7px;
    margin-bottom: 10px;
    background: #FFFFFF; 
}
.BailiHelp .item .img{ 
    width: inherit; 
    height: 186px;  
    overflow: hidden;
    border-radius: 6px 6px 0px 0px; 
}
.BailiHelp .item .img img{
    width: 100%; 
    height: 100%;
} 

.BailiHelp .title{ 
    width: 100%;
    min-height:18px;
    max-height: 40px;
    overflow: hidden;
    margin-top: 6px;  
}
.BailiHelp .des{ 
    width: 100%;
    height: 20px;
    overflow: hidden; 
    color: #999999; 
    margin-top: 10px; 
}
.BailiHelp .des span{
    margin-left: 4px;
} 
.BailiHelp .des span.iconfont{
    margin-left: 0px;
    margin-right: 4px;
} 
.BailiHelp .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*/
 .Pinpai{
    width: 100%; 
    max-width: 100%;
    margin-top: 10px; 
    display: flex;
    justify-content:start;
    align-content: start;
    flex-wrap: wrap; 
 }
 .Pinpai .item{
    display: inline-block; 
    font-size: 16px;
    width: 120px;
    height: 130px;
    margin-left: 6px;
    margin-right:6px;
    margin-bottom: 10px;
    background: #FFFFFF; 
}
.Pinpai .item img{
    width: 100%;
    height: 100%;
}
 /* 知名品牌 end*/

 /* 大宗交易-供应 start*/
 .Dazong{
    width: 100%; 
    max-width: 100%;
    margin-top: 10px; 
    display: flex;
    justify-content:start;
    align-content: start; 
    flex-wrap: wrap; 
 }
 .Dazong .item{  
    display: inline-block; 
    font-size: 16px;
    height: 180px;
    width: 386px;
    margin-left: 6px;
    margin-right:6px;
    margin-bottom: 10px;
    background: #FFFFFF;  
    border: 1px solid #DBDBDD;
    display: flex;
    justify-content:space-between;
    overflow: hidden;
}
.Dazong .item .img{ 
    width: 180px;
    height: 180px;
}
.Dazong .item img{
    width: 100%;
    height: 100%;
}
.Dazong .txt{
    width: 186px;
    margin-right: 8px;
}
.Dazong .txt h1{
    width: 186px;
    height: 44px;
    font-size: 16px;
    margin-top: 6px;
    margin-bottom: 6px;
    overflow: hidden; 
    color: #454545;
}
.Dazong .txt span{ 
    margin-right: 4px;
}
.Dazong .txt p{ 
    margin-bottom: 4px;
}
.Dazong .txt .m-top40{
    margin-top: 40px;
}
.Dazong .txt .des{
    color: #666666;
    width: 100%;
    height: 24px;
    overflow: hidden;  
}
 /* 大宗交易-供应 end*/

/* 大宗交易-求购 start*/
.DazongQiugou {
    width: 100%;
    display: flex;
    justify-content: start;
    align-content: start;
    flex-wrap: wrap;
}

.DazongQiugou .DazongQiugouItem {
    height: 284px;
    width: 388px;
    background: #FFFFFF;
    border: 1px solid #DBDBDD;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 14px;
    margin-left: 5px;
    margin-right: 5px;
}
.DazongQiugou .DazongQiugouItem .iconfont{
    margin-right: 4px;
}
.DazongQiugou .DazongQiugouItem .itemContent{
    margin: 0 auto;
    width: 94%; 
}
.DazongQiugou .DazongQiugouItem .itemTop{
    width: 100%;
    height: 76px; 
    background: #F2F2F2; 
}
.DazongQiugou .DazongQiugouItem .Title{ 
    height: 20px;
    color: #138448;
    margin-top: 16px;
    font-size: 16px;
    overflow: hidden;
}
.DazongQiugou .DazongQiugouItem .Date{ 
    height: 20px;
    color: #138448;
    margin-top: 10px; 
    color: #666666;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-content: flex-start;
    overflow: hidden;
}
.DazongQiugou .DazongQiugouItem .des{
    color: #404040;
    margin-top: 10px;
}
.DazongQiugou .DazongQiugouItem .minor{
    color: #666666 !important;
}
.DazongQiugou .DazongQiugouItem .buttonBox{
 margin-top: 20px; 
}
.DazongQiugou .DazongQiugouItem .button-item{
    width: 140px;
    height: 36px;
    line-height:36px;
    font-size: 16px;
    color: #FF6600;
    background: #FFFFFF;
    border: 1px solid #FF6600;
    border-radius: 6px;
   }
/* 大宗交易-求购 end*/


 /* 友情链接 start*/
 .LinkList{
    width: 100%; 
    max-width: 100%;
    margin-top: 10px; 
    display: flex;
    justify-content:start;
    align-content: start; 
    flex-wrap: wrap; 
 } 
 .LinkList a:hover{
    color: #07c160;
 }
 .LinkList .item{  
    display: inline-block;  
    height: 20px; 
    margin-left: 6px;
    margin-right:6px;
    margin-bottom: 10px; 
    overflow: hidden;
    display: flex;
    justify-content:start;
    align-content: start;  
    align-items: center;
    font-size: 16px;
}
.LinkList .item span{
    margin-right: 6px;
}
 /* 友情链接 end*/


 /* 底部 start */
 .PageFoot{
    width: 100%; 
    height: 504px;  
    margin-top: 80px;
    background-image: url(../jpg/bg2.jpg);
    background-repeat: no-repeat;
    background-origin: border-box;
    background-position: center 0;   
    background-size:1920px 504px; 
    color: #ffffff;
 }
 .PageFoot a{
    color: #ffffff;
 }
 .PageFoot .line1{
    width: 100%; 
    height: 80px;  
    margin-top: 130px;
    display: flex;
    justify-content: space-between;
 }
 .PageFoot .line1 .item{
    min-width: 190px; 
    height: 60px;  
    display: flex;
    justify-content:start;
    align-items: center;
 }
 .PageFoot .line1 .item .icon{
    height: 60px;
    width: 60px; 
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    margin-right: 10px;
 }
 .PageFoot .line1 .item .icon .iconfont{
    font-size: 22px;
 }
 .PageFoot .line1 .item .txt h1{
    font-size: 14px;
 }
 .PageFoot .line2{
    width: 100%; 
    height: 220px;  
    margin-top: 10px; 
    display: flex;
    justify-content: space-between;
    overflow: hidden;
 }
 .PageFoot .line2 .erweima{
    width: 200px; 
    height: 220px;   
    text-align: center;
 }
 .PageFoot .line2 .erweima p{
    text-align: center;
    height: 30px;
    line-height: 30px;
 }
 .PageFoot .line2 .txt{
    width: 960px; 
    height: 220px;   
    display: flex;
    justify-content: flex-end;
 }
 .PageFoot .line2 .txt .item{
    width: 200px; 
    height: 220px; 
 }
 .PageFoot .line2 .txt .item .title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 30px;
    background-image: url(../jpg/icon8.jpg);
    background-repeat: no-repeat;
    background-position: 30px 38px;
 }
 .PageFoot .line2 .txt .item p{
    padding-left: 30px;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
 }
 .PageFoot .line3{
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    line-height: 50px;
    text-align: center;
 }
 /* 底部 end */

 /* 栏目标题 start*/
 .columnTitle{
    width: 100%;
    height: 36px;
    line-height: 36px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: #E9E9E9 1px solid;
    margin-bottom: 10px;
}
.columnTitle .titleIcon{
    display: inline-block;
    height: 18px;
    width: 4px; 
    background: #53B970;
    border-radius: 2px;
    margin-right: 6px;
}
.columnTitle .txt{
    height: 36px;
    line-height: 36px;
    display:flex; 
    align-items: center;
    font-size: 18PX;
    font-weight: 550;
}
.columnTitle.columnTitleStyle2 .txt{
    border-bottom: #07c160 2px solid;
}
.columnTitle.columnTitleStyle3 .txt{
    border-bottom: none;
    border-top: #07c160 2px solid;
}
.columnTitle.columnTitleStyle3{
    border-bottom:none;
    border-top: #E9E9E9 1px solid;
}

.columnTitle .iconfont{
    font-size: 24px; 
    margin-right: 6px;
}
.columnTitle .iconfont.icon-icon_video{
  color: #FF9800;
}
.columnTitle .more,
.columnTitle .more a {
    color: #999999;
    font-size: 14px;
}
 /* 栏目标题 end*/

 /* 资讯-列表 start*/

 /* 文字资讯 */
 .news-item-txt{
    display: inline-block;
    width: 100%; 
    max-width: 100%;  
    line-height: 26px;
    margin-bottom: 14px; 
    font-weight: 400; 
    font-size: 16px;
 }
 .news-item-txt>.icon,
 .news-item-txt>.sapn{
    margin-right:6px;
 }
 /* 文字资讯+日期 */
 .news-item-txtAndDate{ 
    width: 580px;
    height: 20px; 
    line-height: 20px;
    display: flex;
    justify-content: start; 
    align-items: center;
    margin-bottom:14px;
}
.news-item-txtAndDate>.item-img-title{
    display: flex;
    justify-content: start; 
    align-items: center;
}
.news-item-txtAndDate>.item-img-title>img{
    width: 5px;
    height: 5px; 
    margin-right: 6px;
}
.news-item-txtAndDate .title{
    width: 490px;
    height: 20px; 
    line-height: 20px;
    display: inline-block;
    overflow: hidden;
    font-size:16px;
}
.news-item-txtAndDate .time{
    color: #999999;
    float: right;
}
  /* 文图资讯 */
 .news-item-txtImg{
    max-width: 100%; 
    overflow: hidden; 
    margin-bottom: 20px; 
    display: flex;
    justify-content: space-between;
    align-content: flex-start; 
 }
 .news-item-txtImg>.txtImg-txt{
    width:620px;
 }
 .news-item-txtImg>.txtImg-txt>h1{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px; 
 }
 .news-item-txtImg>.txtImg-txt>.des{
    width:100%;
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px; 
 }
 .news-item-txtImg>.txtImg-txt>.foot{
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 6px; 
 }
 .news-item-txtImg>.txtImg-txt>.foot span{
    margin-right: 6px;
 }
 .news-item-txtImg>.txtImg-img{
    width:186px;
    height: 120px;
 }
 .news-item-txtImg>.txtImg-img img{
    width:100%;
    height:100%;
    border-radius: 3px;
 }
 .news-item-txtImg>.txtImg-img .tagtop,
 .news-item-txtImg>.txtImg-img .tagfoot{
    width:100%;
    height:24px; 
    position: relative;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
 }
 .news-item-txtImg>.txtImg-img .tagtop{
    bottom: 130px;
 }
 .news-item-txtImg>.txtImg-img .tagfoot{
    bottom: 60px;
 }
 .news-item-txtImg>.txtImg-img .iconTxt{
    min-width:24px;
    height:24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center; 
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
 }
 .news-item-txtImg>.txtImg-img .iconTxt.iconTxtNum1{
    background: #FF7528;
}
.news-item-txtImg>.txtImg-img .iconTxt.iconTxtNum2{
    background: #F04142; 
}
.news-item-txtImg>.txtImg-img .iconTxt.iconTxtNum3{
    background: #FFBC11; 
}
.news-item-txtImg>.txtImg-img .tagfoot .iconTxt{ 
    padding: 0 4px 0 4px;
}
 
.news-item-txtImg .userInfo{
    width: 100%;
    height: 30px;  
    line-height: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 10px;
    color: #999999;
}
.news-item-txtImg .userInfo img{
    width: 30px;
    height: 30px; 
    border-radius: 50%;
    margin-right: 6px;
}

.news-item-txtImg.jigouItem .txtImg-img{
    height: 100px;
    width: 100px; 
    border-radius: 5px; 
}
.news-item-txtImg.jigouItem .txtImg-txt{ 
    width: 710px;  
}

/* 专题 */
.news-item-ZhuanTi{
    display: inline-block;
    max-width: 100%; 
    overflow: hidden; 
    margin-bottom: 20px;  
}
 .news-item-ZhuanTi>.txtImg-txt{
    width:100%;
 }
 .news-item-ZhuanTi>.txtImg-txt>h1{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px; 
 }
 .news-item-ZhuanTi>.txtImg-txt>.des{
    width:100%;
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px; 
 }
 .news-item-ZhuanTi>.txtImg-txt>.foot{
    width:100%;
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px; 
 }
 .news-item-ZhuanTi>.txtImg-img{
    width:100%;  
    margin-bottom: 6px; 
    display: flex;
    justify-content: space-between;
    align-content: flex-start; 
 }
 .news-item-ZhuanTi>.txtImg-img img{
    height: 172px;
    width: 267px; 
    border-radius: 6px;
 }
 /* 资讯-列表 end*/

 /* 视频 start*/
.video-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    margin-bottom: 20px;
}
.video-item-UpAndDown{
    display: inline-block;
    width: 406px;
    min-height: 290px;
    overflow: hidden;
 }
.video-item-UpAndDown>.txtImg-txt{
    width:100%;
 }
 .video-item-UpAndDown>.txtImg-txt>h1{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px; 
 }
 .video-item-UpAndDown>.txtImg-txt>.des{
    width:100%;
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px; 
 }
 .video-item-UpAndDown>.txtImg-txt>.foot{
    color: #999999;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 6px; 
 }
 .video-item-UpAndDown>.txtImg-txt>.foot span{
    margin-right: 6px;
 }
 .video-item-UpAndDown>.txtImg-img{
    width:100%;
    height: 228px;
    margin-bottom: 10px; 
 }
 .video-item-UpAndDown>.txtImg-img img{
    width:100%;
    height:100%;
    border-radius: 3px;
 }

 .video-item-UpAndDown>.txtImg-img .tagtop,
 .video-item-UpAndDown>.txtImg-img .tagfoot{
    width:100%;
    height:24px; 
    position: relative;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
 } 
 
 .video-item-UpAndDown>.txtImg-img .tagfoot{
    bottom: 40px;
 }
 .video-item-UpAndDown>.txtImg-img .iconTxt{
    min-width:24px;
    height:24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center; 
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
 }
 .video-item-UpAndDown>.txtImg-img .tagfoot .iconTxt{ 
    padding: 0 4px 0 4px;
}
.video-item-UpAndDown>.txtImg-img .tagPlay{
    width: inherit;
    height:inherit; 
    position: relative;
    bottom: 256px;
    display: flex;
    justify-content: center;
    align-items: center;
 }
 .video-item-UpAndDown>.txtImg-img .tagPlay .iconfont{
    font-size: 20px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #ffffff;
}
 /* 视频 end*/
 /* 关注 start*/
 .guanzhuBox{
    width: 100%;
    height: 140px; 
    background: #F5F5F5;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden; 
 }
 .guanzhuUserItems{  
    height: 140px;  
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;  
 }
 .guanzhuUser-item{
    flex: 0 0 auto;
    display:block;
    width: 60px;
    height: 120px;
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
    margin-top:20px; 
 }
 .guanzhuUser-item .userPicture{ 
    width: 60px;
    height: 60px; 
    margin-bottom: 10px;
 }
 .guanzhuUser-item .userPicture img{ 
    width: 100%;
    height: 100%;
 }
 .guanzhuUser-item .userName{ 
    width: 100%;
    font-size: 14px;
    color: #333333;
 }
 /* 关注 end*/

/* 公共 --- 内容详情 satart*/
.BodyContent{
    width: 100%;
    margin-bottom: 20px;
}
.BodyDetails{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.BodyDetails h1{
    width: 100%; 
    font-size: 24px; 
    color: #404040;
    margin-bottom: 10px;
}
.BodyDetails .title{
    width: 100%;  
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    color: #999999;
}
.BodyDetails .title h1{
    width: 80%;
    font-size: 24px; 
}
.BodyDetails .title .star{
    margin-top: 6px;
}
.BodyDetails .tage{
    width: 100%; 
    height: 40px;
    line-height: 40PX;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    color: #999999;
    margin-bottom: 10px; 
}
.BodyDetails .tage a{
    color: #999999;
}
.BodyDetails .iconfont{
    margin-right: 4px;
}
.BodyDetails .BodyDetailsContent{
    width: 100%; 
    margin-bottom: 10px;
    margin-bottom: 10px;
    color: #404040;
}
 
.BodyDetails .BodyDetailsContent * {
    max-width:100% !important;
}
.BodyDetails .BodyDetailsContent table {
    width: 100% !important;
}
.BodyDetails .BodyDetailsContent p {
    margin-top: 0; 
    line-height: 26px;
    margin-bottom: 10px;
}

    .BodyDetails .BodyDetailsContent a,
    .BodyDetails .BodyDetailsContent a *,
    .BodyDetails .BodyDetailsContent a:active,
    .BodyDetails .BodyDetailsContent a:visited {
        color: #2c89e8 !important;
    }

        .BodyDetails .BodyDetailsContent a:hover,
        .BodyDetails .BodyDetailsContent a:hover * {
            color: #CC0025 !important;
        }

/*文章详情，段落问题**/
    .BodyDetails .BodyDetailsContent p {
        margin-top: 0;
        line-height: 26px;
        margin-bottom: 6px;
    }

img {
    max-width: 100%;
}

.DetailsXiangguan{
    width: 100%;
}
.DetailsXiangguan .DetailsXiangguanList{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}
.DetailsXiangguan .news-item-txtAndDate{
    width: 400px;
}
.DetailsXiangguan .news-item-txtAndDate .title{
    width: 280px;
}
.BodyDetails.dazong .columnTitle{
    border: none;
} 

/* 公共 --- 内容详情  end*/

/* 公共 --- 分享工具  satart*/
.comm-StarTools{
    width: 60px;
    height: 236px;
    position: fixed;
    top: 400px;
    left: 200px; 
    text-align: center;
    color: #404040;
    font-size: 14px;
}
.comm-StarTools .item{
    cursor: pointer;
    width: 60px;
    height: 60px;
}
.comm-StarTools .item .iconfont{
     font-size: 24px;
}
.comm-StarTools .item p{
    width: 100%;
    text-align: center;
}
/* 公共 --- 分享工具  end*/

 /* 公共-主题左右布局 satart*/
 
.Common-Body-LeftAndRight{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    }
    .Common-Body-LeftAndRight>.left{
    width: 826px; 
    }
    

    .Common-Body-LeftAndRight>.left  .activity .item{
        width: 260px;
    }
    .Common-Body-LeftAndRight>.left .activity .item .img{
        height: 166px;
    }
    .Common-Body-LeftAndRight>.left  .activity .item .img .img-tag{
        left: 190px;
    }


    .Common-Body-LeftAndRight>.right{
    width: 330px; 
    }  
    
    .Common-Body-LeftAndRight>.right .right-item1
    {
        width: 100%;
        margin-bottom: 20px;
    }
    
    
    .Common-Body-LeftAndRight>.right .right-item1 
    .right-item1-list
    {
        width: 100%; 
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        
    }
    .Common-Body-LeftAndRight>.right .right-item1 
    .right-item1-list a
    {
        display: inline-block;
        width: 120px;
        height: 33px;
        line-height: 33px;
        text-align: center;
        background: #FFFFFF;
        border: 1px solid #E1E1E1;
        border-radius: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 20px;
    }
    .Common-Body-LeftAndRight>.right 
    .right-item1 
    .right-item1-list
     a.active{
        background: #53B970;
        border: 1px solid #53B970;
        color: #ffffff;
    }
    /* 公共-主题左右布局 --- 用户信息 start*/
    .Common-Body-LeftAndRight>.right .right-UserInfo{
        width: 100%;
        margin-bottom: 20px; 
        text-align: center;
    }
    .Common-Body-LeftAndRight>.right .right-UserInfo img{
        width: 60px;
        height: 60px;
        border-radius: 50%;
    }
    .Common-Body-LeftAndRight>.right .right-UserInfo p{
        width: 100%;
        text-align: center;
        line-height: 26px;
    }
    .Common-Body-LeftAndRight>.right .right-UserInfo .star{
        width: 96px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        background: #FF9800;
        border-radius: 3px;
        color: #FFFFFF;
        margin-top: 10px;
        cursor:pointer;
    }
    .Common-Body-LeftAndRight > .right .right-UserInfo .star.Istrue {
        background: #E6E6E6;
        color: #999999;
    }
      /* 公共-主题左右布局 --- 用户信息 end*/
      .Common-Body-LeftAndRight>.right .CommContent.style2{
        display: inline-block;
    }
    
    .Common-Body-LeftAndRight>.right .titleBox{
        margin-bottom: 10px;
    }
    .Common-Body-LeftAndRight>.right .shipin .news-item-txtImg>.txtImg-txt>h1,
    .Common-Body-LeftAndRight>.right .zhuanti .news-item-txtImg>.txtImg-txt>h1 {
        font-size: 16px;
    }
    .Common-Body-LeftAndRight>.right .shipin .news-item-txtImg>.txtImg-img .tagtop{
        bottom: 130px;
    }
    .Common-Body-LeftAndRight>.right .zhuanti .news-item-txtImg .txtImg-img{
        width: 125px;
        height: 93px;
    }
    .Common-Body-LeftAndRight>.right .shipin .news-item-txtImg .txtImg-img{
        width: 125px;
        height: 93px;
    }
    .Common-Body-LeftAndRight>.right .shipin .news-item-txtImg .txtImg-txt,
    .Common-Body-LeftAndRight>.right .zhuanti .news-item-txtImg .txtImg-txt{
        width: 192px;
        height: 44px;
    } 
 /* 公共-主题左右布局 end*/

  /* 公共-分类 start*/ 
.typeBox{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #666666;
}

.typeBox .typelist1{
    width: 100%;
    margin-bottom: 20px;
}
.typeBox .typelist1 a,
.typeBox .typelist1 span{
    padding: 4px 20px;
    border: 1px solid #E9E9E9;
    border-radius: 20px; 
    margin-right: 10px;
    cursor: pointer;
}
.typeBox .typelist1 a:hover,
.typeBox .typelist1 a.active,
.typeBox .typelist1 span:hover,
.typeBox .typelist1 span.active{
    border: 1px solid #1BAD5B;
    color:#1BAD5B;
}
.typeBox .typelist2{
    width: 100%;
    margin-bottom: 20px;
    background: #FFFFFF;
}
.typeBox .typelist2 a,
.typeBox .typelist2 span{
    padding: 4px 10px; 
    cursor: pointer;
}
.typeBox .typelist2 a.active,
.typeBox .typelist2 a:hover,
.typeBox .typelist2 span.active,
.typeBox .typelist2 span:hover{
    color:#1BAD5B;
}

.typeBox .types-item{
    width: 100%;
    min-height: 36px; 
    margin-top: 16px;
    margin-bottom: 16px;
    border-bottom:#E9E9E9 1px solid; 
    font-size: 16px;
    display: flex;
    justify-content: start;
    align-items: flex-start;
} 
.typeBox .types-item .types-item-title{
    display: inline-block;
    width:8%;
    font-weight: 600;   
}
.typeBox .types-item .types-item-datas{
    display: inline-block;
    width:92%;  
    margin-left: 10px;  
}
.typeBox .types-item .types-item-datas span,
.typeBox .types-item .types-item-datas a
{
    display: inline-block;
    padding: 4px 10px; 
    cursor: pointer; 
    margin-right: 10px;
    margin-bottom: 10px;
}
.typeBox .types-item .types-item-datas a:hover,
.typeBox .types-item .types-item-datas a.active,
.typeBox .types-item .types-item-datas span:hover,
.typeBox .types-item .types-item-datas span.active{ 
    color:#ffffff;
    background: #53B970; 
    border-radius: 15px;
}
  /* 公共-分类 end*/

  /* 快捷导航 start*/
  .QuickNav
  {
    width: 76px;
    height: auto;
    position: fixed;
    top:10%;
    right: 100px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
  }
  .QuickNav p{
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center; 
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .QuickNav a{
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  .QuickNav a:hover{
    color: #07c160;
    font-weight: 600;
    font-size: 16px;
  }
  .QuickNav .QuickNavBottom{
    width: 100%;
    height: 56px;  
    padding-top: 10px;
    text-align: center;   
    border-top: 1px solid #E9E9E9;
    color: #FF3300;
  } 
  .QuickNav .QuickNavBottom .el-icon-upload2{
    font-size: 20px;
  }
  /* 快捷导航 end*/


  /* 公共盒子 start */
.border{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
}
.border .border-content{
    margin: 0 auto;
    width: 90%; 
    padding: 20px 0px;
}
.border.baojia{
    margin-top: 20px;
    background: #FFF7F5;
    border: 1px solid #FFC7B8;
}
.baojia .title{
    width: 100%;
    display: flex;
    align-items: center;
}
.baojia .title h1{
   margin-right: 10px;
   font-size: 18px;
   color: #404040;
}
.baojia .title .tishi{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
 }
 .baojia .title .tishi img{
    margin-right: 4px;
 }
 .baojia .tr{
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #404040;
    margin-top: 10px;
    margin-bottom: 10px;
 }
 .baojia .tr input{
    width: 267px;
    height: 36px;
    margin-left: 10px; 
    background: #FFFFFF;
    border: 1px solid #DADADA;
 }
 .baojia .button-item{
    width: 108px;
    height: 36px;
    background: #FF4C00;
    border-radius: 3px;
    color: #ffffff;
    margin-left: 90px;
    border: none;
 }
  /* 公共盒子 end */

  /* 表格 start*/
  
.cpTable table{
  width: 100%;
  border-collapse: collapse; /* 表格边框合并 ，合并后显示细线边框*/
}
.cpTable table, 
.cpTable table thead,
.cpTable table tr, 
.cpTable table td, 
.cpTable table th {
    border: 1px solid #E2E2E2; /* 表格边框颜色 */
}
.cpTable table td{ 
  padding: 10px 10px;/* 内容左右间距 */
}
.cpTable table .content{
    line-height: 26px; 
    font-size: 16px;
}
  /* 表格 end*/

 
  /* 分页 start*/
  .PageBox{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .PageBox span{
    display: inline-block;  
    padding: 6px 10px 6px 10px;
    border-radius: 5px;
    border: #E9E9E9 1px solid;
    margin-right: 10px;
    box-sizing: border-box;
  }  
  .PageBox span:hover {
    background: #DCF5F0; 
    color: #00997D;
  }
  /* 分页 end*/


/* 数据表格 start*/
.cplvfx table {
    width: 100%;
}

.cplvfx table th {
    color: #53B970;
}

.cplvfx table th,
.cplvfx table td {
    text-align: left;
    display: table-cell;
    vertical-align: inherit;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cplvfx table tr {
    height: 36px;
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
/* 数据表格 end*/



.right .shipin .news-item-txtImg .txtImg-img {
    width: 125px;
    height: 93px;
}
.right .shipin .news-item-txtImg > .txtImg-img .tagtop {
    bottom: 99px;
}

/*==============swiper格式化 start==============*/
.myDetailsSwiper {
    font-size: 16px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.myDetailsSwiper.swiper {
    width: 100%;
    overflow: hidden;
}

.myDetailsSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.myDetailsSwiper .swiper-pagination {
    position: relative
}

/*==============swiper格式化 end==============*/


/* 媒体矩阵 start */
.QXUI-MeiTi {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
    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 p {
            line-height: 36px;
            font-size: 14px;
        }

    .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;
        }
/* 媒体矩阵 end */