.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;
}

.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;
    margin-top: -10px;
}

.person-tt {
    width: 54%;
    padding-left:5%;

}
.code-img{
    width:15%;
padding-top:6%;
text-align: center;
}

    .person-tt p {
        color: #333;
        font-size: 18px;
        margin: 10px 0;
        background: url(../images/blue2.png) no-repeat left 10px;
        padding-left: 20px;
     
    }

 
        .person-tt p.p1 {
            margin-top: 22px;
            color: #1d679b;
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 18px;
            background: none;
            padding: 0;
        
            
        }

.person-dcon {
    margin: 30px 0;
}


    .person-dcon h4 {
        font-size: 26px;
        color: #333;
        font-weight: normal;
        border-bottom: 2px solid #1d679b;
        line-height: 40px;
        /*height: 45px;*/
       padding-bottom: 10px;
       margin-bottom: 20px;
        
    }

    .person-dcon hr {
        margin: 10px 0;
        border-top: 1px solid #666;
    }

    .person-dcon p {
        line-height: 25px;
        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: 28px;
    	margin-top: 18px;
    	margin-bottom: 15px;
    }
 .person-tt p{
 	margin: 6px 0;
 }   
    
    
    
   
   
}




@media (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
   .person-tt p{
   	font-size: 16px;
  
   }
.person-tt p.p1{
	margin-top: 25px;
}
.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;
}
a.aback {
   
    font-size: 16px;
   
    border-radius: 26px;
    line-height: 35px;
    padding: 0 10px;
 
}


}

@media (max-width: 991px) {
    /*中等屏幕设备 桌面*/
.person-tt p.p1{
	font-size: 22px;
}
.person-dcon h4{
	font-size: 22px;
	padding-bottom: 5px;
}
.person-tt p{
	margin: 4px 0;
}

.person-img {
    width: 100%;
}
.person-tt {
    width: 100%;
    padding-bottom: 20px;
}



}
@media (max-width: 767px) {
    /*中等屏幕设备 桌面*/
.person-dcon h4 {
    font-size: 18px;
    padding-bottom: 5px;
    line-height: 30px;
}
a.aback{
	font-size: 14px;
	line-height: 30px;
}
.person-tt p.p1 {
    font-size: 18px;
    margin: 10px 0;
}




}




