/*分页*/.turn_page {box-sizing:border-box;display:flex;justify-content:center;text-align:center;}
.turn_page li {min-width:30px;height:28px;border:1px solid rgb(0,126,126);text-align:center;margin:0 4px;cursor:pointer;line-height:28px;color:rgb(0,126,126);font-size:13px;display:inline-block;text-decoration:none;}
.turn_page .first,.turn_page .last {position:relative;width:70px;}
.turn_page .active {background-color:rgb(0,165,165);border-color:rgb(0,126,126);color:#FFFFFF;}
.turn_page .first img {margin-right: 5px;vertical-align:middle}
.turn_page .last img {margin-left: 5px;vertical-align:middle}
.turn_page ul li a {width:100%;font-size: 12px;line-height: 29px;color: #01a5a6;display: inline-block;}
.turn_page ul li.active a{color:#fff}
.turn_page .first a,.turn_page .last a{width:auto}

