.articles-list {
    margin: 0 -10px;
}

.articles-list li {
    width: 100%;
}

.articles-list li a {
    position: relative;
}

.articles-list li+li:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #24005A;
    margin-bottom: 30px;
}

.articles-list li a:after {
    content: '';
    display: block;
    width: 65px;
    height: 13px;
    float: right;
    margin-top: -20px;
    background: url(../images/articles/more.png)top no-repeat;
}

.articles-list li:hover a:after {
    background: url(../images/articles/more.png)bottom no-repeat;
}

.articles-list .pic {
    height: 180px;
    float: left;
    margin: 0 40px 0 20px;
}

.articles-list .txt {
    padding: 20px 0;
}

.articles-list .date {
    font-size: 15px;
    color: #878787;
    margin-top: 25px;
}

.articles-list .title {
    color: #240059;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    margin: 10px 0;
    font-weight: bold;
    margin-bottom: 25px;
}

.articles-list p {
    color: #666666;
    font-size: 15px;
}

.articles-list p:after {
    content: '';
    display: block;
    clear: both;
}

.articles-title {
    font-size: 32px;
    color: #240059;
    font-weight: bold;
}

.articles-date {
    font-size: 15px;
    color: #878787;
    margin-bottom: 60px;
}

.editor .title{
    width: 350px;
    margin-left: 15px;
}

.editor .title {
    color: #333333;
}

.editor .pic {
    margin-bottom: 30px;
}

.editor .pic2 {
    margin-top: 110px;
}

@media screen and (max-width: 1440px) {
    .news-list {
        max-width: 1100px;
        margin: 0 auto;
    }
    .news-list li {
        width: 33.33%;
    }
    .news-detail {
        padding: 0 15px 30px;
        margin: 0 -15px;
    }
}

@media screen and (max-width: 1100px) {
    .news-list {
        max-width: 760px;
    }
    .news-list li {
        width: 50%;
    }
    .news-detail .col {
        float: none;
        width: auto;
    }
}

@media screen and (max-width: 1024px) {
    .articles-list li {
        width: 50%;
        margin-bottom: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .articles-list li a {
        margin: 0 10px;
    }
    .articles-list li+li:before {
        display: none;
    }
    .articles-list li a:after {
        content: '';
        display: block;
        width: 65px;
        height: 13px;
        float: none;
        margin: 0 auto;
        margin-top: 15px;
        background: url(../images/articles/more.png)top no-repeat;
    }
    .articles-list li .pic {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .articles-list li .txt {
        text-align: center;
        padding: 0 30px;
    }
    .articles-list .date {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .col.right .pic2,
    .col.right .title,
    .col.right p,
    .col.left .title,
    .col.left p {
        width: auto;
        text-align: center;
    }
}

@media screen and (max-width: 840px) {
    .articles-title {
        font-size: 25px;
    }
    .editor .title,
    .editor p {
        width: auto;
    }
}

@media screen and (max-width: 767px) {
    .articles-list li {
        width: 100%;
        margin-bottom: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .articles-list li .txt {
        text-align: center;
        padding: 0 0px;
    }
}