/* --- 内页 --- */

/* 头部 */
.page-header{background:#000; height:120px; background-color:rgba(0,0,0,0.5); line-height:120px; }

/* logo */
.page-logo{ float:left;} 
.page-logo h1{line-height:120px; color:#fff; font-size:40px; font-weight:bold;}
.page-logo h1 a{color:#fff;}

/* 搜索 */
.page-search{float:right; position:relative; width:300px;}
.page-search input{ background:none; border:none; padding-left:20px; line-height:44px; color:#fff; border-radius:100px; border:3px solid #fff; height:50px; width:100%; transition:all .3s ease; }
.page-search button{width:20%; height:44px; background:url(./img/search.png) no-repeat center center; border:none;  cursor:pointer; position:absolute; top:37px; right:0;}

.page-search input:focus{border:3px solid #f90;}



/* 框架 */
.page-box{background:#f9f9f9; margin-top:50px; margin-bottom:50px; overflow:hidden; box-shadow: 0px 10px 30px #49403F;}
.box-left{float:left; width:320px; background:#f9f9f9; padding:10px; padding-bottom:0; }
.box-right{float:right; width:880px; padding:20px 20px 0 20px; background:#fff; border-left:1px solid #efefef;}


/* 广告位 */
.ad{background:#00CCFF; text-align:center; margin-bottom:10px;}
.ad-300-200{line-height:200px; color:#fff;}
.ad-300-100{line-height:100px; color:#fff;}
.ad-840-100{line-height:100px; color:#fff; margin-bottom:30px;}


/* 侧栏 */
.page-recommend{border:1px solid #efefef; background:#fff; margin-bottom:10px;}
.page-recommend h3{border-bottom:1px solid #efefef; padding:15px; font-size:16px; color:#666;}
.page-recommend ul{padding:15px;}
.page-recommend li{font-size:14px; line-height:220%; position:relative; padding-left:15px;}
.page-recommend li:before{content:""; width:5px; height:5px; background:#ccc; border-radius:100%; left:0; top:11px; position:absolute;}
.page-recommend ul{padding:15px;}
.page-recommend div{
	padding:0.8em 0 0.5em 1em;
	line-height:1.5em;
}


.page-recommend table{
	width:96%;
	padding:0 2% 0 2%;
	text-align:center;
}
.page-recommend caption, th {
  text-align:center;
}
.page-recommend input[type="text"]{
	border:1px solid #bfd0d7;
	height:28px;
	line-height:24px;
	width:210px;
}
.page-recommend input[type="submit"]{
	border:1px solid #bfd0d7;
	height:28px;
	line-height:24px;
	width:50px;
	margin-left:0px;
	background:#e5f0f6;
}


/* 热门 */
.page-hot {overflow:hidden; margin-bottom:20px;}
.page-hot h3{font-size:24px; margin-bottom:15px;  color:#333;}
.page-hot li{float:left; width:33.333%; position:relative; padding-left:15px; line-height:220%; font-size:14px;  }
.page-hot li:before{content:""; width:5px; height:5px; background:#ccc; border-radius:100%; left:0; top:11px; position:absolute;}

.content-hot{background:#f9f9f9; padding:20px;}


/* 列表 */
.page-list{}
.page-list li{border-bottom:1px solid #efefef; padding-bottom:20px; margin-bottom:20px;}
.page-list h3{font-size:16px; margin-bottom:10px;}
.page-list p{font-size:14px; line-height:200%; color:#999;}


/* 分页 */
.showpage{text-align:center; padding-bottom:30px; margin-top:30px;}
.showpage a{background:#efefef; padding:10px 15px; border-radius:5px; margin-left:5px; margin-right:5px; font-size:14px;}
.showpage a.now{background:#06e; color:#fff;}


/* 标题 */
.title h1{text-align:center; font-size:32px; margin-bottom:30px; margin-top:20px;}
.articleinfo{text-align:center; font-size:12px; margin-bottom:30px; margin-top:20px;}

/* 内容 */
.article{padding:30px;}
.article p{font-size:14px; margin-bottom:20px; color:#666;}


/* 定制 */
.write-btn{margin-bottom:50px;}
.write-btn a{background:#06e; text-align:center; width:200px; height:50px; line-height:50px; display:block; margin:0 auto; color:#fff; border-radius:10px; box-shadow: 0px 10px 20px #A4C8FF; transition:all .3s ease;}
.write-btn a:hover{background:#09f;}


/* 免费 */
.page-free ul{ padding-bottom:30px; overflow:hidden; margin-top:20px;}
.page-free h3{background:#f9f9f9; padding:10px 15px; font-size:16px; color:#666; margin-bottom:10px;}
.page-free li{float:left; width:33.33%; background:url(./img/word.jpg) no-repeat 0 center; padding-left:25px; line-height:250%; font-size:14px;}


.page-pinglun h3{background:#f9f9f9; padding:10px 15px; font-size:16px; color:#666; margin-bottom:10px;}
}

