/* CSS Document */
/*初始化样式*/
* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑", "Segoe UI", Arial;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, button, table, tbody, tfoot, thead, tr, th, td, input {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "微软雅黑", "Segoe UI", Arial;
    color: #333;
    font-size: 14px;
    border: none;
    font-weight: normal;
    box-sizing:border-box;
}

body {
    background: #fff;
}

li {
    list-style: none;
}

a {
    color: #4178cc;
    text-decoration: none;
}

a:hover {
    color:#2488f9;
}
.cyan-tree *{
    overflow:visible !important;
}
div {
    display: block;

}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.clear {
    clear: both;
}

/* 内容开始 */
textarea{ box-sizing:border-box; height: 120px; width: 912px;border: 1px solid #e1e1e1;padding: 0 8px; border-radius: 4px;background: #fff;font-size: 14px;line-height: 24px;float: left;padding-top: 4px;resize: none;}

.box{ width: 100%;  background:#fff; margin: 0 auto; }
.box_in{ width: 600px;  margin: 0 auto; padding-top: 20px;padding-bottom: 30px;}
.bd{width: 100%;margin-bottom: 20px;overflow: hidden;}
.bd p{width: 60px;text-align: right; margin-right: 10px;font-size: 14px;line-height: 24px;float: left;}
.input{ height: 24px; border: 1px solid #e1e1e1;padding-left: 8px; border-radius: 4px;background: #fff;font-size: 14px;line-height: 24px;float: left;}
.input.long{width: 912px;}
.input.short{width: 230px;}


.glgw button{ color: #4178cc;height: 24px; line-height: 24px; margin-right: 20px;cursor: pointer; background: none;outline: none;}
.glgw button:active{color: #325ea2;}

.fj button{ color: #4178cc;height: 24px; line-height: 24px; width: 50px;outline: none;background: url(/oa/filesedit/images/add.png) no-repeat  center center;border: 1px solid #4178cc; border-radius: 4px;cursor: pointer;}
.fj button:active{border-color: #325ea2;}

/* 并列横排表单 */
.hp{overflow: hidden;}
.hp .bd{float: left;width: auto;margin-right: 30px;}

/* 按钮区域 */
.czq{text-align: center;padding-bottom: 30px;padding-top: 50px}
.czq button{width: 60px; height: 30px; border-radius: 4px; text-align: center;line-height: 30px;outline: none;cursor: pointer;}
.czq .save{box-shadow: 0px 4px 10px 0px rgba(65, 138, 244, 0.38);background: #4178cc;color: #fff;margin-right: 40px;}
.czq .close{box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.07);background: #f1f1f1;color: #333;border: 1px solid #e1e1e1;}
.czq .save:active{background: #325ea2;}
.czq .close:active{background: #d1d1d1;}

.close1{box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.07);background: #4178cc;color: #fff;border: 1px solid #e1e1e1;}
.attachment_name a{color:#333}














/* 4178cc */
