.list{
    width: 100%;
    background-color: #F3F7FC;
}
.color1{
    color: #EFA221;
}
.color2{
    color: #3496DA;
}
.w70{
    width: 70%;
    height: 100%;
}
.w30{
    width: 30%;
    height: 100%;
}
.h50{
    height: 50%;
    width: 100%;
    line-height: 24px;
    text-align: center;
}
.mgr-12{
    margin-right:12px;
}
.mgr-0{
    margin-right: 0 !important;
}
.mgl-170{
    margin-left: 170px;
}
.mgb-20{
    margin-bottom: 20px;
}
.fontBlue{
    color:#3E82F7;
}
/*列表页公共样式*/
.leftList{
    height: 923px;
    width:278px;
    background-color: #2A58AD;
    overflow: auto
}
.listRight{
    width: 910px;
}
.leftList,.listRight{
	min-height:450px;
}
.title{
    height: 44px;
    width: 100%;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    color: #575F65;
    border-bottom: 1px dashed #C9CED5;
}
/*左侧开始*/
.leftList .listTab li{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #9DC5FF;
    padding-left: 30px;
    box-sizing: border-box;
    cursor: pointer;
}
.leftList .listTab li.active{
    background-color: #1D4B9E;
    color: #9DC5FF;
}
.leftList .listTab li:hover{
    background-color: #1D4B9E;
    color: #9DC5FF;
}

/*右侧开始*/
.listRight .listSearch{
    height:52px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
    margin-bottom: 10px;
}
.listRight .listSearch .box{
    padding: 14px 22px;
}
.listRight .listSearch input{
    height: 28px;
    width:236px;
    background-color: #F1F3F9;
    border: 1px solid #D4D4DC;
    border-radius: 2px;
    padding-left: 20px;
    line-height:28px;
    margin-right: 20px;
    font-size: 12px;
    color: #58575C;
    float:left;
}
.listRight .listSearch button{
    height: 28px;
    width: 58px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #2A58AD;
    border-radius: 2px;
    border:0px;
    float:left;
}
.listRight .resource{
    border-top: 3px solid #3E82F7;background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
    margin-bottom:50px;
}
.listRight .resource .title a{
    color: #9AA2B4;
    padding: 0 10px;
    position: relative;
}
.listRight .resource .title a:before{
    content: '';
    position: absolute;
    width: 0px;
    height: 18px;
    border-left: 1px dashed #9AA2B4;
    background-color: transparent;
    top: 10px;
    right: 0;
}
.listRight .title{
    height:38px;
    line-height: 38px;
    font-size: 14px;
    color: #575F65;
    text-align: left;
    padding-left:22px;
}
.listRight .resourceList li{
    float: left;
    height: 38px;
    line-height:38px;
    margin-right: 20px;
    cursor: pointer;
}
.listRight .resourceList li.active{
    border-bottom: 3px solid #3E82F7;
    color: #3E82F7;
}
.listRight .resourceList li:hover{
    border-bottom: 3px solid #3E82F7;
    color: #3E82F7;
}
.listRight #select li{
    float: left;
    border: 1px solid #CDD4DD;
    border-radius: 4px;
    height: 22px;
    padding: 0 10px;
    font-size: 12px;
    color: #CDD4DD;
    line-height: 22px;
    text-align: center;
    margin-right: 22px;
    margin-top: 8px;
    cursor: pointer;
}
.listRight #select li.select{
    border: 1px solid #3E82F7;
    color: #3E82F7;
}
.listRight #select li:hover{
    border: 1px solid #3E82F7;
    color: #3E82F7;
}
.listRight .resourceInfo{
    padding: 10px 22px;
    border-bottom: 1px dashed #DADEE4;
	border-left: 3px solid transparent;
    position: relative;
    cursor: pointer;
}
.listRight .resourceInfo .serverInfo{
    width: 70%;
}
.listRight .resourceInfo:hover{
    border-left: 3px solid #3E82F7;
}
.listRight .resourceInfo .list-server{
    position: absolute;
    top:56px;
    right: 22px;
}
.listRight .resourceInfo:last-child{
    border-bottom: 0px;
}
.listRight .resourceInfo .titleLi{
    height: 40px;
    line-height: 40px;
}
.listRight .resourceInfo .titleLi .txt{
    font-size: 18px;
    color: #3E82F7;
    width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.listRight .resourceInfo .titleLi .fr{
    font-size: 14px;
    color: #ACB2B8;
}
.listRight .resourceInfo li{
    float: left;
    font-size: 12px;
    color: #575F65;
    height: 30px;
    line-height: 30px;
    margin-right: 23px;
}
.listRight .resourceInfo .serverInfo li{
    width:100%;
}
.listRight .resourceInfo .serverInfo li span{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}
.listRight .resourceInfo .serverInfo li span:last-child{
	width: 85%;
}
.listRight .resourceInfo li em{
    padding-right: 6px;
    height:14px;
    width:22px;
}
.listRight .resourceInfo .list-server li{
    border: 1px solid #ACB2B8;
    border-radius: 3px;
    margin-left: 14px;
    height: 45px;
    width: 45px;
    margin-right: 0;
	color: #ACB2B8;
}
.listRight .resourceInfo .list-server li .icon{
 	font-size: 20px;
	line-height: 30px;
	margin-top: 0px;
	vertical-align: middle;
	display: block;
}
.listRight .resourceInfo .list-server li.active{
    border-color:#4286F5;
    color:#4286F5;
}
.listRight .resourceInfo li .look{
    background: url("../images/catalog/app-look.png") no-repeat center;
}
.listRight .resourceInfo li .down{
    background: url("../images/catalog/app-dowload.png") no-repeat center;
}
.resourceInfo .pageBtn{
	position: absolute;
	right: 2.4%;
	bottom: 20px;
}
.resourceInfo .pageBtn>a{
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	border-radius: 5px;
	border: 1px solid #3E82F7;
	color: #3E82F7;
}
.resourceInfo .pageBtn>a:hover{
	color:#ccc;
	border: 1px solid #ccc;
	text-decoration:none;
}
.resourceInfo .dataBase .child{
    height:18px;
    line-height:18px;
    padding:  0 4px;
    border-radius: 2px;
    margin: 10px 4px 0 4px;
}
.resourceInfo .dataBase .child em{
    display: inline-block;
    height: 13px;
    width: 13px;
    vertical-align: text-bottom;
    margin-right: 6px;
}
.bgpic1{
    background: url("../images/kb.png") no-repeat center;
}
.bgpic2{
    background: url("../images/wj.png") no-repeat center;
}
.bgpic3{
    background: url("../images/jk.png") no-repeat center;
}
.bgColor1{
    background-color: #FFF0A8;
    border-radius: 2px;
    font-size: 12px;
    color: #EFA221;
}
.bgColor2{
    background-color: #C8EEFB;
    border-radius: 2px;
    font-size: 12px;
    color: #50B4CC;
}
.bgColor3{
    background-color: #B8E986;
    border-radius: 2px;
    font-size: 12px;
    color: #668E3D;
}
.bgColor4{
    background-color: #CAE5F9;
    border-radius: 2px;
    font-size: 12px;
    color: #458CBE ;
}
.linkBtn{
	float: right;
	padding: 4px 8px;
	color: #fff;
	border: 1px solid #3E82F7;
	color: #3E82F7;
	border-radius: 5px;
	text-decoration:none;
}
a.linkBtn:hover{
	text-decoration:none;
}

