*{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #666666;
}
body{
	/*line-height: 180%;*/
	    min-width: 1200px;
}
.clear{
	overflow: hidden;
}
.left{
	float: left;
}
.right{
	float: right;
}


.banner{
	width: 100%;
	height: 600px;
	background: url('../images/banner.png') no-repeat center center;
	background-size: cover;
}
/*第一块*/
.pos{
	width: 300px;
	height: auto;
	position: fixed;
	top:500px;
	left:15px;
}
.cont1{
	padding: 40px;
	width: 1104px;
	margin:50px auto 0;
	border-radius: 0 50px 0 50px;
	border:8px solid #d30011;
}
.tit1{
	text-align: center;
	overflow: hidden;
}
.tit1>span{
	color: #717171;
	font-size: 14px;
	float: right;
	margin-top: 90px;
}
.cont1_top{
	overflow: hidden;
}
.cont1_top{
	margin-top: 50px;
	background: #f7f7f7;
	border-radius: 0 50px 0 50px;

}
.cont1_left{
	float: left;
	width: 720px;
	/*width: 50%;*/
	margin-right: 20px;
	line-height: 34px;
}
.cont1_left_img{
	width: 50%;
	float: left;
	margin-right: 20px;
}
.cont1_right{
	float: right;
	width: calc(50% - 60px);
    padding: 37px 20px;
	position: relative;
}
.con1_tit{
	font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 20px;
    color: #a40d10;
}
.cont1_txt{	
	/*font-size: 18px; */
	line-height: 30px;
	text-indent: 32px;
	color: #6e6967;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	
}
.cont1_right a{
	position: absolute;
	bottom:40px;
	right: 40px;
}
.cont1_right a,.con2_txt>a{
	color: #d82118;
}


/*第二块*/
.main2{
	background: url("../images/main2_bj.png") no-repeat center;
	background-size: cover;
}
.cont2{
	padding: 80px 0;
	width: 1200px;
	margin:0 auto;
}
.con2{
	overflow: hidden;
	margin-top: 60px;
}
.con2_ul{
	float: left;
	width: calc(100% - 616px);
}
.con2_li{
	margin-bottom: 60px;
}
.con2_li:last-child{
	margin-bottom: 0;
}
.con2_li>a{
	display: block;
	background: url("../images/li.png") no-repeat left 5px;
	padding-left: 30px;
	line-height: 30px;
}
.con2_tit{
	font-size: 20px;
	margin-bottom: 10px;
	color: #333;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.con2_li>a:hover{	
	background: url("../images/li_hover.png") no-repeat left 5px;
}
.con2_li>a:hover .con2_tit{
	color: #a40008;	
}
.con2_txt{
	color: #6e6967;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.con2_right{
	float: right;
	width: 586px;
	margin-left: 30px;
}
.con2_right>img{
	width: 100%;
	height: auto;
}
/*第三块*/
.cont3{
	width: 1200px;
	margin:0 auto;
}
.cont3_ul{
	overflow: hidden;
}
.cont3_li{
	width: calc(100%/2 - 15px);
	float: left;
	margin-right: 30px;
	
}
.cont3_li:nth-child(2n){
	margin-right: 0;
	float: right;
}
.cont3_ul>.cont3_li:last-child{
	border-bottom: none;
}
.cont3_li_a{
	color: #999999;
	font-size: 18px;
	display: block;	
	background: url("../images/li2.png") no-repeat left center;
	padding: 20px;
	height: 40px;
	line-height: 40px;	
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;	
}
.cont3_li_a:hover{
	color: #d82118;
}


/*第四块*/
.main4{
	background: url("../images/main4_bj.jpg") no-repeat center;
	background-size: cover;
}
.cont4{
	padding: 60px 0;
	width: 1140px;
	margin:0 auto;
	border-radius: 0 0 30px 30px;
}
.tit4>img{
	
}
.tit4>span{
	color: #717171;
	font-size: 14px;
	float: right;
	margin-top: 30px;
}
.con4{
	overflow: hidden;
	margin-top: 25px;
	padding: 40px 0;
}
.con4_book{
	background: url("../images/book_bj.jpg") no-repeat center center;
	padding: 20px 70px;
	margin-bottom: 20px;
	overflow: hidden;
}
.con4_book_li{
	width: calc(100%/4 - 48px);
	margin-right: 64px;
	text-align: center;
	background: rgba(219,111,95,.7);
	float: left;
}
.con4_book_li:last-child{
	margin-right: 0;
}
.con4_book_li>a{
	color: #fff;	
}
.con4_book_li>a:hover{
	text-decoration: underline;
}
.con4_book_img{
	padding: 15px 0;
	height: 166px;
	width: auto;
}
.con4_book_img>img{
	height: 100%;
	width: auto;
}
.con4_book_txt{
	background: rgba(194,46,40,58);
	padding: 12px;
	width: calc(100% - 24px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}


.con4_left{
	float: left;
}
.con4_center{
	float: left;
	margin: 0 20px;
}
.con4_center_top{
	margin-bottom: 12px;
	overflow: hidden;
}
.con4_center_top>a{
	float: left;
}
.con4_center_top>a:nth-child(2){
	float: right;
}
.con4_right{
	float: right;
}

/*党章*/
.main5{
	padding: 40px 0;
}
.con5{
	width: 1200px;
	margin:0 auto;
}
.cont5_ul{
	overflow: hidden;
	margin-top: 30px;
}
.cont5_li{
	width: calc(100% / 3 - 82px);
	margin-right:20px;
	border: 1px solid #ececec;
	background: url("../images/li3.png") no-repeat 20px center;
	padding: 10px 20px;
	padding-left: 40px;
	background-color: #fafafa;
	float: left;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/*底部*/
.foot{
	background: #cccccc;
	height: 300px;
}
.foot_cont{
	width: 1200px;
	margin: 0 auto;
}
.foot_nav{
	width: 613px;
	margin: 0 auto 50px;
	display: flex;
	padding-top: 50px;
}
.foot_li{
	width: 100px;
	border-right: 2px solid #8d8d8d;
	margin-right: 20px;
}
.foot_info{
	padding: 0 54px;
	display: flex;
	justify-content: space-between;
}
.info{
	width: 870px;
}
.info p{
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
}
.info p span{
	margin-right: 20px;
}
.info p:nth-child(2) span:last-child{
	margin-right: 0px;
}

.focusBox {
	position: relative;
	width: 1300px;
	margin: 40px auto;	
	height: 220px;
	overflow: hidden;
	text-align: left;
}
.tempWrap{
	width: 1200px!important;
	margin: 0 auto;
}
.focusBox .pic li{
	width: 292px!important;
	height: 218px!important;
	margin-right: 10px;
	float: left;
}
.focusBox .pic li>a{
	display: block;
    width: 100%;
	height: 100%;
    position: relative;
}
.focusBox .pic img {
	width: 100%;
	height: 100%;
	display: block;
}
.focusBox .txt{
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 44px;
	line-height: 44px;
	background: rgba(164,0,47,.5);
	width: calc(100% - 10px);
	color: #fff;
	padding: 0 0 0 10px;
	font-size: 14px;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prev,.next {
	width: 40px !important;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
}

.prev {
	left: 10px;
	background: url(../images/prev.png) no-repeat center left;
	z-index: 44;
}


.next {
	right: 10px;
	background: url(../images/next.png) no-repeat center right;
	z-index: 44
}
