* {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none !important;
  color: #1e1e1e;
}

.warp {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.header {
  width: 100%;
  background: url(../img/header_bg.png) no-repeat;
}

.header .inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
}

.header .inner .logo {
  width: 94%;
}

.header .inner .logo img {
  width: 100%;
}

.header .inner .search {
  width: 240px;
  height: 36px;
  border: #1b53a6 2px solid;
  border-radius: 36px;
  margin-top: 20px;
  background-color: #ffffff;
}

.header .inner .search .form {
  display: flex;
  align-items: center;
  height: 36px;
}

.header .inner .search .ipt {
  width: 180px;
  background: none;
  border: none;
  padding: 4px 10px;
  outline: none;
  font-size: 14px;
}

.header .inner .search .btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-weight: bold;
  font-size: 24px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  color: #0951ad;
  text-align: center;
}

.header .navbar {
  height: 54px;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: #ffffff;
  border-top: 4px solid #0951ad;
}

.header .container {
  display: flex;
  width: 784px;
}

.header .container .item {
  width: 112px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.dropdown-toggle {
  font-size: 18px;
}

.swiper.slide1 .swiper-slide img {
  width: 100%;
}

/* 轮播图2 */
.swiper.slide2 {
  width: 100%;
  max-height: 560px;
}

.swiper.slide2 img {
  display: block;
  width: 100%;
  height: 50vw;
  object-fit: cover;
}

.swiper.slide2 .text {
  height: 50px;
  line-height: 50px;
  background-color: #fafbfc;
  color: #292e33;
  font-weight: bold;
  font-size: 18px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content {
  margin: 0 auto;
  padding: 0 20px;
}

/* 选项卡 */
.tabcard {
  margin-top: 20px;
}

.tabcard .menu {
  /* width: 100%; */
  display: flex;
  border-bottom: 1px solid #c2cfe3;
}

.tabcard .menu a {
  display: block;
  width: 50%;
  text-align: center;
  line-height: 40px;
  height: 40px;
  border-bottom: 3px solid #ffffff;
  font-size: 18px;
}

.tabcard .menu .ing {
  border-color: #0951ad;
  color: #0951ad;
  font-weight: bold;
}

.listing .list .item {
  border-bottom: 1px solid #f1f2f4;
  padding: 16px 0;
  color: #000000;
}

.listing .list .item .a {
  display: flex;
  justify-content: space-between;
}

.listing .list .left {
  flex-grow: 1;
  width: 64%;
  flex-basis: 64%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.listing .list .title {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-overflow: ellipsis;
  padding-right: 10px;
  font-size: 18px;
  line-height: 7vw;
  max-height: 14vw;
}

.listing .list .left .info {
  font-size: 13px;
  color: #c2c2c2;
  margin-top: 10px;
}

.listing .list .left .info .iconfont {
  margin: 0 10px 0 6px;
}

.listing .list .photo {
  width: 36%;
  flex-basis: 36%;
  height: 20vw;
  max-height: 200px;
}

.listing .list .photo img {
  width: 100%;
  height: 100%;
}

.tabcard .more {
  height: 34px;
  background-color: #f3f8fd;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  margin-top: 15px;
  color: #666666;
}

.article-list .icon-xiangyoujiantou {
  font-size: 8px;
}

.article-list .icon-sanjiao3 {
  font-size: 10px;
  color: #0951ad;
}

.article-list .item:hover {
  background-color: #f7f7f7;
}

.subhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #2157ab;
  height: 40px;
}

.subhead .title {
  font-size: 20px;
  color: #0951ad;
}

.subhead .more {
  font-size: 16px;
  color: #4d4d4d;
}

.subhead .title span {
  margin: 0 20px;
  display: inline-block;
  font-weight: bold;
}

.subhead a:hover {
  color: #0951ad;
}

.footer {
  /* height: 190px; */
  width: 100%;
  background-color: #2b3b52;
  margin-top: 20px;
  padding-bottom: 20px;
}

.footer .inner {
  /* width: 1200px; */
  /* height: 190px; */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.footer .inner .logo {
  padding: 20px 0;
}

.footer .about {
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  padding-right: 20px;
  font-size: 14px;
}

.footer .about a {
  color: #ffffff;
}

.footer .about a:hover {
  color: #d1d1d1;
}

.breadcrumb {
  height: 40px;
  line-height: 40px;
  background-color: #f3f8fc;
  padding: 0 20px;
  font-size: 14px;
  color: #666666;
}

.breadcrumb a {
  color: #666666;
}

/* 栏目页 */
.newslist {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.newslist .page {
  margin-top: 20px;
  text-align: center;
}

.newslist .page a {
  padding: 4px 6px;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #ededed;
  margin: 0 4px;
  margin-bottom: 10px;
  font-size: 14;
  border-radius: 4px;
}

.newslist .page a:not(.disabled):hover {
  background-color: #1b53a6;
  color: #ffffff;
}

.newslist .page .ing {
  background-color: #1b53a6;
  color: #ffffff;
}

.newslist .page .disabled {
  background-color: #efefef;
  cursor: not-allowed;
}

.article {
  padding: 20px;
}

.article .title {
  font-size: 26px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}

.article .about {
  font-size: 14px;
  text-align: center;
  color: #9b9b9b;
  display: block;
  text-align: center;
  margin-top: 6px;
}

.article .contents {
  margin-top: 30px;
}

.article p {
  margin: 14px 0;
  line-height: 30px;
}

.article img {
  width: 100%;
  display: block;
  margin: 14px 0;
}

.newslist.result .right {
  width: 100%;
}

/* 栏目页 */
.column {
  padding: 50px 20px 50px 20px;
}

.column .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column .list li {
  height: 120px;
  width: 48%;
  background-color: #ebf4fe;
  margin-bottom: 20px;
  display: flex;
  border-radius: 4px;
}

.column .list .iconfont {
  width: 100%;
  line-height: 60px;
  color: #216dd5;
  font-size: 50px;
  display: block;
  text-align: center;
}

.column .list h3 {
  width: 100%;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}

.column .list li a {
  display: block;
  width: 100%;
  padding: 10px 0;
}

/* 企业领导 */
.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: 150px;
  width: 110px;
  flex-shrink: 0;
}

.leader li .left img {
  width: 100%;
  height: 100%;
}

.leader li .right {
  flex-grow: 1;
  margin-left: 15px;
}

.leader li .right .job {
  font-size: 14px;
}

.leader li .right .name {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}

.leader li .right .introduce {
  line-height: 24px;
  color: #575757;
}

/* 所属企业 */
.subsidiary {
  padding: 0 20px;
}

.subsidiary li {
  margin: 20px 0;
  background-color: #f5f5f5;
}

.subsidiary li img {
  width: 100%;
  height: 45vw;
  max-height: 450px;
}

.subsidiary li strong {
  font-size: 16px;
  padding: 6px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.subsidiary li p {
  font-size: 14px;
  color: #666666;
  padding: 6px 10px;
  line-height: 20px;
}

/* 领导信箱 */
.letter {
  width: 100%;
  margin-top: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}

.letter .tips {
  border: 4px solid #f7f7f7;
  padding: 20px;
}

.letter .line {
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  width: 100%;
  margin: 20px 0;
}

.letter .tips .name {
  font-weight: bold;
  line-height: 36px;
  width: 100px;
  color: #004394;
}

.letter .tips ul {
  display: block;
  width: auto;
}

.letter .tips li {
  line-height: 36px;
  font-size: 14px;
}

.letter .form {
  border: 4px solid #f7f7f7;
  margin-top: 20px;
  padding: 0 20px;
}

.letter .form label {
  display: block;
  margin: 10px 0;
}

.letter .form .name {
  width: 80px;
  text-align: right;
  line-height: 40px;
  margin-right: 20px;
}

.letter .form .star {
  color: red;
  line-height: 40px;
  display: inline-block;
  margin-right: 5px;
}

.letter .form .ipt {
  height: 40px;
  line-height: 40px;
  border: 1px solid #cccccc;
  width: 100%;
  padding-left: 10px;
  font-size: 16px;
  box-sizing: border-box;
}

.letter .form .text {
  width: 100%;
  box-sizing: border-box;
  display: block;
  line-height: 40px;
  height: 120px;
  font-size: 16px;
  border: 1px solid #cccccc;
  padding: 0 10px;
  font-family: inherit;
}

.letter .form .btn {
  height: 40px;
  width: 120px;
  background-color: #1b53a6;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  display: inline-block;
  margin: 10px 20px 10px 0px;
}

.letter .form .btn:hover {
  background-color: #003a6d;
}

/* 留言列表 */
.letterlist {
  margin-top: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}

.letterlist li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}

.letterlist li:last-child {
  border: none;
}

.letterlist li .msg .icon-zixun {
  font-size: 16px;
  margin-right: 8px;
  color: #5e80b4;
  line-height: 30px;
}

.letterlist li .msg .center .title {
  color: #494949;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}

.letterlist li .msg .center .time {
  color: #9e9e9e;
  line-height: 30px;
  font-size: 14px;
}

.letterlist li .msg .center .message {
  color: #535353;
  line-height: 24px;
  font-size: 14px;
}

.letterlist li .t {
  color: #003a6d;
}

.letterlist .replay {
  background-color: #f5fbff;
  box-sizing: border-box;
  margin-top: 40px;
  position: relative;
  border-radius: 0 6px 6px 6px;
  padding: 10px;
}

.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;
}