﻿@charset "utf-8";
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{
	margin:0;
	padding:0;
}
body,input,textarea,select,button,table{
	font-size:16px;
	line-height:1.25em;
	font-family:Arial,'microsoft yahei',Verdana,Helvetica,sans-serif;
}
/*取消按钮点击的时候有阴影*/
a,img,button,input,textarea{
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	-ms-tap-highlight-color:rgba(255,255,255,0);
	-moz-tap-highlight-color:rgba(255,255,255,0);
	-o-tap-highlight-color:rgba(255,255,255,0);
}
button, input, textarea, select {
    border: medium none;
    outline: medium none;/*取消chrome下input和textarea的聚焦边框*/
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
}
body{
    min-width:320px;
    height: 100vh;
	font-size:1em;
	-webkit-text-size-adjust:none; 
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	font-size: inherit; 
	font-weight: normal;
}
header,footer,section,nav,menu,details,hgroup,figure,figcaption,article,aside{
	margin:0;
	padding:0;
	display:block;
}
img,fieldset{
	border:0;
}
img { 
	vertical-align:middle;
}
ul,ol{
	list-style:none;
}
table{
	border-collapse:collapse; 
	width: 100%;
}
a{
	color:#666;
	text-decoration:none;
}
.cl:after{
	clear:both;
	content:" ";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}
