/* download_category
----------------------------------------------- */
#downloadList {
 padding-top:20px;
}
#downloadList dl {
 border-bottom: 1px dotted #DDD;
 background: url(images/icon_red.gif) no-repeat 10px 6px;
 padding:0 10px 10px 25px;
 margin-bottom: 10px;
 zoom:1;
 overflow:hidden;
}
#downloadList dt {
 float:left;
}
#downloadList dd {
 float:right;
 text-align:left;
 color:#999;
}
/* download
----------------------------------------------- */
#download {
 padding: 15px 30px; background: #fff;
}
#download .img {
 float: left;
 width: 280px;
 margin-right:20px;
}
#download .info {
 float: left;
 width: 465px;
 line-height: 200%;
}
#download .info h1 {
 font-size: 18px;
 margin-bottom:10px;
}
#download .info ul li b {
 font-weight:bold;
}
#download .btn {
	margin-top:20px;
	width: 150px;
	font-size: 18px;
}
#download .btn i {
    background: url(../images/xiazai_2.png) no-repeat center center / cover;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
#download .content {
 margin-top:40px;
}
#download .content h3 {
 height: 35px;
 line-height: 35px;
 color: #7A7F81;
 font-weight: bold;
 font-size: 14px;
 border-bottom: 1px solid #CBD1D3;
}
#download .content ul {
 padding: 15px 0;
 color: #666;
 line-height: 200%;
}


/*下载列表页*/
.down_con{padding:30px 0 60px}
.down_con h3{color:#666666;font-size:18px;font-weight:normal}
.down_con .tables{margin-top:15px; background: #fff;}
.down_con .tables table{border:1px solid #eeeeee}
.down_con .tables table tr{border:1px solid #eeeeee}
.down_con .tables table tr th{font-weight:normal;color:#fff;font-size:16px;background:#0c5194;border:1px solid #eeeeee;padding:15px}
.down_con .tables table tr td{border:1px solid #eeeeee;padding:10px 15px;color:#333333;font-size:14px;line-height:24px;text-align:center}
.down_con .tables table tr td .bt{color:#333333;font-size:16px;display:block}
.down_con .tables table tr td .bt:hover{color:#0c5194}
.down_con .tables table tr td .t{line-height:24px;overflow:hidden}
.down_con .tables table tr td .chakan,.down_con .tables table tr td .xiazai{background:#f4f7fe;display:inline-block;line-height:34px;color:#666666;width:115px;margin:5px 0}
.down_con .tables table tr td .chakan i{background:url(../images/chakan.png) no-repeat center center / cover;display:inline-block;width:16px;height:10px;margin-right:8px}
.down_con .tables table tr td .chakan:hover{color:#fff;background:#0c5194}
.down_con .tables table tr td .chakan:hover i{background-image:url(../images/chakan_2.png)}
.down_con .tables table tr td .xiazai i{background:url(../images/xiazai.png) no-repeat center center / cover;display:inline-block;width:15px;height:15px;margin-right:8px;position:relative;top:2px}
.down_con .tables table tr td .xiazai:hover{color:#fff;background:#0c5194}
.down_con .tables table tr td .xiazai:hover i{background-image:url(../images/xiazai_2.png)}
.down_con .tables table tr td:first-child{width:31%}
.down_con .tables table tr td:first-child + td{width:24%}
.down_con .tables table tr td:first-child + td + td,.down_con .tables table tr td:first-child + td + td + td{text-align:center;width:15%}