/*全局样式*/

.w100 {
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*原文件配置*/


.w1200 {
	width: 1200px;
	margin: 0 auto;
}

body {
	color: #000;
	background: #fff;
	font: 14px/1.5 'Microsoft YaHei', arial, sans-serif;
	min-width: 1200px;
}

/*最小宽度1200px是为了适应移动端预览*/
a {
	color: #000;
}

input {
	outline: none;
}

a:hover {
	color: #b71918;
}

input,
textarea {
	outline: none;
}

/*按钮专用 end*/
.btn_com {
	display: inline-block;
	width: 90px;
	height: 32px;
	line-height: 32px;
	background: #417be7;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	cursor: pointer;
}

.btn_com:hover {
	color: #b71918;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.input_com {
	border: 2px solid #0099d9;
	padding: 8px 10px;
	font-size: 16px;
	line-height: 16px;
}



/*块级转化*/
.di_in {
	display: inline-block;
}

.di_no {
	display: none;
}

.di_bl {
	display: block;
}

/*原文件配置  end*/



/* 到顶部间距 */
.mt0 {
	margin-top: 0px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 25px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 20px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}

.mt55 {
	margin-top: 55px;
}

.mt60 {
	margin-top: 60px;
}



/* 到左边间距 */

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 25px;
}

.ml35 {
	margin-left: 35px;
}

.ml40 {
	margin-left: 40px;
}

.ml45 {
	margin-left: 45px;
}

.ml50 {
	margin-left: 50px;
}

/* 字体大小 */

.font14 {
	font-size: 14px;
}

.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
}

.font20 {
	font-size: 20px;
}

.font22 {
	font-size: 22px;
}

.font24 {
	font-size: 24px;
}

.font26 {
	font-size: 26px;
}

.font28 {
	font-size: 28px;
}

.font30 {
	font-size: 30px;
}

/*纵向居中*/
.v_middle {
	vertical-align: middle;
}

/*横向居中*/
.te-align {
	text-align: center;
}

/*相对定位*/
.p_r {
	position: relative;
}

.p_a {
	position: absolute;
}

/* 白色背景 */
.bgfff {
	background: #fff;
}

.w760 {
	width: 760px;
}

.w410 {
	width: 410px;
}

/*全局样式 end*/
.header {
	background: #a62126;
}

.header .top {
	height: 27px;
	line-height: 27px;
	background: #282828;
	color: #fff;
}

.header .top i {
	vertical-align: middle;
}

.header .top a {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

.header .top a:hover {
	color: #a62126;
}

.head {
	padding: 20px 0 22px;
	border-bottom: #ca7a7d 1px solid;
}

.search_box input {
	height: 34px;
	width: 214px;
	padding: 2px 10px;
	font-size: 12px;
}

.search_box .search-icon {
	height: 40px;
	width: 46px;
	padding: 0;
	cursor: pointer;
}

.nav a {
	color: #fff;
}

.nav ul li.nLi {
	float: left;
	position: relative;
	width: 12.5%;


}

.nav ul li.nLi h3 a {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: normal;
	display: block;
	text-align: center;
}

.nav ul li.nLi h3 a:hover,
.nav ul li.on h3 a {
	background: #931217;
	transition: background 0.3s;
}

.sub {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	background: #931217;
	padding: 10px 0;
	text-align: center;
	min-width: 100%;
	z-index: 99;
}

.sub li a {
	display: block;
	line-height: 1.8;
	padding: 6px 10px;
}

.sub li a:hover {
	background: #a62126;
}

.banner {
	position: relative;
}

.banner .bd {
	position: relative;
	z-index: 1;
}

.banner .bd img,
.banner .bd a {
	width: 100%;
	display: block;
}

.banner .hd {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 28px;
	z-index: 1;
}

.banner .hd li {
	width: 11px;
	height: 11px;
	background: #fff;
	opacity: 0.4;
	display: inline-block;
	transform: rotate(45deg);
	margin: 0 15px;
	cursor: pointer;
}

.banner .hd li.on {
	background: #e4a622;
	opacity: 1;
}

/* 专题网站 */
.title_box {
	height: 40px;
	padding-top: 0px;
	text-align: center;
	position: relative;
}

.title_box h3 {
	font-size: 24px;
	color: #333333;
}

.title_box h4 {
	font-size: 30px;
	color: #000;
	opacity: 0.1;
	font-weight: normal;
	letter-spacing: -1px;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}

.title_box font {
	color: #a62126;
}

.subject-box {
	margin-top: 15px;
	padding-top: 22px;
	padding-bottom: 35px;
	background: #eff4fb;
}

.subject-box .w1200 {
	margin-top: 22px;
}

.subject-box .w1200 a {
	width: 200px;
	float: left;
	text-align: center;
}

.subject-box .w1200 a img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

/* 新闻 */
.news_box {
	background: #eff4fb;
	padding: 20px 0;
}

.news_box .title_box {
	text-align: left;
	height: auto;
}

.news_box .title_box h3 {
	height: 50px;
	line-height:50px;
	padding: 0 36px;
	color: #fff;
	font-size: 22px;
	background: url(/images/title.jpg) no-repeat center;
	background-size: cover;
}

.news_box .title_box .fr,
.training_box .more {
	margin-top: 14px;
}

.news_banner {
	width: 590px;
	height: 325px;
	position: relative;
}



.news_banner .bd a {
	display: block;
}

.news_banner .bd img {
	width: 100%;
	height: 325px;
	display: block;
}

.news_banner .hd {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-align: right;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.5);
}