.cl{
	zoom:1
}
.rel{
    position: relative;
}
.abs{
	position: absolute;
}
.dis{
    display: block;
}
.hide{
    display: none;
}
.hr_gray {
    border: none;
    border-top: 1px solid #ccc;
}
/*arrow*/
.arr_right:after,.arr_left:after{
  content: "";
  width: 0.4rem;
  height:0.4rem;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  top: 50%;
  right:15px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_down:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 48%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_up:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 50%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.15rem; 
}
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
body {
	background-color: #f4f4f4;
}
.flex {
    display: flex;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.flex-grow-0{
    flex-grow: 0;
}
.flex-grow-1{
    flex-grow: 1;
}
.flex-x-center{
    display: flex;
    justify-content: center;
}
.flex-y-center{
    display: flex;
    align-items: center;
}
.flex-y-start{
   display: flex;
   align-items: flex-start;
}
.flex-x-between{
   display: flex;
   justify-content: space-between;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
/*党纪学习教育*/
body{background-color: #fff;}
.page .header{
    background: url(../images/top_bg.png) center top no-repeat;
    height: 858px;
    max-width: 1920px;
    margin: 0 auto;
    background-size: 100% 100%;
}
.moduleBox1{
    width: 1250px;
    background-color: #fff;
    min-height: 600px;
    position: relative;
    margin: -540px auto 30px;
    border-radius: 25px;
    padding: 33px 15px 30px 30px;
}
.moduleBox1::before{
    content: '';
    width: 108.4%;
    background: url(../images/shadow.png) 0 0 no-repeat;
    height: 530px;
    background-size: 100% 100%;
    position: absolute;
    left: -4.2%;
    top: -40px;
    z-index: -1;
}
.moduleBox1 .deploy_picBox{
    width: 600px;
    height: 450px;
    position: relative;
}
.moduleBox1 .deploy_picBox img{
    width: 100%;
    height: 100%;
}
.moduleBox1 .deploy_picBox p{
    width: 100%;
    font-size: 16px;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0,0,0,0.6);
}
.moduleBox1 .deploy_infoBox{
    width: calc(100% - 630px);
    margin-top: -5px;
}
.deploy_infoBox .man_title,.moduleBox3 .man_title{
    width: 100%;
    position: relative;
}
.deploy_infoBox .man_title img,.moduleBox3 .man_title img{
    height: 67px;;
}
.deploy_infoBox .man_title .moreBtn,.moduleBox3 .man_title .moreBtn{
    display: block;
    width: 65px;
    height: 28px;
    background-color: #fff;
    border-radius: 15px;
    font-size: 14px;
    color: #c60909;
    text-align: center;
    line-height: 28px;
    position: absolute;
    right: 0;
    bottom: 4px;
    border: 1px solid #c60909;
    cursor: pointer;
}
.deploy_infoBox ul,.module_box2_ul{
    margin-top: 5px;
}
.deploy_infoBox ul li,.module_box2_ul li{
    padding-left: 15px;
    height: 49px;
    display: flex;
    align-items: center;
}
.deploy_infoBox ul li a,.module_box2_ul li a{
    display: block;
    cursor: pointer;
}
.deploy_infoBox ul li a p,.module_box2_ul li a p{
    font-size: 16px;
    color: #1e1e1e;
}
.moduleBox2{
    width: 1250px;
    margin: 0 auto;
}
.moduleBox2 .module_box2,.moduleBox2 .module_box3{
    width: 610px;
}
.moduleBox2 .module_box2 .man_title,.moduleBox2 .module_box3 .man_title{
    width: 100%;
    position: relative;
    padding-left: 25px;
}
.moduleBox2 .module_box2 .man_title img,.moduleBox2 .module_box3 .man_title img{
    height: 67px;
}
.moduleBox2 .module_box2 .man_title .moreBtn2,.moduleBox2 .module_box3 .man_title .moreBtn2{
    display: block;
    width: 65px;
    height: 28px;
    background-color: #fff;
    border-radius: 15px;
    font-size: 14px;
    color: #c60909;
    text-align: center;
    line-height: 28px;
    position: absolute;
    right: 0;
    bottom: 4px;
    cursor: pointer;
}
.moduleBox2 .module_box2 ul{
    margin-top: 20px;
}
.moduleBox2 .module_box2 ul li{
    margin-right: 26px;
    width: 292px;
    margin-bottom: 25px;
}
.moduleBox2 .module_box2 ul li a{
    display: block;
    cursor: pointer;
    width: 100%;
}
.moduleBox2 .module_box2 ul li a img{
    width: 100%;
    height: 175px;
}
.moduleBox2 .module_box2 ul li a p{
    font-size: 16px;
    color: #1e1e1e;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}
.moduleBox2 .module_box2 ul li:nth-child(2n){
    margin-right: 0;
}
.moduleBox3{
    width: 1250px;
    margin: -100px auto 20px;
}
.moduleBox3 .man_title{
    padding-left: 25px;
}
.moduleBox3 ul{
    margin-top: 20px;
}
.moduleBox3 ul li {
    margin-right: 26px;
    width: 292px;
    margin-bottom: 30px;
}
.moduleBox3 ul li:nth-child(4n-2){
    margin-right: 30px;
}
.moduleBox3 ul li:nth-child(4n){
    margin-right: 0;
}
.moduleBox3 ul li a{
    display: block;
    cursor: pointer;
    width: 100%;
}
.moduleBox3 ul li a img{
    width: 100%;
    height: 175px;
}
.moduleBox3 ul li a p{
    font-size: 16px;
    color: #1e1e1e;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
}
.module_box2_ul li{
    padding-left: 40px;
    height: 55px;
}
.banner{
    width: 1250px;
    display: block;
    margin: 15px auto;
}
.banner img{
    width: 100%;
}


/*footer*/
.footer {
    width: 100%;
    text-align: center;
    background-color: #b40101;
    padding: 25px 0 20px;
    margin-top: 40px;
}
.footer ul{
    margin-bottom: 10px;
}
.footer ul li a{
    font-size: 12px;
    color: #fff;
}
.footer ul li{
    position: relative;
    padding: 0 15px;
}
.footer ul li:not(:last-child)::after{
    content: '';
    width: 1px;
    height: 60%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer a {
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
}
.footer p a:not(:last-child) {
    margin-right: 30px;
}
.footer .bottom_s2 {
    margin-top: 15px;
    width: 50px;
}
.footer p a img {
    margin-right: 5px;
}
