.wmt_wrap{
    padding: 43px 14px 55px;
}
body {
    background-color: #f5f8ff;
}
#turn_page{
	width: 100%;
    display: flex;
    justify-content: center;
}
#turn_page a{
	margin: 10px 15px;
}
#turn_page .page_item_current{
	margin: 10px 15px;
}
.new_item a{ 
    padding: 15px 0;
    display: flex;
    border-bottom: 1px solid #dcdcdc;
}
.new_item .new_l {
    margin-right: 15px;
}
.new_item .new_l img{
    width: 107px;
    height: 200px;
}
.new_item .new_tit {
    font-size: 14px;
    color: #000;
}
.new_item .new_r {
    color: #7e7d7d;
}
.new_item .new_r p {
    margin: 6px 0;
}
.new_detail .d_t {
    font-size: 14px;
}
.new_detail .d_c {
    color: #7e7d7d;
    margin-top: 10px;
}
.new_detail .d_c span {
    margin-right: 20px;
}
.new_detail .d_tit {
    margin-bottom: 10px;
}
.hide {
    display: none;
}