/**!
 * 青海国家高新技术产业开发区
 * author: fxyue
 * date:2020-10-12
 */

.ewb-message {
    padding: 24px 38px 66px 28px;
}

.ewb-message-hd {
    height: 60px;
    border-bottom: 1px solid #cacbcc;
}

.ewb-message-hd>ul {
    margin-left: -10px;
}

.ewb-message-node {
    float: left;
    padding: 0 15px;
    margin-left: 10px;
    color: #999;
    font-size: 18px;
    height: 59px;
    line-height: 59px;
    cursor: pointer;
}

.ewb-message-node.current {
    color: #426ed4;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #5688ff;
}

.ewb-message-bd {
    min-height: 850px;
}

.ewb-message-list {
    float: left;
    width: 50%;
    margin-top: 40px;
}

.ewb-message-list.spe {
    width: 100%;
}

.ewb-message-label {
    float: left;
    width: 120px;
    text-align: right;
    line-height: 40px;
    font-size: 16px;
    height: 40px;
    overflow: hidden;
}

.ewb-message-label i {
    color: #e82f2f;
    font-style: normal;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
}

.ewb-message-box {
    margin-left: 125px;
}

.ewb-message-item {
    height: 38px;
    position: relative;
    z-index: 1;
    border: 1px solid #cacbcc;
    padding: 0 12px;
}

.ewb-message-item .input-placeholder,
.ewb-message-item .input-box {
    height: 38px;
    line-height: 38px;
    color: #c6c6c6;
}

.ewb-message-item .input-box {
    color: #333;
	width:100%;
}

.ewb-message-textarea {
    height: 284px;
    padding: 7px 12px;
    /* background: #fafbff; */
}

.ewb-message-textarea .input-box {
    height: 284px;
    resize: none;
    line-height: 24px;
	width: 850px;
}

.ewb-message-select {
    width: 100%;
    height: 40px;
}

.ewb-message-tag .chosen-container {
    font-size: 16px;
}

.ewb-message-tag .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 38px;
    border-color: #cacbcc;
}

.ewb-message-tag .chosen-container .chosen-results li {
    line-height: 20px;
}

.ewb-message-tag .chosen-container-single .chosen-single span {
    margin-right: 48px;
}

.ewb-message-tag .chosen-container-single .chosen-single div {
    width: 48px;
}

.ewb-message-radio {
    float: left;
    padding-left: 40px;
    line-height: 40px;
    margin-left: 95px;
    cursor: pointer;
    background: url("../images/message_radio.png") 10px 50% no-repeat;
}

.ewb-message-radio.cur {
    background-image: url("../images/message_radioh.png");
}

.ewb-message-radio:first-child {
    margin-left: 0;
}

/* 验证码 */
.ewb-message-codes {
    float: left;
    width: 267px;
}

.ewb-codes-box {
    float: left;
    width: 120px;
    height: 38px;
    margin-left: 10px;
    border: 1px solid #cacbcc;
	margin-top:0;
	border:0;
}

.ewb-codes-box img {
    display: block;
}

.ewb-message-btns {
    margin-top: 50px;
}

.ewb-message-btns>button {
    width: 130px;
    height: 40px;
    background: #426ed4;
    border-radius: 3px;
    padding: 0;
    display: initial;
    margin: 0px 0px 0px 220px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.ewb-message-btns1 {
    margin-left: 10px;
}

.ewb-message-btns1>button {
    width: 130px;
    height: 40px;
    background: #426ed4;
    border-radius: 3px;
    padding: 0;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.commit-icon {
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 16px;
    background: url("../images/commit_icon.png") no-repeat;
    cursor: pointer;
}

#timeover {
	width: 130px;
    height: 40px;
    background: #426ed4;
    border-radius: 3px;
    padding: 0;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.isuserallowedpublish{
	height: 18px;
    width: 18px;
	margin-top: -4px;
    margin-left: 20px;
    margin-right: 5px;
}

.isap{
	font-size: 16px;
	float: left;
	margin-top: 12px;
}

.file-list {
    margin-top: 6px;
    width: 420px;
    height: 28px;
    line-height: 28px;
    background-color: #f7fafc;
}

.file-name {
    padding-left: 34px;
    background-position: 10px center;
    background-repeat: no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.file-name > a {
    font-size: 14px;
    color: #666;
}

.file-name.pdf {
    background-image: url("../images/link_icon.png");
}

.close-file {
    float: right;
    margin-top: 8px;
    margin-right: 9px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: url("../images/file_close.png") center center no-repeat;
}

.up-btn {
    width: 120px;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    color: #3184eb;
    border: 1px solid #d7e4f3;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

#codeGet {
	width: 130px;
    height: 40px;
    background: #426ed4;
    border-radius: 3px;
    padding: 0;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}


.message-main{
	margin:0 auto;
	width:1000px;
}