.listleft .listtitle{
    padding: 15px;
    text-align: center;
    font-size: 1.2rem;
    background: #9e7f46;
    color: #fff;
}
.listleft .listtext{
    padding: 15px;
    text-align: left;
    background-color: #efefef;
    margin-top: 10px;
}
.breadcrumb{
    background-color: #fff;
}
.listleft i{
    color: #1b478e;
    margin-right: 1rem;

}
.whitebg{
    background: #fff;
    overflow: hidden;}

.breadcrumb i{
    color: #dd723e;
}
.listdate{
        float: right;
    font-size: 0.8rem;
    display: block;
}
.listname{
    display: block;
    float: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.listul i{
    float: left;
    color: #9e7f46;
    margin-right: 0.5rem;
    display: block;
    line-height: 2rem;
}
.listul li{
    line-height: 2rem;
    display: block;
    overflow: hidden;
}
.listulbox{
    min-height: 300px;
}
.listul a:hover{
    text-decoration: underline;
}
#pagination{
    margin-top: 20px;
    margin-bottom: 30px;
}
.imgbox{
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 2px;
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out;
}
.imgbox img{
    width: auto;
    height: 160px;
    display: block;
    margin: 0px auto;
}
#pagenum{
    width: 50px;
    text-align: center;
    height: 29px;
    border: 1px solid #1b478e;
    margin-left: 5px;
}
#pagination a{
    display: inline-block;
    background-color: #1b478e;
    
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    /* margin-left: 5px; */
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}
#pagination a:hover{
    background-color: #9e7f46;
}
.pagetotal{
    display: inline-block;
    margin-bottom: 10px;
}

.imgtext{
    text-align: center;
    width: 100%;
    line-height: 2rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.imgrow a:hover .imgbox{
    border: 1px solid #1b478e;
    
}
.imgrow a:hover .imgtext{
    color: #1b478e;
}
.contenttitle {
    text-align: center;
    font-size: 20px;
    color: #0a1121;
    font-weight: normal;
}
.contentinf {
    text-indent: 0px;
    text-align: center;
    line-height: 1.5em;
    padding: 5px;
    border: 1px dotted #ccc;
    margin: 10px 0px;
}
.contentheight{
    min-height: 500px;
}
.breadcrumb{
    /* margin-left: -15px;
    margin-right: -15px; */
    border-bottom: 1px solid #eee;
    margin-bottom: 10px}
.aqbs-img{
    float: left;
    margin-right: 15px;
    border: 1px solid #ccc;
}
.aqbs-heading{
    font-size: 16px;
    margin-top: 10px;
}
.aqlistul li{
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    overflow: hidden;
    padding-top: 10px;
}
.labbelbg{
    text-align: right;
    background-color: #fafafa;
    width: 20%;
    min-width: 120px;
    font-weight: bold;
}
.spanColor-Read{
    color: red;
}
.excisetable p{
    margin-bottom: 0px;
}
.excisebox{
    padding: 10px;
    border: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
    .listleft{
        min-height: 400px;
    }

    .listname{
        width: 70%;
    }
    #pagination{
        text-align: right;
   }
   .pagetotal{
       margin-right: 10px;
   }
   .imgbox{
       /* height: 140px; */
   }
 
   #pagination a{
       margin-left: 5px;
       padding: 6px 16px;
   }
   .contentbox{
       line-height: 2rem;
   }
}
@media screen and (min-width: 768px) and (max-width: 996px) {
    #pagination {
        text-align: center;
    }
    .pagetotal{
        width: 100%;
        font-size: 14px;
    }
    #pagination a{
        padding: 6px 7px;
    }

}
@media screen and (max-width: 768px) {
    .listleft{
        min-height: none;
    }
    /* .breadcrumb{

        margin-top: 15px;
    } */
    .listname{
        width: 50%;
    }
    .pagetotal{
        width: 100%;
        font-size: 14px;
    }
    #pagination{
        text-align: center;
   }
   .imgrow{
    margin-left: -15px;
    }
    .imgbox{
    height: auto;
    }
    .imgtext{
        font-size: 1.2rem;
    }
    #pagination a{
        padding: 6px 5px;
    }
    /* .whitebg{
        margin: 15px;
    } */
}