.news_banner .hd li {
	width: 8px;
	height: 8px;
	border-radius: 100px;
	margin: 0 5px;
	display: inline-block;
	background: #fff;
}

.news_banner .hd li.on {
	background: #ae151a;
}

.news_box .list_box {
	width: 555px;
	height: 285px;
	padding: 20px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 6px 0 20px;
}

.news_box .list_box li {
	height: 22px;
	line-height: 22px;
	margin-bottom: 16px;
	clear: both;
	overflow: hidden;
}

.news_box .list_box p,
.notice_box li p {
	width: 405px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_box .list_box li a,
.notice_box li p a,
.training_box li p a {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	transition: all 0.3s;
}

.news_box .list_box li span {
	width: 94px;
	text-align: center;
	border-radius: 100px;
	font-size: 14px;
	color: #888888;
	background: #eaeaea;
	float: right;
	transition: all 0.3s;
}

.news_box .list_box li:hover a,
.notice_box li:hover p a,
.training_box li:hover p a {
	color: #a62126;
	text-indent: 5px;
}

.news_box .list_box li:hover span {
	background: #a62126;
	color: #fff;
}

/* 通知公告 */
.notice_box {
	width: 585px;
}

.notice_box .title_box h4 {
	width: auto;
	left: 0;
}

.notice_box .title_box h3 {
	text-indent: 5px;
}

.notice_box .title_box .fr img,
.training_box .more img {
	width: 28px;
}

.notice_box li {
	height: 21.5px;
	line-height: 22px;
	margin-bottom:18px;
	padding-left: 15px;
	background: url(/images/icon_31.png) no-repeat left center;
	clear: both;
	overflow: hidden;
}

.notice_box li p {
	width: 480px;
}

.notice_box li span {
	float: right;
	font-size: 16px;
	color: #333333;
}

.training_box {
	width: 570px;
}

.training_box .title_box {
	cursor: pointer;
}

.training_box .title_box h3 {
	text-indent: 5px;
}

.training_box .on {
	border-bottom: #a62126 2px solid;
}

.training_box ul {
	margin-top: 30px;
}

.training_box li {
	/*margin-bottom: 26px;*/
	border-top: #a62126 4px solid;
	background: #f6f6f6;
	padding: 13px 24px 13px;
}

.training_box li p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.training_box li span {
	margin-top: 10px;
	display: block;
	height: 20px;
	line-height: 20px;
	background: url(/images/time.jpg) no-repeat left center;
	padding-left: 25px;
	color: #999999;
	font-size: 12px;
}

/* footer */
.footer {
	background: #a62126;
}

.link-box {
	background: #8f0c11;
}

.link-box h3 {
	width: 140px;
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	border-right: #99151a 3px solid;
}

.link-box .links {
	width: 1057px;
}

.link-box a {
	height: 50px;
	line-height: 55px;
	display: inline-block;
	font-size: 16px;
	margin: 0 30px;
	color: #fff;
}

.foot {
	padding: 22px 0 26px;
}

.foot p {
	color: #fff;
	line-height: 30px;
}

.foot .contact {
	margin-top: 12px;
	width: 610px;
}

.foot .but {
	margin-top: 25px;
}

.foot .but img {
	display: inline-block;
	vertical-align: middle;
}

/* 机构设置 */
.pb70 {
	padding-bottom: 70px;
}

.wrap_menu {
	margin: -100px 30px 0 0;
	position: relative;
	z-index: 6;
	width: 280px;
	margin-right: 30px;
	background: #f0f0f0;
	padding-bottom: 330px;
}

.wrap_menu h2 {
	height: 100px;
	line-height: 100px;
	font-size: 26px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	padding: 0 30px;
	background: #b3272e;
}

.nav_list a {
	display: block;
	line-height: 50px;
	height: 50px;
	padding: 0 20px 0 60px;
	position: relative;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	color: #666;
}

.nav_list a:hover {
	background: #e5a625;
	color: #fff;
}

.nav_list a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #999;
	left: 40px;
	top: 50%;
	margin-top: -5px;
}

