.cont{
	/*background-color: #f2f9ff!important;*/
	position: relative;
}
.shadow-divide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 87%, .5);
    z-index: 1;
    height: 5px;
    background-color: #fff;
}
.content{
	
}
.leftBox{
	float: left;
	width:900px;
	padding: 30px 30px 30px 0;
	box-sizing: border-box;
	background-color: #fff;
}
.rightBox{
	float: left;
	position: relative;
	width:280px;
	margin-left: 20px;
	background-color: #fff;
}
.leftBox .top{
	position: relative;
	
}
.leftBox .top >img{
	position: absolute;
	top:0;
	left:0;
	width:230px;
	height:160px;
	border-radius: 2px;
}
.leftBox .top .topInfo{
	margin-left: 240px;
	position: relative;
	padding-left: 30px;
	width:600px;
	height: 160px;
}
.leftBox .top .topInfo div{
	position: relative;
}

.leftBox .top .topInfo span{
	display: inline-block;
	line-height: 30px;
	font-size: 18px;
	margin-top: 10px;
	max-height: 60px;
	text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
	
}
.leftBox .top .topInfo button{
	position: absolute;
	right:0;
	top:20px;
	display: inline-block;
	height:20px;
	padding: 0 5px;
	line-height: 20px;
	border: 1px solid #fd7f03;
	border-radius: 4px;
	color:#fd7f03;
	background-color: #fff;
	font-size: 10px;
}
.leftBox .top .topInfo p{
	color: gray;
	
}
.leftBox .top .topInfo ul{
	position: absolute;
	
	left:30px;
	bottom:20px;
	width:510px;
}
.leftBox .top .topInfo li{
	width:50%;
	color: gray;
}
.leftBox .top .topInfo img{
	margin-right: 5px;
}
.leftBox .intro div{
	padding-top: 15px;
	padding-left: 10px;
	line-height: 55px;
	font-size: 18px;
	border-bottom: 1px solid #DCDCDC;
}
.leftBox .intro >div>img{
	width:22px;
	height:24px;
	margin-right: 10px;
}
.leftBox .intro #jianjie{
	line-height: 30px;
	padding: 15px 0;
	text-indent:33px;
	font-size: 14px;
}
.leftBox .intro #jianjie p{
	padding: 5px 0;
}
.leftBox .downLoad .title{
	padding-top: 15px;
	padding-left: 10px;
	line-height: 55px;
	font-size: 18px;
	border-bottom: 1px solid #DCDCDC;
}
.leftBox .downLoad img{
	width:22px;
	height:23px;
	margin-right: 10px;
}
.leftBox .downLoad li{
	position: relative;
	line-height: 70px;
	height:70px;
	border-bottom: 1px dotted #DCDCDC;
	padding: 0 10px;
}
.leftBox .downLoad li:last-child{
	border: none;
}
.leftBox .downLoad li img{
	float: left;
	width:30px;
	height:30px;
	margin: 20px 0;
}
.leftBox .downLoad li div{
	float: left;
	width:740px;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.leftBox .downLoad li div:hover{
	color:#000000;
	cursor:default;
}
.leftBox .downLoad li p{
	width:130px;
	color: gray;
	font-size: 14px;
}
.leftBox .downLoad li button{
	position: absolute;
	right:0;
	top:0px;
	height:70px;
	width:88px;
	line-height: 70px;
	border:none;
	background-color: transparent;
	color: #038AFD;
	cursor: pointer;
}
.leftBox .downLoad li i{
	margin-right: 5px;
}
.rightBox .title{
	padding: 20px 10px;
	font-size: 18px;
	border-bottom: 1px solid #DCDCDC;
}
.rightBox .title img{
	width:22px;
	height:21px;
	margin-right: 5px;
}
.rightBox .list{
	padding: 20px 10px;
}
.rightBox .list li{
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
}
.rightBox .list li:last-child{
	margin-bottom: 0;
}
.rightBox .list img{
	position: absolute;
	top:0;
	left:0;
	width:88px;
	height:78px;
	border-radius: 2px;
}
.rightBox .list div{
	float: left;
	position: relative;
	width:152px;
	height:78px;
	margin-left: 98px;
	box-sizing: border-box;
}
.rightBox .list p{
	line-height: 25px;
	height: 24px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.rightBox .list p:hover,.rightBox .list div:hover{
	color: #000;
}
.rightBox .list span{
	position: absolute;
	bottom:0;
	left:0px;
	color: gray;
	display: block;
	line-height: 22px;
}
.rightBox .list i{
	margin-right: 5px;
}
.rightBox .more{
	display: block;
	width:100%;
	padding: 0 20px;
	text-align: right;
	border: none;
	background-color: #fff;
	color:gray;
	cursor: pointer;
}


			.topNav{
				width:1200px;
				box-sizing: border-box;
				font-size: 16px;
				margin: 0px auto 0px;
				white-space: nowrap;
			}
			.topNav a{
				display: inline-block;
				cursor: pointer;
				vertical-align: middle;
			}
			.topNav span{
				color:#dddee1;
				}
			.topNav a:last-child{
				color:#038AFD;
				cursor: auto;
				width: 1070px;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap;
			}
			.topNav a:hover{
				color:#038AFD;
			}
			
.rightBox .showAll{
	display: none;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	line-height: 40px;
}
.rightBox .showAll i{
	margin-left: 5px;
}
.rightBox .hideList{
	max-height: 568px;
	overflow: hidden;
}