.wrapper {
  width: 100%;
}

.container {
  padding: 0px;
}

.main .container {
  margin-top: 10px;
}

/* 头部样式 */
.header {
  /* height: 126px; */
  background: #017779;
}
.QrCode {
  float: right;
  display: flex;
  justify-content: center;
  margin-top: 20px;
  align-items: center;
}
.QrCode img {
  height: 90px;
  float: left;
}
.qr-title {
  margin-left: 10px;
  color: #ffffff;
  float: left;
  text-align: center;
}
/* 头部结束 */

/* 导航样式 Statr */
.menu1 {
  background: #005e60;
}

.nav > ul {
  position: relative;
  width: 100%;
  height: 100%;
  justify-content: space-around;
  display: flex;
}
.nav .menu-item {
  height: 100%;
  line-height: 60px;
  float: left;
  position: relative;
  display: block;
}

.menu-item a {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  padding: 0 20px;
}

.menu-item:hover {
  text-decoration: none;
  color: #fff;
  background-color: #186f76;
  transition: all 0.3s ease-in-out;
}

.menu-item > ul.sub-menu {
  transform: scaleY(0);
  transform-origin: 50% 0;
  left: 0px;
  top: 60px;
  transition: all 0.3s;
  position: absolute;
  background-color: #005e60;
  min-width: 150px;
  z-index: 200;
}
.sub-item {
  line-height: 46px;
  position: relative;
  white-space: nowrap;
}
.sub-item a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  line-height: 46px;
  padding: 0 20px;
}
.menu-item:hover > ul.sub-menu {
  transform: scaleY(1);
}

.nav .menu-item .sub-menu .sub-item:hover {
  background-color: #186f76;
}

.sub-menu .sub-menu {
  display: none;
  left: 100%;
  top: 0px;
  position: absolute;
  background-color: #005e60;
  min-width: 150px;
}
.sub-menu .sub-item:hover > .sub-menu {
  display: block;
}

/* 导航样式 End */

/* 搜索 */
.search {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.search-box {
  background: #fff;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.search-box .search-form {
  width: 100%;
  height: 100%;
  display: flex;
}
.search-box .search-input {
  border: none;
  background: none;
  outline: none;
  width: 100%;
  font-size: 14px;
  color: #505050;
  transition: all 0.5s;
  padding: 5px 10px;
}
.search-box .search-input:focus {
  width: 100%;
}
.search-box:hover .search-input {
  width: 100%;
}
.search-box .search-btn {
  font-size: 20px;
  color: #186f76;
  display: flex;
  align-items: center;
  height: 30px;
}

.search-submit {
  border: none;
  background: #fff;
  color: #fff;
  width: 40px;
  background: #10959e url(../images/search.png) no-repeat center;
}
/* 搜索结束 */

/* 栏目样式 */
.post {
  width: 100%;
  padding: 5px;
}
.post .post-title {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 10px;
}
.post .post-title .tit {
  float: left;
  position: relative;
}
.post .post-title .tit-1 {
  color: #000;
  font-size: 24px;
  width: 125px;
}
.post .post-title .tit-1 .fa-link {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -moz-transform: rotate(90deg); /* Firefox */
  -webkit-transform: rotate(90deg); /* Safari 和 Chrome */
  -o-transform: rotate(90deg); /* Opera */
}
.post .post-title .tit-2 {
  color: #999999;
  font-size: 14px;
  text-align: center;
  position: absolute;
  top: 35px;
  background: #fff;
  width: 100%;
}
.post .post-title .more-btn {
  float: right;
  line-height: 37px;
}
.post .content {
  padding: 15px;
}

/* 通知公告样式 */
.news-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #cbcbcb;
}

.news-item .news-title {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-item .news-title a {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-item .news-title a:hover {
  color: #186f76;
}

.news-date {
  text-align: right;
  font-size: 13px;
  color: #999999;
  line-height: 25px;
}
/* 图片新闻 */
.tpxw {
  padding-top: 30px;
  position: relative;
}
.tpxw .more-btn {
  position: absolute;
  bottom: -20px;
  right: 0px;
}
.news-img {
  width: 100%;
  height: 215px;
}
.news-img img {
  width: 100%;
  height: 100%;
}
.news-img-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  text-align: left;
  line-height: 45px;
  font-size: 14px;
  font-weight: bold;
}

.news-img-detail {
  color: #999999;
  line-height: 26px;
  overflow: hidden;
  text-align: justify;
  height: 52px;
  font-size: 13px;
}

/* 底部相关内容 */
.ll {
  padding: 50px 0px;
}

.imgs-item img {
  width: 100%;
  height: 205px;
}

.imgs-title {
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}

/* 快速通道 */
.link-item {
  background: #f7f7f7;
  padding: 10px;
  margin-bottom: 10px;
}

.link-icon {
  width: 60px;
  height: 60px;
  float: left;
  background: #fff;
  border-radius: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  color: #186f76;
}

.link-con {
  float: left;
  margin-left: 10px;
  padding-top: 10px;
}

.link-con .link-title {
  font-weight: bold;
  line-height: 22px;
}

.link-detail {
  color: #999999;
  line-height: 22px;
  font-size: 13px;
}

/* 底部样式 */
.footer {
  height: 125px;
  text-align: center;
  background: #186f76;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 20px;
}

/* 屏幕适应 */
@media (max-width: 1200px) {
  .menu1 .nav {
    display: block;
  }
  .nav > ul {
    display: block;
  }
}