body{
	background: #f1f1f1;
}
@media (min-width: 1200px){
	.container {
	    width: 90%!important;
	}
}
ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}
* {
	outline:none;
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
}
a{
	 text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.of{
	overflow: hidden;
}
.sub_nav{
	transform: translate(-50%,0);
	top: 100px;
}
/*banner*/
.banner{
	width: 100%;
	height: auto;
}
.swiper-container1 {
      width: 100%;
      height: 100%;
    }
.swiper-container1 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.swiper-container1 .swiper-slide img{
	width: 100%;
	height: auto;
}
.swiper-pagination1 .swiper-pagination-bullet-active{
	background: #ad0007;
}
/*content*/
.con{
	width: 100%;
	height: auto;
	margin: 50px 0;
}
.con .col-md-8{
	padding-left: 0;
	padding-right: 0;
}
.con-a{
	width: 100%;
	height: auto;
	background: #fff;
	padding: 40px 30px;
	margin-bottom: 30px;
}
.con-b{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
	margin-bottom: 30px;
}
.con-b p:first-child{
	color: #333;
	font-size: 35px;
	display: inline-block;
	border-bottom: 3px solid #ad0007;
	margin-bottom: 0;
	padding-bottom: 5px;
}
.q{
	color: #ad0007;
	font-size: 14px;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 5px;
}
.a:hover{
	text-decoration: underline;
}
.swiper-container1 {
      width: 100%;
      height: 100%;
      position: relative;
    }
.swiper-container1    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.con-c{
	width: 100%;
	height: auto;
}
.con-d{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.con-d img{
	width: 100%;
	height: auto;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.con-e{
	width: 100%;
	height: 75px;
	background: rgba(0,0,0,0.4);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	padding: 10px 30px;
}
.con-e p:first-child{
	color: #fff;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
}
.con-e p:nth-child(2){
	color: #ad0007;
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
	width: 50%;
}
.swiper-pagination2{
	text-align: right;
	padding-right: 30px;
}
.swiper-pagination2 .swiper-pagination-bullet{
	border-radius: 0px;
	background: #fff;
}
.swiper-pagination2 .swiper-pagination-bullet-active{
	background: #ad0007;
}
.con-f{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.con-f div{
	width: 100%;
	height: auto;
}
.con-f div a{
	width: 100%;
	height: 30px;
	display: inline-block;
}
.con-f div span{
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #ad0007;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}
.con-f div p:nth-child(2){
	color: #666;
	font-size: 14px;
	width: 74%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
	margin-bottom: 0;
	line-height: 30px;
	vertical-align: middle;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.con-f div p:nth-child(3){
	color: #b2b2b2;
	font-size: 14px;
	font-family: 'Arial'!important;
	display: inline-block;
	width: 21%;
	margin-bottom: 0;
	vertical-align: middle;
	text-align: right;
}
.con-f div a:hover p:nth-child(2){
	color: #ad0007;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.con-h{
	border-bottom: 1px solid #f6f6f6;
}
.con-h1{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.con-h1 p:first-child{
	color: #555;
	font-size: 20px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.con-h1 p:nth-child(2){
	color: #666;
	font-size: 14px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
.con-h1 p:nth-child(3){
	color: #ad0007;
	font-size: 14px;
	font-family: 'Arial'!important;
	text-align: right;
}
.con-h:hover .con-h1 p:first-child{
	color: #ad0007;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.con-h:hover .con-d img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
/*日历*/
.con-i{
	width: 100%;
	height: auto;
	background: #ffb3b3;
	margin-bottom: 30px;
	padding: 30px 40px 40px;
}
.con-i1{
	width: 100%;
	height: auto;
}
.con-i2{
	width: 60%;
	display: inline-block;
}
.con-i2 div:first-child{
	color: #ad0007;
	font-size: 100px;
	font-family: 'Arial'!important;
	display: inline-block;
	margin-right: 5px;
	line-height: 100px;
}
.con-i2 div{
	display: inline-block;
}
.con-i2 p{
	color: #ad0007;
	font-size: 30px;
	margin-bottom: 0;
	line-height: 33px;
}
.con-i3{
	width: 73px;
	height: 73px;
	background: #ad0007;
	display: inline-block;
	float: right;
	color: #fff;
	font-size: 20px;
	padding: 10px 15px;
	margin-top: 10px;
	line-height: 26px;
}
.con-i4{
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 20px;
	margin-top: 10px;
}
.con-i4 span{
	margin-left: 10px;
}
.con-i img{
	width: 100%;
	height: auto;
	margin-top: 35px;
	float: none;
}
/*党建专栏*/
.con-j{
	width: 100%;
	height: auto;
	background: #fff;
	border-top: 2px solid #ad0007;
	margin-top: 30px;
	padding: 30px;
}
.con-j p:first-child{
	color: #ad0007;
	font-size: 35px;
	text-align: center;
	font-family: '黑体'!important;
}
.con-j1{
	width: 100%;
	height: auto;
	position: relative;
	padding: 25px 0;
	margin: 20px 0;
}
.swiper-container3 {
        width: 100%;
        height: 250px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }
.swiper-container3    .swiper-slide {
        text-align: center;
        font-size: 18px;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
    }
.swiper-container3    .swiper-slide img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.swiper-button-prev3{
	background-image: url(../images/1.png);
	background-size: 100%;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.swiper-button-next{
	background-image: url(../images/2.png);
	background-size: 100%;
	top: 100%;
	left: 50%;
	transform: translate(-50%,0);
}
.con-k{
	width: 100%;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
}
.swiper-container4 {
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.con-k1{
	width: 100%;
	height: auto;
	position: relative;
}
.con-k1 img{
	width: 100%;
	height: auto;
}
.con-k2{
	width: 80%;
	height: 80%;
	border: 1px solid #fff;
	background: rgba(0,0,0,0.19);
	padding: 30px 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.con-k2 p:first-child{
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.con-k2 p:nth-child(2){
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	margin-top: 20px;
	text-align: left;
	text-indent: 2em;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 50px;
}
.con-k2 p:nth-child(3){
	width: 96px;
	height: 34px;
	background: #ad0007;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
	margin-top: 10px;
}
.con-j select{
	width: 100%;
	height: 40px;
	border: 1px solid #ededed;
	text-align: center;
	background: url(../images/3.png) no-repeat scroll right center transparent;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 30px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.con-l1{
	width: 100%;
	height: auto;
}
.con-l1 li{
	width: 46.5%;
	height: auto;
	border: 1px solid #ededed;
	margin-top: 30px;
	margin-right: 7%;
	display: inline-block;
}
.con-l1 li:nth-child(2n){
	margin-right: 0;
}
.con-l1 li img{
	width: 100%;
	height: auto;
}
.con-l1 li:hover{
	border: 1px solid #c9b699;
}
@media (max-width: 1600px){
	.con-k2 p:nth-child(2){
		-webkit-line-clamp:3;
		height: 84px;
		overflow: hidden;
		margin-top: 15px;
	}
	.con-k2 p:first-child{
		font-size: 22px;
	}
	.con-e p:first-child{
		font-size: 18px;
	}
	.con-h1 p:first-child{
		font-size: 18px;
	}
	.con-i2{
		width: 70%;
	}
	.con-i2 div:first-child{
		font-size: 90px;
	}
	.con-f div p:nth-child(2){
		width: 61%;
	}
	.con-f div p:nth-child(3){
		width: 31%;
	}
	.swiper-container3 {
        height: 210px;
    }
}
@media (max-width: 1400px){
	.con-b p:first-child{
		font-size: 30px;
	}
	.con-k2 p:first-child{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.con-k2 p:nth-child(2){
		-webkit-line-clamp:3;
		height: 72px;
		overflow: hidden;
		margin-top: 15px;
		line-height: 24px;
	}
	.swiper-container3 {
        height: 184px;
    }
    .con-f{
    	margin-top: 15px;
    }
    .con-e{
    	padding: 10px 15px;
    	height: 65px;
    }
    .con-i2 div:first-child{
    	font-size: 80px;
    	margin-right: 0;
    }
    .con-i2 p{
    	font-size: 28px;
    }
    .con-i3{
    	width: 65px;
    	height: 65px;
    	font-size: 16px;
		line-height: 22px;
    }
    .con-i img{
    	margin-top: 20px;
    }
    .con-i4{
    	font-size: 14px;
    }
    .con-a{
    	padding: 30px;
    }
    .con-e p:first-child{
    	font-size: 16px;
    }
    .con-b{
    	margin-bottom: 20px;
    }
    .con-l1 li{
    	margin-top: 20px;
    }
    .con-h1 p:first-child{
    	font-size: 16px;
    }
}
@media (max-width: 1300px){
	.swiper-container3 {
        height: 160px;
    }
    .con-k2{
    	padding: 20px 0;
    }
    .con-k2 p:first-child{
    	font-size: 18px;
    	margin-bottom: 0;
    }
    .con-k2 p:nth-child(2){
    	margin-top: 10px;
    	padding: 0 20px;
    }
    .con-k2 p:nth-child(3){
    	margin-top: 0;
    }
	.con-b p:first-child{
		font-size: 28px;
	}
	.con-i2 div:first-child{
		line-height: 80px;
		font-size: 70px;
	}
	.con-i4{
		margin-top: 0px;
	}
	.con-i2 p{
		font-size: 24px;
		line-height: 26px;
	}
	.con-f{
		margin-top: 10px;
	}
	.con-j select{
		padding-left: 20px;
	}
	.con-i{
		padding: 30px;
	}
	.con-j p:first-child{
		font-size: 30px;
	}
	.con-f div a{
		height: 28px;
	}
	.con-a{
		padding: 28px 30px;
	}
}
@media (max-width: 1200px){
	.con-b p:first-child{
		font-size: 26px;
	}
	.con-e p:first-child{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.con-e{
		padding: 10px;
		height: 55px;
	}
	.swiper-container3 {
        height: 150px;
    }
	.swiper-pagination2{
		padding-right: 20px;
	}
	.con-f div p:nth-child(3){
		font-size: 12px;
	}
	.con-h1 p:first-child{
		margin-bottom: 5px;
	}
	.con-h1{
		margin-top: 15px;
	}
	.con-a{
		padding: 25px;
	}
	.con-i{
		padding: 25px;
	}
	.con-i img{
		margin-top: 20px;
	}
	.con-k2{
		padding: 15px 0;
	}
	.con-k2 p:nth-child(2){
		margin-bottom: 5px;
		margin-top: 5px;
	}
	.con-j select{
		padding-left: 15px;
	}
}
@media (max-width: 991px){
	.swiper-container3 {
        height: 332px;
    }
	.con-k2{
		padding: 40px;
	}
	.con-k2 p:first-child{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.con-k2 p:nth-child(2){
		font-size: 14px;
		line-height: 28px;
		height: 84px;
		margin-bottom: 10px;
	}
}
@media (max-width: 767px){
	.con{
		margin: 20px 0;
	}
	.con-a{
		padding: 15px;
		margin-bottom: 15px;
	}
	.con-b p:first-child{
		font-size: 22px;
	}
	.con-i{
		padding: 15px;
	}
	.con-i img{
		margin-top: 5px;
	}
	.con-j{
		margin-top: 15px;
		padding: 15px;
	}
	.con-j p:first-child{
		font-size: 24px;
	}
	.swiper-container3 {
        height: 180px;
    }
    .con-k{
    	margin-top: 15px;
    }
    .con-k2{
    	width: 90%;
    	height: 90%;
    	padding: 20px;
    }
    .con-k2 p:first-child{
    	font-size: 18px;
    }
    .con-k2 p:nth-child(3){
    	margin-top: 5px;
    }
    .con-j select{
    	margin-top: 15px;
    	margin-bottom: 0;
    }
    .con-l1 li{
    	margin-top: 15px;
    	width: 47.5%;
    	margin-right: 5%;
    }
}
@media (max-width: 320px){
	.swiper-container3 {
        height: 135px;
    }
    .con-k2 p:nth-child(2){
    	line-height: 22px;
    	height: 66px;
    }
}