@charset "utf-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
img {
  border: none;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
table,
th,
tr,
td {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
input,
select,
textarea,
map,
area {
  outline: none;
  border: none;
  background: none;
  resize: none;
}
button {
  border: none;
  background-color: transparent;
  outline: none;
}
/* 清浮动 */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body,
html {
  height: 100%;
  width: 100%;
  font-family: Microsoft YaHei, Arial;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
.sub_nav {
  padding: 10px 0 28px;
}
.sub_nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 50px;
  height: 38px;
  border-bottom: 1px solid #ebebeb;
}
.sub_nav li {
  padding: 9px 14px;
}
.sub_nav li a {
  font-size: 16px;
  color: #000000;
}
/*公共样式*/
.header {
  height: 60px;
  width: 100%;
  background-color: #f5f5f5;
}
.header .header_cont {
  position: relative;
  display: flex;
  height: 60px;
  justify-content: space-between;
  align-items: center;
}
.header .header_cont .logo {
  display: flex;
  height: 100%;
  justify-content: flex-start;
  align-items: center;
}
.header .header_cont .logo img {
  width: 210px;
  height: 29px;
}
.header .header_cont span {
  height: 16px;
  width: 1px;
  background-color: #888b8b;
  margin: 0 20px;
}
.header .header_cont a {
  font-size: 14px;
  color: #363635;
}
.header .header_cont a::after {
  content: '';
  position: absolute;
}
.footer {
  display: flex;
  background-color: #f5f5f5;
  flex-direction: column;
  align-items: center;
}
.footer .partnership {
  padding: 40px 0 18px;
  width: 1366px;
  background-color: #e5e5e5;
  border-bottom: 1px solid #eeeeee;
}
.footer .partnership .inner {
  display: flex;
  flex-direction: column;
}
.footer .partnership .item_list {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.footer .partnership .item_list:first-child {
  margin-bottom: 18px;
}
.footer .partnership .item_list:last-child {
  height: 14px;
}
.footer .partnership .item_list:last-child ul > li > a {
  font-size: 12px;
  color: #1e1c36;
}
.footer .partnership p {
  display: flex;
  align-items: center;
  width: 132px;
  font-size: 14px;
  padding-left: 18px;
}
.footer .partnership ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.footer .partnership li a {
  display: flex;
  overflow: hidden;
}
.footer .code_container {
  height: 144px;
  width: 1366px;
  background-color: #e5e5e5;
}
.footer .code_container .inner {
  height: 144px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .code_container .left_logo {
  padding-top: 13px;
}
.footer .code_container .footer_desc {
  width: 670px;
  padding-top: 14px;
  padding-left: 34px;
}
.footer .code_container .footer_desc p {
  font-size: 14px;
  color: #1e1c36;
  line-height: 20px;
}
.footer .code_container .lianxi {
  padding-top: 14px;
  width: 207px;
}
.footer .code_container .lianxi p {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #1e1c36;
  line-height: 30px;
}
.footer .code_container .lianxi p i {
  font-size: 14px;
  margin-right: 12px;
}
.footer .code_container .code_img {
  padding-top: 10px;
  width: 197px;
  display: flex;
  justify-content: flex-end;
}
.footer .code_container .code_img img {
  width: 72px;
  height: 72px;
}
/*首页样式*/
.home_container .banner {
  height: 502px;
  width: 100%;
  background: url(../images/banner_bg.jpg) no-repeat top center;
}
.home_container .banner .inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.home_container .banner .banner_top {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 78px;
}
.home_container .banner .banner_top .nav_list {
  display: flex;
  justify-content: flex-start;
}
.home_container .banner .banner_top .nav_list li {
  margin-right: 64px;
}
.home_container .banner .banner_top .nav_list li a {
  color: #fff;
  font-size: 18px;
}
.home_container .banner .banner_top .nav_list .active a {
  font-weight: bold;
}
.home_container .banner .banner_top .search_container form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  width: 390px;
  border: 1px solid #9b9b9b;
  background-color: #ffffff;
  border-radius: 20px;
}
.home_container .banner .banner_top .search_container input {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1;
  text-indent: 18px;
  color: #999;
  font-size: 14px;
}
.home_container .banner .banner_top .search_container input::placeholder {
  color: #999;
}
.home_container .banner .banner_top .search_container button {
  height: 22px;
  width: 48px;
  border-left: 1px solid #cfcfcf;
  margin-right: 5px;
  cursor: pointer;
  color: #999999;
}
.home_container .banner .type_list {
  display: flex;
  justify-content: space-between;
  height: 150px;
  width: 1200px;
  background: url(../images/ul_bg.png) no-repeat top center;
  overflow: hidden;
}
.home_container .banner .type_list * {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.home_container .banner .type_list li {
  border-right: solid 1px transparent;
  width: 301px;
  height: 150px;
  position: relative;
  overflow: hidden;
}
.home_container .banner .type_list li a {
  position: relative;
  z-index: 999;
  display: flex;
  width: 100%;
  height: 100%;
}
.home_container .banner .type_list li a .title {
  display: flex;
  width: 100%;
  justify-content: center;
  left: -149px;
  position: absolute;
}
.home_container .banner .type_list li a h2 {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  border-bottom: 3px solid #fff;
  line-height: 50px;
}
.home_container .banner .type_list li a p {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 44px;
  line-height: 44px;
  top: 220px;
  text-align: center;
  font-weight: bold;
}
.home_container .banner .type_list li a .esg_img1 {
  position: absolute;
  color: #575654;
  width: 213;
  height: 56px;
  top: 114px;
  left: 50%;
  margin-left: -45px;
}
.home_container .banner .type_list li:before {
  width: 301px;
  height: 150px;
  background: url(../images/li_bg.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0px;
  left: 0;
  content: '';
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}
.home_container .banner .type_list li:hover .title {
  left: 0;
}
.home_container .banner .type_list li:hover p {
  top: 67px;
}
.home_container .banner .type_list li:hover .esg_img1 {
  display: none;
}
.home_container .banner .type_list li:hover .getmore {
  top: 150px;
}
.home_container .banner .type_list li:hover::before {
  opacity: 1;
}
.home_container .banner .type_list li:hover .t1 h2 {
  left: 59px;
}
.home_container .main {
  background-color: #f5f5f5;
  padding: 30px 0 35px;
}
.home_container .main .inner {
  display: flex;
  justify-content: space-between;
}
.home_container .main .left_container {
  width: 810px;
}
.home_container .main .title_item {
  display: flex;
  justify-content: flex-start;
}
.home_container .main .title_item p {
  font-size: 18px;
  line-height: 38px;
  color: #253e84;
  border-bottom: 4px solid #253e84;
}
.home_container .main .item_cont li {
  display: flex;
  flex-direction: column;
  padding: 8px 0 0;
  border-bottom: 1px solid #f5f5f5;
}
.home_container .main .item_cont li:last-child {
  border-bottom: none;
}
.home_container .main .item_cont li a {
  font-size: 18px;
  line-height: 44px;
  color: #212121;
}
.home_container .main .item_cont li p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: justify;
}
.home_container .main .item_cont li .time {
  display: flex;
  justify-content: flex-end;
}
.home_container .main .item_cont li .time p,
.home_container .main .item_cont li .time span {
  font-size: 14px;
  line-height: 30px;
  color: #999;
}
.home_container .main .item_cont li .time span {
  margin-left: 5px;
}
.home_container .main .item_cont2 li a:hover,
.home_container .main .item_cont2 li a:visited {
  text-decoration: underline;
  font-weight: bold;
}
.home_container .main .item_cont2 li p {
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-binding: url("ellipsis.xml#ellipsis");
  /*溢出省略号，支持firefox*/
}
.home_container .main .esg_news,
.home_container .main .esg_zc,
.home_container .main .esg_kx,
.home_container .main .esg_kp,
.home_container .main .active_tj {
  background-color: #fff;
  padding: 5px 20px 8px;
}
.home_container .main .esg_zc {
  margin-top: 32px;
}
.home_container .main .right_container {
  flex: 1;
  margin-left: 30px;
}
.home_container .main .item_cont1 li {
  padding: 18px 0;
  border-bottom: 1px solid #f5f5f5;
}
.home_container .main .item_cont1 li:last-child {
  border-bottom: none;
}
.home_container .main .item_cont1 li a {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.home_container .main .item_cont1 li a:visited {
  color: #fff;
  background-color: #36967e;
}
.home_container .main .item_cont1 li p {
  font-size: 14px;
  line-height: 24px;
  color: #222221;
  text-align: justify;
}
.home_container .main .item_cont1 li span {
  display: flex;
  width: 8px;
  flex-shrink: 0;
  height: 8px;
  border-radius: 100%;
  background-color: #1e1c36;
  margin-right: 10px;
}
.home_container .main .esg_kp {
  margin-top: 16px;
  padding-bottom: 10px;
}
.home_container .main .active_tj {
  margin-top: 16px;
}
.home_container .main .active_tj .daodu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f6f6f6;
  padding: 19px 0 9px;
}
.home_container .main .active_tj .daodu .left_img {
  width: 108px;
  height: 62px;
  margin-right: 20px;
}
.home_container .main .active_tj .daodu .right_desc a {
  font-size: 16px;
  line-height: 24px;
  color: #1e1c36;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-binding: url("ellipsis.xml#ellipsis");
  /*溢出省略号，支持firefox*/
}
/*Esg新闻*/
.news_container .banner {
  height: 300px;
  width: 100%;
  background: url(../images/news_banner_bg.jpg) no-repeat top center;
}
.news_container .banner .inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.news_container .banner .banner_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 78px;
}
.news_container .banner .banner_top .nav_list {
  display: flex;
  justify-content: flex-start;
}
.news_container .banner .banner_top .nav_list li {
  margin-right: 54px;
}
.news_container .banner .banner_top .nav_list li a {
  color: #fff;
  font-size: 18px;
}
.news_container .banner .banner_top .nav_list .active a {
  font-weight: bold;
}
.news_container .banner .banner_top .search_container form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  width: 390px;
  border: 1px solid #9b9b9b;
  background-color: #ffffff;
  border-radius: 20px;
}
.news_container .banner .banner_top .search_container input {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1;
  text-indent: 18px;
  color: #999;
  font-size: 14px;
}
.news_container .banner .banner_top .search_container input::placeholder {
  color: #999;
}
.news_container .banner .banner_top .search_container button {
  height: 22px;
  width: 48px;
  border-left: 1px solid #cfcfcf;
  margin-right: 5px;
  cursor: pointer;
  color: #999999;
}
.news_container .main {
  background-color: #f5f5f5;
  padding: 30px 0 35px;
}
.news_container .main .inner {
  display: flex;
  justify-content: space-between;
}
.news_container .main .left_container {
  width: 810px;
}
.news_container .main .title_item {
  display: flex;
  justify-content: flex-start;
}
.news_container .main .title_item p {
  font-size: 18px;
  line-height: 38px;
  color: #253e84;
  border-bottom: 4px solid #253e84;
}
.news_container .main .item_cont li {
  display: flex;
  flex-direction: column;
  padding: 8px 0 0;
  border-bottom: 1px solid #f5f5f5;
}
.news_container .main .item_cont li:last-child {
  border-bottom: none;
}
.news_container .main .item_cont li a {
  font-size: 18px;
  line-height: 44px;
  color: #212121;
}
.news_container .main .item_cont li p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: justify;
}
.news_container .main .item_cont li .time {
  display: flex;
  justify-content: flex-end;
}
.news_container .main .item_cont li .time p,
.news_container .main .item_cont li .time span {
  font-size: 14px;
  line-height: 30px;
  color: #999;
}
.news_container .main .item_cont li .time span {
  margin-left: 5px;
}
.news_container .main .item_cont2 li a:hover,
.news_container .main .item_cont2 li a:visited {
  text-decoration: underline;
  font-weight: bold;
}
.news_container .main .item_cont2 li p {
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-binding: url("ellipsis.xml#ellipsis");
  /*溢出省略号，支持firefox*/
}
.news_container .main .esg_news,
.news_container .main .esg_zc,
.news_container .main .esg_kx,
.news_container .main .esg_kp,
.news_container .main .active_tj {
  background-color: #fff;
  padding: 5px 20px 8px;
}
.news_container .main .esg_zc {
  margin-top: 32px;
}
.news_container .main .right_container {
  flex: 1;
  margin-left: 30px;
}
.news_container .main .item_cont1 li {
  padding: 18px 0;
  border-bottom: 1px solid #f5f5f5;
}
.news_container .main .item_cont1 li:last-child {
  border-bottom: none;
}
.news_container .main .item_cont1 li a {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.news_container .main .item_cont1 li a:visited {
  color: #fff;
  background-color: #36967e;
}
.news_container .main .item_cont1 li p {
  font-size: 14px;
  line-height: 24px;
  color: #222221;
  text-align: justify;
}
.news_container .main .item_cont1 li span {
  display: flex;
  width: 8px;
  flex-shrink: 0;
  height: 8px;
  border-radius: 100%;
  background-color: #1e1c36;
  margin-right: 10px;
}
.news_container .main .esg_kp {
  margin-top: 16px;
  padding-bottom: 10px;
}
.news_container .main .active_tj {
  margin-top: 16px;
}
.news_container .main .active_tj .daodu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f6f6f6;
  padding: 19px 0 9px;
}
.news_container .main .active_tj .daodu .left_img {
  width: 108px;
  height: 62px;
  margin-right: 20px;
}
.news_container .main .active_tj .daodu .right_desc a {
  font-size: 16px;
  line-height: 24px;
  color: #1e1c36;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-binding: url("ellipsis.xml#ellipsis");
  /*溢出省略号，支持firefox*/
}
/*政策学术*/
.initer_container .banner {
  height: 300px;
  width: 100%;
  background: url(../images/initer_banner_bg.jpg) no-repeat top center;
}
.initer_container .banner .inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.initer_container .banner .banner_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 78px;
}
.initer_container .banner .banner_top .nav_list {
  display: flex;
  justify-content: flex-start;
}
.initer_container .banner .banner_top .nav_list li {
  margin-right: 54px;
}
.initer_container .banner .banner_top .nav_list li a {
  color: #fff;
  font-size: 18px;
}
.initer_container .banner .banner_top .nav_list .active a {
  font-weight: bold;
}
.initer_container .banner .banner_top .search_container form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  width: 390px;
  border: 1px solid #9b9b9b;
  background-color: #ffffff;
  border-radius: 20px;
}
.initer_container .banner .banner_top .search_container input {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1;
  text-indent: 18px;
  color: #999;
  font-size: 14px;
}
.initer_container .banner .banner_top .search_container input::placeholder {
  color: #999;
}
.initer_container .banner .banner_top .search_container button {
  height: 22px;
  width: 48px;
  border-left: 1px solid #cfcfcf;
  margin-right: 5px;
  cursor: pointer;
  color: #999999;
}
.initer_container .main {
  background-color: #f5f5f5;
  padding: 30px 0 35px;
}
.initer_container .main .inner {
  display: flex;
  justify-content: space-between;
}
.initer_container .main .left_container {
  width: 810px;
}
.initer_container .main .title_item {
  display: flex;
  justify-content: flex-start;
}
.initer_container .main .title_item p {
  font-size: 18px;
  line-height: 38px;
  color: #253e84;
  border-bottom: 4px solid #253e84;
}
.initer_container .main .item_cont li {
  display: flex;
  flex-direction: column;
  padding: 8px 0 0;
  border-bottom: 1px solid #f5f5f5;
}
.initer_container .main .item_cont li:last-child {
  border-bottom: none;
}
.initer_container .main .item_cont li a {
  font-size: 18px;
  line-height: 44px;
  color: #212121;
}
.initer_container .main .item_cont li p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: justify;
}
.initer_container .main .item_cont li .time {
  display: flex;
  justify-content: flex-end;
}
.initer_container .main .item_cont li .time p,
.initer_container .main .item_cont li .time span {
  font-size: 14px;
  line-height: 30px;
  color: #999;
}
.initer_container .main .item_cont li .time span {
  margin-left: 5px;
}
.initer_container .main .item_cont2 li a:hover,
.initer_container .main .item_cont2 li a:visited {
  text-decoration: underline;
  font-weight: bold;
}
.initer_container .main .item_cont2 li p {
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-binding: url("ellipsis.xml#ellipsis");
  /*溢出省略号，支持firefox*/
}
.initer_container .main .esg_news,
.initer_container .main .esg_zc,
.initer_container .main .esg_kx,
.initer_container .main .esg_kp,
.initer_container .main .active_tj {
  background-color: #fff;
  padding: 5px 20px 8px;
}
.initer_container .main .esg_zc {
  margin-top: 32px;
}
.initer_container .main .right_container {
  flex: 1;
  margin-left: 30px;
}
.initer_container .main .item_cont1 li {
  padding: 18px 0;
  border-bottom: 1px solid #f5f5f5;
}
.initer_container .main .item_cont1 li:last-child {
  border-bottom: none;
}
.initer_container .main .item_cont1 li a {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.initer_container .main .item_cont1 li a:visited {
  color: #fff;
  background-color: #36967e;
}
.initer_container .main .item_cont1 li p {
  font-size: 14px;
  line-height: 24px;
  color: #222221;
  text-align: justify;
}
.initer_container .main .item_cont1 li span {
  display: flex;
  width: 8px;
  flex-shrink: 0;
  height: 8px;
  border-radius: 100%;
  background-color: #1e1c36;
  margin-right: 10px;
}
.initer_container .main .esg_kp {
  margin-top: 16px;
  padding-bottom: 10px;
}
.initer_container .main .active_tj {
  margin-top: 16px;
}
.initer_container .main .active_tj .daodu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f6f6f6;
  padding: 19px 0 9px;
}
.initer_container .main .active_tj .daodu .left_img {
  width: 108px;
  height: 62px;
  margin-right: 20px;
}
.initer_container .main .active_tj .daodu .right_desc a {
  font-size: 16px;
  line-height: 24px;
  color: #1e1c36;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-binding: url("ellipsis.xml#ellipsis");
  /*溢出省略号，支持firefox*/
}
/*返回顶部按钮样式*/
.go_top {
  position: fixed;
  left: 50%;
  margin-left: 625px;
  top: 50%;
  margin-top: 170px;
  z-index: 99;
  cursor: pointer;
  display: none;
}
/*轮播图 css*/
.swiper-container1 {
  height: 208px;
  width: 322px;
  position: relative;
  margin-top: 10px;
}
.swiper-container1 .container a {
  display: block;
  height: 181px;
  width: 322px;
  position: relative;
}
.swiper-container1 .container a img {
  width: 322px;
  height: 181px;
}
.swiper-container1 .swiper-slide {
  height: 100%;
  width: 100%;
}
.swiper-container1 .pagination {
  position: absolute;
  text-align: center;
  bottom: 0px;
  cursor: pointer;
  height: 27px;
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.swiper-container1 .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #c9ccd0;
  margin: 0 9px;
  cursor: pointer;
}
.swiper-container1 .swiper-active-switch {
  background: #1e1c36;
}
/*esg科普*/
.kp_container .banner {
  height: 300px;
  width: 100%;
  background: url(../images/esg_kp_bg.jpg) no-repeat top center;
}
.kp_container .banner .inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.kp_container .banner .banner_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 78px;
}
.kp_container .banner .banner_top .nav_list {
  display: flex;
  justify-content: flex-start;
}
.kp_container .banner .banner_top .nav_list li {
  margin-right: 54px;
}
.kp_container .banner .banner_top .nav_list li a {
  color: #fff;
  font-size: 18px;
}
.kp_container .banner .banner_top .nav_list .active a {
  font-weight: bold;
}
.kp_container .banner .banner_top .search_container form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  width: 390px;
  border: 1px solid #9b9b9b;
  background-color: #ffffff;
  border-radius: 20px;
}
.kp_container .banner .banner_top .search_container input {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1;
  text-indent: 18px;
  color: #999;
  font-size: 14px;
}
.kp_container .banner .banner_top .search_container input::placeholder {
  color: #999;
}
.kp_container .banner .banner_top .search_container button {
  height: 22px;
  width: 48px;
  border-left: 1px solid #cfcfcf;
  margin-right: 5px;
  cursor: pointer;
  color: #999999;
}
.kp_container .main .kp_one {
  height: 1231px;
  width: 100%;
  background: url(../images/kp_one.jpg) top center;
}
.kp_container .main .kp_two {
  height: 1062px;
  width: 100%;
  background: url(../images/kp_two.jpg) top center;
}
.kp_container .main .kp_three {
  height: 2020px;
  width: 100%;
  background: url(../images/kp_three.jpg) top center;
}
.kp_container .main .kp_four {
  height: 976px;
  width: 100%;
  background: url(../images/kp_four.jpg) top center;
}
.kp_container .li_list {
  padding: 42px 0 0;
}
.kp_container .li_list h5 {
  font-size: 24px;
  line-height: 30px;
  color: #253e84;
  text-align: center;
  margin-bottom: 35px;
}
.kp_container .li_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 90px;
}
.kp_container .li_list ul li {
  width: 124px;
  height: 124px;
  margin-bottom: 10px;
}
.kp_container .footer {
  background-color: #fff;
}
/*新闻内容*/
.news_details .main .left_container {
  display: flex;
  flex-direction: column;
  padding: 20px 36px 0;
  background-color: #fff;
}
.news_details .main .left_container .nav_links {
  margin-bottom: 36px;
}
.news_details .main .left_container .nav_links ul {
  display: flex;
  justify-content: flex-start;
}
.news_details .main .left_container .nav_links li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #36967e;
}
.news_details .main .left_container .nav_links li i {
  margin: 0 8px;
}
.news_details .main .left_container .nav_links a {
  font-size: 18px;
  color: #36967e;
  line-height: 20px;
  height: 20px;
  font-weight: bold;
}
.news_details .main .left_container .article_title {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.news_details .main .left_container .article_title h4 {
  font-size: 26px;
  color: #1e1c36;
  line-height: 42px;
  text-align: justify;
}
.news_details .main .left_container .article_title .article_subtitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 40px;
}
.news_details .main .left_container .article_title .article_subtitle span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #a2a2a2;
  width: 38px;
  height: 21px;
  border-radius: 2px;
  background-color: #efefef;
  margin-right: 22px;
}
.news_details .main .left_container .article_title .article_subtitle p {
  font-size: 14px;
  color: #707070;
  margin-right: 24px;
}
.news_details .main .left_container .article_title .article_subtitle em {
  font-style: normal;
  margin-left: 10px;
}
.news_details .main .left_container .article_cont p {
  color: #383838;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 14px;
  text-align: justify;
}
.news_details .main .left_container .article_cont .font_weight {
  color: #323232;
}
.news_details .main .left_container .article_cont .zebian {
  height: 14px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.news_details .main .left_container .article_cont .zebian p {
  font-size: 12px;
  line-height: 14px;
  color: #999;
  text-align: right;
}
.news_details .main .left_container .relevant_read .title {
  display: flex;
  height: 24px;
  align-items: center;
  justify-content: flex-start;
}
.news_details .main .left_container .relevant_read .title span {
  display: flex;
  width: 18px;
  height: 17px;
  background: url(../images/shu_icon.png) no-repeat top center;
  margin: 0 11px 0 4px;
}
.news_details .main .left_container .relevant_read .title h5 {
  font-size: 16px;
  line-height: 24px;
  color: #323232;
}
.news_details .main .left_container .relevant_read li {
  display: flex;
  justify-content: space-between;
  height: 36px;
  line-height: 36px;
}
.news_details .main .left_container .relevant_read li a {
  font-size: 16px;
  color: #323232;
}
.news_details .main .left_container .relevant_read li p {
  font-size: 14px;
  color: #a8a8a8;
}
.news_details .main .left_container .disclaimer {
  padding: 26px 0 44px;
}
.news_details .main .left_container .disclaimer p {
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
/*esg评级*/
.esg_pj_container .banner {
  background-color: #111851;
}
.esg_pj_container .banner .banner_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 78px;
}
.esg_pj_container .banner .banner_top .nav_list {
  display: flex;
  justify-content: flex-start;
}
.esg_pj_container .banner .banner_top .nav_list li {
  margin-right: 64px;
}
.esg_pj_container .banner .banner_top .nav_list li a {
  color: #fff;
  font-size: 18px;
}
.esg_pj_container .banner .banner_top .nav_list .active a {
  font-weight: bold;
}
.esg_pj_container .banner .banner_top .search_container form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  width: 390px;
  border: 1px solid #9b9b9b;
  background-color: #ffffff;
  border-radius: 20px;
}
.esg_pj_container .banner .banner_top .search_container input {
  display: flex;
  align-items: center;
  height: 100%;
  flex: 1;
  text-indent: 18px;
  color: #999;
  font-size: 14px;
}
.esg_pj_container .banner .banner_top .search_container input::placeholder {
  color: #999;
}
.esg_pj_container .banner .banner_top .search_container button {
  height: 22px;
  width: 48px;
  border-left: 1px solid #cfcfcf;
  margin-right: 5px;
  cursor: pointer;
  color: #999999;
}
.esg_pj_container .main {
  background-color: #f5f5f5;
  padding: 30px 0 35px;
}
