html{background: #f6f6f8;}
a:hover{color: #FDD000;}
.headKnow{background: #fff;box-shadow: 0 0 15px rgba(0,0,0,0.1);padding: 20px 0;}
.headKnow .logo{padding: 10px 0;}
.headKnow .logo a{width: 192px;height: 54px;}
.headKnow .logo h1{color: #fdd101;border-left: 1px solid #e8e8e8;margin:5px 20px;padding-left: 20px;text-shadow: 0 5px 5px rgba(253,209,1,0.2);}
.headKnow .PNum{margin-left: 150px;}
.headKnow .PNum .info{padding: 14px 0 14px 20px;color:#888;font-size:14px;}
.headKnow .right{padding: 12px 0;font-size:14px;}
.headKnow .right .text{font-size: 16px;font-weight: 500; color:#3F8CD1;}
.headKnow .right .phone{color:#888;}
.headKnow .right i{font-style: initial;}

.KnowAdd,.contentKnow{ margin-top: 20px;}
.KnowAdd .KnowAddBox{height: 42px;line-height: 42px;background: #fff;border: 1px solid #eee; font-size: 14px;color:#888;}
.KnowAdd .KnowAddBox p{padding: 0 20px;}
.KnowAdd a{margin-right: 10px;}
.KnowAdd a:hover{text-decoration: underline;}
.contentKnow{ position: relative; max-width: 1080px; margin-bottom: 20px;}
.KnowAdd .wrap{ max-width: 1080px;}

/****左部****/
.contentKnow .fla{width:300px; position: relative;}
.contentKnow .fla .tit{height: 46px;background-image: linear-gradient(130deg,#fcc000 30%, #fdd000 87%, #fcc000 40%);}
.contentKnow .fla h3{line-height: 46px;padding:0 20px;}
.contentKnow .fla ul{border-bottom:none;border-top:none;}
.contentKnow ul a{ font-size: 16px;}
.contentKnow .flaList{background: #fff;border: 1px solid #eee;}
.contentKnow .fla a{padding:8px 20px;display: block;border-bottom:1px solid #f5f5f5;}
.contentKnow .fla li:last-child a{border-bottom: none;}
.contentKnow .fla a:hover{background-color:#f5f5f5;}
.contentKnow .fla ol a{padding:8px 20px; display: block; line-height: 1.5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.contentKnow ol li{counter-increment: testname;}
.contentKnow ol li a:before{content: counter(testname)"."; font-family: Georgia,Microsoft YaHei,serif; font-size: 18px; margin-right: 6px; }
.contentKnow ol li:nth-child(1) a:before{color:#ed4630;}
.contentKnow ol li:nth-child(2) a:before{color:#64b532;}
.contentKnow ol li:nth-child(3) a:before{color:#ffa000;}

/****右部****/
.contentKnow .fra{border:1px solid #eee;background: #fff;padding: 20px 30px; margin-left: 320px; float: none;}
.contentKnow .fra h3{font-weight: bold;margin-bottom: 20px;padding-bottom: 15px;border-bottom: 1px solid #f5f5f5;}
.contentKnow .fra>ul>li a{ padding: 10px 0; display: block; border-bottom: 1px solid #f5f5f5;}
.contentKnow .fra>ul>li i{font-style: initial;color:#969696;font-size: 14px;}


/****详情****/
.contentKnow .fraList.details h3{color:#3F8CD1;}
.contentKnow .fraMin{font-size: 16px;text-align: center; white-space:normal; word-break: break-all;}
.contentKnow .fraMin p{padding: 10px 0;text-align: left;}
.contentKnow .fraMin img{max-width: 100%!important; width: auto!important; height: auto!important; display: inline-block;margin: 20px 0;}

.contentKnow .fraMin .wenTips,.contentKnow .fraMin .daTips{ border-left: 3px solid #fdd000; padding: 0; padding-left: 27px; margin-left: -30px; line-height: 1; color: #fdd000; font-size: 18px; }
.contentKnow .fraMin .daTips{ margin-top: 20px;}
.Upper {
    overflow: hidden;
    position: relative;
    margin: 20px -30px -20px;
    padding: 30px;
    background: #fafafa;
  }
  
  .Upper p {
    width: 50%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
  }
  
  .Upper p a {
    color: #039BE5;
  }
  
  .Upper p a:hover {
    text-decoration: underline;
  }


