﻿.background-header{
	background: url(../img/主图.png) 0 0 no-repeat;
	width: 100%;
	height: 90px;
}
.data-list{
	width: 100%;
	height: 150px;
	background: #e9e9e9;
}
.data-list>div{
	width: 100px;	
	text-align: center;
	color: #666666;
	cursor: pointer;
}
.data-list>div.on, .data-list>div:hover {
    background: #eee;
    border-radius: 5px;
    border-color: #e5e5e5;
}
.data-list-pic{
	width: 80px;
	height: 84px;
	margin: 0 auto;
}
.data-list-pic img{
	width: 100%;
	height: 100%;
}
.download{
	margin-bottom: 50px;
}
.download-list{
	text-align: left;
}
.download-title{
        border: 1px solid #DDDDDD;
border-bottom:0;
	width: 100%;
	background: #F4F4F4;
	line-height: 48px;
}
.download-title th{
font-size:14px;
}
.download-title th:nth-child(1),.download-message td:nth-child(1){
	width: 398px;
	padding: 0 20px;
}
.download-title th:nth-child(2),.download-message td:nth-child(2){
	width: 400px;
        display:table-caption;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
}
.download-title th:nth-child(3),.download-message td:nth-child(3){
	width: 250px;
}
.download-title th:nth-child(4),.download-message td:nth-child(4){
	width: 110px;
}
.download-message{
width:100%;
border:1px solid #ddd;
border-top:0;
}
.download-message li{
  display:block;
height:47px;
border-top:1px solid #ddd;
overflow:hidden;
}
.download-message li div{
float:left;
height:100%;
line-height:47px;
}
.download-message li div.title{
    width: 398px;
    padding: 0 20px;
}
.download-message li div.downBtn{
  width:110px;
  float:right;
}
.no-data{
	border: 1px solid #ddd;
	font-size: 14px;
	display: none;
}
.no-data-pic{
	height: 200px;
	width: 200px;
	margin: 0 auto;
	background: url(./images/img/nodata.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.no-data p{
	height: 48px;
	line-height: 48px;
	text-align: center;
	
}
.new{
	color: red;
	border: 1px solid red;
	font-size: 12px;
	position: relative;
	top: -6px;
	display: inline-block;
	width: 27px;
        text-align: center;
	line-height: 14px;
}
.mess-active{
	background: #d7e7fe;
}
.download-btn{
	width: 25px;
	height:25px;
	background: url(../images/download.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.download-btn:hover{
	background: url(../images/download-active.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.data-active h6{
	color: #226BBC;
}
.pager{float:right}
.download-message td{font-size:14px; border-top:1px solid #ddd;line-height:48px;}