* {
  margin: 0;
  padding: 0;
  border: 0;
}

.banner {
  background: url(../img/banner.png) no-repeat center bottom/auto 100% !important;
  color: #ffffff !important;
  cursor: pointer;
  width: 100%;
  height: 260px;
  padding-top: 60px;
  box-sizing: border-box;
}

.banner >  .cont {
  display: block;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  color: #ffffff !important;
}
.banner > .cont:hover{
  color: #ffffff !important;
}
.banner > .cont > .banner_title {
  margin-bottom: 19px;
  font-size: 38px;
  font-weight: bolder;
  line-height: 53px;
}
.banner  > .cont > .banner_desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  width: 631px;
}
/* 中间内容 */
.connet {
  background: #f7f6f7;
  width: 1200px;
  margin: 10px auto;
  margin-bottom: 24px;
  overflow: hidden;
}
/* 内容左侧导航 */
.connet .leftList {
  margin-right: 18px;
}
.connet .leftList .title {
  width: 290px;
  padding-left: 20px;
  height: 44px;
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
  font-size: 18px;
  color: #ffffff;
  line-height: 50px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.connet .leftList ul {
  background-color: #fdfdfd;
  padding-top: 9px;
  padding-bottom: 20px;
}

.connet .leftList ul li {
  border-left: 2px solid #fdfdfd;
  padding-left: 58px;
  width: 290px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
  background-image: url(../img/icon_one.png);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: 30px 17px;
  cursor: pointer;
}
/* click和hover的表示可以用hover */
.connet .leftList ul li:hover {
  cursor: pointer;
  background-color: rgba(255, 70, 67, 0.08);
  border-left: 2px solid #ff4643;
  color: #ff4643;
}
/* 点击后样式改变 */
.active {
  background-color: rgba(255, 70, 67, 0.08);
  border-left: 2px solid #ff4643 !important;
  color: #ff4643 !important;
}
/* 一些图标 */
.connet .leftList .cityList li:nth-child(1){
  background-image: url(../img/icon_beijing.png);
}
.connet .leftList .cityList li:nth-child(2){
  background-image: url(../img/icon_tianjin.png);
}
.connet .leftList .cityList li:nth-child(3){
  background-image: url(../img/icon_shandong.png);
}
.connet .leftList .cityList li:nth-child(4){
  background-image: url(../img/icon_sichuan.png);
}

.connet .leftList .listOne li:nth-child(2) {
  background-image: url(../img/icon_two.png);
}
.connet .leftList .listOne li:nth-child(3) {
  background-image: url(../img/icon_three.png);
}
.connet .leftList .listOne li:nth-child(4) {
  background-image: url(../img/icon_four.png);
}
.connet .leftList .listOne li:nth-child(5) {
  background-image: url(../img/icon_five.png);
}
.connet .leftList .listOne li:nth-child(6) {
  background-image: url(../img/icon_six.png);
}

.connet .leftList .oneList li:nth-child(1) {
  background-image: url(../img/one_icon.png);
}
.connet .leftList .oneList li:nth-child(2) {
  background-image: url(../img/two_icon.png);
}
.connet .leftList .oneList li:nth-child(3) {
  background-image: url(../img/three_icon.png);
}
.connet .leftList .oneList li:nth-child(4) {
  background-image: url(../img/four_icon.png);
}
/* 内容右侧文字 */
.connet .rightItem {
  width: 830px;
  background-color: #f7f6f7;
}
.connet .rightItem .item {
  background-color: #ffffff;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.connet .rightItem .info_title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.connet .rightItem .info_title .search{
  width: 310px;
  height: 42px;
  background: #F9F9F9;
border-radius: 4px 4px 4px 4px;
border: 1px solid #EBEBEB;
display: flex;
align-items: center;
padding-left: 15px;
}
.connet .rightItem .info_title .search .sInput{
  width: 230px;
  height: 42px;
  padding-left: 15px;
}
.connet .rightItem .info_title .search .sousuoImg{
  width: 18px;
  height: 18px;
}

.connet .rightItem .info_title .search .searchBtn{
  width: 80px;
height: 40px;
background: linear-gradient(270deg, #FE6530 0%, #FF4643 100%);
border-radius: 4px 4px 4px 4px;
color: #fff;
text-align: center;
line-height: 40px;
cursor: pointer;
}

.connet .rightItem .item .public_content {
  height: 208px;
  overflow: hidden;
}
.connet .rightItem .item .public_content li{
  height: 52px;
  border-bottom: 1px solid #EBEBEB;
 
  cursor: pointer;
}
.connet .rightItem .item .public_content li a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.connet .rightItem .item .public_content li:last-child{
  border-bottom: 0;
}
.connet .rightItem .item .public_content li .public_title{
  width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.connet .rightItem .item .public_content li .public_info{
  display: flex;
  font-size: 14px;
  color: #666666;
}
.connet .rightItem .item .public_content li .public_info .public_from{
  width: 200px;
  margin-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.connet .rightItem .title {
  height: 58px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 58px;
  vertical-align: middle;
  border-bottom: 2px solid #ebebeb;
}
.connet .rightItem .item_list {
  /* 这个代码和下面的一样 */
  padding-top: 17px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 30px;
}

.connet .rightItem .item_list .p_new {
  /* 这个p有首航缩进 */
  text-indent: 30px;
  display: flex;
  justify-content: space-between;
}

.connet .rightItem .item_list .p {
  /* 这个p没有首航缩进 */
  display: flex;
  justify-content: start;
}
.connet .rightItem .item_list .new_p {
  /* 这个p有首航缩进,但对齐方式是start，这个用的时候都套着下面的span */
  text-indent: 30px;
  display: flex;
  justify-content: start;
}
.connet .rightItem .item_list .new_p span {
  /*这个span是一条一条的那种*/
  text-indent: 0px;
  font-weight: 400;
  color: #666;
  line-height: 32px;
}
.connet .rightItem .item_list .span_new {
  /*这个span是红的*/
  color: #ff4643;
  font-weight: 700;
  /* line-height: 32px; */
  display: block;
  text-indent: 32px;
}

.connet .rightItem .title .leftLine {
  display: inline-block;
  width: 3px;
  height: 15px;
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
}

.connet .rightItem .leftText {
  display: inline-block;
  font-size: 16px;
  color: #333;
  margin-top: 21px;
  margin-bottom: 3px;
}
.connet .rightItem .title {
  height: 58px;
  border-bottom: 1px solid #ebebeb;
}

.connet .rightItem .img {
  position: relative;
  cursor: pointer;
}
.connet .rightItem .img img {
  margin: 0 auto;
}
.connet .rightItem .img > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #fff;
}
/* 公务员特殊样式 */
.connet .rightItem .item .a {
  line-height: 30px;
  /* cursor: pointer; */
}
.connet .rightItem .item .aa {
  line-height: 30px;
  cursor: pointer;
}
.connet .rightItem .item .img {
  display: flex;
}

/* 表格css样式 */
.connet .rightItem table {
  border: 2px solid #ff4643;
  border-collapse: collapse;
  border-spacing: 0;
}

.connet .rightItem table td {
  border: 2px solid #ff4643;
  padding: 15px 5px 15px 10px;
}
.connet .rightItem table .whiteBorder {
  border-right: 2px solid #fff;
}
.connet .rightItem table tr:first-child {
  line-height: 50px;
  color: #fff;
  font-weight: 700;
}

.connet .rightItem table > tr > td {
  padding: 15px 5px 15px 10px;
}
.connet .rightItem .img {
  margin-top: 15px;
  display: flex;
}

/* 最低高度 */
.connet .minh {
  height: 646px;
}

/* 华图入口样式 */
.huatu-sidebar {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 30%;
  width: 140px;
  height: 162px;
}
.huatu-sidebar .huatu-ad {
  width: 100%;
}
.huatu-sidebar .zxzx-btn {
  width: 81px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 62px;
  left: 22px;
}
.huatu-sidebar .kczx-btn {
  width: 81px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 86px;
  left: 22px;
}
.huatu-sidebar .icon-close {
  cursor: pointer;
  width: 16px;
  position: absolute;
  top: 0;
  right: 0;
}

/* 弹窗样式 */
.custom_notice{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  display: none;
}
.custom_notice .custom_pop {
  padding-bottom: 30px;
  background: #fff;
  width: 410px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  /* height: 425px; */
  overflow: auto;
}
.custom_notice .custom_pop .custom_top {
  height: 40px;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  /* padding-left: 227px; */
  position: relative;
}
.custom_notice .custom_pop .customClose_btn {
  display: block;
  width: 14px;
  height: 14px;
  /* margin-left: 260px; */
  cursor: pointer;
  position: absolute;
  right: 10px;
}
.custom_notice .custom_body {
  padding: 40px;
  text-align: center;
}
.custom_notice .custom_foot_btn {
  /* margin-top: 20px; */
  display: flex;
  justify-content: center;
}
.custom_notice .custom_foot_btn .custom_quxiaoBtn,.custom_foot_btn .quxiao-btn {
  width: 100px;
  height: 34px;
  background: #ebebeb;
  border-radius: 2px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  line-height: 34px;
  margin-right: 60px;
  cursor: pointer;
}
.custom_notice .custom_foot_btn .custom_okBtn,.custom_foot_btn .ok-btn {
  width: 100px;
  height: 34px;
  background: linear-gradient(90deg, #ff4643 0%, #fe6530 100%);
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}

