﻿.tu_list li{ padding:20px 0; border-bottom:1px dashed #ccc; }
.tu_list li img{ width:130px; height:98px; float:left;}
.center_detail{ width:440px; height:98px; float:left; margin-left:15px; line-height:24px; font-size:12px}
.sheshi_tit a{ font-weight:bold; color:#0379a9;}
.right_data{ width:100px; height:98px; float:right; line-height:98px; text-align:center;}
.right_data a{ color:#0379a9}
.sheshi_tit_con .span01{ display:block; float:left; width:61px;}
.sheshi_tit_con .span02{ display:block; float:left; line-height: 24px; width: 290px;}
.sheshi_tit_con .span02 a{ color: #58B59A; font-weight: bold;}
.tu_list a:hover{color:#ff9600;text-decoration:underline}

@media only screen and (max-width:768px){
 .tu_list li img{display: none}
}

@media only screen and (max-width:30em){
 .tu_list li img{display: block;float: none;margin:10px auto;}
 .center_detail{ width:100%; height:auto;padding:0 10px;box-sizing:border-box;margin:0;}
 .right_data{ height:auto; line-height:25px;}
 .title_head{ padding:0 10px;}
}  