@charset "utf-8";

/*////////*/
/*内页*/
.m_main {
	background: #FFFFFF;
	margin-top: 30px;
}

.m_main .m_lf {
	width: 241px;
	margin-top: -58px;
}

.m_main .m_ri {
	width: 724px;
	margin-top: -34px;
}

.m_middle {
	min-height: 320px;
	padding-top: 10px;
}

.m_middle,
.m_middle a {
	color: #525252;
	font-size: 12px;
	line-height: 24px;
}

.m_middle a:hover {
	color: #FF0000;
}

.title {
	font-size: 14px;
	text-align: center;
	color: #8d0000;
}

.title2 {
	height: 27px;
	line-height: 27px;
	border-bottom: 1px dashed #CCCCCC;
}

.met_page {
	text-align: right;
}

/*左边*/
.m_lf .m_pro .main_t_top {
	height: 58px;
	line-height: 58px;
	background: url(../images/pro_tit.png) no-repeat center center;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.m_lf .m_height {
	width: 219px;
	padding: 0px 10px;
	border: 1px solid #CCCCCC;
	border-top: none;
}

.m_lf .pro_title li {
	background: url(../images/left_li.png) no-repeat left center;
	padding-left: 15px;
	height: 33px;
	line-height: 33px;
	margin-top: 10px;
}

.m_lf .pro_title li a {
	width: 207px;
	height: 33px;
	line-height: 33px;
	display: block;
	font-size: 13px;
	color: #666666;
}

.m_lf .pro_title li:hover {
	background: url(../images/left_dq.png) no-repeat left center;
}

.m_lf .pro_title li:hover a {
	color: #FFFFFF;
}

/*右边*/
.m_ri .main_t_top {
	height: 34px;
	background: url(../images/tit_bg.png) no-repeat left bottom;
}

.m_ri .main_t_top .lf {
	width: 89px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

.m_ri .main_t_top .lf,
.m_ri .main_t_top .lf a {
	font-size: 14px;
	font-weight: bold;
}

.m_ri .main_t_top .ri {
	width: 300px;
	text-align: right;
}

.m_ri .main_t_top .ri,
.m_ri .main_t_top .ri a {
	height: 34px;
	line-height: 34px;
	color: #505050;
}

/*新闻列表*/
.n_news {
	margin-bottom: 5px;
}

.n_title {
	background: url(../images/dian.gif) no-repeat left center;
	padding-left: 15px;
	font-weight: bold;
}

.n_title a {
	color: #2e2e2e;
}

.n_title:hover a {
	text-decoration: underline;
	color: #FF0000;
}

/*新闻*/
.list {
	line-height: 24px;
	border-bottom: 1px #CCCCCC solid;
	list-style-type: disc;
}

.list span {
	float: right;
}

.author {
	text-align: right;
}

.relatedlist li {
	float: left;
	width: 30%;
	margin: 0px 5px 0px 5px;
	height: 27px;
	line-height: 27px;
	padding-left: 12px;
	background: url(../images/list_01.png) no-repeat left center;
	overflow: hidden;
	border-bottom: 1px #CCCCCC dashed;
}

.relatedlist li a:hover {
	text-decoration: underline;
}

.relatedlist li img {
	margin-top: 8px;
}

/*图片*/
.pro_list {
	width: 170px;
	height: 157px;
	margin-left: 4px;
	margin-right: 4px;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
	text-align: center;
}

.pro_list img {
	width: 168px;
	height: 133px;
}

/* 列表分页 digg4 / metpager_8（ThinkPHP Bootstrap paginate：ul.pagination > li > a/span） */
.digg4,
.metpager_8 {
	margin: 18px 0;
	text-align: right;
	font-size: 13px;
	line-height: 30px;
}

.digg4 .pagination,
.metpager_8 .pagination {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}

.digg4 .pagination li,
.metpager_8 .pagination li {
	display: inline-block;
	margin: 0 3px;
	vertical-align: top;
}

.digg4 .pagination li a,
.digg4 .pagination li span,
.metpager_8 .pagination li a,
.metpager_8 .pagination li span {
	display: inline-block;
	min-width: 20px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #CCCCCC;
	color: #525252;
	background: #FFFFFF;
	text-decoration: none;
	border-radius: 2px;
}

.digg4 .pagination li a:hover,
.metpager_8 .pagination li a:hover {
	border-color: #129715;
	color: #129715;
}

.digg4 .pagination li.active span,
.metpager_8 .pagination li.active span {
	border-color: #129715;
	background: #129715;
	color: #FFFFFF;
	font-weight: bold;
}

.digg4 .pagination li.disabled span,
.metpager_8 .pagination li.disabled span {
	color: #CCCCCC;
	border-color: #EEEEEE;
	cursor: not-allowed;
}