.mod {
  width: 100%;
  height: auto;
  padding: 30px 0px;
  margin: 0px auto;
  background: #fff;
}

.mod-c {
  width: 100%;
  height: auto;
}

.mod1 {
  width: 100%;
  background: #fff;
  padding: 30px 0px 60px;
}

.mod2 {
  width: 100%;
  background: #F9F9F9;
  padding: 30px 0px 30px;
}

.mod3 {
  width: 100%;
  background: #fff;
  padding: 30px 0px;
}

/**查看更多 start*/
.more-con {
  line-height: 26px;
  height: 26px;
  margin-bottom: 30px;
}

.more-con .more-icon {
  width: 18px;
  height: 19px;
}

.more-con span,
.more-con a {
  font-size: 18px;
  color: #666;
}

.more-con .more-tips {
  font-size: 18px;
  color: #2285A2;
  float: left;
}

.more-con .more-tl {
  font-size: 18px;
  color: #333;
  float: left;
}

.more-con a:hover,
.more-con a:hover span {
  color: #2285A2;
}

/**查看更多 end*/
/* 公告 start */
.item-bg1 {
  background: #0090B2;
}

.item-bg2 {
  background: #4479D9;
}

.item-bg3 {
  background: #EE9F5F;
}

.item-bg4 {
  background: #15499A;
}

.item-bg5 {
  background: #07759B;
}

.notice {
  width: 100%;
  display: inline-block;
  margin-bottom: 60px;
}

.notice .col-column5 .item-ctn {
  margin-right: -50px;
}

.notice .col-column5 .item-ctx {
  margin-right: 50px;
  border-radius: 10px;
  padding: 30px 0px;
}

.notice .col-column5 .item-ctx .first-pic {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.notice .col-column5 .item-ctx .first-pic-name {
  margin-top: 5px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

/* 公告 end */
/* banner start */
.news-banner1,
.news-banner2 {
  width: 100%;
}

.news-banner1 {
  margin-bottom: 30px;
}

/* banner end */
/***轮播***/
#newsBanner .layui-carousel-ind ul {
  padding: 6px 12px;
  background: none;
}

#newsBanner .layui-carousel-ind li {
  width: 11px;
  height: 11px;
  /* background: rgba(255, 255, 255, .3); */
  margin-right: 10px;
  vertical-align: middle;
}

#newsBanner .layui-carousel-ind li:last-child {
  margin-right: 0px;
}

#newsBanner .layui-carousel-ind li.layui-this {
  width: 11px;
  height: 11px;
}

.carousel {
  width: 100%;
  /* height: 405px; */
  background: #e5f0ff;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.layui-carousel {
  overflow: hidden;
}
.carousel-img {
  width: 100%;
  height: 100%;
}

.carousel-img img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.layui-carousel-ind {
  text-align: right;
  z-index: 999;
  bottom: 0;
  width: 25%;
  float: right;
}

.layui-carousel ul {
  padding-top: 10px;
}

.carousel-b {
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  padding: 0px 100px 0px 20px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  border-radius: 0px 0px 6px 6px;
}

/***轮播  end********/


/***新闻***/
.mod-c1 {
  height: 280px;
  overflow: hidden;
}

.news-tab {
  margin: 0px !important;
  padding-left: 60px;
}

.news-tab .layui-tab-content {
  padding: 0px;
}

.news-tab .layui-tab-content .layui-tab-item {
  height: 100%;
}

.news-tab .layui-tab-title {
  height: 51px;
  border-bottom: 1px solid #D8D8D8 !important;
}

.news-tab .layui-tab-title li {
  height: 36px;
  line-height: 36px;
  color: #999;
  font-size: 18px;
  padding: 0px 19px;
  height: 51px;
}

.news-tab .layui-tab-title .layui-this {
  /* background: #2285A2; */
  color: #2285A2;
  font-size: 22px;
}

.news-tab .layui-tab-title .layui-this::after {
  /* border-bottom: none; */
  height: 51px;
  border-bottom: 1px solid #2285A2;
}

.nm-list-content {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.nm-list {
  width: 100%;
  height: auto;
  padding: 20px 0px 0 0px;
  /*	display: none;*/
}

.nm-list li {
  width: 100%;
  /* height: 40px;
  line-height: 40px; */
  position: relative;
  margin-bottom: 20px;
}

.nm-list li a {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #666;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 24%; */
  box-sizing: border-box;
}

.mn-list li p {
  color: #666;
}

.nm-list li .mn-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 24%;
}

