@import url(style.css);
.sidebar{ 
	margin-right:20px;
	width:236px;
	background:none;
}


.all-article {
	width: 236px;
	background: #fff;
	color: #333;
}

.all-article .title,.rcmdcommodity .title,#mainContent .title{
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	padding-left: 20px;
}

.all-article ul li {
	font-size: 14px;
	line-height: 40px;
	padding-left: 20px;
}
.all-article ul li:hover {
	background: #ccc;
}
.all-article ul li:hover a {
	color: #fff !important;
}
.all-article .active {
	background: #1286d2;
}
.all-article .active a {
	color: #fff !important;
}

.article-list .search {
	width: 100%;
	margin: 20px 0;
}
.article-list .search-text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 680px;
	height: 50px;
	padding: 0 10px;
	border: 1px solid #e0e0e0;
	font-size: 14px;
	line-height: 48px;
	outline: 0;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.article-list .search-form {
	position: relative;
	width: 100%;
	height: 50px;
}




.arcticleview {
	float: left;
	background: #fff;

	color: #333;
	padding: 0 20px 20px 20px;
}
.arcticleview h3 {
	text-align: center;
	line-height: 40px;
	font-size: 16px;
}

.arcticleview .content {
	padding-top: 5px;
	font-size: 14px !important;
	border-top: 1px dashed #ddd;
	line-height:25px !important;
	padding:10px 0;
	float: none;
	width: auto;
}

.arcticleview .content p{
	font-size: 14px !important;
}

.arcticleview img {
	border: 0;
	max-width: 100%;
	display: block;
}

