#news_listdiv {
    background-color: #efefef;
    margin-top: 7px;
    padding: 10px 30px;
}
.ac_form{
    line-height: 30px;
    padding: 10px 0;
}
 .ac_base_info {
    margin-top: 15px;
    padding: 1px 1px 1px 10px;
}
.ac_t2{
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    width: 95px;
    display: inline-block;
    vertical-align: top;
}
.ac_nr {
    
      /*margin-left: 15px;*/
      margin-right:  15px;
      /*padding-right: 15px;*/
    display: inline-block;
    /*vertical-align: top;*/
    width: auto;
}
.ac_base_info  p, .ac_base_info  a, .ac_base_info  span {
    color: #4f4f4f;
    font-size: 14px;
}
.ac_form .editBox {
    background-color: #fff;
    border: 1px solid #c0c0c0;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 10px;
    margin-right:10px; 
    width: 250px;
}
.ac_form select {
    background-color: #ececec;
    background-image: -moz-linear-gradient(center top , #ffffff, #e1e1e1);
    border: 1px solid #c5c5c5;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
    padding: 5px 10px;
    width: auto;
}
.ac-upload-img{
    background-color: #ededed;
    background-image: -moz-linear-gradient(center top , #ffffff, #e1e1e1);
    border: 1px solid #c0c0c0;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    vertical-align: bottom;
    width: 75px;
}
.ac_save_form{
     background-color: #0769bd;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    margin: 30px 80px;
    text-align: center;
    width: 140px;
}