* {
    font-family: 'Î¢ÈíÑÅºÚ';
    margin: 0;
    padding: 0;
    text-decoration: none !important;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    width: 100%;
    background: #f9edfa;
}

ul {
    padding: 0;
    margin: 0;
}


.newslist-main {
    width: 1040px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
/*edit by lyw*/
.newslist-subtitile {
    width: 100%;
    height: 86px;
    border-bottom: 1px solid #b7a5bd;
}

    .newslist-subtitile h4 span{
        width: 50%;
        float: left;
        height: 80px;
        line-height: 102px;
        font-size: 28px;
        color: #af5dd1;
    }

    .newslist-subtitile .right-pos {
        margin: 0;
        /*width: 20%;*/
        float: right;
        height: 80px;
        line-height: 108px;
        font-size: 14px;
        color: #878787;
    }
    .newslist-subtitile a {
        font-size: 14px;
        color: #878787;
    }

    .newlist-left {
        float: left;
        width: 825px;
        height: auto;
        overflow: hidden;
        border-right: 1px solid #bba4c0;
        margin-bottom:88px;
    }

.newslist-right {
    float: right;
    width: 213px;
    height: auto;
    overflow: hidden;
}
/*edit by lyw*/
.newlist-left > ul {
width:694px;
padding:20px 25px;
}
.newlist-left ul table li {
    width: 100%;
    height: 50px;
    line-height: 50px;
}
    .newlist-left ul table li a{
        color: #4b4b4b;
        font-size: 18px;
        float:left;
        /*add by lyw*/
        width: 500px;
        height: 50px;
        overflow: hidden;
    }
    /*edit by lyw*/
    .newlist-left  ul table li span {
        float: right;
        width: 140px;
        font-size: 18px;
        color: #4b4b4b;
    }
.newslist-right-sub {
    padding-top: 61px;
    width: 100%;
    text-align: center;
}
    .newslist-right-sub h4 span{
        font-size: 24px;
        color: #8971cf;
    }
    .newslist-right-sub ul.wp_listcolumn {
    width:100%;
    margin:0 auto;
    padding-top:25px;
    }
        .newslist-right-sub ul li {
          margin: 20px 0px;
            line-height: 40px;
        }
        
       .newslist-right .newslist-right-sub ul li .column-name{
            font-size: 18px;
            color: #4b4b4b;
            font-weight: normal;
           max-width: 10em;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
       .newslist-right .newslist-right-sub .wp_subcolumn{
            padding-left: 20px;
        }

@media screen and ( max-width : 777px ){
    .newslist-main {
        width: calc(100vw - 40px);
        padding: 20px;
    }
    .newlist-left {
        width: 100%;
        border: none;
    }
    .newlist-left > ul {
        width: 100%;
        padding: 20px 0;
    }
    
    .newlist-left ul table li{
       width: calc(100vw - 40px);
        text-align: right;
    }

    .newlist-left ul table li a {
        width: 70%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        text-align: left;
    }
    .newlist-left ul table li span {
        width: auto;
    }
    .newslist-right {
        display:none;
    }
}