@charset "UTF-8";

.left_list {
    width: 75%;
    float: left;
    background: #fff;
    padding: 20px;
}

.left_list .Taglistbox {
    float: left;
    width: 100%;
}

.left_list .Taglistbox .taglist {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.left_list .Taglistbox .taglist .title {
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    float: left;
}

.left_list .Taglistbox .taglist li {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    color: #666;
    font-size: 14px;
}

.left_list .Taglistbox .taglist li a {
    color: #666;
}

.right_list {
    float: right;
    width: 25%;
    padding-left: 15px;
}

.right_list .n_list {
    background: #fff;
    float: left;
    width: 100%;
    padding: 10px;
    border: 1px dotted #ccc;
    margin-bottom: 15px;
}

.right_list .n_list .l_title {
    font-size: 18px;
    font-weight: bold;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}

.right_list .n_list .l_title:before {
    height: 20px;
    width: 2px;
    content: "";
    background: #df1e10;
    position: absolute;
    left: -10px;
}

.right_list .n_list li:nth-child(-n+3) .num {
    background: #ecd516;
    color: #333;
}

.right_list .n_list li {
    width: 100%;
    float: left;
    position: relative;
    border-top: 1px dotted #c9c9c9;
}

.right_list .n_list li .img {
    width: 100%;
    float: left;
}

.right_list .n_list li .img img {
    width: 100%;
}

.right_list .n_list li .title {
    width: 100%;
    float: left;
    position: relative;
    padding: 3px 0;
    padding-left: 24px;
}

.right_list .n_list li .num {
    position: absolute;
    background: #ccc;
    width: 16px;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    left: 0;
    top: 7px;
    height: 16px;
    line-height: 16px;
}

.right_list .n_list li h3 {
    font-size: 15px;
    color: #666;
    font-weight: normal;
    line-height: 25px;
    overflow: hidden;
    height: 25px;
    width: 100%;
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    white-space: nowrap;
    /*规定段落中的文本不进行换行 */
}

.right_list .n_list li h3 a {
    color: #666;
}

.right_list .n_list li h3 a:hover {
    color: #df1e10;
}

.right_list .Label {
    background: #fff;
    float: left;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}

.right_list .Label .l_title {
    font-size: 18px;
    font-weight: bold;
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 5px;
}

.right_list .Label .l_title:before {
    height: 20px;
    width: 2px;
    content: "";
    background: #df1e10;
    position: absolute;
    left: -10px;
}

.right_list .Label li {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    background: #ececec;
    padding: 0 5px;
}

.right_list .Label li a {
    color: #666;
}

/*page*/
.box-page {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 20px;
}

.dede_pages {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 10px;
}

.dede_pages .pagelist {
    display: inline-block;
}

.dede_pages .pagelist li {
    float: left;
    width: auto;
    border: 1px solid #ccc;
    margin-right: 5px;
    font-size: 13px;
    padding: 5px 10px;
}

.dede_pages .pagelist .thisclass {
    background: #ff6600;
    border-color: #ff6600;
    color: #fff;
}

.dede_pages .pagelist .pageinfo {
    float: left;
    color: #999;
}

/*
  
 主色 #EC8617 
 高亮色 #ff6600
 字体颜色 #515151  文本颜色#626262
 线颜色 #dedede
 点缀色 #517fff

*/

/*# sourceMappingURL=news.css.map */
