.bar {
  width: 280px;
    border: 1px solid #E9E9E9;
}
.bar1 {
   height: 150px; 
   width: 280px;
   padding: 3px;
}


.contentRightTop {
  width: 280px;
  padding: 16px;
}

.askTitle {
  width: 100%;
  text-align: center;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #181818;
  margin: 0;
}

.askTips {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 4px;
}

.tipsLine {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #D8D8D8;
}

.tipsWords {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9C9C9C;
}

.telephone {
  width: 100%;
  overflow: hidden;
  margin-top: 12px;
}

.discripe {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 12px;
}

.lable {
  display: inline-block;
  width: 70px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  padding-right: 5px;
}

.lablePhone {
  float: left;
  line-height: 32px;
  width: 65px;
}
.lableDiscripe{
  text-indent: 5px;
  line-height: 32px;
  width: 65px;
  float: left;
}
.phoneNum {
  width: 179px;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  padding-left: 5px;
  float: left;
}

.phoneNum::-webkit-input-placeholder {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}

.phoneNum::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}

.phoneNum:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}

.phoneNum:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}

.discripe textarea {
  width: 179px;
  height: 60px;
  border-radius: 2px;
  border: 1px solid #DDDDDD;
  padding-left: 5px;
  overflow: auto;
  resize: none;
}

.discripe textarea::-webkit-input-placeholder {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}

.discripe textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}

.discripe textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}

.discripe textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}

.btn {
  width: 173px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #DDDDDD;
  background-color: #fff;
  background-image: none;
  text-align: start;
}

.btn:hover {
  background-image: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 0px auto -webkit-focus-ring-color;
  border-radius: 2px;
}

.caret {
  position: relative;
  left: 66px;
}

.btn-default:focus {
  outline: none;
  background: none;
}

.submit {
  width: 100%;
  margin: 16px auto 0;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 28px;
}

.submit span {
  display: inline-block;
  width: 74px;
  height: 28px;
  background: #ff6e00;
  cursor: pointer;
}

.bottom {
  width: 280px;
  /*border: 1px solid #E9E9E9;*/
      margin: 10px 0;
}

.bottomTitle {
  width: 100%;
  margin-top: 18px;
}

.bottomTitle span {
  width: 2px;
  height: 22px;
  background: #00aaff;
  float: left;
}