.nm-list li .mn-title-sub {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  margin: 14px 0px 50px;
}

.nm-list-sm li a {
  font-size: 16px;
}

.nm-list-sm a {
  font-size: 16px;
}

.list-notime li a {
  padding-right: 0 !important;
}

.nm-list li span {
  position: absolute;
  right: 0;
  top: 0;
  color: #666;
}

.nm-list li a:hover span,
.nm-list li a:hover .mn-title {
  color: #333;
}

.nm-list li .mn-title:hover,
.nm-list li .mn-title:active {
  font-weight: bold;
}

.nm-list li a:active {
  color: #333;
}

/**轮播 start**/
.slide-box {
  /* padding-bottom: 54px; */
  /* border-bottom: 1px solid rgba(21, 73, 154, .2); */
  position: relative;
}

.expert-ind {
  position: absolute;
  bottom: -8px;
  left: 0;
}

.slide {
  float: left;
  list-style: none;
  position: relative;
  background: none;
}

.slide a {
  display: block;
}

.slider3 .slide {
  float: left;
  list-style: none;
  position: relative;
  width: 184px !important;
  height: auto !important;
  margin-right: 70px !important;
}

.slider3 .slide img {
  width: 100%;
  height: 269px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.slider3 .expert-name,
.slider3 .expert-post {
  text-align: center;
}

.slider3 .expert-name {
  color: #333;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
}

.slider3 .expert-post {
  color: #999;
  font-size: 16px;
  line-height: 26px;
}

.slider3 .slide a:hover .expert-name {
  color: #2285A2;
}

/**轮播 end**/
/* 友情链接 start*/
.mod-quote {
  width: 100%;
}

.mod-quote-tl {
  display: inline-block;
  width: auto;
  padding: 12px 20px;
  color: #fff;
  /* font-weight: bold; */
  font-size: 20px;
  background: #CF1919;
}

.mod-quote .quote-sub-tl {
  float: left;
  color: #333;
  font-size: 16px;
  height: 100%;
}

.mod-quote .quote-link {
  width: 100%;
  padding-left: 9%;
}

.mod-quote .quote-link li {
  width: auto;
  padding: 0px 20px;
  display: inline-block;
  color: #999;
  font-size: 16px;
  border-right: 1px solid #D8D8D8;
  margin-bottom: 10px;
}

.mod-quote .quote-link li:first-child {
  padding: 0px 20px 0px 0px;
}

.mod-quote .quote-link li:last-child {
  border-right: none;
}

.mod-quote .quote-link li a:hover,
.mod-quote .quote-link li a:active {
  color: #15499A;
}

/* 友情链接 end*/
/* 业务咨询 start */
.contact {
  position: fixed;
  bottom: 385px;
  right: 0;
  width: 200px;
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(74, 74, 74, 0.1000);
  border-radius: 6px;
}

.contact .contact-t {
  border-radius: 6px 6px 0px 0px;
  background: #2285A2;
  height: 46px;
  line-height: 46px;
  padding: 0px 20px;
}

.contact .contact-t span {
  font-size: 16px;
  color: #fff;
  float: left;
}

.contact .contact-t .contact-close {
  float: right;
  width: 16px;
  height: 16px;
}

.contact .contact-c {
  padding: 14px 20px 6px;

}

.contact .contact-c ul li {
  display: inline-block;
  margin-bottom: 14px;
}

.contact .contact-c ul li:nth-child(2n+1) {
  margin-right: 28px;
}

.contact .contact-btn-box {
  display: block;
  margin: 0 auto 20px;

}

.contact .contact-btn {
  width: 106px;
  height: 30px;
  line-height: 30px;
  background: #2285A2;
  border-radius: 6px;
  margin: 0px 0px 0px 47px;
  color: #fff;
  
}

.contact .contact-btn a {
  color: #fff;
  font-size: 14px;
}

/* 业务咨询 end */
@media screen and (min-width:768px) and (max-width:992px) {
  .news-tab {
    padding-left: 0px;
  }
}

@media screen and (max-width: 768px) {
  .news-tab {
    padding-left: 0px;
  }
}