*{box-sizing: border-box;}
html{ margin: 0 auto;-webkit-text-size-adjust:none; -webkit-user-select:none; -webkit-touch-callout: none; }
body{text-align:left;background: #f5f5f5;font-family:'微软雅黑','PingFang SC','Droidsansfallback';font-weight: 300;overflow-x: hidden;}
body,ul,p,span,dl,dt,dd,li,h1,h2{margin:0;padding:0; }
li{list-style:none;}
a,a:visited{text-decoration:none;color:#000;}
a,button,input,textarea,select{ background: none; -webkit-tap-highlight-color:rgba(255,0,0,0); outline:none; -webkit-appearance:none;}
.clearP,.clearP2{zoom:1;/* margin-left: 10px; */width: 100%;} .clearP:after { content:''; display:block; clear:both; }
em{font-style:normal} 
a{text-decoration:none;}
img{border:none; vertical-align:top;} 
table{border-collapse:collapse;}
textarea{ resize:none; overflow:auto;}

.toWrap{ word-break: break-all; word-wrap: break-word; white-space: pre-wrap; } /* 强制换行 */
.noWrap{ white-space:nowrap; }/* 禁止换行 */
.noWrapEllipsis{ white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }/* 禁止换行,超出省略号 */
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance: none !important; margin: 0;}/*type="number" no Scroll*/
/* 具体设置 */
.css{-webkit-user-select:none;}/*禁止ios和android用户选中文字*/
.css{-webkit-touch-callout: none;}/*禁止ios长按时触发系统的菜单，禁止ios&android长按时下载图片*/
.css{-webkit-appearance:none;}/*webkit去除表单元素的默认样式*/

input::-webkit-input-placeholder{color:#666;} 
input:focus::-webkit-input-placeholder{color:#EEEEEE;}
/* 具体设置 end */

.wd120 .xq-xinlogodF,
.touTiao dt em,
.searchMenu .searchP span,
.titleHead .readNum em
{background: url(../img/housem-190730@2x.png); background-size:140px auto;}
/*top nav*/
.guDig{position: fixed; max-width: 640px; min-width: 320px; width: 100%; z-index: 1111;  -webkit-background-size: auto 5px;  top:0;border-bottom: 1px solid #ccc;
    background: #fff;}
.headTop{height:44px;line-height:40px;position:relative; text-align: center; }
.headTop .fanHui{float: left; width: 40px;  height: 44px;}
.headTop .searchMenu{ position: absolute; right: 54px;  top:8px;}
.headTop .cenTn .wd120{position: absolute;}
.headTop .cenTn .wd120 .nameQ{float: left;font-size:17px;color: #FFBC00;height:44px;line-height: 46px;overflow: hidden;margin-left: 5px}
.headTop .cenTn .wd120 .nameQ a{color: #1a74e4;  font-size: 20px;}
.wd120 .xq-xinlogodF{float: left;  height: 30px; margin-top: 7px; }
.fanHuik20{margin-left: 20px; }
.fanHuik10{margin-left: 10px; overflow: hidden;}
.logoW110{ width: 110px;}
.logoW120{ width: 120px;}
.xq-leftfanhui{float: left;  font-size: 20px; color: #292929; margin:13px 0 0 10px; }
.wd120 .xq-xinlogod:active,.searchP .xq-sosuo:active{color: #000;}
.headTop .fanHui:active,.headTop .cenTn .wd120 .nameQ:active{background: #FCE39C;}
.nameTyh{display: none;}
/*top nav end*/
/* pop menu */
.menuTan{margin: 0 10px 5px;overflow: hidden;}
.menuTan li{line-height:30px; height:30px; float: left; width:25%; text-align: center; margin-bottom:2px; }
.menuTan li:active{background: #FFD35A; border-radius:3px;}
.menuTan li a{font-size:18px; display:inline-block; color: #1D1D1D;}

.menuTan .danq a{ border-bottom: 2px solid #9C7503; color:#9C7503; }

.searchP .xq-sosuo,
.searchP .xq-sosuoOpen{ margin-top: 5px;font-size: 24px; color: #fff;}
.popTopP45{padding-top:54px;}
.popTop125{ top:125px; border-top:1px dotted #ccc;}
.popTop50{ top:45px; padding-top: 85px;}
.popTop15{ top:45px; padding-top: 15px;}
.headMenu {background: #f5f5f5;}
/* animation */
.menuPop{position: fixed;height: 100%;background:#f5f5f5; display: none;z-index: 9988; 
-webkit-animation-name: fadeIn; 
-webkit-animation-duration: 0.4s; 
-webkit-animation-iteration-count: 1;
-webkit-animation-delay: 0s;
 }
@-webkit-keyframes fadeIn{
0% {opacity: 0; }
50% {opacity: 0.5;}
100% {opacity: 1;}
}
.anmaiClose{-webkit-animation-name: closefadeIn; 
-webkit-animation-duration: 0.4s; 
-webkit-animation-iteration-count: 1; 
-webkit-animation-delay: 0s; 
}
@-webkit-keyframes closefadeIn{
0% {opacity: 1; }
50% {opacity: 0.5;}
100% {opacity: 0;}
}
.xin-searchOpen{-webkit-animation-name: openfadeIn; 
-webkit-animation-duration: 0.4s; 
-webkit-animation-iteration-count: 1; 
-webkit-animation-delay: 0s;
}
@-webkit-keyframes openfadeIn{
0% {opacity: 0;}
50% {opacity: 0.5;}
100% {opacity: 1; }
}

.nav-hamburger{height: 26px;  width: 26px;  cursor: pointer;position:absolute; top:10px; z-index: 188;right:10px;}
.nav-hamburger .nav-hamburger-line {
    display: block;
    position: relative;
    width: 26px;
    height: 1px;
    background: rgba(136, 136, 136, 1);
    -webkit-transition-property: transform, opacity, -webkit-transform;
    -moz-transition-property: transform, opacity, -webkit-transform;
    -ms-transition-property: transform, opacity, -webkit-transform;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -ms-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.nav-hamburger .nav-hamburger-line:nth-child(1) {
    top: 4px;
    -webkit-transform-origin: 2px 3px;
    -moz-transform-origin: 2px 3px;
    -ms-transform-origin: 2px 3px;
    transform-origin: 2px 3px;
}
.nav-hamburger .nav-hamburger-line:nth-child(2) {
    top: 12px;
    opacity: 1;
}
.nav-hamburger .nav-hamburger-line:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
}
.nav-hamburger-link .opened .nav-hamburger-line {
    background-color:rgba(136, 136, 136, 1);
}
.nav-hamburger-link .opened .nav-hamburger-line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-hamburger-link .opened .nav-hamburger-line:nth-child(2) {
    opacity: 0;
}
.nav-hamburger-link .opened .nav-hamburger-line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.proDuction{padding-top: 60px;}
.proDuction ul{ margin: 0 auto; padding:1rem 0;  }
.proDuction ul li{height:60px; text-align: center;float: left; width: 45%; }
.proDuction ul li a p{font-size: 20px; height: 60px; line-height: 60px; overflow: hidden; margin: 0 auto; text-align: center;  display: block; color: #fff;position: relative; font-weight: 300; border-radius:2px;}

.proDuction ul li:nth-child(even){margin:0 3% 3% 0;}
.proDuction ul li:nth-child(odd){margin:0 3% 3% 3%}
.proDuction ul li:nth-child(1) p{background: rgba(231, 0, 0, 0.33);}
.proDuction ul li:nth-child(2) p{background:rgba(246, 28, 75, 0.7)}
.proDuction ul li:nth-child(3) p{background: rgba(37, 190, 126, 0.63)}
.proDuction ul li:nth-child(4) p{background: rgba(255, 76, 66, 0.56)}
.proDuction ul li:nth-child(5) p{background: rgba(246, 108, 0, 0.62)}
.proDuction ul li:nth-child(6) p{background:rgba(61, 163, 255, 0.57)}
.proDuction ul li:nth-child(7) p{background: #FFB400;}
.proDuction ul li:nth-child(8) p{background: #FF7D00;}

.proDuction ul li a p .choicew{display: block;position: absolute;top: 50%;left:50%;transform: translate(-50%,-50%);width: 100%;}
.proDuction ul li a p .choicew i{display: block;}

.proDuction ul li a em{font-size: 12px; color:#515151;  display: block; height: 24px; line-height: 24px; font-style: normal;display: none;}

.headMenu_open{position: fixed;background: #f5f5f5; z-index: 9999; top: 45px; padding:10px 0;}
.headMenu_open,.menuPop{min-width: 320px; max-width: 640px; width: 100%;}
/* menu List end */

#go-top { margin: 5px; width: 40px;height: 40px;border-radius: 2px;opacity: 0.9;background:#CCB980 url(http://m.qdxin.cn/img/ui-gotop-icon.png) no-repeat center center; -webkit-background-size: 18px 15px;text-indent: 9999em;z-index: 8000;}
/* disno */
.qdxinChanl,
.homeEm,
.mnShow,
.touTiao dd p,
.chanNavTB p .moreLou,.jtNList,.listPaiH,
.pubDiv,
.pubDiv320H,
.pubDiv300{display: none;}{display: none;}
/* disno end */
.navSearch{background: #eaeaea; width: 100%; position:fixed; height: 56px; top: 44px; padding-top: 10px; display: none;}
.navSearch .dangq{width: 8px; height: 8px;  z-index: 888; margin-top: -14px; position: absolute; right: 64px; background: #eaeaea; transform:rotate(45deg);
-ms-transform:rotate(45deg);-moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); }
.navSearch .soinpt{ width: 80%; height: 40px;border: 1px solid #ccc; margin-left: 10px; float: left; background-position: -5px -210px; border-right:0; background-color:#fff; overflow: hidden; }
.navSearch .soinpt input{border:0;width: 100%; height: 34px; line-height: 34px; padding-left: 10px; background: #fff; border-radius:0; font-size: 16px; overflow: hidden; }
.navSearch .soS a{float: left; background: #FF7D00; height: 42px; width: 20%; line-height: 42px; color: #fff; position: absolute; right: 10px; top:10px;}
/*.lay320 .lunboKx{margin-top: 226px;}*/
.touTiao{border-top:1px solid #ccc;border-bottom:1px solid #ccc;padding: 15px 10px;position:relative;background: #fff;}
.touTiao dt{width: 70px; position: absolute; left: 10px; top:17px;}
.touTiao dt em{float: left; width: 64px; height: 40px; background-position: -3px -36px; text-indent: -9999em;}
.touTiao dd{ padding-left: 80px;display: box; display: -webkit-box; display: -moz-box; -webkit-box-pack:center; -moz-box-pack:center; -webkit-box-align:center; -moz-box-align:center;}
.touTiao dd h1 a{font-size:22px; line-height: 28px; display: block;}

/*.lay320,.lay640{margin: 10px;}*/
/*.wrap{width: 100%;height: 0;padding-bottom: 60%;overflow: hidden;}*/
.lay320{}
.homeListN{margin: 0 10px;}
.chanNavT{height: 40px;margin-top: 20px;}
.chanNavT p{height: 36px;position: relative; }
.chanNavT p .titleK a{font-size: 22px; height: 36px; line-height: 36px; position: absolute; left: 0; color: #000;border-left: 5px solid #ffc200;padding-left: 10px;font-weight: 700;}
.chanNavT p .titleK a em{position: absolute; left: 50%; width: 6px; height: 6px; bottom: -5px; background: #FFC200;-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); margin-left:-3px; display: none;}
.chanNavT p .moreK a{ position: absolute; right: 4%; height: 36px; line-height: 40px; color: #555; }

.titleBig{border-bottom: 1px solid #ccc; padding: 8px 0;}
.titleBig a{line-height: 30px;  font-size: 20px; color: #404040;}
.redLink a{color: #E74C3C; }

.mBot10{padding-bottom: 10px;}

.listNews14 li,.listNews14t li{line-height: 24px; border-bottom: 1px dotted #ddd; padding: 10px 0; }
/*.listNews14 li:last-child,.listNews14t li:last-child{border-bottom: 0;}*/
.nolineB li:last-child{border-bottom: 0;}
.listNews14 li a,.listNews14t li a{font-size: 18px; display: block;line-height: 28px;}
.listNews14 li a:active,.listNews14t li a:active{ background: #ccc;}
.mokuaiupDown{ background: #F5F5F5; margin-top: 16px; border-bottom:1px solid #ccc; }
.mokuaiupDown dl{margin:10px 10px 0;}
.mokuaiupDown dl dt{}
.mokuaiupDown dl .gao56{min-height:56px;position: relative;border-bottom: 1px solid #ccc;padding-bottom: 10px;margin-bottom: 10px;overflow: hidden;}
.mokuaiupDown dl dt .imgPic140{ overflow: hidden; height: 54px;text-align: center; position: absolute; left: 0; width: 80px; }
.mokuaiupDown dl dt .imgPic140 img{width: 100%;display: block;min-height: 100%;object-fit: cover;}
.mokuaiupDown dl dt .gaiYao{line-height: 30px; text-align:left; margin-bottom: 10px; margin-left:100px;display: box; display: -webkit-box; display: -moz-box; -webkit-box-pack:center; -moz-box-pack:center; -webkit-box-align:center; -moz-box-align:center; height: 54px; }
.mokuaiupDown dl dt .gaiYao a{line-height: 24px; font-size: 18px;}
.mokuaiupDown dl dt .gaoYYh{font-size: 12px; line-height: 18px; color: #777; margin-top: 10px;}

.chanNavTB{height: 40px; margin:10px 10px 15px 10px; }
.chanNavTB p{height: 36px; border-bottom: 2px solid #ccc; position: relative; }
.chanNavTB p .titleK a{border-bottom: 2px solid #FF5722;font-size: 18px; height: 36px;line-height: 36px; position: absolute; left: 0; color: #4F4E4E; padding: 0 14px; border-right:1px solid #fff;}
.chanNavTB p .titleK a em{position: absolute; left: 50%; width: 6px; height: 6px; bottom: -5px; background-position: -130px -147px;}
.chanNavTB p .moreK a{ position: absolute; right: 10px; height: 36px; line-height: 40px; color: #555; }
.chanNavTB p .moreLou{float: left; height: 36px; line-height: 36px; margin-left: 160px; font-size: 14px;}
.chanNavTB p .moreLou a{padding: 0 10px;}

.picImg320{height: 180px; overflow: hidden; position: relative; margin:10px;}
.picImg320 span{position: absolute; bottom: 0; height: 36px; text-align: center; line-height: 36px; left: 0; width: 100%; color: #fff; z-index: 10; font-size: 14px;}
.picImg320 em{position: absolute; bottom: 0; height: 36px; left: 0; width: 100%; background: #000;  z-index: 2; }
.picImg320 img{width:100%;min-height: 100%;object-fit: cover;}
.picImg320 a:active em{background: #E74C3C; opacity: 0.9;filter:alpha(opacity=9);-moz-opacity:0.9;}

.picImg320 em,.picNewsLou dd .nameK em,.picShow p span{opacity: 0.8;}

.picImg320 ~ul{margin:0 10px;}
.sekui{background:#F5F5F5; border-bottom: 1px solid #ccc; margin: 20px 0 10px 0;}
.kuand105{margin:5px;}

.picNewsLou,.picNewsLouN{width: 48%;  margin: 1%;  float: left;overflow: hidden;}
.picNewsLou dt,.picNewsLouN dt{height: 130px; overflow: hidden;}
.picNewsLou dt img,.picNewsLouN dt img{width: 100%;display: block;object-fit: cover;min-height: 100%;}
.picNewsLou dd,.picNewsLouN dd{}
.picNewsLou .namet,.picNewsLouN .namet{height: 26px;}
.picNewsLou dd .nameK,.picNewsLouN dd .nameK{height: 40px; line-height: 40px; position: relative;text-align: center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.picNewsLou dd .nameK span,.picNewsLouN dd .nameK span{ font-size: 14px;}
.picNewsLou dd .nameK em,.picNewsLouN dd .nameK em{float: right; font-size: 10px; color: #fff;  position: absolute; bottom: 36px; right: 0; background: #E74C3C; height: 20px; line-height: 20px; padding: 0 5px;  }
.picNewsLou dd .kaiPdate,.picNewsLouN dd .kaiPdate{height: 20px; line-height: 20px; color: #555; font-size: 12px;display: none;}




.picShow{margin: 10px;}
.picShow p{width: 48%;  margin: 1%;  float: left; height: 100px; overflow: hidden; position: relative;}
.picShow p:last-child{display: none;}
.picShow p img{width: 100%;}
.picShow p span{position: absolute; background: #000; font-size: 12px!important; z-index: 8; right: 0; bottom: 0px; color: #fff; font-size: 10px;padding: 5px 5px;}

.kuand105N{padding: 5px;}
.kuand105N .picNewsLou{height: auto;}
/*.kuand105N dl:last-child{display: none;}*/

.mokuaiupDown2{ margin: 10px;}
.mokuaiupDown2 dl dt .gaoYYh{display: none;}
.mokuaiupDown2 dl dt{border-bottom:1px solid #ccc;}

.bot1000{margin: 10px 0; border-top:1px solid #999; }
.bot1000 ul li{font-size: 12px; text-align: center; color: #555; line-height: 30px;}
.bot1000 ul li:first-child,.bot1000 ul li span{display: none;}

.touchKX50{padding-top:50px; }


.nesListQ{ border-bottom: 1px solid #e2e2e2; padding: 10px 0; margin:0 10px; clear: both; overflow: hidden; height: 100%;display: flex;}
.nesListQ dt{flex:0 0 100px; overflow: hidden; margin-right: 10px; height: 70px;}
.nesListQ dt img{ width:100%;min-height: 100%;object-fit: cover;display: block;}
.nesListQ dd{position: relative;display: flex;align-items: center;}
.nesListQ dd .biaoTiLink a{font-size:18px; line-height: 28px;}
.nesListQ dd .dataR,.nesListQ dd span{display: none;}

.left630 .nesListQ:nth-child(5n){padding-bottom: 20px;margin-bottom: 10px;}

.fenGeBg{background: #f5f5f5;}
.fenGeBg .chanNavT:first-child{margin-top: 5px;}
.fenGeBg .nesListQ:last-child{border-bottom: 0;}
.fenGeBg+.chanNavT{margin-top: 0}

.pageArea{  padding:10px 0; margin:0 10px;}
.pageArea ul{font-family:Tahoma; font-size: 12px; text-align:center; margin:10px;display: flex;justify-content: space-between;flex-flow: wrap;}
.pageArea ul li{margin-right:4px; display:inline-table;}
.pageArea ul li a{color:#555; background:#FFF; border:1px solid #E1E1E1; padding:10px 15px; text-decoration:none;}
.pageArea ul .dang{padding:0 10px;}


.pageArea ul li:first-child,
.pageArea ul li:nth-child(6),
.pageArea ul li:nth-child(7),
.pageArea ul li:nth-child(2),
.saoPhone,
#source_baidu i,
#editor_baidu i
{display:none;}

.titleHead{padding: 50px 4% 10px 4%;padding-bottom: 10px;background: #fff;width: 100%;box-sizing: border-box;}
.titleHead h1{font-size: 30px;font-weight: 700;}
.titleHead .rightDate div{font-size: 12px; color: #777;}
.titleHead .rightDate div:first-child{height: 20px; line-height: 20px;}
.titleHead .rightDate div:nth-child(3){float: left; margin-right: 10px;}
.titleHead .readNum{text-align: right; color: #FF8500; font-size: 16px;position: relative;}

#editor_baidu,#source_baidu{float: left; }
#editor_baidu{margin-left: 10px;}

#Cnt-Main-Article-xin{padding: 10px 4%;background: #f5f5f5;box-sizing: border-box;}
#Cnt-Main-Article-xin center img{width: 100%;}
#Cnt-Main-Article-xin h6{margin-top:10px; font-size: 14px; color:#666; line-height: 150%;}
}
#Cnt-Main-Article-xin h6::after{content: "↑"; padding-left: 10px; font-size: 14px;}

#Cnt-Main-Article-xin .imgtxt{margin-top:10px; font-size: 14px; color:#666; line-height: 150%;text-align: center;}
}
#Cnt-Main-Article-xin .imgtxt::after{content: "↑"; padding-left: 10px; font-size: 14px;}

body #houseInfo{margin-bottom: 10px; }
body #houseInfo p{margin: 0;padding: 0 10px 0 0; text-indent: 0; float: left;font-size: 16px;  color: #5E5B5B;}
body #houseInfo .jiage{color:#E74C3C;}

.baohanP p{line-height:32px; font-size: 18px; margin:10px 0;}
.baohanP p img{max-width: 100%;}
.baohanP p iframe{width: 100%}


.fenXang .bdsharebuttonbox a
{background-image:url(http://libs.qdxin.cn/basic/img/supplement-icon.png);background-image: -webkit-image-set(url(http://libs.qdxin.cn/basic/img/supplement-icon.png) 1x,url(http://libs.qdxin.cn/basic/img/supplement-icon@2x.png) 2x);background-repeat: no-repeat; text-indent: -9999em;}

.fenXang{ overflow: hidden; padding: 10px; background: #f5f5f5;}
.fenXang .fenC{height: 46px; line-height: 46px;  font-size: 16px;text-align: center;}
.fenXang .fenC em{position: relative;}
.fenXang .fenC em::before,
.fenXang .fenC em::after
{
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    border-top: 1px solid #000;
}
.fenXang .fenC em::before{
    left: -30px
}
.fenXang .fenC em::after{
    right: -30px
}
.fenXang .bdsharebuttonbox{display: flex;justify-content: center;}

.fenXang .bdshare-button-style2-24 a{margin: 0;}
.fenXang .bdsharebuttonbox .bds_tsina,
.fenXang .bdsharebuttonbox .bds_weixin,
.fenXang .bdsharebuttonbox .bds_sqq,
.fenXang .bdsharebuttonbox .bds_tqf,
.fenXang .bdsharebuttonbox .bds_qzone{width: 46px;height: 46px;margin:6px 12px;border-radius:23px;}

.fenXang .bdsharebuttonbox .bds_tsina{ background-position: 4px 0px;background-color: #E90D24;}
.fenXang .bdsharebuttonbox .bds_weixin{ background-position: -39px 0px;background-color: #4EAE3B;}
.fenXang .bdsharebuttonbox .bds_tqf{ background-position: -78px 0px;background-color: #008900;}
.fenXang .bdsharebuttonbox .bds_sqq{ background-position: -120px 0px;background-color: #1ABAE4;}

.zhuanZai{background: #f5f5f5; color: #D34E1E; text-align: center; font-size: 12px; padding: 10px 0;}
.titleNavXiang{background: #f5f5f5; padding:20px 10px 0 10px; margin-top: 16px; border-top:10px solid #fff;width: 100%;}
.titleNavXiang p{height: 20px; line-height: 20px; font-size: 18px; border-left:4px solid #FF9900; padding-left: 10px; }

.yixiaoBiao{background: #f5f5f5; padding:10px;}
.listLieH{padding: 10px; background: #f5f5f5;}

.yixiaoBiao{ border: 1px solid #f1f1f1; padding:16px 10px; }
.yixiaoBiao dl dt p{ margin-bottom: 15px; font-size: 14px; display: flex;}
.yixiaoBiao dl dt p input{padding: 0 5px; border: 1px solid #ccc; background: #fff; height: 24px; flex: 1;}
.yixiaoBiao dl dt p label{flex: 0 0 80px;height: 24px;line-height: 24px;padding-right: 10px;text-align: left;}
.yixiaoBiao dl dt p label em{color: #ff0000;}
.yixiaoBiao dl dt p select{height: 24px; border: 1px solid #ccc; width: 110px; text-align: center; padding: 0 0 0 10px; background: #fff; background: #fff;flex: 1;}
.yixiaoBiao dl dt .tishi{flex-flow: wrap;}
.yixiaoBiao dl dt .tishi span{height: 24px; line-height: 24px; margin-left: 0px; color: #E66800; font-size: 12px;display: block;width: 100%;margin-top: 5px}
.yixiaoBiao dl dt .huoqu{height: 40px; position: relative;}
.yixiaoBiao dl dt .huoqu span a{ position: absolute; right:0;   height: 26px; line-height: 26px; background: #EC0217; margin-right: 10px; padding: 0 10px; color: #fff; font-size: 11px;}
.yixiaoBiao dl dd{text-align: center; margin: 10px 0 0 0; border-top:1px solid #CFC9B2; padding-top: 10px;}
.yixiaoBiao dl dd a{display: inline-table; height: 36px; line-height: 36px; background:#d27f00; font-size: 16px; color: #fff; padding: 0 60px; border-radius: 3px; }

.listLieH{}
.listLieH li{border-bottom:1px solid #ccc; padding: 6px 0; font-size: 11px; color: #777;}
.listLieH li a{font-size: 18px;line-height: 28px;margin-right: 10px;}

.base-alert{    
    width: 224px;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-align: center;
    position: fixed;
    line-height: 50px;
    left: 50%;
    top: 30%;
    margin-left: -112px;
    margin-top: 20px;
    border-radius: 5px;
    padding: 10px 0px;
    z-index: 11;
    height: 50px;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}
.pubm320{margin: 10px 0;}
.pubm320 img{ width: 100%;}


.titleHead .pubm320{margin: 0 0 10px 0;}
.searchMenu .searchP .w-sosuo{display: block;width: 30px;height: 30px;background-position: -93px -32px;}
.titleHead .readNum .w-yuedu{display: block;position: absolute;width: 30px;height: 30px;background-position: -94px -60px;right: 71px;top: -8px;}

/* 视频iframe版 已经废弃 待下次迭代时删除 */
.videobox{height: 56vw;overflow: hidden;}
.videobox iframe{
    display: block;
    border: 0;
    height: 400px;
    margin-top: -42px;
}

.videoboxV{overflow: hidden;width: 320px;margin: 0 auto;}
.videoboxV iframe{border: 0;height: 750px;margin-top: -51px;display: block;}
/* iframe end */

/* video */
.video-wrapper{
display: block;
padding: 10px 0;
}
.video-wrapper img{
width: 100%;
}
.video-wrapper.isV video{
width: 100%;
margin: 0 auto;
}
.video-wrapper video{
display: block;
width: 100%;
object-fit:fill;
}
/*video end*/

.mnshow{display: none;}
.slidesjs-pagination{display: none;}
.base1000+.pubm320{display: none;}

.titleHead h1,
.chanNavT p .titleK a,
.touTiao dd h1 a,
.menuTan li a
{
    font-family: "qdxin serif SC";
}

.left-detail-info .see-phone
{display: none;}
.left-detail-info{display: flex;justify-content: space-between;padding: 10px 4%;background: #fff;width: 100%;flex-wrap: wrap;box-sizing: border-box;}
.left-detail-info .laiyuan, .left-detail-info .read-count{font-size: 12px}
.left-detail-info .laiyuan{flex: 1;display: flex;}
.left-detail-info .laiyuan dt,
.left-detail-info .laiyuan dd{
    display: inline-block;
    margin-right: 10px;
}
.left-detail-info .laiyuan dt{
    margin-right: 10px;
}
.left-detail-info .laiyuan dt:after{
    content: " :";
    display: inline-block;
    font-size: 12px;
    margin-left: 3px;
}
.left-detail-info .laiyuan dd{
    margin-right: 20px;
}

.left-detail-info .read-count{flex: 0 0 100px;text-align: right;}
.left-detail-info .date{display: block;flex: 0 0 100%;font-size: 12px;padding-bottom: 5px}

.left-bottom-pics{
    margin-top: 10px;
}