/*�����б���ʾ*/
.arcticlelist {padding-left:5px; border: 1px solid #cccccc;}
.arcticlelist ul{list-style:none;}
.arcticlelist li{line-height:25px;}
.arcticlelist ul li span{font-size:14px; float:right; padding-right:5px; width:160px;}

.positionnav{ border:0px solid #cccccc; height:30px; background:url(AnnounceBg.jpg); border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6; margin-top:5px;}
.positionnav ul{padding-top:6px;list-style : none;}
.positionnav ul li{font-size:12px; padding-left:5px; padding-top:2px;}
.positionnav ul li .title{color:#ff4e00;}


ol, ul {
  list-style: none;
}

.article-list{
	float:left;
	background: #fff;

	color: #333;
	padding: 20px;
}

.list li img {
  width: 200px;
  height: 200px;
}

.cf:before, .cf:after, .w:before, .w:after {
  content: " ";
  display: table;
}

.cf:after, .w:after {
  clear: both;
}

.list{
    padding-bottom:10px;
	display:inline-block;
    width: 100%;
}

.list li {
    width:100%;
  padding: 20px 0;
  float: left;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

.list li .thumb {
  width: 200px;
  height: 200px;
  float: left;
  background-color: #000;
  overflow: hidden;
}

.list li p {
  width: 100%;
  margin-top: 10px;
  line-height: 25px;
  float: left;
  color: #8d8d8d;
  min-height: 132px;
}

.list li:hover strong a {
  color: #429ad0;
}

.list li strong a {
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  display: block;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list .info {
  color: #a6a6a6;
  margin-top: 10px;
  line-height: 20px;
  font-size: 12px;
  float:left;

}

.list li .item{
    display: flex;
    width: 100%;
}

.list li .item .pic{
    width: 220px;
    margin-right: 20px;
}

.list li .item .intro{
    flex: auto;
}

.list li .item .intro-block{
    display: flex;
    width: 100%;
    flex-direction: column;
}



.list .author {
  margin-left: 30px;
}

.list .tags i {
  width: 20px;
  height: 20px;
  float: left;
  background-position: 3px 4px;
}

.list .tags a {
  margin: 0 10px;
}

.list .info a {
  color: #a6a6a6;
}

.list .author,.list .date{
  float:right;	
}
.list .author a {
  color: #429ad0;
}

.list .tags i{
  background-image: url(icon.png);
  background-repeat: no-repeat;
}

.articlecate {
    width:180px;
    margin-top:0;	
}

.rcmdcommodity {width:235px; overflow:hidden;  background-color:#fff;}

.rcmdcommodity .icon{
	background:url(listicon.png) no-repeat -50px -1px ; 
    width:25px;
	height:25px;
	float:left;
	
	margin-left:3px;
	padding-bottom:1px;
	margin-right:2px;
	
}
.rcmdcommodity .oldcontent{ width:215px;}
.rcmdcommodity dl{ width:215px; height:73px; padding:10px 0 0 0; border-bottom:1px solid #ededed;}
.rcmdcommodity dl dd{ float:left; width:58px; height:58px; border:1px solid #ededed;}
.rcmdcommodity dl dt{ float:left; padding-left:10px; line-height:20px; height:62px; overflow:hidden;}
.rcmdcommodity span{ font-weight:bold; font-size:14px; color:#cc0000; font-family:Arial;}
.rcmdcommodity p{ height:42px; overflow:hidden; line-height:20px; width:135px;}


#mainContent .right {
	width: 235px;
	float: right;
}
#mainContent .sidebar .recommend {
	margin-top:10px;
	background: #fff;
	color: #333;
}
.sidebar .recommend ul li {
	overflow: hidden;
}
.sidebar .recommend ul li img {
	display: block;
	margin: 10px;
	width: 50px;
	height: 50px;
	float: left;
}
.recommend ul li a:hover {
	color: #1286d2;
}
.sidebar .recommend ul li p {
	font-size: 12px;
	line-height: 18px;
	float: left;
	width: 100px;
	margin-top: 15px;
	height: 36px;
	overflow: hidden;
}

.arcticleview .base {
	padding: 5px 0;
	text-align:left;
	font-size:14px;
}
.arcticleview .base .author {
	margin-left: 30px;
}
.arcticleview .base .tags{
   display:inline-block;	
}
.arcticleview .base .tags i {
	background-image: url(icon.png);
	background-repeat: no-repeat;
}
.arcticleview .base .tags i {
	width: 20px;
	height: 20px;
	float: left;
	background-position: 3px 4px;
}
.arcticleview .base .tags a {
	margin: 0 10px;
}
.arcticleview .base .tags a:hover {
	color: #1681c5;
}

/*�ղط���*/
.cx-social{ width:100%; margin:20px 0 20px 0;}
.cx-social ul li{float:left; position:relative; margin-right:25px; height:22px; line-height:22px;}
.cx-social .favposition{background-position:-120px 0;}
.shareposition{background-position:-100px 0 !important;}
.cx-social-split{border-left: 1px solid #ccc; height: 16px;line-height: 16px; margin-top: 3px;}
.ico{float:left; margin:4px 5px 0 0 ;width:16px; height:16px; background:url(http://gtms01.alicdn.com/tps/i4/TB1NO9eHXXXXXcDXVXXoj7wNVXX-400-340.png) no-repeat;}


	.clearfloat:after{
		content: "";
		height: 0;
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
	}
	.clearfloat{
		zoom: 1;
	}
	.fl{
		float: left;
	}
	.fr{
		float: right;
	}
	*{
		box-sizing: border-box;
	}
	a{
		text-decoration: none;
		color: #333;
	}
	ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	h4{
		margin: 0;
	}
	.prev_page,.next_page{
		width: 100%;
		height: 75px;
	}
	.prev_page{
		margin-bottom: 20px;
	}
	.left_img{
		width: 121px;
		height: 75px;
		float: left;
	}
	.left_img img{
		width: 100%;
		height: 100%;
	}
	.right_text{
		width: calc(100% - 121px);
		height: 75px;
		overflow: hidden;
		float: left;
		padding-left: 15px;
		box-sizing: border-box;
	}
	.right_text h4{
		margin: 0;
		font-size: 20px;
		margin-bottom: 12px;
		max-height: 24px;
		overflow: hidden;
	}
	.right_text p{
		margin: 0;
		color: #999;
		font-size: 14px;
		line-height: 1.5;
	}
	.case_list_line {
		box-sizing: border-box;
	}
	.case_list_box{
		margin-top: 20px;
		margin-right: 20px;
	}
	.case_list_box:nth-child(2n){
		margin-right: 0;

	}
	.case_list_box{
	    border: 1px solid #e7e3e2;
	    width: calc(50% - 10px);
	}
	.case_list_box .case_list_doc{
		height: 33px;
	    line-height: 32px;
	    border-bottom: 1px solid #e7e3e2;
	    font-size: 15px;
	    font-weight: bold;
	    padding-left: 20px;
	}
	.case_list_ul{
		padding: 10px;
		padding-bottom: 0;
	}
	.case_list_ul li{
		margin-bottom: 10px;
	}
	.case_list_ul .case_list_left{
		width: 70px;
		height: 70px;
	}
	.case_list_ul .case_list_right{
		width: calc(100% - 80px)
	}
	.case_list_ul a{
		color: #333;
	}
	.case_list_title{
		color: #666;
	}
	.case_list_title h4{
		width: calc(100% - 100px);
		font-size: 16px;
		max-height: 18px;
		overflow: hidden;
		margin-bottom: 10px;
		padding-right:20px; 
		box-sizing: border-box;
	}
	.case_list_title .time{
		font-weight: bold;
	}
	.case_list_content{
		color: #999;
	}
	.case_list_content .case_list_text {
		max-height: 36px;
		overflow: hidden;
		width: calc(100% - 100px);
		padding-right:20px; 
		box-sizing: border-box;
	}
	.case_list_content .case_list_newicon{
		background: url(http://www.cxds.com.cn/mall/images/new.gif) no-repeat;
	    width: 35px;
	    height: 13px;
	    display: inline-block;
	}

    .layui-tree-entry{height:36px;}
.layui-tree-iconClick{
    height:16px;
    line-height:16px;
}