.div1 {
    font-family: ms sans serif, arial;
    font-size: 16px;  
    width: 250px;                 
    margin-left: 10px;
    margin-top: 20px; 
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; 
}     

.div2{width:800px;margin: auto;display:flex;}

.div3 {
    font-family: ms sans serif, arial;
    font-size: 13px;  
    width: 500px;
    height:40px;
    line-height:40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;                
}      

.div4{
    display:flex;margin: auto;margin-left:30px;margin-bottom: 20px;
}

.div5{width:90%;margin: auto;}	
.div6{width:100%;margin: auto;}		
.div7{margin-left: 20px;margin-top: 30px;}

.div8 {
    font-family: ms sans serif, arial;
    font-size: 13px;  
    width: 350px;  
    height:150px;
}   

.div9{
    display:flex; 
    width:500px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.divSytj{
    height: 40px;
    font-size: 13px;
    line-height: 40px;
    padding-top: 2px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    text-align: left;
}

.imgSize{width:141px;height:141px;}
.imgSizeA{width:141px;height:141px;}

.strong1{font-size:20px;color:#0b57a3;}
.strong2{font-size:20px;}

.spanA{width:100px;margin-left: 10px;}

.row{ 
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;                
}

.contentA{text-align:center;margin:0 auto; width:100%; background-color:#FFFFFF;  clear:both;}

.a1:link {color: #333333;text-decoration: none;} /* 未被访问的链接 蓝色 */
.a1:visited {color:#333333;text-decoration: none;} /* 已被访问过的链接 蓝色 */
.a1:hover {color: #333333;text-decoration: none;} /* 鼠标悬浮在上的链接 蓝色 */
.a1:active {color: #333333;text-decoration: none;} /* 鼠标点中激活链接 蓝色 */

.a2:link {color: #444;text-decoration: none;} /* 未被访问的链接 蓝色 */
.a2:visited {color: #444;text-decoration: none;} /* 已被访问过的链接 蓝色 */
.a2:hover {color: #444;text-decoration: none;} /* 鼠标悬浮在上的链接 蓝色 */
.a2:active {color: #444;text-decoration: none;} /* 鼠标点中激活链接 蓝色 */