@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #595c5b;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #828282;
}

a:hover, a:visited, a:focus {
	text-decoration: none;
}

a:hover {
	color: #006ec7;
}

p, ul {
	margin: 0;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.col-md-3, .col-sm-3, .col-xs-12, .col-md-4, .col-md-6, .col-md-12, .col-sm-6, .col-xs-12, .col-sm-12 {
	padding: 0;
}

.container {
	padding: 0;
}

/* 头部 */

.header .header-img {
	width: 100%;
}

/* 导航 */

.nav {
	background: url(../images-dangji/nav-dang.png) center 100% no-repeat;
}

.nav ul {
	text-align: center;
}

.nav ul li {
	display: inline-block;
	height: 87px;
	line-height: 87px;
}

.nav ul li a {
	font-size: 24px;
	color: #f2f3f5;
	padding: 0 70px;
}

.nav ul li a span {
	margin-right: 20px;
}

.nav ul li a span img {
	margin-bottom: 8px;
}

.header .navbar-toggle {
	position: absolute;
}

/* 首页标题 */

.title h3 {
	color: #c11e11;
	font-weight: bold;
}

.index-new {
	padding: 46px 0 20px;
	overflow: hidden;
}

.index-new .title {
	text-align: center;
}

.index-new .title h3 {
	font-size: 42px;
	display: inline-block;
	position: relative;
	margin: 0 0 35px;
}

.index-new .title h3:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -320px;
	transform: translateY(-50%);
	width: 310px;
	height: 30px;
	background: url(../images-dangji/dynamic-title-left.png) left center no-repeat;
}

.index-new .title h3::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -320px;
	transform: translateY(-50%);
	width: 310px;
	height: 30px;
	background: url(../images-dangji/dynamic-title-right.png) left center no-repeat;
}

/* 首页轮播图 */

#full-width-slider {
	width: 100%;
	min-height: 120px;
}

.index-new-banner, .branch {
	width: 53.5%;
	float: left;
}

#full-width-slider .rsGCaption {
	background: #c11e11;
	padding: 23px 170px 23px 15px;
	font-size: 16px;
	height: 68px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

#full-width-slider .rsGCaption a {
	color: #fff;
}

#full-width-slider .rsGCaption a:hover {
	color: #fff;
}

#full-width-slider .rsBullets {
	position: absolute;
	right: 25px;
	bottom: 20px;
	z-index: 3;
}

#full-width-slider .rsBullets .rsBullet {
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	opacity: 0.5;
	margin: 0 7px;
	display: inline-block;
}

#full-width-slider .rsBullets .rsBullet.rsNavSelected {
	opacity: 1;
}

#full-width-slider .rsBullets .rsBullet span {
	display: none;
}

/* 工作动态 */

.index-new-list {
	width: 44.4%;
	float: left;
	margin-left: 2.1%;
}

.index-new-list ul li {
	background: #faf5ec;
	padding: 17px 20px 10px 25px;
	margin-bottom: 7px;
	position: relative;
}

.index-new-list ul li div {
	transition: .5s;
}

.index-new-list ul li.hover {
	padding: 17px 20px 10px 60px;
}

.index-new-list ul li .line {
	width: 0;
}

.index-new-list ul li.hover .line {
	background: #fa7600;
	position: absolute;
	top: 27px;
	left: 27px;
	width: 20px;
	height: 8px;
}

.index-new-list ul li .new-list-title {
	overflow: hidden;
}

.index-new-list ul li .new-list-title .index-list-title {
	float: left;
	width: 77%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 0 9.68px;
}

.index-new-list ul li .new-list-title .index-list-title a {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.index-new-list ul li.hover .new-list-title .index-list-title a {
	font-size: 18px;
	color: #555;
}

.index-new-list ul li .new-list-title .time {
	float: left;
	width: 23%;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-align: right;
}

.index-new-list ul li.hover .new-list-title .time {
	display: none;
}

.index-new-list ul li .new-list-wzl {
	overflow: hidden;
	height: 0;
}

.index-new-list ul li.hover .new-list-wzl {
	height: 107px;
}

.new-list-wzl .new-list-abstract {
	font-size: 16px;
	line-height: 30px;
	color: #555;
	height: 60px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 5px;
}

.new-list-wzl .time-xin {
	font-size: 18px;
	color: #fff;
	background: #fdc96a;
	padding: 5px 40px;
	display: inline-block;
}

/* 支部风采 */

.branch .title {
	text-align: left;
	position: relative;
	margin: 50px 0 45px;
}

.branch .title h3 {
	font-size: 36px;
	display: inline-block;
	position: relative;
	padding-right: 20px;
	margin: 0;
}

.branch .title h3::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -320px;
	transform: translateY(-50%);
	width: 310px;
	height: 30px;
	background: url(../images-dangji/dynamic-title-right.png) left center no-repeat;
}

