@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #595c5b;
	background: #f6f6f6;
	overflow-x: hidden;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #828282;
}

a:hover, a:visited {
	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;
}

/* 头部logo信息 */

.header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 3;
	background-color: rgba(210, 15, 18, 0.83);
	padding: 15px 0 0;
}

.top-link {
	width: 100%;
	float: right;
}

.top-link ul li {
	float: right;
	margin-left: 15px;
}

.top-link ul li a {
	font-size: 14px;
	color: #fff;
}

.logo {
	display: block;
	width: 42%;
	margin-right: 5%;
	float: left;
	margin-top: -15px;
}

.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	width: 24px;
	height: 22px;
	background: url(../images/anniu.png) no-repeat;
	margin-top: 10px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;
}

/*导航*/

.nav {
	width: 53%;
	float: left;
	margin-top: 17px;
}

.nav ul li {
	float: left;
	width: 14.5%;
	margin-left: 0.5%;
	height: 55px;
	line-height: 40px;
	position: relative;
	text-align: center;
}

.nav ul li:first-child {
	width: 10%;
	margin-left: 0;
}

.header1 .nav ul li .nav_item li {
	width: 100%;
}

.nav ul li a {
	display: block;
	font-size: 18px;
	color: #fff;
	height: 55px;
	display: block;
	position: relative;
}

.nav ul li a::after {
	content: "";
	position: absolute;
	bottom: 15px;
	left: 40%;
	height: 3px;
	width: 0;
	background-color: #f1c62c;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nav ul li:hover a::after {
	width: 20px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nav ul li.active a::after {
	width: 20px;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nav ul li .nav_item {
	display: none;
	position: absolute;
	top: 54px;
	left: 0;
	background-color: rgba(210, 15, 18, 0.13);
	width: 100%;
	z-index: 999;
}

.nav ul li .nav_item li {
	float: none;
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border-bottom: none;
	background: none;
	margin-left: 0;
	margin-top: 1px;
}

.nav ul li .nav_item li a {
	font-size: 16px;
	color: #fff;
	height: 39px;
	line-height: 39px;
	position: relative;
}

.nav ul li .nav_item li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 3px;
	height: 0;
	background-color: #f1c62c;
	transition: 0.3s;
	-weblit-transition: 0.3s;
}

.nav ul li .nav_item li:hover a::before {
	top: 0;
	height: 100%;
}

.nav ul li:hover .nav_item a {
	background-color: rgba(210, 15, 18, 0.43);
}

.nav ul li:hover .nav_item a::after {
	width: 0;
}

.nav ul li .nav_item li:hover a {
	background-color: rgba(210, 15, 18, 0.83);
}

.nav ul li .nav_item li.active a {
	background-color: rgba(210, 15, 18, 0.83);
}

/*banner相关设置*/

#full-width-slider {
	width: 100%;
	min-height: 120px;
	color: #000;
}

/*首页内容部分*/

.index-content {
	padding: 30px 0 0;
	background: #fff;
}

/* 首页标题 */

.index-title {
	margin: 0;
	overflow: hidden;
	position: relative;
}

.index-title::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 1px;
	width: 91.5%;
	height: 1px;
	background: #d76e67;
}

.index-title.index-title4::after {
	width: 93.2%;
}

.index-title.index-title3::after {
	width: 79%;
	background: #0e273a;
}

.index-title h3 {
	float: left;
	text-align: left;
	font-size: 24px;
	line-height: 45px;
	color: #2b2b2b;
	font-weight: normal;
	border-bottom: 5px solid #c74d47;
	margin: 0;
}

.index-title.index-title3 h3 {
	border-bottom: 5px solid #0e273a;
}

.index-title .more {
	display: block;
	position: absolute;
	right: 0px;
	top: 14px;
	text-align: right;
}

.index-title2 h3 {
	text-align: center;
	font-size: 18px;
	line-height: 45px;
	color: #be0000;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	background: url(../images/special-icon.png) 15px center no-repeat;
	border-bottom: 1px solid #d9d9d9;
}

.index-title5 {
	position: relative;
}

.index-title5 h3 {
	text-align: left;
	font-size: 24px;
	line-height: 45px;
	color: #2b2b2b;
	font-weight: normal;
	margin: 0;
}

.index-title5 .more {
	display: block;
	position: absolute;
	right: 0px;
	top: 14px;
	text-align: right;
	font-size: 16px;
	color: #2b2b2b;
}

.index-title2 h3 img {
	margin-right: 15px;
}

/* 党群动态*/

.index-dynamic {
	padding-right: 4.95%;
}

