.term-bar{
    display: none !important;
}
.task_tp {
    width: 100%;
    height: 80px;
    background: #fff;
    margin-top: 0px;
    margin-bottom: 20px;
    border-radius: 4px;
}
.task_tp_list {
    display: inline-block;
    width: 25%;
    margin-top: 17px;
    margin-left: 80px;
}
.task_tp_list h4 {
    margin-bottom: 5px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
.task_tp_list p {
    margin: 0;
    color: #898989;
    font-size: 12px;
}
.task_tp_list:after {
    content: '>';
    position: relative;
    top: -36px;
    right: -170px;
    width: 20px;
    height: 20px;
    color: #898989;
    font-size: 18px;
}
.task_tp_list:last-child:after {
    content: '0';
    color: #FFF;
}
.task_tp_list:nth-child(1) {
    background: url(https://demo.kppw.cn/themes/default/assets/images/taskprocess.png) no-repeat;
    height: 42px;
    padding-left: 60px;
}
.task_tp_list:nth-child(2) {
    background: url(https://demo.kppw.cn/themes/default/assets/images/taskprocess.png) no-repeat 0 -70px;
    height: 42px;
    padding-left: 75px;
}
.task_tp_list:nth-child(3) {
    background: url(https://demo.kppw.cn/themes/default/assets/images/taskprocess.png) no-repeat 0 -137px;
    height: 42px;
    padding-left: 60px;
}
.screen_count {
    float: right;
    height:50%;
    color: #999;
}
.screen_count em {
    color: #f60;
    padding: 0 3px;
}
.task_screen {
  width: 100%;
  border: 1px solid #eaeaea;
  background: #fff;
  padding: 0 15px;
  margin-bottom: 20px;
}
.task_screen ul {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px dashed #e2e2e2;
}
ul, ol, dl {
  margin: 30px 0;
  padding-left: 30px;
}
.task_screen ul span {
  color: #8f8f8f;
  font-size: 15px;
  margin-right: 5px;
}
.task_screen ul li {
  display: inline-block;
}
li {
  list-style-type: none;
}
.task_screen ul li a {
  display: inline-block;
  margin-top: 0;
  margin-right: 10px;
  border-bottom: 1px solid transparent;
  color: #808080;
  border-radius: 0;
  padding: 0 10px;
  position: relative;
  border: 1px solid transparent;
  border-radius: 4px;
}
.task_screen ul li a.active {
  border: 1px dashed #504BCC;
  background-color: #f0f4f5;
  color: #504BCC;
}
.entry-comments {
    padding: 20px;
    background: #fff;
    margin-top: 30px;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 20px;
}
.s_flow {
    display: block;
    padding: 10px 0;
    background: #fff;
}
.g_box {
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(49,42,42,.06);
    box-shadow: 0 0 5px rgba(49,42,42,.06);
    margin-bottom: 10px;
    float: left;
}
.s_flow dd, .s_flow dl, .s_flow dt {
    display: block;
    margin: 0 10px;
}
blockquote, body, button, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
}
.s_flow dt {
    border-bottom: 1px solid #eee;
    line-height: 30px;
    margin-top: 5px;
}
.s_flow dt span {
    padding: 0 1px;
    height: 30px;
    display: inline-block;
    font-weight: 700;
    border-bottom: 2px solid #f70;
    font-size: 15px;
    margin-bottom: -2px;
}