/* css 重置 */
*{
    margin:0; 
    padding:0; 
    list-style:none; 
}

body{ 
    background: #fff;
    font:normal 12px/22px '微软雅黑';  
}
img{ 
    border:0;  
}
a{ 
    text-decoration:none; 
    color:#333;  
}
/*头部*/
.topbox{
    height: 42px;
    width: 100%;
    background: #4f64ad;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    /*border-bottom: 1px solid #a6a6a6;*/
}
.topimg{
    width: 31px;
    height: 26px;
    margin-left: 5px;
    margin-top: 9px;
}
.topimg img{
    width: 100%;
    height: 100%;
}
.topinput{
    width: 58%;
    line-height: 39px;
}
.topinput p{
    font-size: 16px;
    color: #fff;
}
/**/
/*标题*/
.toptit{
    margin-top: 30px;
}
.toptit h4{
    font-size: 19px;
    padding-left: 14px;
    text-align: center;
    font-weight: bold;
}
.topdate{
    margin-top: 24px;
    padding-right: 30px;
    text-align: right;
}
.topdate p{
    color: #6e6e6e;
    font-size: 13px;
}
.text{
    padding: 24px;
}
/*.text p{
    padding: 26px;
    color: #000;
    font-size: 13px;
    text-indent:2em;
}*/
.text img{     
    display: block;
    width: 100% !important;
    /*height: 100%; */
    margin-top: 20px;
    margin-bottom: 20px;
    object-fit: scale-down;
}