body{
  margin:0;
  padding:0;
  font-size: 14px;
}

a{
    text-decoration: none;
    color:#000;
}
a, p {
    background: none repeat scroll 0 0 transparent;
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
.img-title{
  background-color: #ececec;
  text-align: center;
  line-height: 0;
}
.img-title > img{
  max-width:697px;
  width:100%;
}

.top-title{
  text-align:center;
  line-height: 0;
}

.top-title > img{
  max-width:615px;
  width:100%;
}
.top-title-txt{
  width: 501px;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  margin:0 auto;
}
.column-list{
  position: relative;
  overflow: hidden;
}
.column-list:before{
  content:"";
  background-image: url('./29330357-0-factory-35104-1280.png') ;
  background-repeat: repeat;
  background-position: 71% 50%;
  background-size: cover;
  width:auto;
  -webkit-background-size:cover;
  opacity: 0.05; 
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.list-detail{
    max-width:960px;
    margin:0 auto;
}

.detail-title{
  color:rgb(67, 67, 67);
  font-size: 26px;
  line-height: 34px;
  font-weight:bolder;
  text-align: center;
  margin:20px 0 40px 0;
}
.column-ul{
    list-style: none;
    padding:0;
}
.column-ul li{
    height: 216px;
    max-width:892px;
    width:100%;
    background-color: #fff;
    padding:5px 8px;
    margin:0 auto;
    margin-bottom:30px;
}
.column-ul .list-img{
    float:left;
}
.column-ul .list-img img{
    width:378px;
    height: 216px;
}
.column-ul li p{
    margin:5px 0 5px 36px;
    font-size: 18px;
}
.column-ul .list-title, .column-ul .list-date, .column-ul .list-no{
    line-height: 29px;
    font-weight: bold;
    font-family: Arial,sans-serif;
    color:#4a4a4a;
}
.column-ul .list-title a,.column-ul .list-date a, .column-ul .list-no a{
  color:#4a4a4a;
}
.column-ul .list-txt{
    line-height: 32px
}
.new_badge{
  display:inline-block;
}
.new_badge:before{
    content:"NEW";
    font-family: Arial,sans-serif;
    font-weight: bolder;
    color:#f00;
    margin-right: 20px;
}
.column-ul li a{
    text-decoration: none;
    color:#000;
}
.column-ul li a:hover{
    text-decoration: underline;
}
.column-ul .list-right{
    margin-left: 378px;
    height: auto;
}
.column-ul .list-right{
    position: relative;
    width:460px;
}
.column-ul .list-title{
    position: absolute;
    margin:0 !important;
    left:124px;
    top:0;
}
.column-ul .list-date{
    display:inline-block;
}
.column-ul .new-date{
    margin-left:0;
}
.column-ul .mt-20{
    margin-top: 20px
}
.footer_area {
  color: #525252;
  background: rgba(228,242,254,.4);
  padding-top: 30px;
}

@media screen and (max-width: 574px){
    .top-title{
        width: 94%;
        padding:0 3%;
    }
    .top-title-txt{
        width: 100%
    }
    .column-ul{
        padding: 0 3%;
        width:94%;
    } 
    .column-ul li{
        width:94%;
        height: auto;
        padding:10px 3%;
    }
    .column-ul .list-img img{
       width:148px;
       height:84.4px;
       margin-right: 10px;
    }
    .column-ul li p{
        font-size:14px;
        line-height: 22px;
        margin: 0;
        width:inherit;
        display: block;
    }
    .column-ul .list-txt{
        line-height: 22px;
        width:100%;
        display:inline-block;
        margin-top:10px;    
    }
    .column-ul .list-right{
        margin-left: 0;
        height: auto;
        position: relative;
        width:100%;
    }
    .column-ul .list-no{
        display:inline-block;
        width:78px;
        margin-left: -8px;
    }
    .column-ul .list-date{
        position: absolute;
        margin:0;
        left:218px;
        top:0;
        width:80px;
    }
    .column-ul .list-title{
        position: inherit;
        left:0;
    }
    .new_badge:before{
      display:block;
    }
    .footer_area {
      padding-top: 0px;
    }
}