@charset "utf-8";
.article-lists-1006 {
    width: 100%;
    height: auto;
    position: relative;
}

.article-lists-1006 .col1 {
    width: 100%;
}

.article-lists-1006 .col2 {
    display: none;
}

.article-lists-1006 .col1 .cate-content .list {
    float: left;
    width: 100%;
}

.article-lists-1006 .col1 .cate-content .list .pic {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    background: #000000;
    position: relative;
}

.article-lists-1006 .col1 .cate-content .list .pic img {
    width: 100%;
    display: block;
    opacity: 0.95;
}

.article-lists-1006 .col1 .cate-content .list .pic:hover {
    box-shadow: 0 4px 20px rgba(0, 160, 233, 0.2);
}

.article-lists-1006 .col1 .cate-content .list .pic:hover img {
    transform: scale(1.1);
}

.article-lists-1006 .col1 .cate-content .list .item .pic .date-hover {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 70px;
    height: auto;
    padding: 10px;
    background: rgba(255, 255, 255, 0.6);
}

.article-lists-1006 .col1 .cate-content .list .item .pic .date-hover .day {
    width: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.article-lists-1006 .col1 .cate-content .list .item .pic .date-hover .month {
    width: 100%;
    line-height: 20px;
    text-align: center;
}

.article-lists-1006 .col1 .cate-content .list .title {
    width: 100%;
    height: 3em;
    overflow: hidden;
    line-height: 1.5em;
    margin-top: 20px;
    margin-bottom: 20px;
}

.article-lists-1006 .col1 .cate-content .list .title h4 {
    line-height: 1.5em;
}

.article-lists-1006 .col1 .cate-content .list .date {
    width: 100%;
    height: auto;
    line-height: 1em;
    color: #999999;
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px;
}

.article-lists-1006 .col1 .cate-content .list .des {
    width: 100%;
    height: 3em;
    line-height: 1.5em;
    overflow: hidden;
    color: #666666;
}

.article-lists-1006 .col1 .cate-content .list .more {
    width: 100%;
    height: auto;
}

.article-lists-1006 .col1 .cate-content .list .more a {
    display: block;
    width: auto;
    height: 2em;
    float: left;
    line-height: 2em;
    overflow: hidden;
    border-bottom: 3px solid #F9D4BD;
}

.article-lists-1006 .col1 .cate-content .list .more a:hover {
    background: #F9D4BD;
    border-bottom: 0;
    padding: 0 10px;
}

.article-lists-1006 .col1 .cate-content .list .more a i {
    padding-left: 10px;
}

.article-lists-1006 .col2 .category {
    width: 100%;
    height: auto;
}

.article-lists-1006 .col2 .category .category-title {
    width: 100%;
    height: auto;
}

.article-lists-1006 .col2 .category .category-content {
    width: 100%;
    height: auto;
}

.article-lists-1006 .col2 .category .category-content ul li {
    width: 100%;
    height: auto;
}

.article-lists-1006 .col2 .category .category-content ul li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eeeeee;
}

.article-lists-1006 .col2 .category .category-content ul li.on a {
    color: #ff6600;
    border-bottom: 1px solid #ff6600;
}

.article-lists-1006 .col2 .category .category-content ul li a:hover {
    padding: 0 5px;
    border-bottom: 1px solid #ff6600;
    color: #ff6600;
}

.article-lists-1006 .col2 .category .category-content ul li a i {
    float: right;
    line-height: 50px;
}

.article-lists-1006 .col2 .category .category-content ul li a i.iconrotate {
    transform: rotate(90deg);
}

.article-lists-1006 .col2 .category .category-content ul li ul {
    display: none;
    width: 100%;
    height: auto;
}

.article-lists-1006 .col2 .category .category-content ul li ul li a {
    padding: 0 20px;
}

.article-lists-1006 .col2 .category .category-content ul li ul li a:hover {
    padding: 0 25px;
}

.article-lists-1006 .col2 .latest-articles {
    width: 100%;
    height: auto;
}

.article-lists-1006 .col2 .latest-articles .latest-articles-title {
    width: 100%;
    height: auto;
}

.article-lists-1006 .col2 .latest-articles .latest-articles-content {
    width: 100%;
    height: auto;
}

.article-lists-1006 .col2 .latest-articles .latest-articles-content .list {
    width: 100%;
    height: auto;
}

.article-lists-1006 .col2 .latest-articles .latest-articles-content .list .pic {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    background: #000000;
}

.article-lists-1006 .col2 .latest-articles .latest-articles-content .list .pic img {
    width: 100%;
    display: block;
    opacity: 0.95;
}

.article-lists-1006 .col2 .latest-articles .latest-articles-content .list .pic:hover img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.article-lists-1006 .col2 .latest-articles .latest-articles-content .list .title {
    float: right;
    width: calc(100% - 120px);
    height: 100px;
    line-height: 25px;
    overflow: hidden;
}

@media screen and (min-width: 600px) {
    .article-lists-1006 .col1 .cate-content .list {
        width: 50%;
    }
}

@media screen and (min-width: 1240px) {
    .article-lists-1006 .col1 {
        width: calc(100% - 300px);
        padding-right: 25px;
    }
    .article-lists-1006 .col2 {
        display: block;
        width: 300px;
    }
}