.branch .title .more, .study .title .more {
	font-size: 16px;
	color: #c11e11;
	border: 1px solid #ccb180;
	padding: 4px 10px;
	position: absolute;
	right: 0;
	top: 4px;
}

.branch .title .more span, .study .title .more span {
	width: 17px;
	height: 17px;
	display: inline-block;
	margin: 0 0 0 18px;
}

.branch .title .more span img, .study .title .more span img {
	margin-bottom: 3px;
	-webkit-transition: -webkit-transform 0.2s ease-out;
	-moz-transition: -moz-transform 0.2s ease-out;
	-o-transition: -o-transform 0.2s ease-out;
	-ms-transition: -ms-transform 0.2s ease-out;
}

.branch .title .more:hover span img, .study .title .more:hover span img {
	-webkit-transform: rotateZ( 180deg);
	-moz-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	transform: rotateZ( 180deg);
}

.branch ul li {
	overflow: hidden;
	margin-bottom: 16px;
}

.branch ul li .branch-img {
	width: 229px;
	height: 139px;
	overflow: hidden;
	float: left;
	margin-right: 52px;
}

.branch ul li .branch-img img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.branch ul li:hover .branch-img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.branch ul li .branch-info .branch-title {
	font-size: 20px;
	color: #333;
	line-height: 30px;
	margin-bottom: 8px;
	height: 60px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.branch ul li:hover .branch-info .branch-title {
	color: #c11e11;
}

.branch ul li .branch-info .branch-abstract {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 23px;
}

/* 学习资料 */

.study {
	width: 41%;
	float: left;
	margin-left: 5.5%;
}

.study .title {
	text-align: left;
	position: relative;
	margin: 50px 0 29px;
}

.study .title h3 {
	font-size: 36px;
	display: inline-block;
	position: relative;
	padding-right: 10px;
	margin: 0;
}

.study .title h3::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -320px;
	transform: translateY(-50%);
	width: 310px;
	height: 30px;
	background: url(../images-dangji/dynamic-title-right.png) left center no-repeat;
}

.study ul li {
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
}

.study ul li:hover {
	border-bottom: 1px dashed #c11e11;
}

.study ul li a .cont-title {
	font-size: 20px;
	color: #333;
	margin: 0 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .5s;
	position: relative;
}

.study ul li:hover a .cont-title {
	padding-left: 20px;
	transition: .5s;
}

.study ul li a .cont-title::before {
	content: "";
	background: #c11e11;
	position: absolute;
	top: 10px;
	left: 0;
	width: 0;
	height: 4px;
	transition: .5s;
}

.study ul li:hover a .cont-title::before {
	width: 15px;
	transition: .5s;
}

.study ul li a .time {
	font-size: 14px;
	color: #c11e11;
}

/* 友情链接 */

.index-link {
	width: 100%;
	float: left;
	margin-bottom: 45px;
}

.index-link .title h3 {
	font-size: 30px;
}

.index-link ul {
	margin-top: 20px;
	border: 1px solid #d9d9d9;
	padding: 15px 20px;
}

.index-link ul li {
	float: left;
	margin-right: 60px;
}

.index-link ul li a {
	font-size: 14px;
	color: #555;
	position: relative;
}

.index-link ul li:hover a {
	color: #c11e11;
}

.index-link ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #c11e11;
	transition: .5s;
}

.index-link ul li:hover a::before {
	width: 100%;
	transition: .5s;
}

/* 左侧导航 */

.left-nav .current {
	background: #d03d1e;
	text-align: center;
	font-size: 18px;
	color: #fff;
	padding: 13px 0;
	margin: 32px 0 0px;
}

.left-nav ul {
    background: #fbf8f0;
    padding: 25px 0 40px 30px;
}

.left-nav ul li a {
    display: block;
    font-size: 16px;
    color: #555;
    padding: 15px 20px 15px 0;
    text-align: center;
}

.left-nav ul li:hover {
   background: #fff;
}

.left-nav ul li.active {
   background: #fff;
}

.right-box {
	padding-left: 3.5%;
}

.right-list {
	position: relative;
}

.column {
	color: #940306;
	font-size: 20px;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #cbcbcb;
	margin: 30px 0 13px;
}

.column span {
	float: left;
	height: 47px;
	border-bottom: 3px solid #940306;
}

/* 当前位置 */

.location {
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 14px;
	color: #333;
}

.location a {
	font-size: 14px;
	color: #333;
}

.location span {
	width: 3px;
	height: 14px;
	display: inline-block;
	margin: 0 7px -2px;
	background: url(../images-dangji/location-span.png) center no-repeat;
}

