@media screen and (min-width:1204px){
    #custom_phone {
        display: none
    }
    #newsMore{
        display: inline-block;
    }
    #news-txt{
        width: 1204px;
    }
    .news-title{
        width: 630px;
    }
    .news-cover{
        width: 883px;
    }
    .news-line{
        width: 820px;
    }
    #isContainer{
        padding: 50px 0 ;
    }
}
@media screen and (max-width:1204px){
    .news-line{
        width: 100%;
    }
    .news-cover{
        width: 100%;
    }
    #newsMore{
        display: none;
    }
    #custom{
        display: none
    }
    #page{
        display: none
    }
    #right{
        display: none
    }
    #news-txt{
        width: 100%;
    }
    .news-title{
        width: 100%;
    }
    #isContainer{
        padding: 0
    }
}
.details img{
    max-width: 100%;
}
#isContainer a{
    color: #373333;
}
#isContainer a:hover {
    color:  #373333;
    text-decoration: none ;
}
#moreNews a:focus, #moreNews a:hover {
    color: #373333;
    text-decoration: none;
}

.details p{
    margin: 0 0 20px;
}