@import 'common.css';
.inside{
	
}
.inside .inside-left{
	float:left;
	width:230px;
}
.inside .inside-right{
	float:right;
	width:740px;
}

.news-view{
}
.news-view .title{
	font-family: "微软雅黑";
	font-size: 20px;
}
.news-view .title .line{
	height:7px;
	overflow:hidden;
	background-image:url(img/toutiao-bottom-line.gif);
}
.news-view .writer{
	padding-top:10px;
	color:#666;
	height:50px;
}
.news-view .writer .addtime{
	display:inline-block;
	margin-right:30px;
}
.news-view .content{
	font-size:13px;
	line-height:30px;
	word-break:break-all;
}
.news-view .content img{
	max-width:100%;
	height:auto !important;
}
.news-view .prevnext{
	clear:both;
}
.news-view .prevnext ul li {
	font-size: 14px;
	line-height: 30px;
}

.news-more .list ul li{
	height:35px;
	line-height:35px;
	border-bottom:1px dotted #ccc;
	background-image:url(img/icon.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	padding-left:20px;
	font-size:14px;
}
.news-more .list ul li .addtime{
	float:right;
	color:#b8b8b8;
	margin-right:10px;
}
.news-more .list ul li .red{
	color:#f50000;
}
.news-more-page .page{
	clear:both;
	color:#000;
	text-align:right;
}
.news-more-page .page a{
	background: #fff;
	border: 1px solid #0b6dc6;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 5px 10px;
	color:#0b6dc6;
	font-family:"微软雅黑";
	margin-right:3px;
}
.news-more-page .page a.selected{
	background: #0b6dc6;
	border: 1px solid #0b6dc6;
	color: #fff;
	text-decoration: none;
}
.news-more-page .page .pageinfo{
	display:none;
}

.newspicmore .catename{
	font-weight:bold;
	color:#3366d5;
	font-size:16px;
}
.newspicmore .list ul{
	width:770px;
}
.newspicmore .list dl{
	float:left;
	width:226px;
	height:244px;
	margin-right:30px;
	text-align:center;
}
.newspicmore .list dl dt img{
	width:224px;
	height:170px;
	border:1px solid #cbddef;
}
.newspicmore .list dl dd{
	padding-top:10px;
	text-align:center;
	line-height:20px;
}
.newspicmore .list dl dd .title{
	color:#0000ee;
}


@media(max-width:640px) {
.inside .inside-left{
	float:none;
	width:auto;
	display:none;
}
.inside .inside-right{
	float:none;
	width:auto;
}
.news-view .content{
	font-size:16px;
}
.newspicmore .list ul{
	width:100%;
	margin-right:0px;
}
.newspicmore .list ul dl{
	width:100%;
}
}