﻿.publish-box {
  margin-top: 20px;
  padding: 20px;
  border-radius: 3px;
  border: 1px solid #EAEEF1;
  background-color: #fff;
}
.publish-box h3.title .iconfont {
  font-size: 22px;
}
.publish-box .item {
  position: relative;
  margin-top: 20px;
  padding-left: 68px;
  padding-right: 20px;
}
.publish-box .item .type {
  position: absolute;
  top: 0;
  left: 20px;
  display: block;
  font-size: 14px;
  width: 48px;
  height: 38px;
  line-height: 38px;
}
.publish-box .item .publish-btn {
  display: block;
  width: 120px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #4653a2;
  text-decoration: none;
  outline: none;
  display: inline-block;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.6) inset, -1px -1px 2px rgba(0, 0, 0, 0.6) inset, 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  text-align: center;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.publish-box .item .publish-btn:hover {
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.6) inset, -1px -1px 2px rgba(0, 0, 0, 0.6) inset, 0 8px 12px rgba(50, 50, 93, 0.1), 0 1px 3px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
}
.publish-box .item select {
  width: 150px;
  height: 38px;
  line-height: 36px;
  margin-right: 10px;
  padding: 0 10px;
  border-radius: 3px;
  font-size: 14px;
  border: 1px solid #EAEEF1;
  outline: none;
}
.publish-box .item input {
  width: 480px;
  height: 38px;
  line-height: 36px;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #EAEEF1;
  outline: none;
}
.publish-box .item textarea {
  width: 100%;
  min-height: 300px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #ddd;
  outline: none;
  resize: vertical;
}