.bottom p {
  display: inline-block;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #353535;
  padding-left: 20px;
}
.hotVideo {
  margin-top: 20px;
}
.hotVideo b{
  display: flex;
  color: #ff6e00;
  font-size: 12px;
  float: right;
  font-weight: 400;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.recommandBox {
  width: 100%;
  padding: 24px 20px;
}

/*新增开始*/
.recommandBox925 {width: 100%;}
.recommandBox925 ul {width: 100%;list-style: none;}
.recommandBox925 ul li{ width: 237px; height:260px; margin-left:20px;margin-top:15px;text-align: center;}
.recommandBox925 .content_jianqimao_a{display:block; text-align:center;}
.recommandBox925 .content_jianqimao_aa{display:block; text-align:center;margin-top:10px;}
.recommandBox925 .content_jianqimao_aa p { font-size: 14px; margin-top: 15px;}
.recommandBox925 .content_jianqimao_aa p a{ color: #000000;font-size: 14px; margin-top:10px;}
.recommandBox925 .content_jianqimao_aa span{ color:#f17700; font-size:20px;}
.recommandBox925 .content_jianqimao_a img{ width:220px; height:180px; margin-top:8px;}
.recommandBox925 .content_jianqimao_aa .qwer{overflow: hidden;}
.recommandBox925 .content_jianqimao_aa .qwer span{	
	height: 5px;
    line-height: 18px;
    text-decoration: none;
    font-size: 14px;
    color: #AAAAAA;
    text-align: center;
    border: 1px solid #DDDDDD;
    margin-right: 4px;
    padding: 0px 4px;
    border-radius: 2px;
	}
 /*新增结束*/

.recommandList, .videoList, .articleList {
  width: 100%;
  list-style: none;
}

.recommandList li, .videoList li, .articleList li {
  display: flex;
  margin-top: 25px;
  cursor: pointer;
}

.recommandList li:nth-of-type(1), .videoList li:nth-of-type(1), .articleList li:nth-of-type(1){
  margin-top: 0;
}

.recommandList a, .videoList a, .articleList a {
  text-decoration: none;
}

.recommandLeft {
  width: 110px;
  height: 70px;
  margin-right: 10px;
  background-color: skyblue;
  display: inline-block;
  float: left;
}

.recommandLeft img {
  width: 100%;
  height: 100%;
}
.recommandLeftt {
  width: 100%;
  height: auto;

  background-color: skyblue;
  display: inline-block;
  
}

.recommandLeftt img {
  width: 100%;
  height: 130px;;
}

.recommandRight {
  width: 110px;
  /*height: 100%;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.recommandRight b {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  color: #636363;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.recommandRight .amount {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recommandRight p {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  padding: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommandRight span {
    color: #ff6e00;
    line-height: 60px;
}
.daibananli li{display:block;text-align: center;}
.dbalt{width: auto;text-align: center;background-color: #fff;}
.dbalb{width:100%;text-align: center;margin-top:8px;}





.videoList .recommandRight h5 {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.videoList .recommandRight h5,
.articleList .recommandRight h5{
  max-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
}
.recommandList a:hover h5, .videoList a:hover h5, .articleList a:hover h5{
  color: #ff6e00;
}

.recommandRight .hotValue{
  color: #FF6A00;
}
.tipsBox {
  width: 480px;
  height: 235px;
  background: #FFFFFF;
  position: fixed;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px;
  display: none;
  z-index: 99999;
}

.tipsTitle {
  width: 100%;
  display: flex;
  align-items: center;
}

.notFloat{
  position: static !important;
  height: 20px !important;
}

.icon-success {
  color: #0ABF5B;
  font-size: 40px;
}

.tipsTitle img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.tipsTitle p {
  display: inline-block;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}

.tipsInfo {
  width: 100%;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-top: 7px;
  padding-left: 42px;
}

.tipsBtn {
  width: 100%;
  height: 36px;
  text-align: center;
}

.tipsBtn span {javascript:;
  display: inline-block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #00A4FF;
  margin-top: 25px;
  cursor: pointer;
}

.ad-right {
  width: 280px;
  margin-top: 10px;
  margin-bottom: -15px;
}

.ad-right a img {
  width: 280px;
}
.xw_nei{ width:1200px; margin:0 auto; display:block;font-family: 'MicrosoftYaHei', 'PingFangSC-Regular', 'PingFang SC', 'Arial', 'sans-serif';}
.xw_neia{ width:900px; height:auto; overflow:hidden; float:left;}
.xw_neia h1{text-align: center;padding: 40px 0;font-size: 22px;font-weight: bold;}
.xw_neia .info span{display: block;margin: 5px auto 7px;text-transform: uppercase;opacity:0.8;}
.xw_neia .info .info-time{text-align: center;}
.xw_neia .description{line-height: 1.8;font-size: 14px;background:#dadada;margin: 20px 0px 30px 0px;}
.xw_neia .description .iption{padding: 10px;}
.xw_neia .content{line-height: 2rem;;font-size: 16px;margin: 0px 0px 50px 0px;}
.xw_neia .content p{margin-bottom: 1rem;}
.xw_neia .content h2{text-indent: .6em;margin-bottom: 1rem;position: relative;}
.xw_neia .content h2:after {
    content: "";
    width: 4px;
    height: 25px;
    background: #3ca5f6;
    position: absolute;
    left: 0;
    top:3px;
}
/*.xw_neia .content p a{color: #377acd;font-weight: bold;}*/

.xw_neia .content p a{
    color: #175199;position: relative; padding-right:10px;font-size: 16px;
}
.xw_neia .content .yzm-keyword-link::after{
   content: "";
   position: absolute;
    
    width: 10px;
    height: 10px;
    background: url(../images/asearc.png) 0 0 / 100% no-repeat;
    z-index: 11;
    cursor: pointer;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.xw_neia .content p img{display: block;margin: 0 auto;margin-top: 30px;margin-bottom: 30px;}
.xw_neib{ width:283px; float:right; overflow:hidden;}

.new-block{
    border:1px solid #dedede;
    padding:15px;
    margin-top:40px;
    margin-bottom: 40px;
}
.declare-bg{
    background: #f8f8f8;
}
.new-title{
    margin-bottom:5px;
    font-size: 18px;
    color: #000;
    line-height: 25px;
}
.new-ico {
    display: inline-block;
    vertical-align: top;
    margin-right:6px;
    width: 25px;
    height: 25px;
    background: url("../images/gantanhao01.png");
}
.new-desc{
    line-height: 2em;
    text-indent: 2em;
    font-size: 12px;
    color: #555;
}

.article-author {
    position: relative;
    color: #808080;
    text-align: center;
}

.article-intro-item{
    font-size: 14px;
    color: #999;
	margin-right:20px;
}
/*新增新闻*/
 .related{ 
    margin-top:30px;
	border:1px solid #e6e6e6;
	margin-bottom:10px;

}

 .related .related-title{
	position:relative;
	border-bottom:1px solid #e6e6e6;
	height:50px;
	background:#f7f7f7;
}

 .related .related-title span{
	font-size:16px;
	line-height:50px;
}

 .related .related-title a{
	position:absolute;
	right:28px;
	top:16px;
	color:#999;
}

 .related .related-list{
	justify-content:space-around;
	flex-wrap:wrap;
	display: inline-block;
}

 .related .related-list .related-item{
	display:inline-flex;
	justify-content:space-around;
	align-items:center;
	width:440px;
	height:102px;
	border-bottom:1px dashed #e6e6e6;
}

 .related .related-list .related-item .item-left{
	width:120px;
	height:74px;
	overflow:hidden;
	line-height:74px;
}

 .related .related-list .related-item .item-left img{
	width:100%;
	height:100%;
}

 .related .related-list .related-item .item-content{
	width:290px;
	height: 74px;
}

 .related .related-list .related-item .item-content a{
	display:-webkit-box;
	margin-bottom: 9px;
	font-weight:bold;
	-webkit-line-clamp:2;
	overflow:hidden;
	line-height:25px;
	font-size:14px;
	color:#333;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

 .related .related-list .related-item .item-content a:hover{
	color:#eb4a0c;
	text-decoration:underline!important;
}

.item-content p{
	height:42px;
	overflow:hidden;
	margin-bottom:0px;
	font-size:14px;
    line-height: 150%;
   	color: #6d6d6d;
}

 .related .related-list .related-item .item-content span{
	font-size:14px;
	color:#999;
}

 .related .related-title{
	position:relative;
	padding-left:15px;
	margin-bottom:15px;
}

.related ul {
    list-style: none;
    margin-right: -2%
}

.related li {
    text-align:center;
    float: left;
    width: 200px;
    height: 200px;
    margin-right: 2%;
    margin-bottom: 10px
}

.related li .img {
    width: 100%;
    height: 131px;
    overflow: hidden;
    margin-bottom: 5px
}

.related li .img img {
    width: auto;
    height: auto
}

.related li p {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    text-align: center
}
.related-case{
width: 900px;
 height: 200px;
}
/*2023.4.28新增问答css*/
.wd-wrap {width:900px;height:auto;overflow:hidden;float:left;}
.wgt-ask {position:relative;z-index:2;line-height:20px;margin-bottom:15px;margin-top:60px;}
.wgt-ask h1 {word-break:break-all;position:relative;}
.wgt-ask h1 .ask-title {display:inline;font-size:28px;line-height:34px;font-weight:400;overflow:hidden;color:#333;vertical-align:middle;}
.wgt-ask h1 .ask-time {float:right;display:inline;font-size:14px;color:#565656;margin-right:50px;line-height:34px;font-weight:400;overflow:hidden;vertical-align:middle;}
.wgt-ask .ask-jianjie{
    word-break: break-all;
    display: inline-block;
    width: 100%;font-size:14px;line-height: 24px;color:#333;margin-top:10px;}
.wgt-ask .ask-jianjie span{margin-right:15px}

.ask-info {margin-top:20px;}
.ask-info span {display:inline-block;margin-bottom:5px;width:90px;background:#0087ff;border-radius:4px;font-size:14px;text-align:center;color:#fff;padding:8px 0;box-sizing:border-box;cursor:pointer;margin-right:25px;}
.ask-info span a{color:#fff;}
.wenda-list {margin-bottom:20px;border-bottom:1px solid #e1e1e1;padding-bottom:10px;}
.wgt-replyer-all {display:inline-block;width:100%;position:relative;margin-top:14px;font-size:0;}
.wgt-replyer-all .wgt-replyer-all-avatar {float:left;margin-right:12px;width:40px;height:40px;border-radius:40px;cursor:pointer;border:1px solid rgba(0,0,0,.06);background-size:100% 100%;}

.wgt-replyer-all .wgt-replyer-all-avatar:after {
    position: absolute;
    left: 22px;
    bottom: -5px;
    display: block;
    width: 23px;
    height: 23px;
    background: url(../images/askvip.png) no-repeat;
    background-size: 100% 100%;
    content: "";
    animation-name: upAnimation;
    transform-origin: center bottom;
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-delay: .5s;
}
.wgt-replyer-all .wgt-replyer-all-uname {display:inline-block;font-size:16px;color:#333;font-weight:700;cursor:pointer;line-height:24px;}
.wgt-replyer-all .user-tag {display:inline-block;font-size:14px;padding:2px 6px 2px 15px;line-height:12px;margin-top:-10px;position:relative;vertical-align:middle;}
.wgt-replyer-all .user-tag i {color:#ed5912}
.wgt-replyer-all .wgt-replyer-all-box {position:absolute;top:21px;left:53px;font-size:12px;color:#4a545a;line-height:24px;}
.wgt-replyer-all .wgt-replyer-all-time {padding: 0px 15px 0px 0px;}
.wgt-replyer-all .wgt-replyer-all-follow-box {position:absolute;right:0;top:5px;margin-right: 200px;}
.wgt-replyer-all .wgt-replyer-all-follow-box .wgt-replyer-all-follow {display:block;width:70px;height:30px;background:#4298f3;border-radius:4px;font-family:PingFangSC-Regular;font-size:12px;color:#ffffff;line-height:30px;text-align:center;cursor:pointer;transition:all 1s linear;}
.rich-text {position:relative;margin:0;}
.rich-text p {margin-top:15px;line-height:30px;font-size: 16px;}
.rich-text .knowledge-answer-from {margin:8px 0;line-height:28px;position:relative;font-size:14px;color:#9EACB6;}
.rich-text .knowledge-answer-from span {padding:0 3px;color:#666;}
.wgt-eva {position:relative;display:inline-block;background:#fff;border:1px solid #dae0e4;height:32px;line-height:32px;border-radius:32px;vertical-align:middle;font-size:0;-webkit-text-size-adjust:none;}
.wgt-eva .evaluate,.wgt-eva .evaluate-bad {display:inline-block;cursor:pointer;}
.wjavascript:;gt-eva .evaluate,.wgt-eva .evaluate-bad {position:relative;top:-1px;display:inline-block;height:16px;margin-right:3px;font-weight:700;font-family:PingFangSC-Semibold;font-size:12px;color:#34b458;line-height:12px;vertical-align:-5px;}
.wgt-eva .wgt-eva-pipe {display:inline-block;margin:auto 8px auto 5px;height:16px;width:1px;opacity:.4;background:#e8ecee;vertical-align:middle;}
.wgt-eva .evaluate .icon-evaluate {margin:8px 0px 8px 8px;font-size:14px;vertical-align:middle;color:#4aca6d;}
.wgt-eva .evaluate .icon-evaluate {background:url(../images/icon-evaluate.png) no-repeat;width:20px;height:20px;display:inherit;}
.wgt-eva .evaluate-bad .icon-evaluate-bad {background:url(../images/icon-evaluate-bad.png) no-repeat;width:20px;height:20px;float:left;display:inherit;}
.wgt-eva .evaluate-bad.evaluate-bad .evaluate-num {min-width:0;margin-left:-2px;margin-right:10px;}
.wendanlist {width:1200px;margin:0 auto;display:block;}
/*问答列表*/
.askkuai{background:#fff;margin-bottom:20px;padding:15px;}
.asklei{}
.asklei li{border-bottom:1px solid #eee;}
.asklei li .tit{font-size:14px;color:#287fb9;height:35px;line-height:35px;position:relative;}
.asklei li .tit a{display:inline-block;width:35px;height:35px;background:url(/image/rj.png) center no-repeat;position:absolute;right:0px;top:0px;}
.asklei li .leicon{padding-bottom:10px;}
.asklei li .leicon a{display:inline-block;height:25px;line-height:25px;margin-right:10px;color:#757575;}
.asklei li .leicon a:hover{color:#f45a41;}
.tongji{width:400px;float:left;}
.tongji .tit{color:#656363;font-size:18px;padding-top:10px;}
.tongji .tit .tonjizi{display:inline-block;height:25px;line-height:25px;float:left;}
.tongji .tit .tonjinum{display:inline-block;height:25px;float:left;}
.tongji .tit .tonjinum span{display:inline-block;height:23px;line-height:23px;text-align:center;width:20px;background:#fffcf7;border:1px solid #fee1bf;color:#fd6e2a;margin-left:3px;margin-right:3px;border-radius:3px;}

.tongji .online{margin-top:10px;color:#757575;background:url(/image/online.png) left center no-repeat;padding-left:20px;}
.tongji .online span{padding:0px 5px;}
.askxin .askxinl{width:850px;float:left;height:420px;overflow:hidden;}
.askxin .askxinr{width:325px;height:200px;float:right;height:420px;overflow:hidden;}
.askxin .askxinl .tit{height:25px;line-height:25px;position:relative;padding-left:50px;}
.askxin .askxinl .tit span{display:inline-block;height:20px;line-height:20px;position:absolute;left:0px;top:50%;margin-top:-10px;width:40px;text-align:center;background:#00aaff;color:#fff;font-size:13px;border-radius:5px;}
.bigtit{height:45px;line-height:45px;color:#fff;text-align:left;padding-left:15px;background:#00aaff;}
.askkuai{background:#fff;margin-bottom:20px;padding:15px;}
.askhot {height:355px;}
.askhot a {display:inline-block;margin-right:10px;color:#757575;height:35px;line-height:35px;float:left;overflow:hidden;}
.askhot a:hover {color:#f45a41;}

.askxinul{
height:370px;
}
.askxinul li{
border-bottom:1px solid #eee;height:45px;line-height:45px;overflow:hidden;
position:relative;
}
.askxinul li a{
display:inline-block;margin-right:70px;color:#757575;
}

.askxinul li a:hover{color:#f45a41;}



.askxinul li span{display:inline-block;height:20px;line-height:20px;
position:absolute;right:0px;top:50%;margin-top:-10px;width:60px;text-align:right;color:#757575;font-size:14px;}
.askleiqu {width:590px;float:left;display:inline;margin-top:20px;}
.askleiqu.end {float:right;}
.askleiqu .askkuai {margin-bottom:0px;}
.askleiqu .tit {height:30px;line-height:30px;position:relative;padding-left:6px;font-size:18px;color:#00aaff;font-weight: 500;}
.askleiqu .tit span {display:inline-block;height:16px;position:absolute;left:0px;top:50%;margin-top:-8px;width:2px;background:#287fb9;}
.askleiqu .tit a {display:inline-block;height:30px;line-height:30px;position:absolute;right:0px;top:0px;width:50px;text-align:right;color:#757575;font-size:13px;}
.askleiqu .tit a:hover {color:#f45a41;}
.askleiqu ul {height:315px;overflow:hidden;}
.askleiqu ul li {border-bottom:1px solid #eee;height:40px;overflow:hidden;}
.askleiqu ul li a {display:block;height:60px;overflow:hidden;color:#4a5a65;font-size:14px;}
.askleiqu ul li a:hover p,.askleiqu ul li a:hover div {color:#fc6e42;}
.askleiqu ul li a p {display:block;height:20px;line-height:20px;overflow:hidden;font-size:16px;margin-top:10px;}
.askleiqu ul li a div {display:block;height:20px;line-height:20px;overflow:hidden;color:#757575;font-size:13px;}

.asksear {
    width: 380px;
    float: right;
    text-align: right;
    font-size: 30px;
    margin-right:20px;
    height: 40px;
    position: relative;
    margin-top: 10px;
    display: inline;
    border-radius: 5px;
    
}
.huid-message textarea {
    height: 72px;
    line-height: 24px;
    padding: 10px 14px;
    width: 100%;
    overflow: hidden;
    border: #cccccc 1px solid;
    border-radius: 3px;
    
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.huid-message input {
    width: 70px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    background: #0087ff;
    margin-top:10px;
    color: #fff;
    border: none;
    margin-right: 22px;
    cursor: pointer;
    transition: 0.3s;
}
.similar{margin:10px 0;margin-top:30px;}
.similar p {
    display: inline-block;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #353535;
    padding-left: 20px;
}
.c_jnnl {
	width: 100%;
	padding-top: 15px;
	margin-top: 0;
}
.c_jnnl li {
	height: 30px;
	border-bottom: 1px dashed #F5F5F5;
	line-height: 30px;

}
.c_jnnl li a {
    display: block;
    float:left;
    width: 80%;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.c_jnnl li span{float:right;}
.list-1{margin-bottom:10px;}
.list-1 li a {
    display: block;
    line-height: 40px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.ask-shu {
    position: relative;
    font-size: 20px;
    color: #7a8f9a;
    line-height: 18px;
    margin: 7px auto;
}
.ask-shu .all-answers-line {
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
}
.ask-shu .all-answers-title {
    display: inline-block;
    background: #f0f2f5;
    position: relative;
    padding-right: 15px;
}