@charset "utf-8";
/* CSS Document */
.news_box{
  width:1200px;
  height:700px;
  margin:0 auto;
}

.news_left{
  width:250px;
  height:700px;
  float:left;
}

.news_add{
  width:248px;
  height:298px;
  border:1px solid #ccc;
}

.news_add div:nth-child(1){
  height:30px;
  width:248px;
  background:#ee914b;
}

.news_add div:nth-child(1) span{
  line-height:30px;
  font-size:14px;
  padding-left:23px;
  font-weight:bold;
}

.news_add div:nth-child(2){
  padding:14px 10px;
  width:228px;
  height:240px;
}

.news_add div:nth-child(2) span{
  font-size:14px;
  line-height:30px;
  padding-left:5px;
}

.news_add img{
  width:14px;
  height:14px;
  vertical-align:middle;
}

.news_hot{
  width:248px;
  height:298px;
  border:1px solid #ccc;
  margin-top:15px;
}

.news_hot div:nth-child(1){
  height:30px;
  width:248px;
  background:#ee914b;
}

.news_hot div:nth-child(1) span{
  line-height:30px;
  font-size:14px;
  padding-left:23px;
  font-weight:bold;
}

.news_hot div:nth-child(2){
  padding:14px 10px;
  width:228px;
  height:240px;
}

.news_hot div:nth-child(2) span{
  font-size:14px;
  line-height:30px;
  padding-left:5px;
}

.news_hot img{
  width:14px;
  height:14px;
  vertical-align:middle;
}

.news_right{
  width:900px;
  height:auto;
  float:left;
  padding-left:15px;
}

.news_search{
  height:31px;
  width:1340px;
  margin:0 auto;
  background:#ee914b;
  margin-bottom:20px;
}

.news_search span{
  font-size:14px;
  font-weight:bold;
  line-height:31px;
  padding-left:320px;
  visibility: hidden;
}

.news_search input{
  height:17px;
  line-height:23px;
  width:300px;
  margin-left:10px;
}
.news_search form{
  padding-right:200px;
}
.news_search div{
  height:19px;
  width:60px;
  background:#fff;
  float:right;
  margin-top:5px;
  margin-right:270px;
  text-align:center;
}

.news_list_box{
  padding:20px 0px 20px 25px;
  overflow-x: hidden;
}

.news_list_title{
  /*height:18px;*/
  width:100%;
  border-bottom:1px solid #000;
}

.news_list_title div{
  width:6px;
  height:18px;
  float:left;
  background:#88BF35;
}

.news_list_title span{
  line-height:18px;
  font-size:14px;
  font-weight:bold;
  padding-left:8px;
}
.news_pic{
	margin-top:5px;
	height:160px;
	width:260px;
	background-color: #f0f0f0;
	float:left;
	border:2px solid #ee914b;
}
.news_list{
  padding:10px 0 0 14px;
  height:165px;
  font-size:14px;
  width:580px;
  float:left;
}

.news_in_list{
  padding:10px 0 0 14px;
  height:550px;
}

.gonggao_list{
  padding:10px 0 0 14px;
  height:550px;
}

.news_list_min{
  height:30px;
}

.news_list_min span:nth-child(1){
  line-height:30px;
  font-size:12px;
  float:left;
}

.news_list_min span:nth-child(2){
  line-height:30px;
  font-size:12px;
  float:right;
}

.news_content_title{
  height:30px;
  width:100%;
  border-bottom:1px solid #000;
  text-align:center;
}

.news_content_title span{
  font-size:16px;
  font-weight:bold;
  line-height:30px;
}

.news_content_info{
  height:30px;
  text-align:center;
}

.news_content_info span{
  font-size:14px;
  line-height:30px;
}

.news_content{
  padding-top:20px;
  padding-left:20px;
}

.news_content span{
  font-size:14px;
  line-height:20px;
}

.news_from{
  float: right;
  margin-top: 8%;
}

/*增值服务-图书附加*/
.fujia{
	height:auto;
	padding: 0 5% 20px 5%;
	width: 90%;
}

.fujia_title{
	height:50px;
	width:100%;
	margin-top:5px;
	text-align:center;
	border-bottom:1px solid #7594b3;
	font-size:25px;
	font-weight:bold;
	color:#000000;
}

.fujia_title_dianji{
	display:inline-block;
	float:right;
	font-size:13px;
	color:#FFFFFF;
}

.fujia_title span{
	line-height:50px;

}

.fujia_content{
	height: auto;
	width: 100%;
	padding-top: 30px;
}

.fujia_content p{
	font-size:16px;
	line-height:30px;
	text-indent:2em;
}

.fujia_content img{
	max-width:100%;
	height:auto;
	width:auto;
}


