#turn_page{
	width: 100%;
    display: flex;
    justify-content: center;
}
#turn_page a{
	margin: 10px 15px;
}
#turn_page .page_item_current{
	margin: 10px 15px;
}
.wmt_layout .example {
    padding: 10px 15px;
}
.wmt_layout .example ul {
    display: flex;
    flex-wrap: wrap;
}
.wmt_layout .example .title {
    margin-bottom: 5px;
}
.wmt_layout .example li {
    width: 50%;
}
.wmt_layout .example li:nth-child(2n+1) {
    padding-right: 4px;
}
.wmt_layout .example li:nth-child(2n) {
    padding-left: 4px;
}
.wmt_layout .example li .img {
    width: 100%;
}
.wmt_layout .example li .fire {
    margin-top: 5px;
    line-height: 23px;
}
.wmt_layout .example li .fire img {
    width: 9px;
    float: right;
    margin-top: 5px;
}

.wmt_layout .example .title {
    display: flex;
}
.wmt_layout .example .title div{
    margin-right: 15px;
}
.wmt_layout .example .title .active {
    border-bottom: 2px solid #fa3d03;
    color: #fa3d03;
}