body {
  background-color: #F4F4F4;
}
HTML, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
  border:none;
  font-family:"微软雅黑","黑体","宋体";
  margin:0px;
  padding:0px;
}
html,body{
  height: 100%;
  width: 100%;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
a{
  color: rgba(51, 51, 51, 1);
  text-decoration:none;
}
a:link{
  text-decoration:none;
}
a:visited{
  text-decoration:none;
}


a:active{
  text-decoration:none;
}
input::-ms-clear{
  display:none;
}
input::-ms-reveal{
  display:none;
}
input{
  -webkit-appearance: none;
  margin: 0;
  outline: none;
  padding: 0;
}
input::-webkit-input-placeholder{
  color: #ccc;
}
input::-ms-input-placeholder{
  color: #ccc;
}
input::-moz-placeholder{
  color: #ccc;
}
input[type=submit],input[type=button]{
  cursor: pointer;
}
button[disabled], input[disabled] {
  cursor: default;
}
img{
  border:none;
}
ul,ol,li{
  list-style-type:none;
}
input {
  /*去除阴影*/
  box-shadow: none;
  /*聚焦input的蓝色边框*/
  outline: none;
  /*textarea 禁止拖拽*/
  resize: none;
  /*去除边框*/
  border: none;
  /*常用于IOS下移除原生样式*/
  -webkit-appearance: none;
  /*点击高亮的颜色*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.red{
  color: #F73232 !important;
}
.yxz-header {
  display: flex;
  height: 102px;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  border-bottom: 1px solid  #F5F5F5;
}

.yxz-main {
  margin: 0 auto;
  background: #FFFFFF;
  width: 1100px;

}

.yxzHead-left {
  width: 314px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.yxzHead-left a>img:first-child {
  width: 195px;
}

.yxzHead-left img:last-child {
  width: 85px;
}

.yxzHead-seach {
  position: relative;
  margin-right: 20px;
}
.yxzHead-right{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.yxzHead-seach input {
  width: 240px;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  border-radius: 21px;
  text-indent: 20px;
}

.yxzHead-seach img {
  width: 20px;
  position: absolute;
  right: 15px;
  top: 11px;
}
.yxzHead-box1,.yxzHead-box2{
  position: relative;
}
.yxzHead-box1 p{
  position: absolute;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 1px 1px rgba(16, 16, 16, 0.1);
  left: 16px;
  top: 13px;
}
.yxzHead-box1 img{
  margin-top: -11px;
  width: 165px;
}
.yxzHead-box2{
  margin-right: 20px;
}
.yxzHead-box2 p{
  position: absolute;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 1px 1px rgba(16, 16, 16, 0.1);
  left: 50px;
  top: 9px;
}
.yxzHead-box2 img{
  width: 130px;
}
.yxzHead-box3{
  position: relative;
  width: 35px;
  margin-right: 5px;
}
.yxzHead-box3 img{
  height: 19px;
}
.yxzHead-box3 p{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.yxzHead-box3 span{
  position: absolute;
  display: block;
  width: 26px;
  height: 14px;
  line-height: 14px;
  background: #FF3E3E;
  border: 1px solid #FFFFFF;
  border-radius: 7px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  top: -4px;
  left: 8px;
}
.yxz-nav {
  display: flex;
  height: 58px;
  align-items: center;
  justify-content: space-between;
  padding: 0 43px;
  border-bottom: 1px solid  #F5F5F5;
  background-color: #0059c4;
}
.yxzNav-item{
  position: relative;
  cursor: pointer;
}
.yxzNav-item p{
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
}
.yxz-active1 p{
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #fff;
}
.yxz-active1 .yxzItem-line{
  display: block;
}
.yxzItem-line{
  display: none;
  position: absolute;
  width: 90%;
  height: 4px;
  background: #fff;
  border-radius: 2px;
  left: 5%;
  bottom: -14px;
}
.yxzNav-item img{
  position: absolute;
  top: -5px;
  left: 42px;
}
.yxzNav-item span{
  position: absolute;
  top: -5px;
  left: 78px;
  display: block;
  width: 28px;
  height: 14px;
  background: #E42323;
  border-radius: 7px 0px 7px 0px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 14px;
}
.yxzNav-lq{
  position: relative;
}
.yxzNav-lq img{
  position: absolute;
  top: -5px;
  left: 170px;
}
.yxzNav-lq p{
  font-size: 20px;
  font-family: jiangxizhuokai;
  font-weight: bold;
  font-style: italic;
  color: #fff;
}
.yxzNav-ft{
  width: 160px;
  height: 36px;
  line-height: 36px;
  background: linear-gradient(90deg, #F3722A 0%, #E53319 100%);
  border-radius: 18px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.yxz-cont{
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
}
.yxzList-item{
  display: block;
  width: 800px;
  padding: 20px 10px;
  border-bottom: 1px solid #F5F5F5;
}
.yxzList-h2{
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.yxzList-ioc{
  display: flex;
  align-items: end;
  margin-left: 38px;
  position: absolute;
  bottom: 0;
  right: 0px;
}
.yxzList-ioc p{
  position: absolute;
  right: 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.yxzList-ioc span{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  opacity: 0.9;
  margin-right: 20px;
}
.yxzList-ioc img{
  height: 12px;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 3px;
}

.yxzList-ioc2{
  display: flex;
  align-items: end;
  margin-left: 38px;
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 562px;
}
.yxzList-ioc2 p{
  position: absolute;
  right: 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.yxzList-ioc2 span{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  opacity: 0.9;
  margin-right: 20px;
}
.yxzList-ioc2 img{
  height: 12px;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 3px;
}

.yxzList-nr p{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.yxzList-dz{
  display: inline-block;
  width: 50px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: #F73232;
  border-radius: 9px 0px 9px 0px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 20px;
}
.yxzList-jx{
  display: inline-block;
  width: 50px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: #378AED;
  border-radius: 9px 0px 9px 0px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 10px;
}
.yxzList-zn{
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #F36621;
  margin-left: 15px;
}
.yxzList-img{
  display: flex;
  margin-top: 20px;
}
.yxzList-img img{
  width: 120px;
  height: 120px;
  border-radius: 4px;
  margin-right: 20px;
}
.yxz-dr{
  width: 240px;
  height: 250px;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  margin-top: 20px;
  border-top:2px solid #2083FB ;
}
.yxz-drNr1{
  display: flex;
  width: 200px;
  justify-content: space-between;
  align-items: center;
  margin:20px auto;
}

.yxz-drNr1 img{
  width: 46px;
}
.yxz-drNr1>div>span{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.yxz-drNr1>div>p{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2083FA;
}
.yxz-drNr1>span{
  color: #999999;
}
.yxz-drcg{
  display: none;
  width: 200px;
  margin:20px auto;
  text-align: center;
}
.yxz-drcg img{
  width: 46px;
}
.yxz-drcg p{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2083FA;
  margin: 8px 0;
}
.yxz-drcg span{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.yxz-drBtn{
  width: 200px;
  height: 36px;
  background: linear-gradient(90deg, #1D82FA 0%, #509FFF 100%);
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 auto;
  cursor: pointer;
}
.yxz-drNr2{
  margin-top: 20px;
  width: 100%;
  border-top: 1px solid #F1F1F1;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.yxz-drNr2 div{
  width: 33%;
  text-align: center;
  margin-top: 20px;
}
.yxz-drNr2 div img{
  width: 44px;
}
.yxz-drNr2 div p{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.yxz-xkzx{
  width: 240px;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  margin-top: 20px;
}
.xkzx-header{
  height: 50px;
  background: #F7F7F7;
  line-height: 50px;
}
.xkzx-header p{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.xkzx-header p span{
  color: #3787FF;
}
.xkzx-btn1{
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #FFE9D5;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #6F4D1D;
  margin: 22px auto;
}
.xkzx-btn2{
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #DDEBFF;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2669B9;
  margin: 0 auto;
}
.yxz-ewm{
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  padding-bottom: 20px;
  margin-top: 20px;
}
.yxzEwm-tab{
  width: 50%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #F7F7F7;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}
.yxz-active2{
  background: #4298FF;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
}
.yxz-active2 span{
  position: absolute;
  display: block;
  width: 2px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 1px;
  top: 20px;
  left: 12px;
}
.yxzEwm-nr{
  text-align: center;
  display: none;
}
.yxzEwmNr-title1{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #2083FA;
  text-align: center;
  margin-top: 16px;
}
.yxzEwmNr-img1{
  width: 140px;
  height: 140px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.yxzEwmNr-title2{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  width: 193px;
  margin: 0 auto;
}
.yxz-smdr{
  position: fixed;
  width: 400px;
  
    height: 452px;

  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 16px 0 rgb(156 171 190 / 44%);
  left: 32%;
  top: 27%;
  text-align: center;
  padding-top: 30px;
  display: none;
}
.yxzSmdr-img1{
  position: absolute;
  right: 15px;
  top: 15px;
  width: 14px;
}
.yxzSmdr-til1{
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.yxzSmdr-til1 span{
  color: #3787FF;
}
.yxzSmdr-til2{
  width: 280px;
  height: 32px;
  line-height: 32px;
  background: #F9F9F9;
  border-radius: 4px;
  margin: 13px auto;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  text-align: center;
}
.yxzSmdr-til2 a{
  color: #0361D2;
}
.yxzSmdr-img2{
  width: 240px;
  height: 240px;
  margin-top: 27px;
}
.yxzSmdr-til3{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 25px;
}

.yxz-smdr .yxzSmdr-til3:first-child{
  color: #ff2929;
}
.yxzSmdr-til3 a{
  color: #3889ED;
}
.yxz-qd{
  position: absolute;
  width: 440px;
  height: 240px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 0 16px 0 rgb(156 171 190 / 44%);
  top: 91px;
  right: 119px;
}
.yxzQd-header{
  height: 60px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #F0F0F0;
  justify-content: space-between;
}
.yxzQd-box1{
  display: flex;
  align-items: center;
}
.yxzQd-box1 img{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.yxzQd-box1 div{
  width: 1px;
  height: 12px;
  background: #D3D3D3;
  margin: 0 10px;
}
.yxzQdBox1-p1{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-shadow: 0px 1px 1px rgba(16, 16, 16, 0.1);
}
.yxzQdBox1-p2{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #9C9C9C;
  text-shadow: 0px 1px 1px rgba(16, 16, 16, 0.1);
}
.yxzQd-box2{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-shadow: 0px 1px 1px rgba(16, 16, 16, 0.1);
}
.yxzQd-box2 span{
  color: #1E81FA;
}
.yxzQd-btn1{
  width: 320px;
  height: 40px;
  background: linear-gradient(90deg, #1D82FA 0%, #509FFF 100%);
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  margin: 30px auto;
  cursor: pointer;

}
.yxzQd-btn2{
  display: none;
  width: 320px;
  height: 40px;
  background: #F1F1F1;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  text-align: center;
  line-height: 40px;
  margin: 30px auto;
  cursor: pointer;
}
.yxzQd-box3{
  display: flex;
  align-items: center;
  width: 400px;
  margin:  0 auto;
  justify-content: space-between;
}
.yxzQd-item div img{
  width: 47px;
}
.yxzQd-item div p{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.yxzHt-p1{
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
}
.yxzHt-p1 img{
  width: 26px;
  height: 26px;
  margin-right: 9px;
}
.yxzHt-p2{
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B9B9B9;
  margin: 15px auto;
}
.ht-nav{
  background: white;
  border: 1px solid #F1F1F1;
  display: flex;
  align-items: center;
  width: 96%;
  justify-content: space-between;
}
.yxzHt-div3{
  display: flex;
  flex-wrap: wrap;
  background: #FCFCFC;
  padding: 20px;
  width: 78%;
}
.yxzHt-p3{
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  flex: 1;
  text-align: center;
}
.yxzHt-item:nth-child(n+7){
  display:none;
}
.yxzHt-item{
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 8px;
  text-align: center;
  background: #F6F6F6;
  margin-right: 10px;
  margin-bottom: 13px;
}
.yxzHt-item:nth-child(2){
  margin-left: 37px;
}
.yxzHt-item:nth-child(3){
  margin-left: 37px;
}
.yxzHt-item:nth-child(4){
  color: #E84700;
}
.yxzHt-item:nth-child(6){
  color: #E84700;
}
.yxzHt-item:nth-child(10){
  color: #E84700;
}
.yxzHt-item:nth-child(5n){
  color: #0F79F8;
}
.yxzHt-item:hover{
  background: #0F79F8;
  font-weight: bold;
  color: #FFFFFF;
}
.yxzHt-active{
  background: #0F79F8;
  font-weight: bold;
  color: #FFFFFF !important;
}
.yxzZlxz-nav{
  /* height: 120px; */
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  margin-top: 32px;
}
.yxzZlxz-box1{
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  height: 60px;
  background: #FCFCFC;
}
.yxzZlxz-p1{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  padding: 0 10px;
}
.yxzZlxz-item{
  padding: 3px 6px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-left: 45px;
}
.yxzZlxz-active{
  padding: 3px 6px;
  background: #0F79F8;
  border-radius: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.yxzZlxz-box2{
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  height: 60px;
  background: #FCFCFC;
}
.yxz-ynjd{
  width: 800px;
  padding: 0 10px;
}
.yxzYmjd-nav{
  position: absolute;
  width: 160px;
  height: 334px;
  background: #FFFFFF;
  left: -182px;
  top: 93px;
}
.yxzYmjdNav-box1{
  display: flex;
  width: 110px;
  height: 60px;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border-bottom: 1px solid #F5F5F5;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 10px;
}
.yxzYmjdNav-box1 p{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.yxzYmjdNav-box1 img:last-child{
  display: none;
}
.yxzYmjd-active1 p{
  color: #0F79F8;
}
.yxzYmjd-active1 img{
  display: none;
}
.yxzYmjd-active1 img:last-child{
  display: block;
}
.yxzYmjdNav-box2{
  width: 140px;
  height: 120px;
  background-image: url(/images/ywjdBj1.png);
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-top: 20px;
}
.yxzYmjdNav-box2 p{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1B6DD0;
}
.yxzYmjdNav-img1{
  width: 90px;
}
.yxzYmjdNav-img2{
  position: absolute;
  width: 56px;
  height: 41px;
  bottom: 29px;
  right: 0;
}
.yxz-wtBox{
  background-image: url(/images/ynjdBg2.png);
  background-repeat: no-repeat;
  padding: 20px;
  margin-top: 32px;
}
.yxzWtbox-p1{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #5AA5FF;
}
.yxzWtbox-p1 span{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1E82FA;
  margin-left: 93px;
}
.yxz-wtBox textarea{
  height: 120px;
  width: 720px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 22px;
  border: 0;
  padding: 20px;
  outline: none;
  resize:none
}
.yxzWtbox-btn{
  width: 160px;
  height: 46px;
  background: linear-gradient(90deg, #1D82FA 0%, #509FFF 100%);
  border-radius: 4px;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.9;
  display: inline-block;
  margin-top: 20px;
}
.ynwdHf{
  display: flex;
  padding: 22px;
  border-bottom: 1px solid #F1F1F1;
}
.ynwdHf-div1{
  margin-left: 20px;
  padding-top: 15px;
}
.ynwdHf-img1{
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.ynwdHf-p1{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.ynwdHf-p1 span{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.ynwdHf-p1 label{
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #E4E4E4;
  margin: 0 20px;
}
.ynwdHf-p2{
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin-top: 10px;
}
.ynwdHf-p3{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.ynwdHf-p3 img{
  width: 15px;
  margin-right: 10px;
}
.ynwdHf-div2{
  display: flex;
  margin-top: 10px;
}
.ynwdHf-img2{
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.ynwdHf-div3{
  margin-left: 10px;
}
.ynwdHf-p4{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.ynwdHf-p5{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-top: 7px;
}
.ynwdHf-p6{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.ynwdHf-p6 img{
  width: 15px;
  margin-right: 10px;
}
.yxzLsdy-item{
  padding: 20px;
  border-bottom: 1px solid #F1F1F1;
  display: flex;
}
.yxzLsdy-div1{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
}
.yxzLsdy-div1 img{
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.yxzLsdy-div1 div{
  width: 46px;
  height: 16px;
  background: #FF9800;
  border-radius: 8px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 16px;
  margin-top: 9px;
}
.yxzLsdy-div2{
  margin-left: 20px;
}
.yxzLsdy-div3{
  display: flex;
  justify-content: space-between;
}
.yxzLsdy-div3 p{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  width: 95%;
}
.yxzLsdy-div3 div{
  width: 20px;
  height: 20px;
  background: #F43737;
  border-radius: 2px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;
}
.yxzLsdy-div4{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F1F1F1;
}
.yxzLsdy-div4 div{
  width: 20px;
  height: 20px;
  background: #2385FB;
  border-radius: 2px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;

}
.yxzLsdy-div4 p{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  width: 95%;
}
.yxzLsdy-div5{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.yxz-ljpx{
  padding-right: 20px;
  position: relative;
}
.yxzLjpx-div1{
  position: relative;
  margin-top: 31px;
}
.yxzLjpx-div1 img{
  width: 100%;
}
.yxzLjpx-div1 div{
  width: 100px;
  height: 30px;
  background: linear-gradient(90deg, #FFB119 0%, #FF7E05 100%);
  border-radius: 15px 0px 0px 15px;
  position: absolute;
  top: 19px;
  right: 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  text-indent: 18px;
}
.yxzLjpx-div2{
  border-bottom: 1px solid #F1F1F1;
  display: flex;
  justify-content: space-between;
  padding: 20px 9px;
}
.yxzLjpx-div2 p:first-child{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.yxzLjpx-div2 p:first-child span{
  color: #F33636;
}
.yxzLjpx-div2 p:last-child{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1A78EB;
}
.yxzLjpx-div3{
  display: flex;
  padding-top: 40px;
  padding-bottom: 19px;
  padding-left: 10px;
  align-items: flex-end;
  border-bottom: 1px solid #F1F1F1;
}
.yxzLjpx-div3 p{
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.yxzLjpx-div3 span{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-left: 10px;
}
.yxzLjpx-item{
  border-bottom: 1px solid #F1F1F1;
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
}
.yxzLjpx-div4{
  margin-left: 20px;
}
.yxzLjpx-div4 p{
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 5px;
}
.yxz-smdr .yxzSmdr-til3:last-child {
  color: #ef1212;
}
.yxzLjpx-div4 span{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.yxzLjpx-p2{
  width: 140px;
  height: 46px;
  background: linear-gradient(90deg, #005BC6 0%, #1D7CF0 100%);
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 46px;
  cursor: pointer;

}
.yxzLjpx-p3{
  display: none;
  width: 140px;
  height: 46px;
  background: #F5F5F5;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
}
.yxzLjpx-activ .yxzLjpx-p2{
  display: none;
}
.yxzLjpx-activ .yxzLjpx-p3{
  display: block;
}
.yxzLjpx-p4{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  opacity: 0.66;
  text-align: center;
  margin: 20px auto;
}
.yxzLjgz{
  position: absolute;
  width: 360px;
  height: 190px;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0 0 16px 0 rgb(156 171 190 / 44%);
  top: 27%;
  left: 27%;
  margin-bottom: 20px;
  display: none;
}
.yxzLjgz-div1{
  margin-bottom: 15px;
  position: relative;
}
.yxzLjgz-img1{
  width: 12px;
  position: absolute;
  top: 12px;
  right: 12px;
}
.yxzLjgz-div1 p{
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
  height: 57px;
  line-height: 57px;
  border-bottom: 1px solid #F1F1F1;
  margin-left: 8px;
}
.yxzLjgz-p{
  width: 315px;
  height: 34px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin: 0 auto;
}
.yxzqdlj{
  position: absolute;
  background-image: url(/images/lqpx-bg1.png);
  width: 515px;
  height: 561px;
  top: 28%;
  left: 15%;
}
.yxzqdlj-p1{
  position: absolute;
  left: 186px;
  top: 157px;
  width: 180px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #F2A929;
  border-radius: 14px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.yxzqdlj-p1 span{
  color: #FFFC00;
}
.yxzqdlj-div1{
  display: flex;
  width: 340px;
  margin-left: 106px;
  margin-top: 250px;
  flex-wrap: wrap;
}
.yxzqdlj-item div img{
  width: 69px;
}
.yxzqdlj-item div p{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.yxzqdlj-item{
  margin-right: 20px;
  margin-bottom: 25px;
}
.yxzqdlj-item:nth-child(4){
  margin-right: 0;
}
.yxzqdlj-p2{
  width: 300px;
  height: 46px;
  background: #1076E5;
  border-radius: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 46px;
}
.yxzqdlj-p3{
  display: none;
  width: 300px;
  height: 46px;
  background: #F3F3F3;
  border-radius: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  text-align: center;
  line-height: 46px;
}
.yxzqdlj-activ .yxzqdlj-p3{
  display: block;
}
.yxzqdlj-activ .yxzqdlj-p2{
  display: none;
}
.yxz-show{
  width: 820px;
  margin-top: 10px;
}
.yxz-cru{
  height: 40px;
  background: #FCFCFC;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.yxz-cru img{
  margin: 0 5px;
  width: 7px;
  height: 10px;
}
.yxzCru-p1{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1D82FA;
  display: flex;
  align-items: center;
}
.yxzCru-p2{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
}
.yxzCru-p3{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.yxzShow-h1{
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  margin-top: 20px;
  padding:0 10px;
}
.yxzCont{
  border-bottom: 1px solid #F1F1F1;
  padding:0 10px;
  padding-bottom: 20px;
  margin-top: 20px;

}
.yxzCont-p1{
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.yxzCont-p1 img{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-right: 11px;
}
.yxzCont-p2{
  text-indent: 30px;
  margin-top: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.yxzCont-p2 span{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1F83FA;
  position: absolute;
  bottom: 0;
  right: 12px;
  background: white;
}
.yxzCont-div1{
  display: flex;
  align-items: center;
  height: 50px;
}
.yxzCont-div1 p{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  display: flex;
  align-items: center;
  margin-right: 34px;
}
.yxzCont-div1 p img{
  margin-right: 10px;
}
.yxzCont-p3{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.yxzCont-div2{
  display: flex;
  align-items: center;
}
.yxzCont-div2 p{
  padding: 11px 24px;
  background: #E5EFFF;
  border-radius: 18px;
  margin-right: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2388DD;
  margin-top: 20px;
}
.yxzPlun{
  margin-top: 20px;
  padding:0 10px;
  padding-bottom: 19px;
  border-bottom: 1px solid #F1F1F1;
}
.yxzPlun-p1{
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}
.yxzPlun-div1{
  display: flex;
  margin-top: 20px;

}
.yxzPlun-wdr{
  width: 610px;
  height: 150px;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.yxzPlun-wdr p{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.yxzPlun-wdr p span{
  color: #0059C4;
  cursor: pointer;
}
.yxzPlun-img1{
  width: 46px;
  height: 46px;
  border-radius: 50%;
  margin-right: 20px;
}
.yxzPlun-ydr{
  display: flex;
  align-items: flex-end;
}
.yxzPlun-ydr textarea{
  width: 500px;
  height: 150px;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  padding: 20px;
  outline: none;
  resize:none
}
.yxzPlun-ydr p{
  width: 100px;
  height: 40px;
  text-align: center;
  background: #4298FF;
  border-radius: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  margin-left: 10px;
  cursor: pointer;
}
.yxzPlun-div2{
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 20px;
  margin-top: 26px;
  display: flex;
}
.yxzPlun-right{
  margin-top: 20px;
}
.yxzPlRt-div1{
  display: flex;
  align-items: center;

}
.yxzPlRt-div1 p{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.yxzPlRt-div1 span{
  width: 48px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  background: linear-gradient(90deg, #F3722A 0%, #E53319 100%);
  border-radius: 9px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 8px;
}
.yxzPlRt-div1 label{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-left: 21px;
}
.yxzPlRt-p1{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin: 17px 0 ;
}
.yxzPlRt-p2{
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-bottom: 15px;
}
.yxzPlRt-p2 img{
  margin-right: 10px;
  cursor: pointer;
}
.yxzPlRt-div2 {
  display: flex;
  align-items: center;

}
.yxzPlRt-div2 input{
  width: 500px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  text-indent: 11px;
}
.yxzPlRt-div2 p{
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #87BEFF;
  border-radius: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 10px;
  cursor: pointer;
}
.yxzPlun-peo{
  padding: 20px 0;
  display: flex;
  border-top: 1px solid #F0F0F0;
  margin-top: 20px;
}
.yxzPlun-img2{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 10px;
}
.yxz-grzx{
  width: 820px;
  margin-top: 10px;
}
.yxzGrzx-p1{
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
}
.yxzGrzx-div1{
  height: 58px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  justify-content: space-between;
}
.yxzGrzx-p1 label{
  width: 1px;
  height: 18px;
  background: #E2E2E2;
  margin: 0 10px;
}
.yxzGrzx-p1 span{
  color: #206ECB;
}
.yxzGrzx-p2{
  display: flex;
  width: 180px;
  height: 31px;
  background: linear-gradient(0deg, #1D82FA 0%, #509FFF 100%);
  border-radius: 16px;
  align-items: center;
  justify-content: center;
}
.yxzGrzx-p2 img{
  width: 20px;
  height: 21px;
  margin-right: 4px;
}
.yxzGrzx-p2  p{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.yxzGrzx-p2  p span{
  color: #FFDE00;
  font-weight: bold;
}
.yxzGrzx-cont{
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  display:none;
}
.yxzGrzx-nav{
  padding: 0 20px;
  height: 57px;
  border-bottom: 1px solid #F0F0F0;
  background: linear-gradient(0deg, #FAFAFA 0%, #FFFFFF 100%);
  display: flex;
  align-items: center;
}
.yxzGrzxNavItem{
  display: flex;
  align-items: center;
  margin-right: 60px;
  position: relative;
  cursor: pointer;
}
.yxzGrzxNavItem img{
  height: 16px;
  margin-right: 10px;
}
.yxzGrzxNavItem img:nth-child(2){
  display: none;
}
.yxzGrzxNavItem p{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.yxzGrzxNavItem div{
  position: absolute;
  width: 23px;
  height: 4px;
  background: #0059C4;
  border-radius: 2px;
  display: none;
  bottom: -20px;
  left: 28px;
}
.yxzGrzxNavItem-active p{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #206ECB;
}
.yxzGrzxNavItem-active img:nth-child(1){
  display: none;
}
.yxzGrzxNavItem-active img:nth-child(2){
  display: block;
}
.yxzGrzxNavItem-active div{
  display: block;
}
.yxzGrzx-nr1{
  padding: 0 20px;
}
.yxzGrzx-item{
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  margin-top: 20px;
}
.yxzGrzxItem-div1{
  height: 40px;
  display: flex;
  padding: 0 16px;
  align-items: center;
  justify-content: space-between;
}
.yxzGrzxItem-div1 p{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1B74E0;
}
.yxzGrzxItem-div1 span{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.yxzGrzxItem-p1{
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.yxzGrzxItem-p2{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.yxzGrzxItem-p2 img{
  width: 29px;
  height: 29px;
  border-radius: 50%;
  margin-right: 10px;
}
.yxzGrzxItem-p3{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  text-indent: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.yxzGrzxItem-p4{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.yxzGrzxItem-p4 p{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.yxzGrzxItem-p4 label{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #F36621
}
.yxzGrzxItem-p1 span{
  width: 34px;
  height: 20px;
  background: #FFE9D5;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FF8517;
  text-align: center;
  line-height: 20px;
}
#fatite{
  width: 820px;
  margin-top: 10px;
}
.yxzFatie-div1{
  display: flex;
}
/*首页新加部分*/
.self-box1{
  width: 240px;
  height: 256px;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  margin-top: 20px;
}
.selfBox1-nr{
  padding: 20px;
  display: flex;
  flex-wrap: wrap;

}
.selfBox1-nr p{
  width: 49%;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.selfBox1-nr p img{
  margin-bottom: 13px;
  height: 24px;
}
.selfBox1-nr p span{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.selfBox1-nr p:first-child{
  border-bottom: 1px solid #FAFAFA;
  border-right: 1px solid #FAFAFA;
}
.selfBox1-nr p:first-child span{
  color: #2184F9;
}
.selfBox1-nr p:last-child{
  border-top: 1px solid #FAFAFA;
  border-left: 1px solid #FAFAFA;
}
.selfBox1-ft{
  border-top: 1px solid #F1F1F1;
}
.selfBox1-ft{
  display: flex;
  padding: 16px 20px;
  justify-content: space-between;
}
.selfBox1-ft P{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.selfBox1-ft P img{
  height: 16px;
}
.selfBox1-ft P span{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 10px;
}
.zjlx-nr{
  padding: 15px ;
  border-bottom: 1px solid #F1F1F1;
  cursor: pointer;
}
.zjlx-nr:last-child{
  border: 0;
}
.zjlxNr-p1{
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
.zjlxNr-p1 img{
  height: 14px;
  margin-right: 10px;
}
.zjlxNr-p1 p{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.zjlxNr-p2{
  position: relative;
  margin-bottom: 10px;
}
.zjlxNr-p2 p{
  width: 100%;
  height: 2px;
  background: #F1F1F1;
}
.zjlxNr-p2 span{
  position: absolute;
  width: 40px;
  height: 2px;
  background: #388DFB;
  top: 0;
}
.zjlxNr-p3{
  display: flex;
  justify-content: space-between;
}
.zjlxNr-p3 p{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;

}
.zjlxNr-p3 p span{
  color:#388DFB;
} 
.zjlxNr-p3 label{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #388DFB;
}
.yxz-zbkc{
  border: 1px solid #F1F1F1;
  margin-top: 20px;
}
.zbkc-nr{
  padding: 20px;
  background-color: white;
}
.zbkc-box1{
  width: 200px;
  cursor: pointer;
}
.zbkcSW-item{
  padding: 0 10px;
  border: 1px solid #F1F1F1;
  height: 118px;
  margin-bottom: 24px;
}
.zbkcSW-img{
  height: 120px;
}
.zbkcSW-img img{
  height: 100%;
}
.zbkcSW-item p:nth-child(1){
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  margin: 10px 0;
}
.zbkcSW-item p:nth-child(2){
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.zbkcSW-item p:nth-child(3){
  display: flex;
  margin: 10px 0;
}
.zbkcSW-item p:nth-child(3) span{
  width: 60px;
  height: 18px;
  line-height: 18px;
  background: #FFFFFF;
  border: 1px solid #449AFF;
  border-radius: 9px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #449AFF;
  text-align: center;
  margin-right: 10px;
}
.zbkcSW-item p:nth-child(4){
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.zbkcSW-item p:nth-child(4) span{
  color: #FF2020;
}
.zbkc-box1.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 0px !important;
}
.zbkc-box2{
  background: #FAFAFA;
  border-radius: 4px;
  padding: 13px 10px;
  margin-top: 20px;
}
.zbkc-box2 p{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #F61F1F;
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
  cursor: pointer;
}
.zbkc-box2 p:last-child{
  margin: 0;
}
.zbkc-box2 p span{
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.yxz-ldbq{
  border: 1px solid #F1F1F1;
  margin-top: 20px;
  background-color: white;

}
.ldbq-cont{
  padding: 20px;
}
.ldbq-cont a{
  display: block;
  width: 200px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px 0px 20px 0px;
  border: 1px solid #F1F1F1;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 40px;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ldbq-cont a:last-child{
  margin-bottom: 0;
}
.ldbq-cont a:hover{
  background-color: #388DFB;
  color: white;
  border: 1px solid #388DFB;
}
.yxz-zrzp{
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  width: 240px;
  margin-top: 20px;
}
.zrzp-header{
  height: 50px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F1F1F1;
}
.zrzpTab{
  position: relative;
  cursor: pointer;
}
.zrzpTab p{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
}
.zrzpTab  span{
  position: absolute;
  width: 20px;
  height: 2px;
  background: #0779FF;
  border-radius: 1px;
  display: none;
  left: 21px;
  bottom: -15px;
}
.zrzpActiv p{
  font-weight: bold;
  color: #378CFA;
}
.zrzpActiv span{
  display: block;
}
.zrzp-cont{
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zrzp-cont img{
  display: none;
  width: 140px;
  height: 140px;
}
.syList-item{
  width: 780px;
  padding: 20px 10px;
  border-bottom: 1px solid #F1F1F1;
}
.syList-title{
  display: flex;
}
.syList-title p{
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.syList-cont{
  display: flex;
  margin-top: 20px;
}
.syList-img{
  width: 200px;
  height: 120px;
  border-radius: 4px;
  margin-right: 20px;
  text-align: center;
}
.syList-img img{
  height: 120px;
  max-width:200px;
}
.syList-xq{
  position: relative;
  flex: 1;
}
.syList-p{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-bottom: 27px;
}
.syList-p span{
  color: #0779FF;
  cursor: pointer;
}
.syList-pl{
  display: none;
}
.syList-fbpl{
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.syList-fbpl input{
  text-indent: 12px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  margin-right: 10px;
  flex: 1;
}
.syList-fbpl p{
  width: 120px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #0779FF;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
.syList-zxpl{
  padding: 10px 14px;
  background: #FCFCFC;
  margin-top: 20px;
}
.syListZxpl-p1{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.syListZxpl-div{
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.syListZxpl-p2{
  color: #333333;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.syListZxpl-p2 img{
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
}
.syListZxpl-p3{
  font-size: 14px;
  color: #999999;
}
.yxz-syft{
  width: 1080px;
  height: 430px;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  margin:  40px auto;
  display:none;
}
.syft-header{
  height: 52px;
  background: #F7F7F7;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.syftHd-p1{
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.syftHd-p1 span{
  display: inline-block;
  width: 4px;
  height: 18px;
  background: #297FE8;
  margin-right: 18px;
}
.syftHd-p2{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0779FF;
  cursor: pointer;
}
.syftHd-p2 span{
  margin-left: 10px;
}
.syft-cont{
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.syftXCont-div{
  height: 336px;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  width: 49%;
}
.syftXCont-item{
  display: flex;
  align-items: center;
}
.syftXCont-item1{
  height: 58px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid #F1F1F1;
}
.syftXCont-p1{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  width: 180px;
}
.syftXCont-p1 span{
  color: #EB2020;
}
.syftXCont-p2{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  width: 120px;
}
.syftXCont-p3{
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;

}
.syftXCont-item2{
  height: 46px;
  width: 92%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #F1F1F1;
  margin: 0 auto;
  cursor: pointer;
}
.syftXCont-p4{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #297FE8;
  width: 180px;
}
.syftXCont-p4 span{
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #297FE8;
  line-height: 14px;
  text-align: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 5px;
}
.syftXCont-p5{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  width: 120px;
}
.syftXCont-p6{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0559BF;
}
.syftXCont-item2:last-child{
  border: 0;
}
.syftXCont-item2:nth-child(n+5) .syftXCont-p4 span{
  background: #EBEBEB;
  color: #999999;
}
/*分页*/
#pages a,#pages span{
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  margin-left: 12px;
}
#pages a:hover{
  background: #297FE8;
  color: #FFFFFF;
}
#pages span{
  background: #297FE8;
  color: #FFFFFF;
}
#pages{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
}
.yxz-smjr{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(102, 102, 102, 0.5);
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none; 
}
.yxzSmjr-box{
  width: 400px;
      height: 387px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 16px 0 rgb(156 171 190 / 44%);
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  padding-top: 40px;
}
.yxzSmjr-box img{
  width: 245px;
}
.displayFlex{
  display:flex;
}
#showPl{
  display:none;
}
#like{
  display: none;
  align-items: center;
}

.yxzHt-zk{
  position: relative;
  padding-right: 44px;
  display: block !important;
  cursor: pointer;
}

.yxzHt-zk span{
  position: absolute;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color:   #CA1A1A  transparent transparent transparent;
  left: 61px;
  top: 19px;
  cursor: pointer;
}