/* 新闻列表页面 */
.wrapper {
    width: 92%;
    margin: 0 auto 0.533333rem;
    padding: 0 4%;
    overflow: hidden;
}

/* 通用列表页面内容 */
.main_menu li {
    padding-left: 0.5rem;
    line-height: 0.75rem;
    display: flex;
    display: -webkit-flex;
    background: url(/english/images/d.png) no-repeat left center;
}

.main_menu li .main_title {
    flex: 1;
    font-size: 0.4rem;
    color: #222
}
.main_menu li .main_time {
    color: #999;
    margin-left: 0.333333rem;
    font-size: 0.373333rem;
}

/* 图文列表页面内容 */
.main_lists {
    margin-bottom: 0.55rem;
}
.lists_headline {
    padding-bottom: 0.24rem;
    font-size: 0.453333rem;
    color: #999;
    height: 0.453333rem;
    line-height: 0.453333rem;
    display: flex;
    display: -webkit-flex;
    border-bottom: 1px #c7c7c7 solid;
}
.lists_headline h4 {
    flex: 1;
    color: #0b4996
}
.lists_headline a {
    margin: 0 0.2rem;
    color: #999
}
.menu_lists {
    padding: 0.306667rem 0;
    display: flex;
    display: -webkit-flex;
}
.lists_pic {
    width: 3.2rem;
    height: 2.4rem;
}
.lists_pic a {
    display: block;
    width: 3.2rem;
    height: 2.4rem;
}
.lists_pic img {
    width: 3.2rem;
    height: 2.4rem;
}

.menu_art_lists h4 {
    font-size: 0.4rem;
    color: #222;
    font-weight: bold;
    line-height: 0.586667rem;
}
.menu_art_lists {
    margin-left: 0.5rem;
}
.lists_art_cont {
    margin-top: 0.133333rem;
    text-indent: -0.8rem;
    color: #666;
    line-height: 0.586667rem;
    font-size: 0.4rem;
    text-align: justify;
}
.lists_time {
    margin-top: 0.15rem;
    font-size: 0.373333rem;
    color: #999;
    text-align: right;
}



/* 分页 */
.page_newsb {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0.4rem;
    border-top: 1px #c7c7c7 solid;
}
.page_newsb li {
    display: inline-block;
    margin: 0 0.133333rem;
    font-size: 0.373333rem
}
.page_newsb li a {
    color: #333
}
.page_newsb li a.noyau-cr-current {
    display: block;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 3px;
    background: #3D78AD;
}



<!--耗时1785053110.2323秒-->