.cjsfw-top {
    align-items: center;
    justify-content: center;
    background: url(../../images/cjsfw/zhuangli-top.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 732px;
    background-size: cover;
}
.handlingProcess .vab-width .patent{
    width: 590px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: text-top;
}
.handlingProcess .vab-width .patent .title .lookMore{
  float: right;
  font-weight: normal;
}
.handlingProcess .vab-width .patent .title .lookMore a{
   color: #333333;
   text-decoration: none;
   font-size: 14px;
  }
.handlingProcess .vab-width .patent .title span{
    display: inline-block;
    font-weight: bold;
    color: #333333;
    font-size: 18px;
}
.handlingProcess .vab-width .patent .title .line{
    width: 4px;
    height: 18px;
    background: #A52130;
    border-radius: 2px;
    vertical-align: sub;
    margin-right: 6px;
}

.list-content{
    width: 590px;
    height: 374px;
    background: rgba(255,255,255,0.8000);
    border: 1px solid rgba(0,0,0,0.0400);
    backdrop-filter: blur(0px);
    margin-top: 24px;
    padding-top: 10px;
    padding-bottom: 24px;
}
#patent-list-right,#patent-list-left{
    margin: 0 16px;
}
.list-content .li-a{
    width: 558px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-decoration: none;
    color: #333333;
    display: block;
}
.list-content li{
    border-bottom: 1px dashed #DDD;
}
.list-content .li-a:hover{
    font-weight: 700;
}
.list-content .li-a span{
    display: inline-block;
}
.list-content .li-a span:first-child{
    width: calc(100% - 90px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list-content .li-a span:last-child{
    width: 80px;
    float: right;
}
.cjsfw-top-div{
    width: 1200px;
    margin: auto;
    padding-top: 30px;
}
.patentProjectTitle{
    height: 80px;
    line-height: 60px;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
}
.cjsfw-top-div>p{
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    margin: auto;
}
.cjsfw-top-div .patentProjectContent{
    width: 1200px;
    margin-top: 38px;
    margin-bottom: 24px;
    position: relative;
}
.cjsfw-top-div .patentProjectContent .patentProjectContentItem{
    width: 580px;
    height: 88px;
    line-height: 88px;
    background: #FFF;
    border-radius: 8px;
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 24px;
    text-align: center;
}
.cjsfw-top-div .patentProjectContent .patentProjectContentItem>a{
    color: #333;
    text-decoration: none;
    font-size: 24px;
}
.cjsfw-top-div .patentProjectContent .patentProjectContentItem:hover{
    background: #D69F67;
    cursor: pointer;
}
.cjsfw-top-div .patentProjectContent .patentProjectContentItem:hover a{
    color: #FFF;
}


.long-line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #DDDDDD;
    position: relative;
}
.blank-title {
    font-size: 28px;
    font-weight: bold;
    color: #333333;
    line-height: 28px;
    text-align: center;
}

.blank-title-line {
    margin: 0 auto;
    margin-top: 21px;
    width: 80px;
    height: 1px;
    border-bottom: 3px solid #962E34;
    border-radius: 2px;
}
/*  联系地址 */
.blank-contact {
    position: relative;
    margin-top: 56px;
    margin-bottom: 75px;
}
.blank-contact  .vab-box_bd{
   padding-top: 32px;
}
.blank-contact  .vab-box_bd p{
    padding-bottom: 20px;
 }
 .blank-contact  .vab-box_bd p:last-child{
    padding-bottom: 21px;
 }
 .blank-contact  .vab-box_bd img{
    vertical-align: bottom;
 }
.vab-box_bd .lxwm-img{
   width: 508px;
   height: 270px;
   display: inline-block;
   background: url(../../images/cjsfw/contactUs-img.png);
}
.vab-box_bd .lxwm-title-art{
    display: inline-block;
    width: 690px;
    height: 270px;
    background: #FFFFFF;
    border-radius: 0px 6px 6px 0px;
    border: 1px solid #F0F0F0;
    vertical-align: top;
    margin-left: -3px;
    padding-left: 41px;
    padding-top: 30px;
}
.vab-box_bd .lxwm-title-art h4 {
    margin-bottom: 30px;
}
/*去掉默认样式*/

.patentProjectContent .swiper-button-prev:after{
    display: none;
}
.patentProjectContent .swiper-button-next:after{
    display: none;
}
/*自定义样式*/
.patentProjectContent .swiper-button-prev{
    width: 60px;
    height: 60px;
    background: url(../../images/cjsfw/swiper-video-left.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 540px;
    top: 255px;
    border-radius: 17px;
}

.patentProjectContent .swiper-button-next{
    width: 60px;
    height: 60px;
    background: url(../../images/cjsfw/swiper-video-right.png);
    background-repeat: no-repeat;
    background-position: center;
    right: 545px;
    top: 255px;
    border-radius: 17px;
}