.dynamic-tel {
	padding-right: 3.23%;
	margin-top: 10px;
}

#full-width-slider1 {
	width: 100%;
}

#full-width-slider1 .rsGCaption{
   display: none;
}

.dynamic-list {
	margin-top: 15px;
	padding-right: 10px;
}

.index-list ul li a {
	display: block;
	overflow: hidden;
}

.index-list ul li a p {
	width: 75%;
	float: left;
	font-size: 16px;
	color: #2b2b2b;
	line-height: 44px;
	overflow: hidden;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-list ul li:hover a p {
	color: #c00609;
}

.index-list ul li a span {
	width: 25%;
	float: left;
	font-size: 16px;
	line-height: 44px;
	color: #2b2b2b;
	text-align: right;
}

.index-list ul li:hover a span {
	color: #c00609;
}

/* 专题荟萃 */

.index-special {
	border: 1px solid #d9d9d9;
}

.index-special ul {
	margin: 30px 16px 17px;
}

.index-special ul li {
	margin-bottom: 8px;
}

.index-special ul li a {
	display: block;
	height: 84px;
	overflow: hidden;
}

.index-special ul li a 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;
}

.index-special ul li:hover a 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);
}

.index-tol {
	margin: 60px 0 50px;
}

.index-tol ul {
	margin-left: -2%;
}

.index-tol ul li {
	float: left;
	width: 23%;
	margin-left: 2%;
}

.index-tol ul li:hover {
	box-shadow: 0px 3.5px 7px #c19968;
}

.index-tol ul li a {
	display: block;
}

.index-tol ul li a p {
	text-align: center;
	font-size: 18px;
	color: #b00811;
	padding: 0 12%;
	height: 83px;
	line-height: 83px;
	background: url(../images/tol.jpg) center;
	background-size: 100%;
}

.index-tol ul li a p span {
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
	overflow: hidden;
}

/* 理论学习 &党群活动*/

.service-list {
	padding-right: 1.27%;
}

.service-list ul, .activity-list ul {
	margin-top: 20px;
}

.activity-list {
	padding: 0 0.635%;
}


.service-list .index-title::after{
   width: 89.5%;
}

.service-list.index-list ul{
    margin-left: -2%;
       overflow: hidden;
}

.service-list.index-list ul li {
    width: 48%;
   float: left;
    margin-left: 2%;
}

.service-list.index-list ul li a{
    background: url(../images/service-list-dian.png) no-repeat left 20px;
    padding-left: 26px;
}

.service-list.index-list ul li a p{
	width: 100%;
}


.activity-list.index-list ul li a p{
	width: 100%;
}

/* 党群风采 */

.teaching-list {
	padding-left: 1.27%;
}

.teaching-list ul {
	margin-left: -4.03%;
	overflow: hidden;
}

.teaching-list ul li {
	margin-top: 15px;
	float: left;
	width: 29.3%;
	margin-left: 4.03%;
}

.teaching-list ul li a{
	height: 196px;
}

.teaching-list ul li a img {
	width: 100%;
       min-height: 100%;
}

.teaching-list .teaching-box {
	background: #f0f0f0;
	padding: 12px 30px 30px;
}

/* 学习矩阵 */

.index-link {
	padding: 15px 0 50px;
	background: #fff;
}

.index-link ul {
	margin-left: -2.5%;
}

.index-link ul li {
	width: 17.5%;
	float: left;
	margin-left: 2.5%;
	border: 1px solid #d0d5d7;
	margin-top: 30px;
}

.index-link ul li a {
	display: block;
	height: 87px;
	line-height: 87px;
	overflow: hidden;
	text-align: center;
}

.index-link ul li a img {
	max-width: 100%;
}

/*子页面大图片*/

.x-banner {
	position: relative;
	background: #fafafa;
}

.x-banner-img {
	width: 100%;
}

.columntitle {
	/* margin: 20px 0 25px; */
	position: absolute;
	left: 0;
	bottom: 26%;
	width: 100%;
}

.columntitle span {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	text-shadow: #000 0px 3px 7px;
}

/* 当前位置 */

.location {
	font-size: 14px;
	color: #333;
	margin-bottom: 30px;
}

.location a {
	font-size: 14px;
	color: #333;
}

.location span {
	margin: 0 10px;
}

/* 内页 */

