﻿@charset "utf-8";

/*黑白*/
/*html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
}*/
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;
	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; 
  }
body {
	background-color: #fff;
}
.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-x-between{
   display: flex;
   justify-content: space-between;
}
.flex-x-end{
   display: flex;
   justify-content:flex-end;
}
.flex-y-center{
    display: flex;
    align-items: center;
}
.flex-y-start{
   display: flex;
   align-items: flex-start;
}
/*人民城市人民建、人民城市为人民*/
.header{
  position: relative;
}
.header .top_banner{
  width: 100%;
}
.header .logo{
  width: 62.5%;
  position: absolute;
  left: 18.75%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.header .logo img{
  width: 100%;
}
.main_content{
  background: #fef2e4 url(../images/center_bg.png) no-repeat center top;
}
.main_content .content_inner{
  width: 1190px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 60px;
}
.sub_title1{
  width: 100%;
  height: 90px;
}
.sub_title1 img{
  width: 195px;
}
.item1{
  width: 100%;
  height: 280px;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, .08); 
  margin-bottom:50px;
}
.item1 .newsPic{
  width: 420px;
  height: 240px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 70px 20px 50px;
}
.item1 .newsPic img{
  width: 100%;
}
.item1 .ul{
  width: 650px;
}
.item1 ul{
  border-bottom: 1px dashed #efefef;
  padding: 15px 30px 5px 50px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.item1 ul li {
  height: 52px;
  width: calc(100% - 80px);
  position: relative;
  display: flex;
  align-items: center;
}
.item1 ul li a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  cursor: pointer;
  font-size: 14px;
  color: #353535;
}
.item1 ul li a p:hover{
  color: #c60000;
}
.item1 ul li:after {
  content: '';
  width: 0px;
  height: 0px;
  color: #fff;
  text-align: center;
  border-top: 3px solid transparent;
  border-left: 6px solid #a60000;
  border-bottom: 3px solid transparent;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.item1 .ul .more{
  font-size: 13px;
  color: #c60000;
  line-height: 50px;
  text-align: center;
  display: block;
}
.item2{
  width: 390px;
  height: 348px;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, .08); 
  position: relative;
}
.item2:hover .ul2,.item3:hover,.item4:hover .ul2{
  border-bottom: 6px solid #c60000;
}
.item2 .sub_title2{
  width: 60px;
  height: 100%;
  background-color: #c60000;
  position: absolute;
  left: 0;
  top: 0;
}
.item2 .sub_title2 img{
  width: 60px;
  position: absolute;
  left: 0;
  top: -20px;
}
.item2 .ul2{
  width: 330px;
  height: 100%;
  border-bottom: 6px solid #ababab;
  margin-left: 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.item2 .ul2 ul{
  border-bottom: 1px dashed #efefef;
  padding: 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.item2 .ul2 ul li{
  height: 54px;
  width: 100%;
  display: flex;
  align-items: center;
}
.item2 .ul2 ul li a{
  width: 100%;
}
.item2 .ul2 ul li p{
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  color: #353535;
}
.item2 .ul2 ul li p:hover{
  color: #c60000;
}
.item2 .ul2 .more,.item3 .more,.item5 .item_Box .ul3 .more{
  font-size: 13px;
  color: #c60000;
  line-height: 48px;
  text-align: center;
  display: block;
}
.item3{
  width: 375px;
  height: 348px;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, .08);
  border-bottom: 6px solid #ababab;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.item3 .videoBox{
  width: 100%;
  height: 295px;
  border-bottom: 1px dashed #efefef;
  padding: 30px 12px 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.item3 .videoBox video{
  width: 100%;
}
.item3 .videoBox .video_title{
  font-size: 15px;
  color: #353535;
  line-height: 2;
}

.item4 .sub_title2{
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
}
.item4 .ul2{
  margin-right:60px;
  margin-left: 0;
}
.item5{
  width: 580px;
}
.item5 .item_Box{
  width: 580px;
  height: 418px;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, .08);
  padding-top: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.item5 .item_Box .newsPic2{
  width: 410px;
  height: 235px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;

}
.item5 .item_Box .newsPic2 img{
  width: 100%;
}
.item5 .item_Box .ul3 ul{
  border-bottom: 1px dashed #efefef;
  height: 115px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding: 10px 20px 0;
}
.item5 .item_Box .ul3 ul li{
  height: 45px;
  padding-left: 15px;
  width: calc(100% - 15px);
  position: relative;
  display: flex;
  align-items: center;
}
.item5 .item_Box .ul3 ul li:after {
    content: '';
    width: 0px;
    height: 0px;
    color: #fff;
    text-align: center;
    border-top: 3px solid transparent;
    border-left: 6px solid #a60000;
    border-bottom: 3px solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.item5 .item_Box .ul3 ul li a{
  width: 100%;
}
.item5 .item_Box .ul3 ul li a p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    font-size: 14px;
    color: #353535;
}
.item5 .item_Box .ul3 ul li a p:hover{
   color: #c60000;
}
.footer{
  width: 100%;
  padding: 20px 0 15px;
  font-size: 12px;
  color: #fff;
  line-height: 1.6;
  background: #c60000;
}
.footer .list{
  margin-bottom: 10px;
}
.footer .list li{
  position: relative;
}
.footer .list li:not(:last-child){
  margin-right: 30px;
}
.footer .list li a{
  color: #fff;
}
.footer .list li:not(:last-child):after{
  content: '';
  width: 1px;
  height: 50%;
  background-color: #fff;
  position: absolute;
  right: -15px;
  top: 25%;
}
.footer p{
  text-align: center; 
}
.footer ul li:not(:last-child){
  margin-right: 20px;
}
.footer ul li .bottom_s1{
  width: 18px;
  height: 20px;
  margin-right: 8px;
  margin-left: 40px;
}
.footer .bottom_s2{
  display: block;
  width: 48px;
  height: 58px;
  margin: 15px auto 0;
}