*{
    padding: 0;
    margin: 0;
    list-style:none;
}
body{
    max-width: 610px;
    margin: auto;
    font: 16px/22px Arial,Helvetica,sans-serif;
    background-color: rgb(231, 231, 231);
}
a{color:#666;text-decoration:none;}
a:hover{ text-decoration:none; color:#f60}
a:active{text-decoration:underline;}
/* 头部 */
header img{
    width: 100%;
}
.ydpfb-topnav{
    padding-top: 5px;
    display: flex;
    justify-content: space-around;
    background: white;
    padding-bottom: 10px;
}
.ydpfb-topnav a{
    background-color: #937340;
    color: white;
    width: 15%;
    text-align: center;
    line-height: 30px;
}
/* 小标题 */
.ydpfb-title{
    border-left: 8px solid #937340;
    padding-left: 10px;
    font-size: 24px;
    margin-bottom: 10px;
}
/* 中间 */
/* 热点 */
.ydpfb-hot{
    padding: 10px 2.5%;
    background-color: white;
    margin-top: 5px;
    text-align: justify;
}
.ydpfb-hot .ydpfb-title a{
    font-size: 14px;
    float: right;
    background-color: #937340;
    border-radius: 5px;
    line-height: 14px;
    height: 14px;
}
.ydpfb-hot a{
    color: white;
    text-align: center;
    display: inline-block;
    height: 22px;
    overflow: hidden;
}
.ydpfb-hot1{
    background-color: rgb(5 100 176);
    width: 30%;
}
.ydpfb-hot2{
    background-color: rgb(5 100 176);
    width: 37%;
}
.ydpfb-hot3{
    background-color: #937340;
    width: 30%;
}
.ydpfb-hot4{
    background-color: rgb(184, 135, 108);
    width: 35%;
}
.ydpfb-hot5{
    background-color: #937340;
    width: 25%;
}
.ydpfb-hot6{
    background-color: rgb(142, 96, 71);
    width: 33%;
}
.ydpfb-hot7{
    background-color: rgb(201, 111, 61);
    width: 49%;
}
.ydpfb-hot8{
    background-color: rgb(149, 122, 108);
    width: 49%;
}
/* 项目 */
.ydpfb-project{
    width: 95%;
    padding: 10px 2.5%;
    margin-top: 10px;
    background-color: white;
}
.ydpfb-project .ydpfb-title a{
    float: right;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.ydpfb-project .ydpfb-title a img{
    width: 14px;
    height: 14px;
    margin-left: 5px;
}
.ydpfb-projec{
    display: flex;
    flex-direction: row-reverse;
    height: 200px;
}
.gallery-thumbs{
    width: 28%;
}
.gallery-thumbs .swiper-slide{
    background-color: rgb(132, 132, 132);
    color: rgb(226, 226, 226);
    text-align: center;
    font-size: 28px;
    line-height: initial;
}
.gallery-thumbs .swiper-slide-thumb-active{
    color: white;
    background-color: #937340;
}
.gallery-top{
    width: 68%;
}
.gallery-top img{
    width: 100%;
    height: 100%;
    background-color: white;
}
.ydpfb-sea{
    color: white;
    background-color: #937340;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 34px;
    padding: 5px 0;
}
.ydpfb-sea a{
    color: #937340;
    background-color: white;
    border-radius: 15px;
    padding: 3px 4px;
}
.ydpfb-sea img{
    margin-right: 5px;
    height: 30px;
}
/* 设备 */
.ydpfb-equipment{
    width: 95%;
    padding: 10px 2.5%;
    margin-top: 10px;
    background-color: white;
}
.swiper-button-next, .swiper-button-prev{
    background-color: rgba(0, 0, 0, 0.3);
}
.swiper-button-prev{
    left: 0 !important;
}
.swiper-button-next{
    right: 0 !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: white;
    font-size: 20px !important;
}
.hjc{
    background-color: #937340 !important;
}
/* 新闻 */
.ydpfb-news{
    width: 95%;
    padding: 10px 2.5%;
    margin-top: 10px;
    background-color: white;
}
.ydpfb-new{
    display: flex;
}
.ydpfb-new img{
    width: 65%;
}
.ydpfb-new div{
    width: 35%;
    background-color: #937340;
    color: white;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    line-height: initial;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ydpfb-new div span{
    font-size: 14px;
    margin-top: 20px;
}
/* 医生 */
.ydpfb-doctor{
    background: url(../images/docbac.png) no-repeat no-repeat;
    background-size: 100% 100%;
    padding: 10px 2.5%;
}
.ydpfb-doctor>img{
    width: 100%;
    margin-top: 10px;
}
.ydpfb-docitem{
    width: 100%;
    /*padding: 10px 2.5%;*/
    margin-top: 10px;
}
.gallery-top1 .swiper-slide{
    background-color: #937340;
    border-radius: 15px;
    display: flex;
    justify-content: space-around;
    color: white;
    align-items: center;
}
.gallery-top1 .swiper-slide img{
    width: 30%;
    margin-top: 10px;
    margin-left: 10px;
}
.gallery-top1 .swiper-slide>div{
    width: 60%;
    margin-right: 10px;
}
.gallery-top1 .swiper-slide div div{
    font-size: 30px;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
}
.gallery-top1 .swiper-slide div div span{
    font-size: 22px;
}
.gallery-top1 .swiper-slide p{
    line-height: inherit;
    font-size: 14px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.gallery-top1 .swiper-slide p span{
    color: #937340;
}
.ydpfb-docflex{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.gallery-thumbs1{
    background-color: #937340;
    width: 100%;
    height: 65px;
    margin: 0 !important;
}
.gallery-thumbs1 .swiper-wrapper{
    align-items: center;
    justify-content: center;
    margin-left: -7px !important;
}
.gallery-thumbs1 .swiper-slide{
    border: 2px solid white;
    border-radius: 50%;
    width: 50px !important;
    height: 50px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: self-start;
    background-color: rgb(105, 105, 105);
    /*margin-right: -15px !important;*/
    position: relative;
    z-index: 50;
}
.gallery-thumbs1 .swiper-slide-thumb-active{
    background-color: #937340;
}
.ydpfb-docyy{
    width: 35%;
    text-align: right;
}
.ydpfb-docyy-top{
    display: flex;
    justify-content: flex-end;
    color: rgb(126, 126, 126);
    font-size: 18px;
}
.ydpfb-docyy-top span{
    font-size: 20px;
    color: black;
    font-weight: bold;
}
.ydpfb-docyy-top img{
    height: 65px;
}
.ydpfb-docyy-btm{
    color: white;
    background-color: #937340;
    border-radius: 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 0 4px;
}
.ydpfb-coord{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 10px;
}
.ydpfb-coord img{
    width: 33%;
}
.ydpfb-coord div{
    position: absolute;
    width: 100%;
    color: white;
    font-weight: bold;
    font-size: 18px;
    background-color: #937340;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    text-align: center;
    bottom: 0;
    line-height: 30px;
}
/* 文章 */
.ydpfb-essay{
    width: 95%;
    padding: 10px 2.5%;
    margin-top: 10px;
    background-color: white;
}
.ydpfb-essy div{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 35px;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-top: 1px solid rgb(227, 227, 227);
}
.ydpfb-essy div span{
    border-radius: 50%;
    color: white;
    background-color: #937340;
    min-width: 22px;
    line-height: 22px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
}
/* 环境 */
.ydpfb-profle{
    width: 95%;
    padding: 10px 2.5%;
    margin-top: 10px;
    background-color: white;
}
.ydpfb-pro-tit{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.ydpfb-profle>img{
    width: 100%;
    margin-top: 5px;
}
.ydpfb-pro-cen{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.ydpfb-pro-cen img{
    width: 40%;
}
.ydpfb-pro-cen div{
    width: 58%;
    text-align: justify;
    position: relative;
    font-size: 12px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.ydpfb-pro-cen div a{
    color: red;
    position: absolute;
    background-color: white;
    right: 0;
    bottom: 0;
}
.ydpfb-environment{
    /*width: 95%;*/
    margin: 10px auto 0;
    padding-top: 10px;
}
.ydpfb-environment .ydpfb-title{
    width: 95%;
}
.hj{
    width: 95%;
    position: relative;
}
.hj img{
    width: 100%;
}
.hj div{
    position: absolute;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    text-align: center;
    font-size: 14px;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* 底部 */
footer{
    background-color: white;
    margin-top: 10px;
}

/* 地图 */
.ydpfb-itinerary, .ydpfb-itinerary img{
    width: 100%;
}
/*  */
.ydpfb-foot {
    width: 100%;
    /*background: url(../images/new_foot2.webp) no-repeat;*/
    background-size: 100%;
    clear: both;
}
.ydpfb-foot1 {
    width: 100%;
    /*margin-left: 3%;*/
    /*background: url(../images/new_foot1.webp) no-repeat;*/
    background-size: 100%;
    position: relative;
    top: 5px;
    padding-top: 37%;
    background: #8d6e3d;
}
.ydpfb-foot p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    position: absolute;
    /*left: 50%;*/
    color: white;
    width: 85%;
    /*margin-left: -150px;*/
    padding: 2% 2% 2% 12%;
}
.ydpfb-foot_1 {
    top: 5%;
    border-bottom: white 1px solid;
    padding-bottom: 2%;
}
.ydpfb-foot_2 {
    top: 35%;
}
.ydpfb-foot_3 {
    top: 55%;
}
.ydpfb-foot1 span {
    display: inline-block;
    width: 17px;
    height: 20px;
    background: url(../images/new_foot3.webp) no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 3%;
}
.ydpfb-foot_2 span {
    background: url(../images/new_foot4.webp) no-repeat;
    background-size: 100%;
}
.ydpfb-foot_3 span {
    background: url(../images/new_foot5.webp) no-repeat;
    background-size: 100%;
}
.ydpfb-foot_active {
    position: absolute;
    bottom: 5%;
    left: 5%;
}
.ydpfb-foot_active span, .ydpfb-foot_active2 span {
    display: inline-block;
    width: 6px;
    height: 12px;
    margin-right: 1px;
    background-color: white;
}
.ydpfb-foot_active2 {
    position: absolute;
    bottom: 5%;
    right: 7%;
}
/* 内容 */
.white{
    background-color: white;
    padding-bottom: 20px;
}
.ydpfb-navt{
    background: #937340;
    padding-top: 10px;
    padding-bottom: 9px;
}
.main {
    color: white;
    width: 94%;
    margin: 0px auto;
}
.main span {
    color: aliceblue;
    width: 96%;
}
.ydpfb-navt a{
    color: white;
}
.boxzx {
    width: 80%;
    margin: 0 auto;
}
.boxzx img {
    width: 100%;
}
.sy_top1 {
    margin: 20px auto 0;
    background: #f03300;
    width: 140px;
    padding-left: 40px;
    font-weight: bold;
    font-size: 18px;
    border-radius: 10px;
    text-align: left;
    line-height: 36px;
}
.sy_top1 a {
    color: white;
    vertical-align: middle;
}
.sy_top1 span {
    display: inline-block;
    width: 20px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/new_totop.webp) no-repeat;
    background-position: center;
    margin-left: 20px;
}

.wxts {
    width: 89%;
    border-right: red 15px solid;
    border-left: red 15px solid;
    position: relative;
    height: 70px;
    margin: 20px auto;
}
.wxts div {
    position: absolute;
    top: 5px;
    left: -2%;
    width: 104%;
    background-color: #937340;
    border-radius: 5px;
    color: white;
    height: 60px;
    text-align: center;
}
.wxts span {
    display: inline-block;
    width: 80px;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    text-align: center;
    /*background-color: yellow;*/
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    border-radius: 2px;
    margin-top: 7px;
    margin-right: 3%;
}
.wxts p {
    width: 62%;
    display: inline-block;
    vertical-align: middle;
    line-height: 23px;
    text-align: justify;
    margin-top: 7px;
    font-size: 14px;
    line-height: 16px;
}
.pages{
    display: flex;
    justify-content: center;
}
.pages li a{
    border: #c4c4c4 1px solid;
    border-radius: 5px;
    padding: 0px 5px;
    color: black;
    display: block;
    margin: 0 5px;
}
.pagesc a{
    color: white !important;
    background-color: #f09800;
    border: 0 !important;
}
.ydpfb-yyjj {
    width: 100%;
    margin-bottom: 0px;
    padding: 10px 0;
    overflow: hidden;
}
.ydpfb-yyjj li {
    float: left;
    width: 25%;
    text-align: center;
    line-height: 18px;
    list-style: none;
}
.ydpfb-yyjj .ico1, .ydpfb-yyjj .ico2, .ydpfb-yyjj .ico3, .ydpfb-yyjj .ico4 {
    background: url(../images/footer.webp) no-repeat;
    width: 55px;
    height: 55px;
    display: inline-block;
}
.ydpfb-yyjj .ico2 {
    background-position: -55px 0;
}
.ydpfb-yyjj .ico3 {
    background-position: -110px 0;
}
.ydpfb-yyjj .ico4 {
    background-position: -165px 0;
}
h1{
    font-size: 20px;
    width: 94%;
    margin: 0 auto;
    text-align: left;
    margin-top: 10px;
}
.ydpfb-nrlist{
    color: #9F9F9F;
    width: 96%;
    margin: 0 auto;
}
.ydpfb-nrlist div{
    justify-content: center;
    font-size: 13px;
}
.ydpfb-nrjj{
    text-align: justify;
    color: #333333;
    line-height: 24px;
    text-indent: 2em;
    background: #f4f4f4;
    padding: 2%;
    border-radius: 10px;
    width: 90%;
    margin: 10px auto;
    font-size: 14px;
}
.ydpfb-new_doctor {
    width: 94%;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 0px;
}
.ydpfb-new_doctor>div {
    display: inline-block;
    vertical-align: middle;
}
.ydpfb-new_doctor_img {
    width: 14%;
}
.ydpfb-new_doctor_img img {
    width: 100%;
}
.ydpfb-new_doctor_text {
    width: 61%;
    margin-left: 2%;
}
.ydpfb-new_doctor_text p{
    font-size: 14px;
    color: #767071;
    width: 100%;
    text-align: justify;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.ydpfb-new_doctor_text1 {
    color: black!important;
    font-size: 18px!important;
    margin-bottom: 5px;
}
.ydpfb-new_doctor_text1 span {
    color: #767071;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
}
.ydpfb-new_doctor_button {
    width: 23%;
    text-align: center;
}
.ydpfb-new_doctor_button div{
    background-color: #fe8d31;
    height: 20px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 14px;
    padding-bottom: 3px;
    padding-top: 3px;
    margin-bottom: 5px;
}
.ydpfb-new_doctor_button div a{
    color: white;
}
.ydpfb-new_doctor_button div a:hover{
    text-decoration: none;
}
.ydpfb-wznr{
    margin: 10px auto;
    width: 90%;
    color: #333333;
    text-align: justify;
    line-height: 26px;
}
.ydpfb-wznr P{
    font-size: 14px;
}
.ydpfb-wznr img{
	width:100%!important;
	height:auto!important;
    padding: 20px 0;
}
.ydpfb-wznr a:hover{
    text-decoration: none;
}
.ydpfb-wznr span{
    font-size: 14px;
}
.ydpfb-wznr a{
    font-size: 14px;
}
.ydpfb-laiyuan{
    color: #9f9f9f;
    font-size: 14px;
    padding-bottom: 3px;
    border-bottom: dashed #4a4a4a 1px;
    margin: auto;
    width: 90%;
}
.ydpfb-laiyuan a{
    color: #9f9f9f;
    font-size: 14px;
}
.ydpfb-laiyuan a:hover{
    text-decoration: none;
}
.ydpfb-nrwzlx{
    color: #000;
    margin: 20px auto;
    width: 90%;
}
.ydpfb-nrwzlx li{
    font-size: 14px;
    margin-top: 5px;
}
.ydpfb-nrwzlx a{
    font-size: 14px;
    color: #000;
}

.head{
    display: flex;
    width: 95%;
    justify-content: space-between;
    margin: 0 auto;
}
.head div {
    display: inline-block;
    width: 21%;
    background-color: #fe8d31;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    color: aliceblue; 
    font-size: 14px;
}
/* 热点聚焦 */
.ydpfb-hots{
    width: 95%;
    padding: 10px 2.5%;
    margin-top: 10px;
    background-color: white;
}
.ydpfb-hots_cen{
    margin-top: 20px;
}
.ydpfb-hots_cen>div{
    display: none;
}
#ydpfb-hots_cen_active{
    display: block;
}
#ydpfb-hots_active{
    background-color: #3bb4f2!important;
    color: white !important;
}
.ydpfb-guanzhu_img{
    margin: 10px 0 5px;
    text-align: center;
}
.ydpfb-guanzhu_img img {
    width: 49%;
}
.ydpfb-guanzhu_text {
    position: relative;
    padding: 5px 0px;
    border-bottom: #4A4A4A 1px dashed;
    display: flex;
    font-size: 14px;
}
.ydpfb-guanzhu_text a {
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
    margin-left: 5px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    text-overflow:ellipsis;
    overflow:hidden;
    -webkit-line-clamp:1;
    vertical-align: middle;
}
.ydpfb-guanzhu_more {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #6e6e6e;
    color: white;
    text-align: center;
    font-size: 15px;
    vertical-align: middle;
}
.ydpfb-guanzhu_more1 {
    background-color: #fb663e;
}
.ydpfb-guanzhu_more2 {
    background-color: #ff9000;
}
.ydpfb-guanzhu_more3 {
    background-color: #fbc704;
}
.ydpfb-guanzhu_time {
    position: absolute;
    right: 0px;
    top: 7px;
}
/* 案例 */
#ydpfb-case_active{
    background-color: #3bb4f2!important;
    color: white !important;
}
.ydpfb-case{
    width: 95%;
    margin: 20px auto;
}
.ydpfb-case_cen{
    margin-top: 20px;
    font-size: 14px;
}
.ydpfb-case_cen>div{
    display: none;
}
#ydpfb-case_cen_active{
    display: block;
}
.ydpfb-alp{
    width: 100%;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    text-overflow:ellipsis;
    overflow:hidden;
    -webkit-line-clamp:1;
}
.ydpfb-anli_tabs_top {
    display: flex;
    justify-content: space-between;
}
.ydpfb-anli_tabs_top>div {
    width: 32%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.ydpfb-anli_tabs_top img {
    width: 100%;
}
.ydpfb-anli_tabs_top span {
    position: absolute;
    display: inline-block;
    padding: 0px 3px;
    bottom: 6px;
    right: 0px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    background-color: #0096FF;
    color: white;
}
.ydpfb-anli_tabs_bottom div {
    border-bottom: #a0a0a0 1px dashed;
    margin: 0;
    padding: 5px 0px;
    padding-left: 6%;
    width: 94%;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/person.webp) no-repeat 0px center;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    text-overflow:ellipsis;
    overflow:hidden;
    -webkit-line-clamp:1;
}
.ydpfb-anli_tabs_bottom div:nth-child(2) {
    background: url(../images/question.webp) no-repeat 0px center;
}
.ydpfb-anli_tabs_bottom div:nth-child(3) {
    background: url(../images/way.webp) no-repeat 0px center;
}
.ydpfb-anli_tabs_bottom div:nth-child(4) {
    background: url(../images/good.webp) no-repeat 0px center;
}
.ydpfb-anli_tabs_bottom span {
    color: #4a4a4a;
}
/* 列表 */
.ydpfb-listcontent {
    margin: 0 auto 20px;
    width: 95%;
}
.ydpfb-listcontent .ydpfb-lili>a:nth-child(1) {
    color: #0193e0 !important;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    font-size: 18px;
}
.ydpfb-listcontent .ydpfb-lili {
    width: 100%;
    padding: 10px 0 5px;
    margin-top: 5px;
    border-bottom: #a0a0a0 1px dashed;
}
.ydpfb-lf{
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    align-items: center;
}
.ydpfb-lfna{
    width: 34%;
    max-height: 120px;
    overflow: hidden;
}
.ydpfb-lf img{
    width: 100%;
}
.ydpfb-new_list_text{
    width: 64%;
}
.ydpfb-xiangqingys p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
    word-wrap:break-word;
    color: #000;
    font-size: 14px;
}
.ydpfb-new_list_bottom{
    display: flex;
    align-items: center;
    margin-top: 5px;
    color: #9f9f9f;
    font-size: 14px;
}
.ydpfb-new_list_bottom .ydpfb-new_list_name {
    background: url(../images/name.webp) no-repeat;
    background-size: 100%;
    margin-left: 0px;
}
.ydpfb-new_list_bottom span {
    display: inline-block;
    background: url(../images/time.webp) no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
    float: none;
    vertical-align: text-top;
    margin-left: 8px;
    margin-right: 2px;
}
.ydpfb-new_list_bottom .ydpfb-ydy {
    background: url(../images/eye.webp) no-repeat;
    background-size: 100%;
}
/* 视频 */
.ydpfb-videos {
    margin: 10px auto 20px;
    width: 95%;
}
#ydpfb-videos-swiper img {
    width: 95%;
    position: relative;
    z-index: 1;
}
#ydpfb-videos-swiper .swiper-slide {
    position: relative;
    width: 100%;
    text-align: left;
}
#ydpfb-videos-swiper span {
    display: inline-block;
    width: 95%;
    height: 75%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: url(https://3g.99bdf.com/skin/images/play.webp) no-repeat;
    background-size: 40px;
    background-position: center;
}
.ydpfb-videos_div{
    width: 90%;
    background-color: #937340;
    color: white;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    padding: 0px 2.5%;
    font-size: 14px;
}
.ydpfb-proje{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ydpfb-proje a{
    color:#755115;
}
.ydpfb-projel{
    width: 25%;
    text-align: center;
    height: 100%;
    position: relative;
}
.ydpfb-projel img{
    width: 100%;
}
.ydpfb-projel a{
    display: block;
    position: absolute;
    top: 62%;
    left: 50%;
    margin-left: -2em;
}
.ydpfb-proje ul{
    width: 73%;
    height: 100%;
}
.ydpfb-proje li{
    display: inline-block;
    background: url(../images/pic08.webp) no-repeat no-repeat;
    background-size: 100% 100%;
    width: 32%;
    text-align: center;
    line-height: 28px;
    margin-bottom: 5px;
}