/******** 档案 ***********/
.dangan-con *{
	font-size: 14px;
}

.dangan-logo{
	background:url(../images/dangan-log.jpg) no-repeat;
	width: 410px;
	height: 70px;
	margin: 0 auto;
}

.dangan-search-box{
	width:780px;
/* 	margin: 50px auto 20px; */
	margin: 100px auto 200px;
}

.dangan-tab{
	margin-bottom: 20px;
}

.dangan-tab a{
	display: inline-block;
	position: relative;
	padding:5px 10px; 
	color: #000;
}

.dangan-tab a.dangan-active{
	background: #5aa0e8;
	color: #fff;
}

.dangan-tab a:hover{
	text-decoration: none;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5aa0e8;
	position:absolute;
	left:35%;
	bottom:-5px;
}

#dangan-ipt{
	width: 588px;
	height: 44px;
	border: 1px solid #9a9a9a;
	background: #fff;
}

#dangan-sbt{
	width: 152px;
	height: 44px;
	background: url(../images/dangan-sbt.jpg) no-repeat;
	border: none;
	font-size: 0;
	margin-left: 20px;
}

.dangan-sort{
	border-radius: 15px;
	border:1px solid #ccc;
	width:780px;
	margin: 0 auto;
}

.dangan-sort-tab a{
	display:inline-block;
	height: 40px;
	line-height: 40px;
	margin: 0 15px;
	color: #000;
}

.dangan-sort-tab a.hr{
	border-bottom: 1px solid #5aa0e8;
}

.dangan-sort-tab a:hover{
	text-decoration:none;
}

.dangan-sort-num{
	width:16px;
	height:16px;
	line-height: 16px;
	text-align:center;
	color: #fff;
	background: #58a1e6;
}

.dangan-sort-num.d-red{
	background: #db2c29;
}

.dangan-sort-num.orange{
	background: #ff5601;
}

.dangan-sort-num.yellow{
	background: #fe9400;
}

.dangan-sort-jindutiao{
	width:200px;
}

.dangan-sort-jindutiao-100{
	width: 130px;
	border:1px solid #90bf01;
	background: #d0f073;
	height: 8px;
	margin-top: 8px;
}

.up{
	width: 16px;
	height: 16px;
	background: url(../images/up.jpg) no-repeat;
}

.down{
	width: 16px;
	height: 16px;
	background: url(../images/down.jpg) no-repeat;
}

.middle{
	width: 21px;
	height: 16px;
	background: url(../images/middle.jpg) no-repeat;
}

.table-unit{
	margin:20px 0;
}

.table-center tr th,.table-center tr td{
	text-align:center;
}

.table-unit-th{
	background: #5aa0e8;
}

.table-unit-th:hover{
	background:#5aa0e8 !important;
}

.table-unit-th th{
	color: #fff;
}