.person-top {
    /*box-shadow: 2px 4px 11px 4px #dcdcdc;*/
    background: #fff url(../images/xxbg.jpg) no-repeat right top;
    /*background-size: cover;*/
    /*padding: 10px 20px;*/
    /*border-top: 3px solid #ffbf3d;*/
    min-height: 260px;
    display: flex;
    flex-wrap: wrap;
}

    .person-top .clearfix {
        display: none;
    }

    .person-top .fl:first-child, .person-img {
        width: 31%;
        background: #ebf3f5;
        height: 100%;
    }

        .person-img img {
            padding: 0 !important;
            margin: 0 !important;
        }

    .person-top img {
        width: 100% !important;
        height: 100% !important;
    }

.person-tt {
    width: 67%;
   /*padding-top: 30px;*/
    padding-left: 45px;
    padding-right: 15px;
}

    .person-tt p {
        color: #333;
        font-size: 18px;
        margin: 10px 0;
        background: url(/_upload/tpl/0d/20/3360/template3360/images/blue2.png) no-repeat left 10px;
        padding-left: 20px;
    }


        .person-tt p.p1 {
            color: #1d679b;
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 20px;
            background: none;
            padding: 0;
        }
        .person-tt p.p2 {
            color: #1d679b;
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 20px;
            background: none;
            padding: 0;
        }

.person-dcon {
    margin: 30px 0;
}


    .person-dcon h4 {
        font-size: 32px;
        color: #333;
        font-weight: normal;
        border-bottom: 2px solid #1d679b;
        line-height: 45px;
        /*height: 45px;*/
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .person-dcon hr {
        margin: 10px 0;
        border-top: 1px solid #666;
    }

    .person-dcon p {
        line-height: 30px;
        font-size: 18px;
        color: #333;
        margin-bottom: 15px;
    }

.w-ul-decimal > li {
    list-style: decimal !important;
}

.view-cnt ul li {
    color: #1d679b;
}

.w-ul-disc > li {
    list-style: disc !important;
    color: #1d679b;
}

    .w-ul-disc > li p {
        color: #333;
    }

.w-ul-none > li {
    list-style: none !important;
}


@media (max-width: 1400px) {
    .person-tt p.p1 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .person-tt p.p2 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .person-tt p {
        margin: 6px 0;
    }
}




@media (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
    .person-tt p {
        font-size: 16px;
    }

        .person-tt p.p1 {
            font-size: 22px;
            margin-bottom: 15px;
        }
        .person-tt p.p2{
            font-size: 18px;
            margin-bottom: 15px;
        }


    .person-top .fl:first-child, .person-img {
        width: 40%;
    }

    .person-tt {
        width: 60%;
    }

    .person-dcon h4 {
        font-size: 26px;
    }

    .person-dcon p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    /*中等屏幕设备 桌面*/

    .person-dcon h4 {
        font-size: 22px;
        padding-bottom: 5px;
    }

    .person-tt p {
        margin: 4px 0;
    }

    .person-top .fl:first-child, .person-img {
        width: 100%;
    }

    .person-tt {
        width: 100%;
        padding-left: 30px;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    /*中等屏幕设备 桌面*/
    .person-dcon h4 {
        font-size: 18px;
        padding-bottom: 5px;
        line-height: 30px;
    }


    .person-tt p.p1 {
        font-size: 18px;
    }
    .person-tt p.p2 {
        font-size: 16px;
    }
}