.nav_list a:hover:after {
	border-top: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #e5a625;
	left: auto;
	right: -10px;
}

.wrap_box {
	width: 870px;
	margin-top: -54px;
	position: relative;
	z-index: 6;
}

.site_wrap {
	height: 54px;
	line-height: 54px;
	border-bottom: 1px solid #ddd;
	background: rgba(0, 0, 0, .6);
	margin-left: -30px;
	padding: 0 20px;
	margin-bottom: 20px;
}

.site_wrap h2 {
	padding: 0 10px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	float: left;
}

.site_wrap .current {
	color: #fff;
	height: 54px;
	line-height: 54px;
}

.site_wrap .current a {
	display: inline;
	color: #fff;
	padding: 0 10px;
}

.ognzt_list {
	margin: 0 -15px -10px;
	font-size: 16px;
}

.ognzt_list a {
	float: left;
	width: 224px;
	margin: 15px;
	padding: 10px 16px 10px 30px;
	color: #333;
	position: relative;
}

.ognzt_list a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 18px;
	height: 2px;
	background: #eee;
}

.ognzt_list a:hover {
	color: #b82129;
}

.ognzt_list a:hover:before {
	background: #b82129;
}

/* 领导 */
.leader_list li {
	padding: 20px 0;
	border-bottom: 1px dashed #dcdcdc;
}

.leader_list a {
	position: relative;
	display: block;
}

.leader_list li .pic {
	width: 17%;
}

.leader_list li .pic img {
	width: 100%;
	height: auto;
}

.leader_list li .text {
	width: 79%;
	padding: 5px 0 0 0;
}

.leader_list h3 {
	font-size: 26px;
	font-weight: normal;
	color: #333;
}

.leader_list h4 {
	font-size: 22px;
	font-weight: normal;
	color: #ae1c1c;
	margin: 8px 0 15px;
}

.leader_list li .text p {
	-webkit-line-clamp: 3;
	max-height: 85px;
	overflow: hidden;
	font-size: 16px;
	color: #666;
	line-height: 1.8;
	margin: 5px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.leader_list .more_r {
	position: absolute;
	right: 0;
	height: 52px;
	line-height: 52px;
	background: #ae1c1c;
	color: #fff;
	font-size: 20px;
	padding: 0 20px 0 14px;
	border-right: 4px solid #dea942;
	top: 24px;
}

.leader_list .more_r:before {
	content: '';
	position: absolute;
	top: 0;
	left: -25px;
	width: 26px;
	height: 52px;
	background: url(/images/leader_l.jpg);
	background-size: 100% 100%;
}

/* 列表页 */
.news_list li {
	border-bottom: 1px dashed #ddd;
	line-height: 42px;
}

.news_list a {
	color: #000;
	display: block;
	font-size: 16px;
}

.news_list em {
	width: 80%;
	display: inline-block;
	font-style: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_list .i_dot {
	width: 8px;
	height: 8px;
	background: url(/images/dot.jpg) no-repeat;
	display: inline-block;
	margin-right: 10px;
}

.news_list time {
	float: right;
	color: #999;
}

.news_list a:hover .i_dot {
	background-position: 0 -12px;
}

.news_list a:hover {
	color: #AE1C1C;
}

/* 图片 */
.list_img li {
	float: left;
	width: 267px;
	overflow: hidden;
	position: relative;
	margin: 11.5px 11.5px 18px;
}

.list_img .pic,
.list_img img {
	width: 100%;
	height: 192px;
	overflow: hidden;
	transition: all 0.5s;
}

.list_img p {
	margin-top: 12px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
	font-size: 16px;
}

.list_img a:hover img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	transform: scale(1.15);
}

.list_img a:hover p {
	color: #b82129;
}

/* 内容页 */
.nry-box .title {
	border-bottom: 1px solid #e5e5e5;
}

.nry-box .title h5 {
	text-align: center;
	font-size: 28px;
	color: #333;
	font-weight: bold;
	margin-top: 30px;
}

.nry-box .title .date {
	text-align: center;
	margin: 12px 0;
}

.nry-box .title .date p {
	display: inline-block;
	color: #999999;
	font-size: 12px;
	margin: 0 10px;
}

.nry-box .nry-con {
	margin-top: 30px;
}

.nry-box .nry-con p {
	font-size: 15px;
	color: #666;
	line-height: 32px;
	text-indent: 2em;
}

.nry-box .nry-con * {
	max-width: 100%;
}

.nry-box .nry-con img {
	border: #ccc 1px solid;
}
.nry-box .nry-con p img
{
	border: #ccc 1px solid;
        margin-left: -2em !important;
}
.prev-next {
	border-top: 1px solid #b5b5b5;
	padding-top: 15px;
	margin-top: 20px;
}

.prev-next a {
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	display: block;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prev-next a:hover {
	color: #AE1C1C;
}