@charset "utf-8";
/* CSS Document */
a{text-decoration:none;}
table.tjtc-table{width:831px; margin: 20px auto;font-size:14px; color:#000;border-top:1px solid #ccc;margin-bottom:20px; }
table.tjtc-table thead{background-color:#666; color:#fff;  font-size:16px;}

/*table.tjtc-table tfoot{background-color:rgba(252,106,0,0.3);}*/
table.tjtc-table tr{height:40px;}
table.tjtc-table tr td,table.tjtc-table tr th{border-bottom:#cccccc solid 1px; border-left:1px solid #ccc;text-align:center;}
table.tjtc-table tr td{
	border-right:#cccccc solid 1px;
}
table.tjtc-table tbody tr:nth-child(even){}
table.tjtc-table tbody tr:nth-child(odd){}
table.tjtc-table thead tr th:nth-child(1){ width:10%;}
table.tjtc-table thead tr th:nth-child(2){ width:20%;}
table.tjtc-table thead tr th:nth-child(3){}
table.tjtc-table thead tr th:nth-child(4){ width:5%;}
table.tjtc-table thead tr th:nth-child(5){ width:5%;}
table.tjtc-table td.yiyi{text-align:left; padding:10px; color:#666;}
table.tjtc-table td.yiyi span{color:#F00;}
table.tjtc-table tfoot tr td:nth-child(2){text-align:right;}
table.tjtc-table tfoot tr td{ padding:8px;}
table.tjtc-table tfoot tr:nth-child(2) td>span,table.tjtc-table tfoot tr:nth-child(2) td:last-child{
	color: #fff;
font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:18px;}
table.tjtc-table tbody tr:hover{ background-color:#f1f1f1; cursor:pointer;}
.tjtc-table span{
	color:#f08438;
}
.tjtc-table thead{
	font-weight:normal;
}
.class_lbox{ width:831px; margin:0 auto;height:120px; border:1px solid #e9e9e9;background-color:#f3f3f3; margin-top:10px;}
.class_lbox a{ display:block;float:left; width:288px; height:88px; margin:16px 0px 0px 84px; 
text-indent:95px; font-size:24px; color:#fff; line-height:88px;
 background:url(../images/baoming.png) no-repeat left top;}
.class_lbox a:hover{ text-decoration:none;background:url(../images/baoming_hover.png) no-repeat left top; color:#fff;}
.class_lbox a.st{background:url(../images/shiting.png) no-repeat left top;}
.class_lbox a.st:hover{ text-decoration:none;background:url(../images/shiting_hover.png) no-repeat left top; color:#fff;}
.tjtc-table td a{color:red;}
@media screen and (min-width: 320px) and (max-width: 480px){
	/*在这里写小屏幕设备的样式*/
	table.tjtc-table,table.tjtc-table thead{font-size:12px;}
	table.tjtc-table tr td:nth-child(4),table.tjtc-table tr td:nth-child(5){ width:0px; overflow:hidden;}
	table.tjtc-table thead tr th:nth-child(2){ width:20%;}
	table.tjtc-table tfoot tr td{ padding:4px;}
}


@media only screen and (min-width: 321px) and (max-width: 1024px){
/*这里写宽度大于321px小于1024px的样式(一般是平板电脑)*/
}

