@charset "utf-8";
/* CSS Document */

/*news-detail.php*/
.news_left{
	width: 75%;
	float: left;
}
.news_right{
	width:25%;
	float: right;
}
.newdetail_title{
	color: #444444;
	font-size: 12px;
	font-weight:normal;
	float: left;
	margin-bottom: 0;
	line-height: 60px;
}
.newdetail_back{
	font-size: 15px;
	padding: 10px 20px;
	background-color: #fe0000;
	border-radius: 10px;
	color: #FFFFFF;
	transition: all .3s;
	float: right;
	display:inline-block;
	margin-top: 10px;
}
.newdetail_back:hover{
	color: #fff;
}
.newdetail_conn{
	width: 100%;
	min-height: 500px;
}
.newdetail_conn h3{
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
.newdetail_list{
	width: 100%;
}
.newdetail_list_title{
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #acadb1;
	margin-bottom: 10px;
}
.news_right_title{
	font-weight: bold;
}
.news_list{
	width:100%;
	margin-bottom: 15px;
}
.news_list a{
	display: inline-block;
	border: 1px solid #ccc;
}
.news_list a img{
	width:100%;
	height:auto;
}
.news_list p{
	width: 100%;
	margin: 5px 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.news_list span{
	color: #ccc;
}

/*product/index.php*/

.product_list{
	overflow: hidden;
	padding-bottom: 20px;
}
.product_con{
	overflow:hidden;
}
.product_img{
	float:left;
	width:25%;
}
.product_con_right{
	float:left;
	margin-left:50px;
	width:70%;
}
.product_main{
	width:100%;
	overflow:hidden;
}
.product_title{
	float:left;
	font-size:20px;
	color:#000000;
	font-weight:bold;
}
.product_text{
	line-height:28px;
	height: 150px;
}
.product_more{
	width:100%;
	overflow:hidden;
	height:50px;
}
.product_more_main{
	float:right;
	font-size:20px;
	padding-top: 10px;
}
.product_more_a{
	font-size: 15px;
	padding: 10px 20px;
	background-color: #fe0000;
	border-radius: 20px;
	color: #FFFFFF;
	transition: all .3s;
}
.product_more_a:hover{
	color: #FFFFFF;
}
.product_more_a:active{
	color: #FFFFFF;
}
.product_a{
	color: #000;
}
.product_a:hover{
	color: #000;
}
.dataTables_length label,.dataTables_filter label{
	font-weight: normal;
}
.dataTables_filter input{
	border: 1px solid #000;
}

/*memory-chip/index.php*/
.storage_con{
	overflow: hidden;
	width: 100%;
	text-align: center;
}


.display tr td img{
	 width: 80px;
	border: #DDDBDD solid 1px;
}