.content-box {
	background-color: #fff;
	background-image: url(../images/content-box.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 25px 0 0;
}

/* 内页左侧 */

.left-box {
	float: right;
	background: #f9f9f9;
	margin-bottom: 40px;
}

.left-box .left-nav .column {
	font-size: 18px;
	color: #fff;
	background: #c00609;
	text-align: center;
	padding: 18px 0;
	margin: 0;
}

.left-box .left-nav ul{
	padding: 0 24px;
}


.left-box .left-nav ul li {
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}

.left-box .left-nav  ul li a {
	display: block;
	font-size: 16px;
	color: #333;
	text-align: center;
	padding: 20px 0;
}

.left-box .left-nav  ul li.active a {
	color: #c00609;
	font-weight: bold;
}

.left-box .left-nav ul li:hover a {
	color: #c00609;
	font-weight: bold;
}

/* 内页右侧 */

.right-content {
	margin-bottom: 20px;
	padding-right: 6%;
}

/* 列表 */

.list ul li {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.list ul li a {
	display: block;
	line-height: 62px;
	height: 62px;
}

.list ul li a p {
	float: left;
	width: 75%;
	font-size: 17px;
	color: #333;
	line-height: 62px;
	height: 62px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list ul li:hover a p {
	color: #c00609;
	font-weight: bold;
}

.list ul li a span {
	float: left;
	width: 25%;
	color: #bcbcbc;
	text-align: right;
	font-size: 16px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.list ul li a span img {
	margin-right: 10px;
	margin-bottom: 4px;
}

.list ul li:hover span {
	padding-right: 8px;
}



/* 简介 */
.about {
      min-height: 300px;
}

.about p {
	font-size: 16px !important;
	color: #666;
	line-height: 28px !important;
}

.about p  span{
	font-size: 16px !important;
	color: #666;
	line-height: 28px !important;
}

.about  span{
	font-size: 16px !important;
	color: #666;
	line-height: 28px !important;
}

.about img {
	max-width: 100%;
}

.about p img {
	max-width: 100%;
}

.left-box .left-nav .right-notice ul{
	padding-bottom: 30px;
}

.left-box .left-nav .right-notice ul li{
	border-bottom: 1px solid #dddddd;
}

.left-box .left-nav .right-notice ul li a{
	display: block;
	 text-align: left;
	 padding: 25px 0 10px;
}

 .right-notice ul li a p{
	font-size: 16px;
    color: #666;
    line-height: 20px;
	margin-bottom: 10px;
    height: 60px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin-bottom: 18px;
}

.right-notice ul li:hover a p{
	color: #c00609;
}


.right-notice ul li a span{
	display: block;
	font-size: 12px;
    color: #666;
}

/* 内容页 */

.article {
	padding-top: 20px;
}

.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: 24px;
	color: #333;
	font-family: "微软雅黑";
	line-height: 30px;
	margin: 0 0 15px;
}

.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: 30px;
	font-size: 12px;
	color: #666666;
	margin: 10px 0 20px;
	background: url(../images/information.png) center repeat-y;
}

.article .content {
	font-size: 16px !important;
	color: #333 !important;
	line-height: 34px !important;
	min-height: 250px;
	margin-bottom: 50px;
	padding: 10px 0px;
}

.article .content p {
	font-size: 16px !important;
	color: #333 !important;
	line-height: 34px !important;
}

.article .content p span {
	font-size: 16px !important;
	color: #333 !important;
	line-height: 34px !important;
}

.article .content span {
	font-size: 16px !important;
	color: #333 !important;
	line-height: 34px !important;
}

.article .content img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

.article .bdsharebuttonbox .bds_mshare {
	float: right;
	display: block;
	width: 36px;
	padding-left: 0;
	line-height: 36px;
	height: 36px;
	background-image: url(../images/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/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/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/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;
}

/*尾部*/

.footer {
	background-color: #c00609;
	padding: 55px 0;
	text-align: center;
}

.footer p {
	font-size: 16px;
	color: #fcceae;
}

/*分页栏*/

.pagebar {
	background: #f4f4f4;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 35px 0;
}

.p_first_d, .p_last_d {
	display: none;
}

.p_first, .p_last {
	display: none;
}

.p_prev_d, .p_prev {
	font-size: 12px;
	color: #808080;
	padding: 5px 9px;
	width: 60px;
	margin: 0px 4px;
}

.p_no {
	padding: 2px 8px;
	margin: 0px 4px;
	color: #333;
}

.p_no a {
	color: #333;
}

.p_no_d {
	background: #105ab1;
	color: #fff;
	padding: 2px 8px;
	margin: 0px 4px;
	border-radius: 20px;
}

.p_next, .p_next_d {
	font-size: 12px;
	color: #808080;
	padding: 5px 9px;
	width: 60px;
	margin: 0px 4px;
}