* {
	margin: 0;
	padding: 0;
}

.md-4 {
	padding-right: 40px;
}

/* 头部 */
.header img {
	width: 100%;
}

/* 导航 */
.nav {
	height: 80px;
}

.nav ul {
	display: flex;
}

.nav ul li {
	height: 80px;
	list-style: none;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav ul li a {
	font-size: 20px;
	text-decoration: none;
	color: #b80e15;
	transition: .3s;
	-webkit-transition: .3s;
}

.nav ul li a:hover {
	font-size: 25px;
}

/* 工作动态 */
.lb_box {
	margin-top: 50px;
}

.gzdt {
	margin: 10px 0;
}

.gzdt .swiper-container {
	width: 100%;
	height: 370px;
}

.swiper-container a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-container a {
	background-size: cover;
}

.gzdt_title {
	margin-top: 10px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
	
.gzdt_title a{
	color: #b80e15
}
.gzdt_title h2 {
	font-size: 20px;
	font-weight: normal;
	color: #b80e15
}

.gzdt_ul {}

.gzdt_ul li {
	padding: 18px 0;
	list-style-type: none;
	
}

.gzdt_ul li .item {
	display: flex;
	justify-content: space-between;
	vertical-align: middle;
}

.gzdt_ul li .item {
	letter-spacing: 2px;
	font-weight: normal;
	font-size: 16px;
	padding-left: 20px;
	max-height: 48px;
	vertical-align: top;
	background: url(/static/jyztw/img/infolist_dot.png) no-repeat left center;
}

.gzdt_ul li a {
	display: inline-block;
	width: 80%;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-decoration: none;
	overflow: hidden;
	color: #454545;
	transition: .3s;
	-webkit-transition: .3s;
}
.gzdt_ul li .item span {
	color: #cf000a;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;
}

i {
	font-style: normal;
}

.gzdt_ul li .item span i {
	display: block;
	text-align: center;
	color: #cf000a;
	font-size: 25px;
	margin-top: -5px;
	margin-bottom: 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: lighter;

}
.gzdt_ul li a:hover {
	color: #b80e15;
}

/* 横幅 */
.hf_img {
	width: 100%;
	margin-top: 52px;
	margin-bottom: 62px;
}

/* 三内容块 */
.active {
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #c3bebd;
}
.active{
	display: flex;
	justify-content: space-between;
}
.active .active_h2 {
	color: #cf000a;
	font-size: 20px;
	display: block;
	float: left;
	height: 45px;
	position: relative;
	top: 1px;
	z-index: 10;
	line-height: 38px;
	border-bottom: 1px solid #c96f73;
}
.active a{
	color: #cf000a;
}
.nr_ul {}

.nr_ul li {
	min-height: 101px;
	list-style: none;
	padding: 10px 0;
	background: url(/static/jyztw/img/indexLiBorderImg_07.png) left bottom repeat-x;
}

.nr_ul li .aitm {
	overflow: hidden;
	height: 28px;
	line-height: 28px;
	margin-bottom: 5px;
}

.nr_ul li .aitm span {
	color: #b38484;
	font-size: 13px;
	padding-right: 12px;
}

.nr_ul li a {
	text-decoration: none;
	color: #333;
	font-size: 16px;
	-webkit-transition: .3s;
}

.nr_ul li a:hover {
	color: #b10004;
}

.indexXxzl {
	min-height: 536px;
	padding: 0 36px 0 39px;
	float: right;
	border: 1px solid #ebe5df;
	border-top: 3px solid #d8686b;
}

.indexTitle {
	overflow: hidden;
	border-bottom: 1px solid #e8e8e8;
	height: 84px;
	line-height: 94px;

}

.indexTitle span {
	color: #b80e15 !important;
	font-size: 20px;
}

.index_ul {
	margin-top: 10px;
}

.index_ul li {
	list-style: none;
	display: flex;
	padding: 18px 0;
}

.index_ul li span {
	color: #cf000a;
	font-size: 13px;
	text-align: center;
	background: none;
	margin-right: 18px;
}



.index_ul li a {
	line-height: 24px;
	color: #454545;
	font-size: 16px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}

.index_ul li a:hover {
	text-decoration: none;
	color: #d8686b;
}

/* 页脚 */
.footer {
	margin-top: 50px;
	border-top: 1px solid #d8686b;
}

.footer_box {
	padding: 50px 0 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer_box .title_logo {
	margin-right: 35px;
}

.footer_box .title_logo img {
	width: 100%;
}

.footer_box .footer_title p {
	height: 25px;
	line-height: 25px;
	margin-bottom: 7px;
	font-size: 14px;
	color: #333;
}

.footer_box .footer_title a {
	color: #333;
}


/* 列表页 */
.Breadcrumb {
	padding-bottom: 15px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 15px;
	font-size: 18px;
	color: #454545;
}

.Breadcrumb a {
	text-decoration: none;
	color: #454545;
}

.list_box {
	margin: -6px auto 0;
	border: 1px solid #dcdcdc;
	padding: 30px 44px;
	margin-top: 35px;
}

.list_box li:nth-child(5n+5) {
	padding-bottom: 26px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
}

.list_box li {
	position: relative;
	vertical-align: top;
	overflow: hidden;
	line-height: 28px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 38px;
	background: url(/static/jyztw/img/zsj_list_icon_dot.png) no-repeat 16px 20px;
	color: #333;
}

.list_box li a {
	display: block;
	width: 75%;
	text-decoration: none;
	line-height: 24px;
	color: #454545;
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	letter-spacing: 2px;
	transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	float: left;
}

.list_box li a:hover {
	color: #d8686b;
}

.list_box li span {
	font-size: 16px;
	font-family: "微软雅黑", "宋体";
	float: right;
	padding-left: 0;
	color: #888888;
}

/*分页*/
.pagenav {
	clear: both;
	margin: 5px 0;
	padding: 2px 0;
	line-height: 24px;
}

.pagenav a {
	border: 1px solid #d9d9d9;
	color: #666;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 3px;
	padding: 0 8px;
	text-decoration: none;
}

.pagenav a:hover {
	background: #d8686b;
	border: 1px solid #d8686b;
	color: #fff;
}

.pagenav a.active {
	border: 1px solid #d8686b;
	color: #fff;
}

.pagenav a.current,
.pagenav a.current:hover {
	background: #d8686b;
	border: 1px solid #d8686b;
	color: #fff;
}

.pagenav a.disabled,
.pagenav a.disabled:hover {
	background: #d9d9d9;
	border: 1px solid #d9d9d9;
	color: #666;
	cursor: default;
}

.pagenav a.text,
.pagenav a.text:hover {
	color: #fff;
	margin-right: 0px;
	background: #d8686b;
	border: 1px solid #d8686b;
	cursor: text;
}

.pagenav a.pagemore,
.pagenav a.pagemore:hover {
	color: #666;
	background: #fff;
	border: #fff 1px solid;
	cursor: text;
	padding: 0 5px;
}

.pagenav #page {
	float: left;
}

.pagenav #page input {
	float: left;
	width: 25px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #d9d9d9;
	padding: 0 3px;
	margin: 3px 3px 3px 6px;
	color: #666;
}

.pagenav .goto {
	float: left;
	display: block;
	width: 36px;
	height: 26px;
	line-height: 26px;
	background: #d8686b;
	border: 1px solid #d8686b;
	color: #fff;
	margin: 3px;
	text-align: center;
	cursor: pointer;
}

/* 详情页 */
.details {
	margin: 25px 0;
}

.details-bottom {
	padding: 25px 50px 15px;
}

.details-bottom h5 {
	font-size: 36px;
	line-height: 50px;
	font-family: "微软雅黑";
	color: #282828;
	padding: 0 0 26px;
	text-align: center;
	min-height: 70px;
	font-weight: normal;
}

.details-p {
	text-align: center;
	border-bottom: 1px solid #dbdee1;
}

.details-p span {
	height: 36px;
	line-height: 36px;
	margin: 0 10px;
	font-size: 13px;

}

.wzcon {
	padding: 25px 0;
	border-bottom: 1px solid #dbdee1;
}

.wzbot {
	margin-top: 15px;
}

.wzbot a {
	color: #000;
	text-decoration: none;
}