/* 列表页 */

.list ul li {
	border-bottom: 1px solid #e6e6e6;
}

.list ul li a {
	display: block;
	padding: 20px 0 20px 30px;
	background: url(../images-dangji/list-dian.png) left center no-repeat;
	overflow: hidden;
	position: relative;
}

.list ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	bottom: 0px;
	height: 1px;
	background: #940306;
	transition: .8s;
}

.list ul li:hover a::before {
	width: 100%;
	transition: .8s;
}

.list ul li a p {
	font-size: 18px;
	color: #555;
	width: 80%;
	float: left;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list ul li:hover a p {
	color: #940306;
}

.list ul li a .date {
	width: 20%;
	float: left;
	font-size: 16px;
	color: #666;
	text-align: right;
}

/* 图片列表 */

.list-img ul li {
	border-bottom: 1px solid #ddd;
	padding: 35px 0 30px;
}

.list-img ul li .list-img-box {
	width: 229px;
	height: 139px;
	overflow: hidden;
	float: left;
	margin-right: 55px;
}

.list-img ul li .list-img-box img {
	width: 100%;
	min-height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.list-img ul li:hover .list-img-box img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.list-img-info .list-img-title{
	font-size: 20px;
	color: #333;
	margin: 0px 0 20px;
	padding-top: 6px;
	height: 34px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-img ul li:hover .list-img-info .list-img-title{
	color: #d03d1e;
}

.list-img-info .list-img-abstract{
	font-size: 14px;
	line-height: 24px;
	color: #333;
	height: 48px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom: 18px;

}

.list-img-info .more{
	font-size: 14px;
	color: #666;
	border: 1px solid #e3e3e3;
	padding: 4px 20px;
	border-radius: 18px;
}

.list-img ul li:hover .list-img-info .more{
	font-size: 14px;
	color: #fff;
	background: #c62a16;
	border: 1px solid #c62a16;
}



.article {
	/* padding-top: 20px; */
	padding: 20px 0;
	background: #fff;
	margin-bottom: 37px;
}

.article h1.intro {
	text-align: center;
	font-size: 18px;
	color: #595c5b;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 0;
}

.article h2.title {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #333;
	font-family: "微软雅黑";
	line-height: 36px;
	margin: 0 0 15px;
	border-bottom: none;
	background: none;
	padding: 0 10px;
}

.article h3.subtitle {
	font-size: 18px;
	color: #393939;
	line-height: 1.5;
	text-align: center;
	margin: 0
}

.article h4.information {
	margin: 0;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #666666;
	padding: 10px 0;
	border-top: 1px solid #dfe1e1;
	border-bottom: 1px solid #dfe1e1;
	margin-bottom: 20px;
}

.article .content {
	font-size: 16px;
	color: #333;
	line-height: 36px;
	min-height: 250px;
	margin-bottom: 50px;
	padding: 10px 0px;
}

.article .content p img{
	max-width: 100% !important;
	height: auto !important;
}

.article .bdsharebuttonbox .bds_mshare {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	background-image: url(/images-dangji/fenxiang.jpg);
	background-position: left center;
	margin: 0;
}

.article .bdsharebuttonbox .bds_weixin {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	background-image: url(/images-dangji/fenxiang.jpg);
	background-position: -45px center;
	margin: 0px;
}

.article .bdsharebuttonbox .bds_tsina {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	background-image: url(/images-dangji/fenxiang.jpg);
	background-position: -90px center;
	margin: 0px;
}

.article .bdsharebuttonbox .bds_qzone {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	background-image: url(/images-dangji/fenxiang.jpg);
	background-position: -140px center;
	margin: 0;
}

.article .bdsharebuttonbox a:hover {
	color: #333;
	opacity: .8;
	filter: alpha(opacity=80);
}

.article .bdsharebuttonbox p {
	float: right;
	margin-top: 7px;
}




.pagebar {
	/* background: #fff; */
	margin: 40px auto;
}

.p_first_d, .p_last_d {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
}

.p_first, .p_last {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
}

.p_prev_d, .p_prev {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
}

.p_no {
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 0px 4px;
	color: #595c5b;
}

.p_no_d {
	background: #940306;
	color: #fff;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 0px 4px;
	display: inline-table;
}

.p_next, .p_next_d {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	margin: 12px 0 12px 4px;
	border: 1px solid #e8e8e8;
	display: inline-table;
}

/* 底部 */

.footer {
	padding: 70px 0 96px;
	text-align: center;
	background: url(../images-dangji/dangjian-footer.png) center no-repeat;
	background-size: 100% 100%;
}

.footer p {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.dj-banner{
	display:block;
	margin: 40px 0 0 0;
}
.dj-banner img{
	width:100%;
}
