﻿
/* -------------------------列表滚动显示-----------------------------------  */
.Top_Record
{
	width:482px;
    height:323px;
	float:left;
	margin-left:20px;
}

.record_Top{
    float: left;
    color: #000;
    height: 47px;
    cursor: pointer;
    line-height: 45px;
    width: 120px;
    text-align: center;
    font-size: 16px;
	margin-right:35px;
	border-bottom: solid 2px #f54144;
	}
.record_Top a
{
	color: #f54343;
	font-weight: bold;
}
.topRec_List
{   
	width: 612px;
    height: 252px;
   /*  padding-top: 12px; */
    position: relative;
    overflow: hidden; 
    border-top: 1px solid #ddd;
    padding-bottom: 10px;
}
.topRec_List_2
{   
	width: 482px;
    height: 252px;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ddd;
    padding-bottom: 10px;
}
.topRec_List dl{width:100%; overflow:hidden; margin:0 auto; margin-top: 5px;}
.topRec_List dt{ float:left; text-align:center; padding-bottom:5px;border-bottom:2px solid #F5F5F5;}
.topRec_List dl dt:nth-child(1){ width:20%; height:20px; line-height:20px; }
.topRec_List dl dt:nth-child(2){ width:15%; height:20px; line-height:20px; }
.topRec_List dl dt:nth-child(3){ width:18%; height:20px; line-height:20px; }
.topRec_List dl dt:nth-child(4){ width:16%; height:20px; line-height:20px; }
.topRec_List dl dt:nth-child(5){ width:31%; height:20px; line-height:20px; }
.maquee
{ 
	width:450px;
	height:239px; 
	overflow:hidden; 
	margin:0 auto; 
	color:black;
}
.topRec_List .maquee
{
	width:612px;
	height:240px; 
	overflow:hidden; 
	margin:0 auto; 
	color:black;
}
.topRec_List ul{ width:100%; height:195px;}
.topRec_List li{ width:100%; height:38px; line-height:38px; text-align:center; font-size:14px;}
.topRec_List_2 .maquee ul{ width:100%; height:195px;}
.topRec_List_2 .maquee li{ width:100%; height:38px; line-height:38px; text-align:center; font-size:16px;}
/*.topRec_List li:nth-child(2n){ background:#077cd0}*/
.topRec_List li div{ float:left;}
.topRec_List li div:nth-child(1){ width:20%;}
.topRec_List li div:nth-child(2){ width:15%;}
.topRec_List li div:nth-child(3){ width:16%;}
.topRec_List li div:nth-child(4){ width:19%;}
.topRec_List li div:nth-child(5){ width:30%;}

.topRec_List_2 li a{ color:black;}
.topRec_List_2 li a:hover{ color:red;}

.apple a{display:block; text-decoration:none;}

.apple,.aa{ width:90%; height:50px; overflow:hidden; margin:30px auto; border:1px solid #1B96EE;}
.apple a,.aa a{ width:100%; height:50px; line-height:50px; text-indent:20px; color:#1B96EE;}
.aa {word-wrap:break-word;line-height:50px;  color:#1B96EE;}







