main{
    font-size: 14px;
}
.part1{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.today-focus .s-title{
    border-bottom: 1px solid #eee;
}
.s-title{
    padding-left: 12px;
    padding-bottom: 5px;
    font-size: 22px;
    font-weight: 400;
    color: #333;
}
.s-title .red-text{
    color: #ff0000;
}
.s-title .en{
    font-size: 14px;
    color: #9f9f9f;
    margin-left: 8px;
}
.focus-content{
    padding: 8px 15px;
    border-bottom: 1px dotted #eaeaea;
}
.focus-content h4{
    color: #2e8d19;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
}
.focus-content-item{
    font-size: 13px;
    line-height: 2em;
}
.focus-content-item a{
    margin: 0 5px;
    color: #606060;
}
.focus-content-item a:hover{
    color: #2f8e1a;
}
.focus-content-item a:nth-of-type(1) {
    color: #333333;
}
.focus-content-item a:nth-of-type(1):hover{
    text-decoration: revert;
}
.part-left{
    width: 43%;
}
.part-right{
    width: 55%;
}
#adver-swiper{
    margin: unset;
}
#adver-swiper .swiper-slide{
    position: relative;
}
#adver-swiper .swiper-slide img{
    display: block;
    width: 100%;
}
#adver-swiper .swiper-slide p{
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    font-size: 19px;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    padding: 7px 10px;
    z-index: 2;
}
#adver-swiper .swiper-pagination{
    width: unset;
    left: unset;
    right: 2%;
}
#adver-swiper .swiper-pagination span{
    width: 12px;
    height: 12px;
    background-color: #fff;
}
.qq-consult{
    display: flex;
    background: linear-gradient(#fefefe,#f1f1f1);
    padding: 3px 10px;
    border: 1px solid #dcdcdc;
    margin-top: 15px;
    border-radius: 5px;
}
.qq-consult a{
    width: 50%;
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 14px;
}
.qq-consult a img{
    width: 22px;
    margin-right: 5px;
}

.part2{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.QA-top{
    display: flex;
    border-bottom: 1px dotted #eaeaea;
    padding: 3px 0;
}
.QA-top .shu{
    height: 51px;
    font-size: 22px;
    color: #333;
    line-height: 51px;
    background: url(/skin/images/index/ykwd.jpg) no-repeat right top;
    padding-right: 16px;
    margin-right: 15px;
}
.QA-count{
    font-size: 13px;
    color: #6d6d6d;
}
.QA-count .red-text{
    color: #ff0000;
}
.QA-top .quick-questions{
    height: 19px;
    line-height: 19px;
    padding: 7px 12px;
    margin-left: 13px;
    font-size: 15px;
}

.QA-case{
    padding: 10px 15px;
    border-bottom: 1px dotted #eaeaea;
}
.QA-case-item{
    display: flex;
    align-items: center;
}
.QA-case-item a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #252525;
    font-size: 14px;
}
.QA-case-item img{
    width: 20px;
    margin-right: 5px;
}
.QA-case-item span{
    font-size: 14px;
    color: #858484;
    line-height: 22px;
}
.QA-case-item:nth-of-type(2){
    align-items: flex-start;
    margin-top: 8px;
}
.QA-case-item:nth-of-type(2) img{
    margin-top: 3px;
}

.QA-article{
    padding: 0 15px;
}
.QA-article li{
    margin-top: 10px;
}
.QA-article li a{
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #333;
}
.QA-article li a:hover{
    color: #2f8e1a;
}
.QA-article .QA-title{
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.QA-article li img{
    width: 18px;
    margin-right: 5px;
}

.ss-title h4{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
}
.ss-title .green-text{
    color: #2e8d19;
}
.dental-wrap{
    margin-top: 15px;
}
.dental-item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.dental-item img{
    width: 90px;
    margin-right: 8px;
}

.dental-detail h5{
    font-size: 15px;
    color: #2e8d19;
    margin-bottom: 5px;
}
.hospital{
    font-size: 13px;
    color: #fe900e;
    margin-left: 8px;
    margin-bottom: 5px;
}
.infor{
    font-size: 13px;
    color: #656565;
}
.infor a{
    color: #fe900e;
}
.tiwen{
    display: inline-block;
    background: linear-gradient(#46a23d,#4eaa47);
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #fff;
    padding: 4px 8px;
    border-radius: 5px;
    margin-top: 8px;
}
.t:hover{
    color: #fff;
}
.part2 .part-right{
    display: flex;
    justify-content: space-between;
}
.dental{
    width: 48%;
}
.ss-title{
    background: linear-gradient(#fdfdfd,#eff1ee);
    padding: 5px 10px;
}
.treasure{
    width: 48%;
}
.treasure .green-shu{
    display: inline-block;
    width: 7px;
    height: 19px;
    background-color: #4fa63b;
    margin-right: 5px;
}
.treasure-content{
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
}
.treasure-content li{
    width: 32.5%;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
}
.treasure-content li a{
    display: block;
    font-size: 13px;
    color: #333;
}
.treasure-content li a img{
    width: 70%;
    margin: 0 auto;
}
.treasure-content li a p{
    margin-top: 5px;
}

.bg-transition{
    margin: 20px auto;
}

.treatment-items{
    margin-bottom: 20px;
}
.treatment-items-top{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 3px solid #2e8d19;
    padding-bottom: 5px;
}
.treatment-items-top h4{
    font-weight: 400;
}
.treatment-items-top h4 span:nth-of-type(1){
    color: #e2343a;
    font-size: 22px;
    font-weight: 400;
    margin-right: 10px;
}
.treatment-items-top h4 span:nth-of-type(2){
    color: #000000;
    font-size: 14px;
    padding-left: 8px;
}
.treatment-items-top .treatment-items-top-link{
    font-size: 12px;
}
.treatment-items-top .treatment-items-top-link a{
    color: #706969;
    margin: 0 8px;
}

.treatment-items-content{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.item-content-wrap{
    padding-bottom: 15px;
}
.item-content-wrap .item-content-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item-content-wrap .item-content-top .item-content-top-thumb{
    position: relative;
    padding: 5px 7px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
    background-color: #2f8e1a;
    border-radius: 3px;
}
.item-content-wrap .item-content-top .item-content-top-thumb::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 40%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 4px;
    border-color: #2f8e1a transparent transparent transparent;
}
.item-content-wrap .item-content-top a{
    font-size: 12px;
}
.item-content-wrap .item-content-top a span{
    color: #72b75a;
}
.item-content-wrap .item-article h5{
    text-indent: 4em;
}
.item-content-wrap .item-article h5 a{
    font-size: 18px;
    color: #2e8d19;
    font-weight: 400;
}
.item-content-wrap .item-article ul li{
    margin-top: 8px;
}
.item-content-wrap .item-article ul li span:nth-of-type(1){
    margin-right: 0.5em;
}
.item-content-wrap .item-article .type{
    display: flex;
    flex-wrap: wrap;
}

.pro-eight{

}
.pro-top{
    position: relative;
}
.pro-top h5{
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 5px;
    border-bottom: 1px solid #dbdbdb;
}
.pro-top h5 .green-text{
    color: #2e8d19;
}
.eight-swiper .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.eight-swiper .swiper-slide li{
    width: 118px;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
}
.eight-swiper .swiper-slide li a{
    display: block;
}
.eight-swiper .swiper-slide li img{
    display: block;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #cccccc;
    padding: 2px;
    box-sizing: border-box;
}
.eight-swiper .swiper-slide li span{
    display: inline-block;
    margin-top: 3px;
}
.pro-top .swiper-pagination{
    left: unset!important;
    right: 0;
    width: unset!important;
}
.pro-top .swiper-pagination span{
    width: 10px;
    height: 10px;
    background-color: #5ab93b;
}
.pro-case{
    margin-top: 25px;
}
.pro-case .pro-top .read-more{
    position: absolute;
    display: flex;
    align-items: center;
    top: 20%;
    right: 0;
    font-size: 13px;
}
.pro-case .pro-top .read-more img{
    margin-left: 10px;
}
.case-swiper{
    margin-top: 20px;
}
.case-swiper .swiper-slide{
    display: flex;
    justify-content: center;
}
.case-swiper .swiper-slide a{
    width: 35%;
    text-align: center;
    margin: 0 20px;
}
.case-swiper .swiper-slide a img{
    display: block;
    width: 100%;
    padding: 2px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}
.case-swiper .swiper-slide a span{
    display: inline-block;
    margin-top: 3px;
}
.case-swiper .swiper-button-prev, .case-swiper .swiper-button-next{
    color: #a3a3a3;
}

.treatment-items-ybzl .part-right{
    display: flex;
    justify-content: space-between;
}
.treatment-items-ybzl .part-right .pro-elseitem1{
    width: 49%;
}
.treatment-items-ybzl .part-right .pro-elseitem2{
    width: 49%;
    border: 1px solid #e0e0e0;
}
.treatment-items-ybzl .part-right .pro-case{
    margin-top: 0%;
}
.treatment-items-ybzl .case-swiper .swiper-slide a{
    width: 65%;
}
.treatment-items-ybzl .case-swiper .swiper-slide a span{
    font-size: 12px;
}
.ybzl-pro{
    display: flex;
    flex-wrap: wrap;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    width: 94%;
    margin: 10px auto;
    font-size: 13px;
}
.ybzl-pro li{
    width: calc(50% - 1px);
    border-bottom: 1px solid #ddd;
}
.ybzl-pro li:nth-of-type(2n-1){
    border-right: 1px solid #ddd;
}
.ybzl-pro li a{
    display: flex;
    align-items: center;
    padding: 6px 0;
    padding-left: 18px;
}
.ybzl-pro li img{
    width: 21px;
    margin-right: 5px;
}
.pro-elseitem2-item .tab-title{
    display: flex;
}
.pro-elseitem2-item .tab-title li{
    flex: 1;
    text-align: center;
    padding: 8px 0;
    border-bottom: 1px solid #d0d0d0;
    background: linear-gradient(#fefefe,#f1f1f1);
    cursor: pointer;
}
.pro-elseitem2-item:nth-of-type(1) .tab-title li:nth-of-type(2){
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}
.pro-elseitem2-item .tab-title .active{
    border-bottom: unset;
    background: #fff;
}
.pro-elseitem2-item .tab-wrap{
    padding: 8px 0;
}
.pro-elseitem2-item .tab-wrap li{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.pro-elseitem2-item .tab-wrap .tab-cont-cont:not(:nth-of-type(1)){
    display: none;
}
.tab-wrap .tab-cont-cont li:not(:nth-of-type(1)){
    margin-top: 8px;
}
.tab-wrap .tab-cont-cont li a{
    position: relative;
    padding-left: 4%;
    font-size: 13px;
}
.tab-wrap .tab-cont-cont li a::after{
    content: "";
    position: absolute;
    top: 45%;
    left: 3%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #2e8d19;
}
.tab-wrap .tab-cont-cont li a span{
    margin-left: 3px;
}

.pro-elseitem2-item:nth-of-type(2){
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}

.pro-elseitem2-item:nth-of-type(n+2) li:nth-of-type(1){
    border-right: 1px solid #d0d0d0;
}

.infor-video{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.infor-video li{
    width: 23%;
    margin-top: 10px;
}
.infor-video li video{
    width: 100%;
}
.infor-mid{
    display: flex;
    flex-wrap: wrap;
    color: #333;
    justify-content: space-between;
    margin-top: 10px;
}
.infor-mid .infor-mid-wrap{
    width: 31%;
}
.infor-mid-wrap .infor-mid-title{
    display: flex;
    background: linear-gradient(#fefefe,#f1f1f1);
    font-size: 13px;
    border-top: 2px solid #59b644;
}
.infor-mid-wrap .infor-mid-title li{
    flex: 1;
    text-align: center;
    padding: 8px 0;
}
.infor-mid-wrap .infor-mid-title li:nth-of-type(1){
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}
.infor-mid-wrap .infor-mid-title li:nth-of-type(2){
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}
.infor-mid-wrap .infor-mid-title .active{
    background-color: #fff;
    border-bottom: unset!important;
}
.infor-mid-cont{
    font-size: 13px;
    padding: 0 15px;
}
.infor-mid-cont li{
    margin-top: 10px;
}
.infor-mid-cont li .flag{
    background: #5bbc48;
    color: #fff;
    padding: 0px 4px;
    margin-right: 8px;
}
.infor-mid-cont-wrap .infor-mid-cont:nth-of-type(2){
    display: none;
}
.infor-bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    border-top: 1px dotted #d0d0d0;
}
.infor-bottom .infor-bottom-wrap{
    width: 31%;
    padding: 0 15px;
    color: #333;
    box-sizing: border-box;
}
.infor-bottom .infor-bottom-wrap p{
    font-weight: bold;
}
.infor-bottom .infor-bottom-wrap ul li{
    margin-top: 5px;
    position: relative;
    padding-left: 2%;
}
.infor-bottom .infor-bottom-wrap ul li::after{
    content: '';
    position: absolute;
    top: 45%;
    left: -2%;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #2e8d19;
}
.fl-title{
    display: flex;
    background: linear-gradient(#fefefe,#f1f1f1);
}
.fl-title li{
    padding: 10px 0;
    cursor: pointer;
}
.fl-title li:nth-of-type(1),
.fl-title li:nth-of-type(2){
    width: 10%;
    text-align: center;
}
.fl-title li:nth-of-type(1){
    border: 1px solid #d0d0d0;
}
.fl-title li:nth-of-type(2){
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}
.fl-title li:nth-of-type(3){
    width: 80%;
    border-top: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
}
.fl-wrap .fl-part{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fl-wrap .fl-part li{
    width: 120px;
    margin: 0 10px;
    margin-top: 20px;
}
.fl-wrap .fl-part li img{
    width: 100%;
}
.fl-wrap .fl-part li p{
    text-align: center;
}
.fl-title .active{
    border-bottom: unset!important;
    background-color: #fff;
}
.fl-wrap .fl-cont{
    display: none;
    flex-wrap: wrap;
}
.fl-wrap .fl-cont li{
    margin: 10px;
}