@charset "utf-8";
/*全局*/

body,button,dd,dl,dt,h1,h2,h3,h4,h5,h6,input,li,menu,p,textarea,ul{margin:0;padding:0}
li,ul{list-style:none}
.clear{clear:both}
.blank10{height:10px}
.blank15{height:15px}
.blank20{height:20px}
.blank30{height:30px}
.blank40{height:40px}
.blank50{height:50px}
em,img,li,ul{border:none;list-style:none;font-style:normal}
address,cite,dfn,em,i,var{font-style:normal}
a,a:hover,del,ins,s,u{text-decoration:none}
a{color:#333}
a:hover{color:red}
a:focus{outline:0;-moz-outline:none}
.fl{float:left}
.fr{float:right}
.mr-r-n{margin-right:0!important}
.bor-r-n{border-right:none!important}
.clear{clear:both}
.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}


.main {
	width: 1190px;
	margin: 0 auto 40px;
    overflow: hidden;
    color:#333;
    font-size:14px;
    background:#fff
}

/*首页新闻*/

.news_list {
}

.news_list ul {
	margin-top: 10px;
}

.news_list li {
	background: url(../images/dian.png) no-repeat left center;
	line-height: 36px;
	padding-left: 15px;
	border-bottom: dotted 1px #ccc;
}

.main_left {
	width: 880px;
	float: left;
	border: solid 1px #e8e8e8;
	box-shadow: 1px 1px 2px #999999;
}

.main_right {
	width: 280px;
	float: right;
	border: solid 1px #ddd;
	border-top: 0;
}


/*图文列表*/

.pic_art_list {
	padding: 15px;
}

.pic_art_list dl {
	padding: 20px 0;
	height: 165px;
	border-bottom: solid 1px #eee;
}

.pic_art_list dl dt {
	width: 246px;
	float: left;
}

.pic_art_list dl dt img {
	width: 220px;
	height: 156px;
}

.pic_art_list dl dd h5 {
	line-height: 46px;
	font-weight: normal;
	font-size: 20px;
}

.pic_art_list dl dd h5 span {
	float: right;
}

.pic_art_list dl dd p {
	line-height: 28px;
	font-size: 14px;
	color: #666;
	margin-bottom: 15px;
}

.link_1 .ckgd {
	display: inline-block;
	width: 110px;
	height: 35px;
	background: #f8a200;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
}

.link_1 .ckgd:hover {
	background: #f90;
}

.link_1 span {
	font-size: 12px;
	color: #999999;
	line-height: 35px;
	padding-left: 25px;
	margin-left: 25px;
}

.link_1 span.question {
	background: url(../images/listyle1.jpg) no-repeat left center;
}

.link_1 span.question a {
	color: #999;
}

.link_1 span.stars {
	background: url(../images/listyle2.jpg) no-repeat left center;
}

.link_1 span.date2 {
	background: url(../images/listyle3.jpg) no-repeat left center;
}

/*右边*/

.right_title {
	line-height: 51px;
	background: url(../images/noticbg.jpg) repeat-x center bottom;
	font-size: 18px;
	color: #f30;
	padding-left: 15px;
	border-top: solid 1px #ddd;
}
/*随机文章列表*/

.n_list {
	padding: 10px 0px;
}

.n_list li {
	line-height: 30px;
	border-bottom: dotted 0px #ccc;
	background: url(../images/arr1.jpg) no-repeat left center;
	padding-left: 15px;
	font-size: 13px;
}

.n_list li span {
	float: right;
	font-size: 12px;
	color: #999;
}
/*表单样式*/

.upfile {
	font-family: "微软雅黑";
	height: 32px;
	line-height: 32px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding-left: 10px;
	margin: 5px 0;
}

.btn {
	width: 200px;
	height: 36px;
	background: #f60;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	border: 0;
	font-family: "微软雅黑";
	margin: 10px auto;
	cursor: pointer;
}

.btn:hover {
	background: #f90;
}

/*分页*/

.mypages {
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.mypages a {
	background: #E1DFE0;
	padding: 8px 15px;
	color: #333;
	font-size: 14px;
	border-radius: 3px;
}

.mypages a.curr, .mypages a:hover {
	background: #f60;
	color: #FFFFFF;
}

.pagess {
	clear: both;
	margin: 20px;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	font-size: 12px
}

.pagess ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 0 3px;
	line-height: 20px;
	background: #fff;
	color: #999
}

.pagess ul li:hover {
	background: #ccc;
	color: #fff;
	border: 1px solid #ccc
}

.pagess ul li:hover a {
	color: #fff;
}

.pagess ul li.thisclass {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 0 3px;
	background: #ccc;
	color: #fff;
}

.pagess ul li.thisclass a {
	color: #fff;
}

.pagess ul li a {
	display: block;
	color: #999
}

.pagess ul li a:hover {
	color: #fff;
}

/*分页样式*/
.pages { padding: 30px 0 30px;text-align: center}
.pages li {display: inline}
.pages li.thisclass a, .pages a:hover {background: #E96B04;color: #fff;text-decoration: none;border-radius:3px}
.pages a {padding: 5px 10px;
border: 1px solid #ddd;
background: #fff;color: #A4A4A4;
line-height: 18px;border-radius:3px;
}

@media screen and (max-width: 992px) and (min-width: 0px){
	.main{ width: 100%;}
	.main_left{ width: 100%;}
	.main_right{ display: none;}
	.footer{ display: none;}
	.site-topbar .topbar-nav{ padding-left: 14px;}
	.site-header .header-search{ display: none;}
	.site-header .header-keys{ display: none;}
	.site-header .header-logo span{ display: none;}
	.container{ width: 100%;}
	.site-topbar{ min-width: 100%;}
	.footerbar{ min-width: 100%; padding: 5px 0; font-size: 12px;
		height: 36px;
		line-height: 18px;}
		.top-phone2{ display: none;}
}