
.wrap {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: auto;
}
.layout {
  position: relative;
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.layout:after {
  display: block;
  content: '';
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.wrap-margin-top {
  margin-top: 50px;
}
/*公共样式结束*/
.layout-h2 {
  position: relative;
  width: 100%;
  height: 58px;
  font-size: 28px;
  color: #2065a3;
  line-height: 58px;
  font-weight: bold;
  text-align: center;
}
.layout-h2 .letter {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 24px;
  font-size: 24px;
  line-height: 1;
  color: #dfe6ee;
}
.wrap-top {
  height: 50px;
  background: #312f30;
}
.zhi-top {
  height: 50px;
  overflow: hidden;
}
.zhi-top .name {
  float: left;
  padding: 10px 12px;
  font-size: 12px;
  line-height: 30px;
  color: #e6e6e6;
}
.zhi-top .login-link {
  float: left;
  padding: 10px 16px;
}
.zhi-top .login-link a {
  font-size: 12px;
  line-height: 30px;
  color: #fd2937;
}
.zhi-top .login-link em {
  font-size: 12px;
  line-height: 30px;
  color: #d3d3d3;
  font-weight: bold;
}
.zhi-top .top-right {
  text-align: right;
  padding: 10px 0;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.zhi-top .top-right a {
  display: inline-block;
  height: 30px;
  padding-left: 36px;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  margin: 0 16px;
  background: url(../image/weixin.png) left center no-repeat;
}
.zhi-top .top-right em {
  color: #f7362f;
}
.wrap-nav {
  height: 130px;
}
.layout-nav {
  height: 130px;
}
.layout-nav .logo {
  float: left;
  width: 190px;
  height: 130px;
  padding: 35px 30px;
}
.layout-nav .logo .logo-img {
  width: 100%;
  height: 100%;
  font-size: 26px;
  color: #333333;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
}
.layout-nav .publish {
  float: right;
  margin-right: 35px;
  display: block;
  width: 230px;
  height: 40px;
  margin: 45px 0;
  background-image: linear-gradient(to right, #1d61a0, #398ac1);
  font-size: 20px;
  line-height: 40px;
  color: white;
  text-align: center;
}
.layout-nav .nav {
  float: left;
  width: 710px;
  height: 130px;
  padding: 35px 35px;
}
.layout-nav .nav .nav-item {
  position: relative;
  float: left;
  display: block;
  margin: 0 1%;
  width: 18%;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  color: #525252;
}
.layout-nav .nav .nav-item:hover .hide-box {
  display: block;
}
.layout-nav .nav .nav-item:hover .link-nav {
  color: #246b9f;
}
.layout-nav .nav .nav-item .link-nav {
  display: block;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
}
.layout-nav .nav .nav-item .hide-box {
  position: absolute;
  left: 0;
  top: 59px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: auto;
  border: 1px solid #f2f2f2;
  background-color: white;
}
.layout-nav .nav .nav-item .hide-box a {
  display: block;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  color: #333;
  /*border-top: 1px solid #758fb5;*/
}
.layout-nav .nav .nav-item .hide-box a:hover {
  background: #f2f2f2;
  /*color:#389ee0;*/
  color: #0675cb;
}
.layout-nav .nav .active {
  color: #246b9f;
}
/*广告图*/
.wrap-banner {
  position: relative;
  /*z-index: -1;*/
  height: 454px;
  background: #ddd;
}
.wrap-banner .swiper-slide {
  width: 100%;
  height: 454px;
}
.wrap-tab {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  height: 88px;
}
.wrap-tab .layout-tab a {
  position: relative;
  z-index: 99999;
  float: left;
  margin-right: 1%;
  display: block;
  width: 24%;
  height: 88px;
  font-size: 22px;
  line-height: 88px;
  color: #fff;
  text-align: center;
  /*background-image: linear-gradient(#398ac1, #1e63a2);*/
  background: url(../image/eighty.png);
}
.wrap-tab .layout-tab a:hover {
  color: #626262;
}
.wrap-tab .layout-tab a.active {
  color: #626262;
  background: #f1f1f1;
}
.layout-tab a:last-child {
  margin-right: 0;
}
.box-task {
  height: 370px;
  overflow: hidden;
}
.box-task .task {
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  float: left;
  width: 25%;
  height: 150px;
  padding: 0 25px;
}
.box-task .task:hover .title {
  color: #ee3e48;
}
.box-task .task .title {
  width: 100%;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  color: #52647c;
  overflow: hidden;
}
.box-task .task .info {
  font-size: 14px;
  line-height: 24px;
  color: #777777;
}
.box-task .task .info .price {
  margin-top: 5px;
}
.box-task .task .info .time {
  margin-top: 7px;
}
.box-task .task .info .red {
  color: #ee3e48;
}
.more-link {
  display: block;
  margin: 60px auto 0;
  width: 150px;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(#3889c0, #2166a6);
}
.more-link:hover {
  color: #fff;
  -ms-transform: scale(1.2);
  /* IE 9 */
  -webkit-transform: scale(1.2);
  /* Safari */
  transform: scale(1.2);
  /* 标准语法 */
}
/*footer*/
.wrap-footer {
  background: #312f30;
}
.layout-footer {
  padding: 40px 0 60px;
}
.footer-logo {
  margin-left: 135px;
  width: 300px;
  height: 240px;
  font-size: 38px;
  line-height: 240px;
  text-align: center;
  color: white;
}
.footer-right {
  padding: 0 20px;
  font-size: 14px;
  line-height: 36px;
  color: white;
}
.footer-right .bei {
  color: #FFFFFF;
  text-decoration:none;
}
.footer-right .title {
  width: 100%;
  height: 52px;
  padding: 11px 0;
  font-size: 16px;
  line-height: 30px;
  color: white;
}
.footer-right .info {
  padding-bottom: 10px;
  border-bottom: 1px solid #bfbdbe;
}
.footer-right .info .address {
  padding-left: 30px;
  background: url(../image/address.png) left center no-repeat;
}
.footer-right .info .mobile {
  padding-left: 30px;
  background: url(../image/mobile.png) left center no-repeat;
}
.footer-right .info .email {
  padding-left: 30px;
  background: url(../image/email.png) left center no-repeat;
}
.footer-right .an {
  margin-left: 10px;
  display: inline-block;
  padding-left: 28px;
  background: url(../image/an.png) left center no-repeat;
}
/*服务流程*/
.box-flow {
  display: flex;
}
.box-flow .flow {
  float: left;
  display: block;
  margin-right: 12px;
  width: 161px;
  height: 155px;
  padding-top: 33px;
  background: #f3f3f3;
  text-align: center;
}
.box-flow .flow:hover {
  box-shadow: 4px 8px 8px #d8d8d8;
}
.box-flow .flow:last-child {
  margin-right: 0;
}
.box-flow .flow .icon {
  margin: 0 auto;
  width: 60px;
  height: 60px;
}
.box-flow .flow .text {
  margin-top: 15px;
  width: 100%;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #1d62a5;
  overflow: hidden;
}
/*服务类型*/
.wrap-type .type-list {
  height: 258px;
  margin-bottom: 30px;
}
.wrap-type .type-list .box-type {
  position: relative;
  margin: 46px auto;
  width: 435px;
  height: 166px;
  padding: 20px 25px;
  background: rgba(255, 255, 255, 0.7);
}
.wrap-type .type-list .box-type .border {
  position: absolute;
  top: 41px;
  left: -25px;
  z-index: 1;
  width: 125px;
  height: 86px;
  border: 2px solid #3b77b5;
  border-right: none;
  border-bottom: none;
}
.wrap-type .type-list .box-type .border::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: block;
  content: '';
  width: 53px;
  height: 2px;
  background-color: #3b77b5;
}
.wrap-type .type-list .box-type .title-big {
  padding-left: 100px;
  font-size: 64px;
  line-height: 72px;
  color: #2b74b9;
  /*text-align: center;*/
  font-weight: 600;
}
.wrap-type .type-list .box-type .title-small {
  position: relative;
  z-index: 9;
  font-size: 20px;
  line-height: 42px;
  color: #0c569d;
  text-align: center;
  letter-spacing: .3em;
}
.wrap-type .type-list .box-type .more-type {
  position: absolute;
  bottom: 20px;
  right: 25px;
  z-index: 9;
  display: block;
  width: 92px;
  height: 35px;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
  color: white;
  background: #3275bb;
}
.wrap-type .type-list .box-type .link-type {
  /*display: flex;
				-webkit-justify-content: space-between;
				justify-content: space-between;
				-webkit-flex-wrap: wrap;
				flex-wrap: wrap;*/
  width: 100%;
  height: 92px;
  overflow: hidden;
}
.wrap-type .type-list .box-type .link-type a {
  float: left;
  display: inline-block;
  height: 46px;
  padding: 0 23px;
  font-size: 18px;
  line-height: 46px;
  color: #295184;
}
.wrap-type .type-list .box-type .link-type a:hover {
  color: red;
}
/*资讯*/
.half-news {
  padding: 0 18px;
}
.box-news .title {
  width: 100%;
  height: 42px;
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  background: #3275bb;
}
.box-news .title a {
  display: block;
  color: white;
}
.box-news .list-news {
  padding: 8px 20px;
  height: 341px;
  overflow: hidden;
  border: 1px solid #bebebe;
  border-top: none;
}
.box-news .list-news a {
  display: block;
  margin-top: 10px;
  height: 34px;
  overflow: hidden;
  font-size: 14px;
  line-height: 34px;
  color: #696969;
  border-bottom: 1px solid #d8d8d8;
}
.box-news .list-news a .text {
  float: left;
  width: 390px;
  height: 34px;
}
.box-news .list-news a .date {
  float: right;
  display: block;
  width: 90px;
  overflow: hidden;
  text-align: right;
}
.box-news .list-news a:hover {
  color: #3e6ca7;
  border-color: #3e6ca7;
}
/*登录*/
.wrap-login {
  height: 600px;
}
.layout-login {
  position: relative;
  height: 600px;
}
.layout-login .box-login {
  position: absolute;
  left: 98px;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Safari and Chrome */
  width: 400px;
  max-height: 550px;
  overflow: hidden;
  padding: 30px;
  background: #fff;
  border-radius: 8px;
}
.layout-login .box-login .title {
  width: 100%;
  height: 50px;
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  padding: 5px 0 15px;
  color: #545454;
  text-align: center;
}
.group-input {
  padding: 20px 0 9px;
  border-bottom: 1px solid #e7e7e7;
}
.group-input .label {
  float: left;
  width: 70px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #545454;
}
.group-input .input {
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #545454;
}
.group-btn {
  margin-top: 27px;
}
.group-btn .btn,
.group-btn a {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-image: url(../image/gradient.png);
}
.group-btn a {
  line-height: 48px;
  color: #545454;
  border: 1px solid #c4c4c4;
  background: #fff;
}
.forget {
  width: 100%;
  height: 20px;
  text-align: right;
}
.forget a {
  font-size: 12px;
  line-height: 20px;
  color: #2066a4;
}
/*注册*/
.wrap-register {
  padding-bottom: 50px;
}
.box-register {
  margin-left: 290px;
}
.box-register .title {
  margin-top: 25px;
  padding-left: 52px;
  width: 100%;
  height: 38px;
  font-size: 17px;
  line-height: 38px;
  color: #2064a3;
}
.box-register .title-type {
  background: url(../image/reg_1.png) left center no-repeat;
}
.box-register .title-info {
  background: url(../image/reg_2.png) left center no-repeat;
}
.box-register .reg-tab {
  margin-top: 15px;
  width: 415px;
  height: 52px;
  overflow: hidden;
}
.box-register .reg-tab .tab {
  display: inline-block;
  width: 198px;
  height: 52px;
  font-size: 16px;
  color: #545454;
  line-height: 50px;
  text-align: center;
  border: 1px solid #c4c4c4;
  background: white;
}
.box-register .reg-tab .active {
  background: #2f7cb5;
  border-color: #2f7cb5;
  color: white;
}
.box-register .reg-tab .company {
  display: inline-block;
  height: 100%;
  padding-left: 36px;
  background: url(../image/company.png) left center no-repeat;
}
.box-register .reg-tab .personal {
  display: inline-block;
  height: 100%;
  padding-left: 36px;
  background: url(../image/personal.png) left center no-repeat;
}
.reg-group {
  margin-top: 20px;
  width: 415px;
  height: 44px;
  overflow: hidden;
}
.reg-group .label {
  float: left;
  width: 85px;
  height: 44px;
  overflow: hidden;
  font-size: 16px;
  line-height: 44px;
  color: #545454;
}
.reg-group .input,
.reg-group .select {
  float: left;
  width: 330px;
  height: 44px;
  padding: 0 15px;
  border: 1px solid #c4c4c4;
  font-size: 16px;
  line-height: 42px;
  color: #545454;
}
.reg-group .select {
  background: url(../image/down.png) right center no-repeat;
  background-origin: content-box;
}
.reg-group .code {
  margin-left: 10px;
  margin-top: 4px;
  float: right;
  width: 186px;
  height: 36px;
  font-size: 12px;
  line-height: 34px;
  color: #545454;
  text-align: center;
  border: 1px solid #c4c4c4;
  background-color: #dbdbdb;
}
.reg-btn {
  width: 415px;
  padding-left: 85px;
}
.reg-btn .btn {
  display: block;
  width: 100%;
  height: 76px;
  background: #ed0000;
  font-size: 16px;
  line-height: 76px;
  text-align: center;
  color: white;
}
.reg-btn .btn1 {
  display: block;
  width: 100%;
  height: 76px;
  background: #ed0000;
  font-size: 16px;
  line-height: 76px;
  text-align: center;
  color: white;
}
.reg-check {
  margin: 26px 0 18px;
  width: 415px;
  height: 16px;
  padding-left: 85px;
  font-size: 12px;
  line-height: 16px;
  color: #424242;
}
.reg-check span {
  margin-left: 6px;
}
.reg-check a {
  margin: 0 12px;
  color: #2268a6;
}
.reg-check .label-check {
  float: left;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #474747;
  border-radius: 50%;
}
.reg-check .check:checked + label {
  border: none;
  background: url(../image/check.png) center no-repeat;
  background-size: 16px 16px;
}
/*个人中心、发布任务*/
.wrap-e {
  padding: 30px 0 25px;
  background: #eee;
}
.user-radius {
  border-radius: 8px;
}
.user-left {
  float: left;
  width: 280px;
  height: auto;
}
.user-left .user {
  width: 100%;
  /*height: 264px;*/
  height: auto;
  min-height: 265px;
  padding: 20px;
  text-align: center;
  background: #fff;
}
.user-left .user .header {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}
.user-left .user .header img {
  border-radius: 50%;
}
.user-left .user .name {
  margin-top: 10px;
  padding: 5px 0;
  font-size: 17px;
  line-height: 27px;
  color: #222222;
}
.user-left .user .zhang {
  display: inline-block;
  padding: 0 5px;
  font-size: 13px;
  line-height: 26px;
  color: #4775b3;
  border: 1px solid #4775b3;
  border-radius: 4px;
}
.user-left .user .money {
  padding-top: 10px;
  font-size: 14px;
  line-height: 1;
  color: #464646;
  line-height: 32px;
}
.user-left .user .money span {
  color: #b40000;
}
.user-left .user .user-link-box a {
  display: inline-block;
  margin: 0 5px;
  width: 67px;
  height: 28px;
  border: 1px solid #c1c1c1;
  color: #868686;
  background: #f2f2f2;
  font-size: 13px;
  line-height: 26px;
  border-radius: 5px;
}
.user-left .user .user-link-box a:hover {
  color: #4775b3;
}
.user-left .info {
  margin-top: 3px;
  width: 100%;
  /*height: 264px;*/
  height: auto;
  min-height: 280px;
  padding: 20px 0;
  background: #fff;
}
.user-left .info .link .title {
  cursor:pointer;
  padding: 0 42px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.user-left .info .link .title a {
  color: #333;
}
.user-left .info .link .child {
  display: none;
  margin-bottom: 5px;
  padding: 3px 36px;
  background: #edf6fd;
}
.user-left .info .link .child a {
  display: block;
  width: 100%;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  color: #333;
}
.user-left .info .link .child a:hover {
  color: #0675cb;
}
.user-left .info .link .child .active {
  color: #0675cb;
}
.user-left .info .link-active .title {
  color: #4775b3;
}
.user-left .info .link-active .child {
  display: block;
}
.user-right {
  float: right;
  width: 890px;
  height: auto;
  padding: 15px 15px 45px;
  background: #fff;
}
.user-right .tip {
  width: 100%;
  height: 38px;
  padding: 6px 18px;
  border: 1px solid #4775b3;
  background: #e0edff;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.user-right .tip a {
  color: #df0606;
}
.user-right .main .title {
  width: 100%;
  height: 39px;
  margin-top: 8px;
  font-size: 18px;
  line-height: 38px;
  color: #000;
  border-bottom: 1px solid #b7b7b7;
}
.user-right .main .title .h3 {
  position: relative;
  float: left;
}
.user-right .main .title .h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  display: block;
  content: '';
  width: 100%;
  height: 2px;
  background: #4775b3;
}
.user-right .main .title .link-more {
  float: right;
  color: #717171;
  font-size: 16px;
}
.user-right .main .title .link-more:hover {
  color: #4775b3;
}
.user-right .main .renwu {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 35px 172px 25px;
}
.user-right .main .renwu .img {
  float: left;
  width: 146px;
  height: 116px;
}
.user-right .main .renwu .text {
  float: left;
  width: 360px;
  height: 116px;
  padding: 0 15px;
}
.user-right .main .renwu .text .top {
  margin-top: 17px;
  width: 100%;
  height: 24px;
  overflow: hidden;
  font-size: 14px;
  color: #a8a8a8;
}
.user-right .main .renwu .text .link-btn {
  margin-top: 24px;
  margin-left: 9px;
  display: block;
  width: 147px;
  height: 47px;
  border: 1px solid #db0000;
  font-size: 17px;
  line-height: 45px;
  color: #db0000;
  text-align: center;
}
.user-right .main .renwu .text .active {
  color: #fff;
  background: #db0000;
}
.user-right .main .ziliao {
  padding: 35px 100px 25px;
}
.user-right .main .ziliao-group {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.user-right .main .ziliao-group:after {
  display: block;
  content: '';
  height: 0;
  line-height: 0;
  visibility: hidden;
  clear: both;
}
.user-right .main .ziliao-group .label {
  position: relative;
  z-index: 99;
  float: left;
  margin-right: 10px;
  width: 88px;
  height: 48px;
  text-align: right;
  font-size: 16px;
  line-height: 48px;
}
.user-right .main .ziliao-group .input {
  float: left;
  margin-left: -98px;
  width: 100%;
  padding-left: 98px;
  display: inline-block;
  font-size: 16px;
  line-height: 48px;
}
.user-right .main .ziliao-group .input textarea {
  width: 100%;
  height: 266px;
  padding: 10px 20px;
  border: 1px #d4d2d2 solid;
  font-size: 16px;
  resize: none;
}
.user-right .main .ziliao-group .input .ziliao-btn {
  display: block;
  width: 375px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
  background: #f32f48;
}
.user-right .main .ziliao-group .input .hdimg-label {
  float: left;
  margin-top: 20px;
  display: inline-block;
  font-size: 14px;
  line-height: 48px;
  color: #0675cb;
}
.user-right .main .ziliao-group .input .img {
  position: relative;
  float: left;
  width: 120px;
  height: 88px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.user-right .main .ziliao-group .input .img .close {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 99;
  width: 20px;
  height: 20px;
  background: #ffffff url(../image/close.png) center no-repeat;
  border-radius: 50%;
}
.user-right .main .ziliao-group .input .hdimg {
  width: 88px;
  height: 88px;
}
.user-right .main .ziliao-group .input .hdimg img {
  border-radius: 50%;
}
.publish-box .step {
  margin-top: 30px;
  width: 100%;
  height: 26px;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  color: #6b6b6b;
}
.publish-box .step em {
  float: left;
  margin-right: 10px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: #4775b3;
  border-radius: 50%;
  overflow: hidden;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #fff;
}
.publish-box .publish {
  margin-top: 15px;
  margin-left: 36px;
  width: 792px;
  height: auto;
  overflow: hidden;
  border: 1px solid #cacaca;
  padding: 15px;
  color: #6b6b6b;
}
.publish-box .publish .publish-input {
  float: left;
  margin-right: 58px;
}
.publish-box .publish .publish-input .label {
  float: left;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #6b6b6b;
}
.publish-box .publish .publish-input input {
  float: left;
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #6b6b6b;
  border-bottom: 1px solid #c8c8c8;
}
.publish-box .publish .type-box {
  width: 100%;
  height: auto;
  padding: 10px 20px;
  background: #f1f1f1;
  font-size: 15px;
  line-height: 36px;
  overflow: hidden;
  margin-bottom: 20px;
}
.publish-box .publish .type-box .type-label {
  position: relative;
  z-index: 9;
  float: left;
  width: 72px;
}
.publish-box .publish .type-box .type {
  float: left;
  width: 100%;
  margin-left: -72px;
  padding-left: 72px;
  height: auto;
  /*white-space: nowrap;*/
  /*overflow-y: auto; */
}
.publish-box .publish .type-box .type span {
  float: left;
  display: inline-block;
  padding: 0 25px;
  line-height: 36px;
  cursor: pointer;
}
.publish-box .publish .type-box .type span:hover {
  color: #4775b3;
}
.publish-box .publish .type-box .type .active {
  color: #4775b3;
}
.publish-box .publish .publish-group {
  width: 100%;
  height: 52px;
  padding: 10px 0;
}
.publish-box .publish .publish-group .label {
  position: relative;
  z-index: 9;
  float: left;
  width: 80px;
  height: 32px;
  font-size: 15px;
  line-height: 32px;
}
.publish-box .publish .publish-group .input {
  float: left;
  width: 120px;
  height: 32px;
  margin-right: 20px;
  border-radius: 6px;
  box-shadow: 0 0 6px #eee;
}
.publish-box .publish .publish-group .input input,
.publish-box .publish .publish-group .input select {
  display: block;
  width: 100%;
  height: 32px;
  font-size: 15px;
  line-height: 32px;
  text-align: center;
}
.publish-box .publish .publish-group .input select {
  font-size: 15px;
  color: #6b6b6b;
  padding-right: 18px;
  background: url(../image/select.png) 90px center no-repeat;
}
.publish-box .publish .textarea {
  display: block;
  width: 100%;
  height: 120px;
  font-size: 15px;
  line-height: 30px;
  resize: none;
}
.publish-box .publish .file {
  width: 100%;
  height: 24px;
}
.publish-box .publish .file .file-label {
  float: left;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
}
.publish-box .publish .file label {
  float: left;
  display: inline-block;
  width: 90px;
  height: 24px;
  border: 1px solid #e1e1e1;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
.publish-box .publish .file .file-input {
  float: left;
  margin-left: -255px;
  padding-left: 275px;
  width: 100%;
  height: 24px;
  font-size: 15px;
}
.publish-box .publish-padding {
  padding: 35px 15px;
}
.publish-box .publish-btn {
  display: block;
  margin: 40px auto;
  width: 332px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background: #4775b3;
  cursor: pointer;
}
.mission {
  padding: 35px 0 0px;
}
.mission .mission-item {
  margin-bottom: 20px;
  border: 1px #e6e6e6 solid;
}
.mission .mission-item .mission-title {
  padding: 0 20px;
  line-height: 40px;
  background: #eee;
  font-size: 13px;
  color: #333;
}
.mission .mission-item .mission-content {
  padding: 20px;
  line-height: 30px;
}
.mission .mission-item .mission-content .mission-name {
  width: 282px;
  font-size: 13px;
  color: #0675cb;
}
.mission .mission-item .mission-content .mission-man {
  width: 160px;
  font-size: 13px;
  color: #027fe5;
}
.mission .mission-item .mission-content .mission-man em {
  color: #f00;
}
.mission .mission-item .mission-content .mission-date {
  width: 160px;
  font-size: 13px;
  color: #027fe5;
}
.mission .mission-item .mission-content .mission-date em {
  color: #f00;
}
.mission .mission-item .mission-content .mission-btn {
  text-align: right;
}
.mission .mission-item .mission-content .mission-btn a {
  display: inline-block;
  width: 88px;
  height: 28px;
  border-radius: 2px;
  border: 1px #bfbfbf solid;
  text-align: center;
  line-height: 28px;
  font-size: 13px;
  color: #333;
}
.mission .missin-search {
  margin-bottom: 10px;
}
.mission .missin-search .search-box {
  width: 360px;
  height: 30px;
  margin-right: 10px;
}
.mission .missin-search .search-box .search {
  width: 286px;
  border: 2px #027fe5 solid;
  float: left;
  height: 30px;
  padding: 0 10px;
  font-size: 12px;
}
.mission .missin-search .search-box .search-btn {
  width: 50px;
  height: 30px;
  float: left;
  background: url(../image/zoom.png) no-repeat center center #027fe5;
  background-size: auto;
  background-size: 17px 19px;
  cursor: pointer;
}
