@charset "utf-8";

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.header {
  background: #fff;
}



.banner {
  min-width: 1200px;
  width: 100%;
  height: 400px;
  background: url(../png/banner_cpyc.png) no-repeat;
  background-size: 1920px 100%;
  background-position: top center;
}

.banner .banner_itme {
  padding-top: 120px;
  padding-left: 34px;
}

.banner .banner_itme .banner_text_list {
  width: 630px;
}

.banner .banner_itme .banner_text_list .text-title {
  margin-bottom: 4px;
  font-size: 42px;
  font-weight: bold;
  color: #1F2229;
  line-height: 64px;
}

.banner .banner_itme .banner_text_list .text-datail {
  max-height: 128px;
  font-size: 16px;
  font-weight: 400;
  color: #1F2229;
  line-height: 26px;
  overflow: hidden;
}

.banner .banner_itme .banner_text_list .text-btn {
  margin-top: 40px;
}

.banner .banner_itme .banner_text_list .text-btn a {
  display: block;
  width: 136px;
  height: 36px;
  background: #2B59B3;
  /* border-radius: 8px; */
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
}


.container_wrap {
  padding-top: 0px;
}

.newCenter_title {
  width: 100%;
  height: 30px;
  font-size: 32px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #1F2229;
  line-height: 30px;
  text-align: center;
}

.newCenter_title img {
  vertical-align: middle;
  display: inline-block;
  width: auto;
  height: auto;
}

.cpyc_moduler {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 240px;
}

.cpyc_sidebar {
  float: left;
  box-sizing: border-box;
  width: 345px;
  min-height: 100px;
  padding-top: 120px;
}

.cpyc_sidebar .sidebar_list {
  padding-top: 0px;
}

.cpyc_sidebar .sidebar_list_fixed {
  position: fixed;
  top: 115px;
}

.cpyc_sidebar .sidebar_item {
  position: relative;
  line-height: 36px;
  margin-bottom: 2px;
  /* padding-left: 42px; */
}

.cpyc_sidebar .sidebar_item a {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 36px;
  width: 280px;
  padding-left: 42px;
}

.cpyc_sidebar .sidebar_item a:hover {
  background-color: #eef0f9;
}

.cpyc_sidebar .sidebar_item:before {
  content: "";
  position: absolute;
  left: 19px;
  top: 15px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #244EA0;
}

.cpyc_main_body {
  float: left;
  width: 800px;
  box-sizing: border-box;
}

.cpyc_main_body .item {
  padding-top: 120px;
}

.cpyc_main_body .item_head {
  font-size: 24px;
  line-height: 30px;
  color: #333;
}

.cpyc_main_body .item_detail {
  margin-bottom: 24px;
}

.cpyc_main_body .item_title {
  font-size: 14px;
  line-height: 30px;
  color: #333;
}

.cpyc_main_body .item_p {
  font-size: 14px;
  line-height: 30px;
  color: #333;
}

.cpyc_main_body .item_tips {
  font-size: 14px;
  line-height: 30px;
  color: #333;
}

.rcyj_wrap {}

.rcyj_wrap ul li {
  padding: 35px 0;
  border-bottom: 1px solid #EFEFEF;
  cursor: pointer;
}

.rcyj_wrap ul li p img {
  margin-right: 7px;
  display: inline-block;
  width: 23px;
  height: 27px;
}

.rcyj_wrap ul li p span {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 22px;
  color: #333333;
}

.rcyj_wrap ul li .info {
  margin-top: 28px;
  background-color: #F4FAFF;
  padding: 22px 18px;
}

.rcyj_wrap ul li .info .item {
  padding: 13px 0;
}

.rcyj_wrap ul li .info .item b {
  display: block;
  margin-bottom: 22px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 14px;
  color: #1F2229;
}

.rcyj_wrap ul li .info .item p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 29px;
}