.news_title .img_cover {
    position: absolute;
    background-color: #d56027;
    width: 100%;
    height: 140px;
    opacity: 0.6;
}
.content table{
    border: none;
}
.arrow img{
    width: 10px;
}
.news_wrapper .content table{
    width: 100%;
    margin-left:0;
    margin-top:0;
    font-weight: normal;
    border-top: 0;
    border-bottom: 1px solid #ddd;
}
.news_wrapper .table>tbody>tr{
    height: 46px;
    font-size: 16px;
}
.news_wrapper .table>tbody>tr>th,.news_wrapper .table>tbody>tr>td{
    line-height: 46px;
    padding: 0;
}
.news_wrapper .table>tbody>tr:nth-child(1){
    height: 36px;
}
.news_wrapper .table>tbody>tr>th{
    border-top: 0;
    line-height: 22px;
    color: black;
    font-weight: normal;
}
.news_wrapper .blue_btn {
    width: 15%;
    float:right;
}
.news_wrapper .table .news_content{
    cursor: pointer;
}
/*NewsContent Detail*/
.news_wrapper .table .news_content_detail{
    padding: 20px 16px;
    font-size: 14px;
}
.news_wrapper .table .news_content_detail td{
    padding: 20px 16px;
}
.news_wrapper .table .news_content_detail .text{
    text-align: justify;
    line-height: 1.7em;
}
.news_wrapper .table .news_content_detail .img{
    margin: 5px 0;
}
.news_wrapper .table .news_content_detail .img img{
    width: 100% !important;
}

/*More Btn*/
table .more{
    color:#d56027 !important;
    text-align: center;
    cursor: pointer;
}
table td img{
    width:17px !important;
}
