
.nav-top {
    width: 1200px;
    margin: 0 auto;
    /*background-color: #f5f5f5 !important;*/
    height: 42px;
}
.news-nav {
    font-size: 14px;
    line-height: 42px;
    color: #666;
}
.news-nav a {
    font-size: 14px;
    color: #666;
}



/* list */
.list{
    /*margin-top: 20px;*/
    overflow: hidden;
}
/* list-l */
.list-l{
    width: 796px;
    background-color: #fff;
    /*padding-top: 20px;*/
}
.list-l>ul{
    /*margin-top: 10px;*/
}
.list-l>ul li{
    box-sizing: border-box;
    padding: 0 20px;
    background-color: #fff;
    transition: all .3s;
}
.list-l>ul li:hover{
    background-color: #efefef;
}
.list-l.zhishi-l>ul li a{
    display: block;
    padding: 30px 0;
    border-bottom: 1px dashed #efefef;
}
.list-l.zhishi-l>ul li:last-child a{
    border-bottom: none;
}
.list-l.zhishi-l>ul li a h2{
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #333;
}
.list-l.zhishi-l>ul li a h2 span{
    display: inline-block;
    vertical-align: bottom;
    width: 4px;
    height: 18px;
    background-color: #ee4747;
    margin-right: 10px;
}
.list-l.zhishi-l>ul li a p{
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin: 15px 0 -5px;
}
.list-l.zhishi-l>ul li a div{
    overflow: hidden;
    margin-top: 20px;
}
.list-l.zhishi-l>ul li a div em{
    display: block;
    float: left;
    font-size: 14px;
    line-height: 1;
    color: #999;
}
.list-l.zhishi-l>ul li a div em:last-child{
    margin-left: 40px;
}


/* list-r */
.list-r{
    width: 392px;
    background-color: #fff;
    padding-top: 20px;
    margin-bottom: 20px;
}
.list-r .news-title{
    box-sizing: border-box;
    padding: 0 20px;
}
.news-title{
    display: flex;
    align-items: center;
}
.news-title span{
    display: block;
    font-size: 20px;
    line-height: 1;
    color: #ee4747;
    margin-right: 7px
}
.news-title p{
    margin-right: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 1;
}
.news-title div{
    width: 100%;
    height: 1px;
    background-color: #ddd;
    flex: 1;
}
.list-r>ul{
    margin-top: 10px;
}
.list-r>ul li{
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
    background-color: #fff;
    transition: all .3s;
}
.list-r>ul li:hover{
    background-color: #efefef;
}

/*右侧*/
.list-r>ul li a{
    display: block;
    padding: 20px 0;
    border-bottom: 1px dashed #efefef;
}
.list-r>ul li:last-child a{
    border-bottom: none;
}
.list-r>ul li .title{
    display: flex;
    align-items: center;
    flex: 1;
    height: 16px;
    opacity: 1;
    transition: all .3s;
}
.list-r>ul li .title span{
    color: #999;
}
.list-r>ul li .title i{
    display: block;
    flex: 1;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    color: #333;
}
.list-r>ul li .title em{
    display: block;
    margin-right: 0;
    margin-left: auto;
    font-size: 14px;
    color: #999;
}
.list-r>ul li:nth-child(1) span{color: #ee4747}
.list-r>ul li:nth-child(2) span{color: rgb(238, 122, 71)}
.list-r>ul li:nth-child(3) span{color: rgb(238, 185, 71)}
