/* start news-list */
.job-box{
    position: relative;
    width:100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e0e0e0;
    margin-top: -1px;
    padding-left: 75px;
    overflow: hidden;
}
.job-title{
   position: absolute;
   left: 0;
   top: 0;
   background-color: #f8f8f8;
   width: 60px;
   height: 38px;
   line-height: 38px;
   text-align: center;
}
.job-cont{
  height: 38px;
  line-height: 38px;
}
.job-list {
    display: inline-block;
    width: 100%;
}
.job-list li {
    float: left;
    cursor: pointer;
    padding: 0px 10px;
    color: #009b54;
    min-width: 75px;
}
.areaon{
   color:#009554;
}
.news-box{
  padding: 0;
}
.news-list{
  display: inline-block;
  width: 100%;
  padding: 15px 0;
}
.news-list li{
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  margin: 15px 0;
  padding-bottom: 15px;
}
.news-img{
  position: absolute;
  left: 0;
  top: 0;
  width: 270px;
  height: 160px;
  padding: 0;
}
.news-img img{
  width: 100%;
  height: 100%;
}
.newscont{
  height: 160px;
  padding-left: 300px;
  padding-right: 0;
  position: relative;
}
.newscont h4{
  margin-top: 4px;
  font-size: 21px;
}
.newscont p{
  color: #777;
  font-size: 13px;
  line-height: 1.6;
  padding-left: 0 !important;
}
.news-time{
  position: absolute;
  bottom: 0;
  left: 300px;
  margin-bottom: 0;
}
.cut {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.nowap{
    position:relative;
    line-height:1.5em;
    height:3em;
    overflow:hidden;
}
.nowap::after {
    content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0;
    padding:0 20px 1px 45px;
    background:url(../images/ellipsis_bg.png) repeat-y;
}
.cont-p img{
  width: 100%;
}
.font-ol{
  font-size: 40px;
  margin-right: 15px;
  vertical-align: -2px;
}
/* end news-list */


/* end page */
@media (max-width: 767px){
    .job-box{
        padding-left: 65px;
    }
    .job-list li {
        padding: 0px 5px;
        min-width: 60px;
    }
    .news-img {
        width: 100%;
        position: relative;
    }
    .newscont {
        padding-left: 0;
        height: 110px;
    }
    .newscont h4 {
        margin-top: 15px;
    }
    .news-time {
        left: 0;
    }
}

@media (min-width: 768px){
    .news-img{
      width: 150px;
      height: 100px;
    }
    .news-time {
        left: 160px;
    }
    .newscont {
      height: 100px;
      padding-left: 160px;
    }
    .main-content .center-block{
       width: 80%;
    }
}
@media (min-width: 1024px){
    .news-img{
      width: 270px;
      height: 160px;
    }
    .news-time {
        left: 300px;
    }
    .newscont {
      height: 160px;
      padding-left: 300px;
    }
    .main-content .center-block{
       width: 75%;
    }
}