* {
  margin: 0;
  padding: 0;
  /* outline: 1px solid red; */
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #1e1e1e;
}

.clearfix {
  zoom: 1;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.header {
  width: 100%;
  height: 210px;
  background: url(../img/header_bg.png) no-repeat;
}

.header .inner {
  width: 1300px;
  height: 130px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .inner .logo {
  width: 720px;
}

.header .inner .logo img {
  width: 100%;
}

.header .inner .search {
  width: 260px;
  height: 44px;
  border: #1b53a6 2px solid;
  border-radius: 44px;
  align-items: center;
}

.header .inner .search .form {
  display: flex;
  height: 44px;
}

.header .inner .search .ipt {
  width: 216px;
  background: none;
  border: none;
  padding-left: 20px;
  outline: none;
}

.header .inner .search .btn {
  width: 44px;
  height: 44px;
  cursor: pointer;
  font-weight: bold;
  font-size: 24px;
  line-height: 44px;
  padding: 0;
  margin: 0;
  color: #0951ad;
  text-align: center;
}

.header .inner .oa {
  display: flex;
  width: 108px;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}

.header .inner .oa .ico {
  height: 34px;
  width: 34px;
  border-radius: 100%;
  background-color: #1b53a6;
  font-size: 16px;
  text-align: center;
  line-height: 34px;
  color: #ffffff;
}

.header .inner .oa .t {
  font-size: 18px;
  line-height: 34px;
}

.header .inner .oa .popup {
  height: 140px;
  width: 140px;
  background-color: #ffffff;
  position: absolute;
  top: 44px;
  left: -36px;
  z-index: 9999;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  display: none;
}

.header .inner .oa .popup img {
  height: 140px;
  width: 140px;
}

.header .inner .oa:hover .popup {
  display: block;
}

.header .navbox {
  width: 100%;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  z-index: 999;
}

.header .navbox .navbar {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 78px;
}

.header .navbox .nav-item {
  width: 171px;
  line-height: 78px;
  text-align: center;
}

.header .navbox .nav-item a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 24px;
}

.header .navbox .nav-item a:hover {
  color: #0951ad;
}

.header .navbox .nav-item .subnav {
  display: none;
}

.header .navbox .nav-item:hover .subnav {
  display: block;
}

.header .navbox .subnav {
  background-color: #ffffff;
  padding: 10px 0;
}

.header .navbox .sub-item {
  line-height: 44px;
}

.header .navbox .sub-item a {
  font-size: 20px;
}

.header .navbox .sub-item a:hover {
  background-color: #e4e4e4;
  color: #0951ad;
}

.header .swiper.slide1 {
  height: 336px;
}

.content {
  width: 1200px;
  margin: 0 auto;
}

.content .notice {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.content .notice .ico,
.content .notice .audio {
  width: 170px;
}

.content .notice .ico img {
  width: 100%;
}

.content .notice .audio {
  background-color: #0951ad;
  width: 170px;
  height: 60px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.content .notice .audio .control {
  border: 2px solid #ffffff;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  margin-right: 10px;
}

.content .notice .audio .t {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}

.content .hot {
  text-align: center;
}

.content .hot .headline {
  line-height: 44px;
  font-size: 31px;
}

.content .hot .headline a {
  color: #0f509f;
  font-family: '方正小标宋简体', '新宋体';
}

.content .hot .news {
  line-height: 44px;
}

.content .hot .news a {
  font-size: 18px;
  color: #313131;
}

.content .hot .news a:hover {
  color: #0951ad;
}

.column1 {
  width: 100%;
  height: 400px;
  margin-top: 20px;
}

.column1 .swiper.slide2 {
  height: 400px;
  width: 700px;
  float: left;
}

.column1 .slide2 img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.column1 .swiper-slide {
  position: relative;
}

.column1 .text {
  width: 700px;
  height: 48px;
  line-height: 48px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
}

.splitline {
  width: 100%;
  height: 1px;
  background-color: #0951ad;
  position: relative;
}

.splitline .weight {
  width: 76px;
  height: 3px;
  position: absolute;
  top: -1px;
  left: 0;
  background: #0951ad;
}

.column1 .tab {
  height: 400px;
  width: 480px;
  float: right;
}

.column1 .tab .title {
  height: 42px;
  display: flex;
  border-bottom: 1px solid #c2cfe3;
}

.column1 .tab .title a {
  display: block;
  width: 25%;
  text-align: center;
  font-size: 20px;
  color: #0951ad;
  border-bottom: 2px solid #ffffff;
  height: 40px;
}

.column1 .tab .title a.ing {
  border-color: #0951ad;
  font-weight: bold;
}

.column1 .tab .list {
  height: 358px;
  overflow: hidden;
}

.column1 .tab .list .item {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
}

.column1 .tab .list .item a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: auto;
  flex-basis: 328px;
  flex-grow: 1;
  padding: 0 30px 0 10px;
  color: #2e2e2e;
  font-size: 18px;
}

.column1 .tab .list .item a:hover {
  color: #1e4fb8;
}

.column1 .tab .list .item .icon-sanjiao3 {
  font-size: 10px;
  color: #0951ad;
}

.column1 .tab .list .item .time {
  color: #949494;
  flex-basis: 100px;
  width: 100px;
  text-align: right;
}

.tab .more {
  height: 40px;
  background-color: rgb(241, 248, 255);
  text-align: center;
  line-height: 40px;
  display: block;
  margin-top: 12px;
  font-size: 14px;
}

.tab .more:hover {
  background-color: rgb(232, 244, 255);
}

.column2 {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.column2 .subhead {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #2157ab;
  height: 34px;
}

.column2 .subhead .title {
  font-size: 20px;
  color: #0951ad;
}

.column2 .subhead .more {
  font-size: 16px;
  color: #4d4d4d;
}

.column2 .list .subhead a:hover {
  color: #0951ad;
}

.column2 .list {
  width: 370px;
}

.column2 .list .item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
  height: 50px;
  line-height: 50px;
}

.column2 .list .item .name {
  flex-grow: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.column2 .list .article-list a {
  color: #2e2e2e;
  font-size: 18px;
}

.column2 .list .article-list a:hover {
  color: #1e4fb8;
}

/* 业务领域 */
.service {
  margin-top: 30px;
}

.service .title {
  height: 20px;
  border-bottom: #0951ad 2px solid;
  position: relative;
}

.service .title .text {
  height: 40px;
  width: 160px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%, 0);
  display: block;
  font-size: 20px;
  color: #0951ad;
  line-height: 40px;
  text-align: center;
}

.service .container {
  display: flex;
  margin-top: 30px;
}

.service .container .menu {
  width: 350px;
}

.service .container .menu .iconfont {
  font-size: 24px;
}

.service .menu li {
  height: 90px;
  width: 260px;
  background: #f8f8f8;
  line-height: 90px;
  border-bottom: 2px solid #ffffff;
  position: relative;
  font-size: 18px;
  cursor: pointer;
  color: #0951ad;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding-left: 90px;
  overflow: hidden;
  position: relative;
}

.service .menu li:last-child {
  border-bottom: none;
}

.service .menu li .iconfont {
  font-weight: normal;
  position: relative;
  z-index: 9;
}

.service .menu li .name {
  margin-left: 24px;
}

.service .menu li .bg {
  position: absolute;
  height: 90px;
  width: 180px;
  left: -200px;
  top: 0;
  background-color: #0f509f;
  z-index: 0;
}

.service .menu li:hover .bg {
  transition: .3s;
  transform: skew(-30deg, 0) translateX(150px);
}

.service .menu li:hover {
  background-color: #ebf4fe;
}

.service .menu li:hover .iconfont {
  color: #ffffff;
}

.service .menu li:hover .name {
  animation: slide-left 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-left {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.service .list {
  /* width: 850px; */
  height: 458px;
  overflow: hidden;
  margin-left: 20px;
  width: 830px;
}

.service .list img {
  /* width: 850px; */
  width: 830px;
  height: 458px;
  object-fit: cover;
}

.service .list .swiper.slide3 {
  width: 830px;
  height: 458px;
}

.service .list .swiper-slide {
  position: relative;
}

.service .list .swiper-slide .text {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 999;
}

.service .list .swiper-slide .name {
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 10px;
  font-size: 20px;
}

.service .list .swiper-slide .line {
  width: 80px;
  border: 1px solid #ffffff;
}

.service .list .swiper .next.slide3,
.service .list .swiper .prev.slide3 {
  background-color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  color: #777777;
  opacity: 0.8;
  height: 40px;
  width: 40px;
  position: absolute;
  outline: none;
}

.service .list .swiper .next.slide3 {
  right: 20px;
  bottom: 20px;
  border-radius: 0 6px 6px 0;
  z-index: 9999;
}

.service .list .swiper .prev.slide3 {
  right: 61px;
  bottom: 20px;
  border-radius: 6px 0 0 6px;
  z-index: 9999;
}

.service .list .swiper .next.slide3:hover,
.service .list .swiper .prev.slide3:hover {
  opacity: 1;
}

.column3 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.column3 .left {
  width: 785px;
}

.column3 .subhead {
  display: flex;
  border-bottom: 1px solid #c2cfe3;
  height: 36px;
}

.column3 .subhead a {
  display: block;
  width: auto;
  text-align: center;
  font-size: 20px;
  color: #0951ad;
  border-bottom: 2px solid #ffffff;
  height: 34px;
  padding: 0 22px;
}

.column3 .subhead a.ing {
  border-color: #0951ad;
  font-weight: bold;
}

.column3 .left .view {
  display: flex;
  justify-content: space-between;
  height: 266px;
  margin-top: 10px;
}

.column3 .left .view .picture {
  width: 324px;
  height: 266px;
  overflow: hidden;
}

.column3 .left .picture img {
  width: 100%;
  height: 100%;
}

.column3 .left .article-list {
  width: 440px;
}

.column3 .left .article-list .item {
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
}

.column3 .left .article-list .name {
  width: 350px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex-grow: 1;
  padding: 0 10px;
}

.column3 .left .article-list a {
  color: #2e2e2e;
  font-size: 18px;
}

.column3 .left .article-list a:hover {
  color: #1e4fb8;
}

.column3 .left .article-list .icon-sanjiao3 {
  font-size: 10px;
  color: #0951ad;
}

.column3 .right {
  width: 370px;
}

.column3 .right .subhead {
  display: flex;
  height: 36px;
  justify-content: space-between;
}

.column3 .right .subhead .title {
  font-size: 20px;
  color: #0951ad;
}

.column3 .right .subhead .more {
  font-size: 16px;
  color: #4d4d4d;
}

.column3 .right .image {
  height: 128px;
  width: 100%;
  margin-top: 10px;
}

.column3 .right .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.column3 .right .article-list {
  width: 370px;
  margin-top: 10px;
}

.column3 .right .article-list .item {
  height: 52px;
  line-height: 50px;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
}

.column3 .right .article-list .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 270px;
}

.column3 .right .article-list a {
  color: #2e2e2e;
  font-size: 18px;
}

.column3 .right .article-list .time {
  width: 90px;
  color: #a2a2a2;
  font-size: 14px;
  text-align: right;
}

.column3 .right .video {
  height: 210px;
  width: 370px;
  margin-top: 2px;
}

.column3 .right .video img {
  height: 100%;
  width: 100%;
}

.column4 {
  margin-top: 20px;
  overflow: hidden;
}

.column4 .subhead {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #2157ab;
  height: 34px;
}

.column4 .subhead .title {
  font-size: 20px;
  color: #0951ad;
}

.column4 .list {
  display: flex;
  flex-wrap: wrap;
  width: 1300px;
}

.column4 .list .item {
  /* width: 32%; */
  width: 220px;
  background-color: #f8f8f8;
  line-height: 56px;
  height: 56px;
  border-radius: 4px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  margin-top: 12px;
  margin-right: 24px;
}

.column4 .list .item:hover {
  background-color: #e2e1e1;
}

.column4 .list .item span {
  margin-right: 10px;
  color: #1a56a0;
}

.column5 {
  margin-top: 30px;
}

.column5 .title {
  height: 20px;
  border-bottom: #0951ad 2px solid;
  position: relative;
}

.column5 .title .inner {
  position: absolute;
  top: 0;
  left: 50%;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  display: block;
  transform: translateX(-50%);
  font-size: 20px;
  width: 760px;
  text-align: center;
}

.column5 .title .inner a {
  color: #0f509f;
  padding: 0 10px;
}

.column5 .title .inner .ing {
  font-weight: bold;
}

.column5 .list {
  width: 1221px;
  height: 620px;
  padding: 0 10px;
  margin: 0 -10px;
  margin-top: 40px;
  overflow: hidden;
}

.column5 .list ul {
  width: 1221px;
  margin: 0 -10px;
}

.column5 .list .item {
  float: left;
  width: 387px;
  margin: 0 10px 20px 10px;
  box-shadow: 0 0 4px 4px rgba(202, 202, 202, 0.1);
}

.column5 .list .item .img {
  width: 387px;
  height: 240px;
  overflow: hidden;
}

.column5 .list .item img {
  width: 387px;
  height: 240px;
  transition: 1s;
}

.column5 .list .item img:hover {
  transform: scale(1.5);
}

.column5 .list .item strong {
  line-height: 50px;
  font-size: 16px;
  font-weight: normal;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.footer {
  height: 190px;
  width: 100%;
  background-color: #2b3b52;
  margin-top: 40px;
}

.footer .inner {
  width: 1200px;
  height: 190px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .about {
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  padding-right: 20px;
}

.footer .about p span {
  width: 40px;
  display: inline-block;
}

.footer .about a {
  color: #ffffff;
}

.footer .about a:hover {
  color: #d1d1d1;
}

/* 栏目页 */
.newslist {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  align-items: flex-start;
}

.newslist .menu {
  width: 300px;
  background-color: #f8f8f8;
}

.newslist .menu .head {
  height: 124px;
  width: 300px;
  line-height: 124px;
  text-align: center;
  font-size: 28px;
}

.newslist .menu .head .iconfont {
  font-size: 36px;
  margin-right: 10px;
}


.newslist .menu .list .item {
  border-top: 1px solid #ffffff;
}

.newslist .menu .list .name {
  line-height: 56px;
  height: 56px;
  text-align: center;
  display: block;
  font-size: 18px;
  display: flex;
}

.newslist .menu .list .item:hover .name {
  background-color: #1b53a6;
  color: #ffffff;
}

.newslist .menu .list ul {
  display: none;
}

.newslist .menu .name .iconfont {
  font-size: 20px;
  margin-right: 10px;
  font-weight: 600;
  margin-left: 25%;
}

.newslist .menu .list a {
  display: block;
  height: 56px;
  width: 300px;
  font-size: 16px;
  text-align: center;
  line-height: 50px;
}

.newslist .menu .list .name.ing {
  background-color: #1b53a6;
  color: #ffffff;
}

.newslist .menu .list a:hover {
  color: #0951ad;
  background-color: #e9e9e9;
}

.newslist .menu .sub_item a {
  line-height: 56px;
  height: 56px;
  width: 300px;
  text-align: center;
  display: block;
  font-size: 16px;
  background-color: #eeeded;
  border-bottom: 1px solid #ffffff;
}

.newslist .menu .sub_item a:hover {
  background-color: #dddcdc;
}

.newslist .right {
  width: 880px;
}

.newslist .right .head {
  padding: 14px 20px;
  background-color: #fafafa;
}

.newslist .right .head .name {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.newslist .right .head h3 {
  font-size: 26px;
  font-weight: normal;
}

.newslist .right .head a {
  color: #0951ad;
}

.newslist .right .submenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.newslist .right .submenu li {
  width: 48%;
  height: 50px;
  margin-top: 20px;
}

.newslist .right .submenu li a {
  width: 100%;
  height: 50px;
  display: block;
  background-color: #f8f8f8;
  text-align: center;
  line-height: 50px;
}

.newslist .right .submenu li a:hover {
  background-color: #0951ad;
  color: #ffffff;
}

.newslist .right .list {
  padding: 20px 0;
}

.newslist .right .list li a {
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
}

.newslist .right .list li a:hover {
  background-color: #ededed;
}

.newslist .right .list .title {
  font-size: 18px;
}

.newslist .right .list .time {
  font-size: 14px;
  color: #aaaaaa;
}

.newslist .right .page {
  padding: 20px 0 20px 0;
  text-align: center;
}

.newslist .right .page a {
  padding: 8px 13px;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #ededed;
  margin: 0 4px;
  font-size: 14px;
}

.newslist .right .page a:not(.disabled):hover {
  background-color: #1b53a6;
  color: #ffffff;
}

.newslist .right .page .ing {
  background-color: #1b53a6;
  color: #ffffff;
}

.newslist .right .page .disabled {
  background-color: #efefef;
  cursor: not-allowed;
}

.newslist.result .right {
  width: 1200px;
}

.article {
  padding: 20px 0 50px 0;
}

.article p {
  
  line-height: 32px;
  font-size: 16px;

}

.article p, .article b, .article strong, .article em, .article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  font-size: 16px;
  color: #000000;
  font-family: 微软雅黑 !important;
}

.article img {
  margin: 10px 0;
  text-align: center;
  max-width: 880px;
}

.article .title {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  color: #333;
}

.article .about {
  font-size: 16px;
  text-align: center;
  color: #828282;;
  margin: 30px 0;
  display: block;
  text-align: center;
}

@keyframes turnZ {
  0% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

#rZ {
  animation: turnZ 10s infinite;
}

/* 所属企业列表 */
.Co-Content {
  width: 880px;
  padding: 10px 0 20px 0;
  overflow: hidden;
}

.Co-list {
  width: 900px;
}

.Co-list:after {
  clear: both;
  content: '';
  display: block;
}

.Co-list .item {
  width: 282px;
  height: 214px;
  background-color: #f5f5f5;
  float: left;
  margin-right: 17px;
  margin-top: 20px;
}

.Co-list .item img {
  width: 282px;
  height: 120px;
  object-fit: cover;
  display: block;
}

.Co-list .item strong {
  display: block;
  line-height: 24px;
  padding: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

.Co-list .item p {
  line-height: 20px;
  height: 40px;
  padding: 0 10px;
  font-size: 13px;
  color: #666666;
  overflow: hidden;
}

.slider {
  position: fixed;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  z-index: 999;
}

.slider .item {
  height: 60px;
  width: 60px;
  background-color: #f3f8fd;
  border-radius: 60px;
  margin: 20px 0;
  position: relative;
}

.slider .item .iconfont {
  height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  line-height: 60px;
  border-radius: 60px;
  color: #004294;
  font-size: 30px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.slider .item .iconfont:hover {
  background-color: #004294;
  color: #ffffff;
}

.slider .item .popover {
  display: none;
  height: 150px;
  width: 120px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
  position: absolute;
  left: -160px;
  top: 0;
  padding: 10px;
}

.slider .item:hover .popover {
  display: block;
}

.slider .item .popover img {
  height: 120px;
  width: 120px;
}

.slider .item .popover .name {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

/* 董事长信箱 */
.newslist .letter {
  width: 880px;
  margin-top: 20px;
}

.newslist .letter .tips {
  border: 4px solid #f7f7f7;
  padding: 20px 40px;
}

.newslist .letter .line {
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  margin: 20px 0;
}

.newslist .letter .tips .name {
  font-weight: bold;
  line-height: 36px;
  width: 100px;
  color: #004394;
}

.newslist .letter .tips ul {
  display: block;
  width: auto;
}

.newslist .letter .tips li {
  line-height: 36px;
}

.newslist .form {
  border: 4px solid #f7f7f7;
  margin-top: 20px;
  padding: 20px 40px;
}

.newslist .form label {
  display: block;
  display: flex;
  margin: 10px 0;
}

.newslist .form .name {
  width: 80px;
  text-align: right;
  line-height: 40px;
  margin-right: 20px;
}

.newslist .form .star {
  color: red;
  line-height: 40px;
  display: inline-block;
  margin-right: 5px;
}

.newslist .form .ipt {
  height: 40px;
  line-height: 40px;
  border: 1px solid #cccccc;
  width: 400px;
  padding: 0 10px;
  font-size: 16px;
}

.newslist .form .text {
  width: 670px;
  display: block;
  line-height: 40px;
  height: 120px;
  font-size: 16px;
  border: 1px solid #cccccc;
  padding: 0 10px;
  font-family: inherit;
}

.newslist .form .btn {
  height: 40px;
  width: 120px;
  background-color: #1b53a6;
  line-height: 40px;
  border: none;
  color: #ffffff;
  text-align: center;
  margin-right: 20px;
  cursor: pointer;
  font-size: 15px;
}

.newslist .form .btn:hover {
  background-color: #003a6d;
}

.letterlist {
  width: 880px;
  margin-top: 20px;
}

.letterlist li {
  margin-bottom: 20px;
  border: 4px solid #f7f7f7;
  padding: 20px;
}

.letterlist li .msg .icon-zixun {
  font-size: 20px;
  margin-right: 8px;
  color: #5e80b4;
  line-height: 30px;
}

.letterlist li .msg .center .title {
  color: #494949;
  font-size: 22px;
  line-height: 30px;
}

.letterlist li .msg .center .time {
  color: #9e9e9e;
  line-height: 30px;
  font-size: 14px;
  padding: 5px 0;
}

.letterlist li .msg .center .message {
  color: #535353;
  line-height: 24px;
}

.letterlist li .t {
  color: #003a6d;
}

.letterlist .replay {
  background-color: #f5fbff;
  padding: 10px 20px;
  margin-top: 40px;
  position: relative;
  border-radius: 0 6px 6px 6px;
}

.letterlist .replay .text {
  display: block;
  color: #ffffff;
  position: absolute;
  top: -22px;
  left: 0px;
  background-color: #da3143;
  border-radius: 6px 6px 0 0;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  width: 60px;
  text-align: center;
}

.letterlist .replay p {
  line-height: 30px;
}

/* 企业领导 */
/* 企业领导 */
.leader {
  padding: 0 20px;
}

.leader li {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ececec;
}

.leader li:last-child {
  border: none;
}

.leader li .left {
  height: 180px;
  width: 140px;
  flex-shrink: 0;
}

.leader li .left img {
  width: 100%;
  height: 100%;
}

.leader li .right {
  flex-grow: 1;
  margin-left: 20px;
}

.leader li .right .job {
  font-size: 14px;
}

.leader li .right .name {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
}

.leader li .right .introduce {
  line-height: 26px;
  color: #575757;
}

/* 廉政小课堂 */
#lzkt {
  position: fixed;
  z-index: 999;
  bottom: 30px;
  right: 30px;
  width: 240px;
  height: 124px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
}

#lzkt img {
  width: 100%;
  height: 100%;
}

#lzkt .iconfont {
  position: absolute;
  right: 0;
  top: 0;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 18px;
}

#lzkt .iconfont:hover {
  background-color: rgba(0, 0, 0, .1);
}