﻿
/*主副标题*/

.title_zhu {

	font-size: 28px;

	text-align: center;

	color: #1d2381;

}

.title_fu {

	font-size: 14px;

	text-align: center;

	color: #555;

	line-height: 30px;

	margin-bottom: 5px;

}

.title_xian {

	height: 2px;

	background: #ccc;

	width: 50px;

	margin: auto;

}
/*二级页面*/

.weizhi-box {

	

	line-height: 51px;

	margin-bottom: 30px;

}

.weizhi-box h5 {

	font-size: 18px;

	font-weight: normal;

	padding-left: 15px;

	border-left: 5px solid #f60;

	height: 25px;

	line-height: 25px;

	margin-top: 13px;

}

.weizhi {

	font-size: 12px;

}

.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;

}
/*首页资讯*/

.fuwu_center {

	height: 120px;

	margin-top: 30px;

}

.fuwu_center ul {

	width: 1200px;

}

.fuwu_center li {

	width: 380px;

	height: 120px;

	float: left;

	margin-right: 20px;

	position: relative;

	overflow: hidden;

}

.fuwu_center li img {

	width: 380px;

	height: 120px;

	transition: all 0.5s;

}

.fuwu_center li:hover img {

	cursor: pointer;

	-webkit-transform: scale(1.1);

	moz-transform: scale(1.1);

	-o-transform: scale(1.1);

	transform: scale(1.1);

}

.fuwu_center p {

	color: #fff;

	font-size: 16px;

	line-height: 24px;

	padding: 5px 10px;

	width: 360px;

	position: absolute;

	left: 0;

	bottom: 0px;

	z-index: 1;

	background: rgba(0, 0, 0, 0.7);

filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);

	transition: all 0.5s;

}

/*首页新闻*/

.new_list {

}

.new_list ul {

	margin-top: 10px;

}

.new_list li {

	background: url(../images/dian.png) no-repeat left center;

	line-height: 26px;

	padding-left: 15px;

	border-bottom: dotted 1px #ccc;

}



/*底部*/

.footer1 {

	height: 180px;

	padding-top: 50px;

	padding-bottom: 50px;

	background: #333;

}

.ma {

	width: 128px;

	height: 152px;

	background: #fff;

	float: left;

	cursor: pointer;

}

.ewm {

	float: left;

	height: 155px;

	width: 392px;

	border-right: #4b4f59 solid 1px;

}

.ma img {

	margin: 2px 0px 5px 14px;

	float: left;

}

.ma .tits {

	text-align: center;

	font-size: 14px;

}

.ma span {

	font-size: 14px;

	text-align: center;

	width: 100%;

	display: block;

	line-height: 25px;

	float: left;

	background-color: #cacaca;

}

.imgss {

	background: #fff;

}

.insay {

	float: left;

	width: 192px;

	height: 100%;

	margin-left: 30px;

}

.insay span {

	color: #fff;

	font-size: 14px;

	line-height: 24px;

}

.insay p {

	font-size: 24px;

	line-height: 30px;

	color: #fff;

	font-weight: bold;

	margin-bottom: 12px;

}



.select span a {

	font-size: 12px;

	color: #afb0b4;

	float: left;

	width: 157px;

	height: 26px;

	line-height: 26px;

	text-indent: 5px;

}

.dllist {

	float: left;

	width: 155px;

	border-right: 1px solid #4b4f59;

	min-height: 160px;

}

.dllist dt a {

	color: #fff;

}

.dllist a {

	color: #afb0b4;

}

.dllist a:hover {

	text-decoration: underline;

}

.dllist dt {

	font-size: 16px;

	line-height: 24px;

	margin-bottom: 10px;

	text-indent: 30px;

}

.dllist dd {

	line-height: 24px;

	text-indent: 30px;

	font-size: 13px;

}

.foot1 {

	width: 100%;

	height: 65px;

	background: #282828;

	font-size: 12px;

	text-align: center;

	border-top: solid 1px #474a53;

}

.fot {

	padding-top: 22px;

	height: 20px;

	line-height: 20px;

	color: #666;

}

.fot a {

	color: #666;

}


/*随机文章列表*/

.n_list {

	padding: 10px 0px;

}

.n_list ul {

}

.n_list li {

	line-height: 30px;

	border-bottom: dotted 0px #ccc;

	

	padding-left: 15px;

	font-size: 13px;

}

.n_list li span {

	float: right;

	font-size: 12px;

	color: #999;

}



.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;}