.main-list{
    margin-top: 40px;
}


.list-content {
    color: #A8A8A8;
    height: 125px;
    width: 885px;
}
.list-title {
    font-size: 18px;
    color: #333;
}
.list-date {
    color: #A8A8A8;
}
li.main-list-item {
    border-bottom: 1px dashed #CBCBCB;
    padding-bottom: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.main-list{
    font-family: "Microsoft YaHei";
}

.main-list-item a{
    display: flex;
    align-items: center;
}

.list-left img{
    width: 285px;
    height: 200px;
    object-fit: cover;
}

.list-right{
    margin-left: 30px;
}

ul li {
    list-style: none;
}
.list-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-list a:hover{
    text-underline: none!important;
    text-decoration: none;
}
.main-list:after, .mceContentBody:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.main-list, .mceContentBody {
    zoom: 1;
}

.main-list th, .main-list td, .mceContentBody th, .mceContentBody td {
    white-space: normal;
}

/*.main-list, .mceContentBody{text-align:justify;text-justify:inter-ideograph;}*/
.main-list, .mceContentBody {
    line-height: 1.8;
    font-size: 14px;
    margin-top: 20px;
    /*text-indent:2em;*/
    margin-left: 0;
    padding-left: 0;
}

.main-list p, .mceContentBody p {
    line-height: 1.8;
    font-size: 16px; /*text-indent:2em;text-align:justify;text-justify:inter-ideograph; word-break:break-all;*/
    word-wrap: break-word;
}

/*.main-list > img, .main-list p > img, .mceContentBody > img, .mceContentBody p > img{ max-width:100%;}*/
.main-list img, .mceContentBody img {
    /*display:block;
    margin:0 auto;*/
    /* max-width: 100%; */
}

.main-list .center, .mceContentBody .center {
    text-align: center;
}

.main-list a, .mceContentBody a {
}

.main-list ul, .mceContentBody ul {
    margin-bottom: 1em;
    list-style-type: disc;
}

.main-list ul li, .mceContentBody ul li {
    margin-left: 25px;
}

.main-list ul ul, .mceContentBody ul ul {
    list-style-type: circle;
}

.main-list ul ul ul, .mceContentBody ul ul ul {
    list-style-type: square;
}

.main-list ol, .mceContentBody ol {
    list-style-type: decimal;
}

.main-list ol li, .mceContentBody ol li {
    margin-left: 25px;
}


.main-detail {
    box-sizing: border-box;
    padding: 0px 15px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
}

.main-detail h2 {
    text-align: center;
    line-height: 35px;
    margin-bottom: 20px;
}

.main-detail .detail-note {
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #000;
    margin-bottom: 30px;
}

.main-detail .detail-con {
    line-height: 34px;
    font-size: 16px;
}

i.list-tip {
    font-style: normal;
    border: 1px solid #848be5;
    color: #848be5;
    font-size: 0.8rem;
    vertical-align: initial;
    margin-right: 5px;
}

.list-bottom {
    text-align: right;
    color: #A8A8A8;
    margin-top: 12px;
}

.list-count:after{
    content: " ";
    border-right: 1px solid #A8A8A8;
    display: inline-block;
    height: 12px;
    margin: 0 10px 0 12px;
}

.pagination-panel{
    width: 100%;
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 18px 0 40px;
    border-radius: 4px;
}

.activelist-bottom {
    float:right;
    font-size: 13px;
    color: #333;
}

.activelist-title {
    font-size: 18px;
    color: #333;
    width: 100%;
    margin-left:-14px;
}
.title-tag{
    background:url('../images/active.PNG') no-repeat 0px 8px;
    text-indent:14px;
    float:left;
}

.active-article-list .list-right{
    width:100%;
}

.active-article-list .list-content {
    width:100%;
}

@media (max-width: 768px) {
    .main-detail img{
        width: 100%;
    }


    .list-left img{
        width: 100%;
        height: auto;
        /* object-fit: cover; */
    }

    .list-left{
        width: 30%;
    }

    .list-right{
        width: 70%;
    }

    .list-title {
        font-size: 1.6rem;
    }


    .main-list-item a{
        flex-direction: column;
    }

    .list-left{
        width:90%;
    }

    .list-right{
        width:90%;
        /* overflow:hidden; */
        margin-left: 0;
    }

    .list-content{
        font-size: 1.1rem;
        width: 100%;
        overflow: hidden;
        height: auto;
    }

    .activelist-title{
        margin-left: 0;
    }
}