.breadcrumb{
    width: 1100px;
    margin: 0 auto;
    display: block;
    color: #666;
    font-size: 12px;
    line-height: 30px;
    margin-bottom: 10px;
}
.breadcrumb a,.breadcrumb .iconfont{
    color: #666;
    font-size: 12px;
}
.breadcrumb .home{
    font-size: 14px;
}
.list-wrap{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
.list-left{
    width: 780px;
    overflow: visible;
    display: inline-block;
    float: left;
}
.list-left-top{
    margin: 0 0 20px 0;
    padding: 0 19px 5px 19px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
}
.list-left-top .hd{
    width: 100%;
    padding: 23px 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.list-left-top .hd h1 {
    font-size: 24px;
    line-height: 24px;
}
.list-left-top .item{
    border-bottom: 1px dashed #eee;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 18px 0 0 0;
}
.item_name {
    width: 76px;
    font-size: 14px;
    color: #999;
    padding-top: 5px;
}
.sub_lists {
    width: 100%;
}
.sub_lists ul {
    width: 100%;
    display: inline-block;
}
.sub_lists ul li {
    float: left;
    margin: 0 0 5px 5px;
    position: relative;
    border-radius: 5px;
    /* transition: all .3s; */
}
.sub_lists ul li a {
    padding: 5px;
    display: block;
    line-height: 20px;
}
.selected{
    background: var(--color);
}
.selected a{
    color: #fff;
}

.sub_lists ul li:hover{
    background: var(--color);
}
.sub_lists ul li:hover a{
    color: #fff;
}
.doc-list-wrap{
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    border-radius: 5px;
    background: #fff;
}
.doc-list-wrap ul li{
    padding: 19px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    display: flex;
}
.doc-list-wrap ul li .front {
    overflow: hidden;
    position: relative;
    float: left;
    border: 1px solid #eee;
    padding: 2px;
    width: 96px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.doc-list-wrap ul li .front i.icon-word {
    font-size: 20px;
    position: absolute;
    bottom: 0px;
    right: 4px;
    color: #2f97fe;
    margin-right: 0!important;
    z-index: 1;
}
.doc-list-wrap ul li .front img {
    display: block;
    width: 100%;
}
.doc-list-wrap ul li .title {
    display: block;
    float: left;
    height: 20px;
    max-width: 900px;
    line-height: 20px;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.doc-list-wrap ul li .intros {
    float: left;
    width: auto;
    margin-bottom: 5px;
}
.doc-list-wrap ul li .intros a {
    display: inline-block;
    overflow: hidden;
    height: 55px;
    line-height: 25px;
    font-size: 14px;
    color: #666;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.doc-list-wrap ul li .infos {
    line-height: 20px;
    height: 20px;
    display: inline-block;
    float: left;
}
.doc-list-wrap ul li .infos .item {
    display: inline-block;
    padding-right: 10px;
    font-size: 12px;
    color: #95a8b7;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.doc-list-wrap ul li .infos .item i {
    font-size: 14px;
    margin-right: 2px;
    color: #95a8b7;
}
.doc-list-wrap ul li .infos .item em {
    color: #95a8b7;
}
.front-r{
    float: left;
    overflow: hidden;
    flex: 1;
    margin-left: 10px;
}
.doc-list-wrap ul li:hover .title a{
    color: var(--color);
    transition: all .3s;
}
.doc-list-wrap ul li:hover{
    background: #f5fdff;
}
/* list-right */
.list-right{
    width: 290px;
    overflow: visible;
    float: right;
}
.list-box{
    background: #fff;
    border-radius: 5px;
    border: 1px solid #f2f2f2;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}
.list-box .mod-title{
    color: var(--color);
    font-weight: normal;
    font-size: 16px;
    border-bottom: 1px solid #ebeced;
    line-height: 48px;
    height: 48px;
    text-indent: 10px;
    margin: 0 15px;
    overflow: hidden;
    position: relative;
}
.list-box .mod-title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 17px;
    border-radius: 20px;
    background: var(--color);
}
.list-box ul{
    padding: 0 25px;
}
.list-box ul li{
    overflow: hidden;
    border-bottom: 1px solid #f9f9f9;
    height: 38px;
    transition: transform 0.3s; 
}

.list-box ul li span {
    height: 14px;
    width: 14px;
    float: left;
    margin: 0 4px 0 1px;
    text-align: center;
    color: #b5b5b5;
    -webkit-transform: translate(10%) skewX(-15deg);
    transform: translate(10%) skewX(-15deg);
    margin-top: 10px;
}
.list-box ul li a {
    float: left;
    text-indent: 0px;
    max-width: 219px;
    position: relative;
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 38px;
}
.list-box ul li span.no1 {
    color: #f30;
}
.list-box ul li span.no2 {
    color: #f60;
}
.list-box ul li span.no3 {
    color: #f90;
}
.list-box ul li:hover{
    transform: translateX(10px); 
}
.list-box ul li:hover a{
    color: var(--color);
}
.fixed-hot-t {
    position: fixed;
    top: 60px;
}