@CHARSET "UTF-8";

.Tlevel {
    cursor:pointer;
}

.fixed-table-container {
    position: relative;
    clear: both;
    border: 0px solid #dddddd;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.u-modal-pdf {
	background: #3e3e3e;
}

.pdf-title{
	font-weight: bold;
    padding: 10px;
    background: #4c4c4c;
    color: white;
}

.pdf-content{
	border: 1px solid #3e3e3e;
	margin-bottom: 20px;
}

.pdf-iframe{
	border: 1px solid #3e3e3e;
}

.icon-link{
    cursor: pointer;
}

#u-modal .modal-dialog {
    width: 60%;
    z-index: 1040;
}

#j-detail iframe {
    width: 100%;
    height: 500px;
}


/*************工具文档*******************/
.softword-list{
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	width: 24%;
	border: 1px solid #eee;
	padding: 5px;
	height: 210px;
	overflow: hidden;
}

.softword-list img{
	width: 200px;
	height: 112px;
}

.softword-title{
	line-height: 20px;
	height: 60px;
	overflow: hidden;
}

.softword-detail{
	float: left;
	width: 20%;
	line-height: 25px;
	height: 25px;
}

.softword-downloadstatis{
	float: right;
	width: 80%;
	line-height: 25px;
	height: 25px;
	text-align: right;
}

.softword-list a{
	color:#333;
}

.softword-list a:focus, .softword-list a:hover {
    color: #23527c;
    text-decoration: underline;
}


