#policyWrap {
  width: 100%;
  height: 100%;
}

.policy-content {
  padding: 60px 0 30px;
}
.baiyi-banner-container .index-top-banner h1,
.baiyi-banner-container .index-top-banner h3 {
  position: absolute;
  background: transparent;
  left: 20%;
}
.baiyi-common-nav {
  background: #020421 !important;
}

.B-common-home-topbar-menu {
  background: #020421 !important;
}
.baiyi-banner-container .index-top-banner h1 {
  font-size: 52px;
  color: #ffffff;
  letter-spacing: 0;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  top: 60px;
}
.baiyi-banner-container .index-top-banner p {
  position: absolute;
  top: 130px;
  left: 20%;
  width: 96px;
  height: 10px;
  background: #007cc3;
}
.baiyi-banner-container .index-top-banner h3 {
  top: 150px;
  font-size: 44px;
  color: #ffffff;
  letter-spacing: 0;
  text-shadow: 0 0 9px rgba(0, 0, 0, 0.5);
}

.box-message {
  width: 80%;
  /*height: 320px;*/
  overflow-y: auto;
  margin-bottom: 20px;
}
.box-message .message-title {
}
.message-list a {
  display: flex;
  width: 100%;
  height: 40px;
  line-height: 40px;
  justify-content: space-between;
  font-size: 14px;
}
.box-message a:hover {
  color: #5989d6;
  font-size: 14px;
}
.message-list a span:nth-of-type(1) {
  display: inline-block;
  width: 74%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.policy-titleImg-wrap {
  padding-top: 40px;
}
.policy-titleImg {
  position: relative;

  margin-bottom: 20px;
}
.policy-titleImg-wrap .title {
  height: 40px;
  line-height: 40px;
}
.policy-titleImg .titleImg {
  width: 100%;
}

.policy-titleImg .text {
  position: absolute;
  width: 100%;
  height: 48px;
  line-height: 48px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  left: 0;
  bottom: 0;
  padding-left: 20px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.policy-list .newsList-title {
  height: 76px;
  line-height: 76px;
  color: #007cc3;
}
.policy-list .item-left img {
  width: 135px;
  height: 100px;
}

.policy-list .item-right .item-content {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #666666;
  text-indent: 12px;
}
.policy-list .item-right {
  padding-left: 14px;
}
.policy-list .item-right .item-title {
  height: 28px;
  color: #000000;
}
.item-moreInfor {
  height: 40px;
  line-height: 20px;
  padding-left: 150px;
}
.item-moreInfor em {
  color: #1471de;
}
.policy-list {
  margin-bottom: 50px !important;
}
@media only screen and (min-width: 300px) and (max-width: 750px) {
  .policy-titleImg img {
    width: 100%;
    height: 130px;
  }
  .item-content {
    display: none !important;
  }
}
@media (min-width: 751px) {
  /*百驿导航*/

  .baiyi_module_wrap {
    margin-bottom: 40px;
    background-color: #007cc3;
    width: 100% !important;
    color: white;
  }

  .baiyi_module_wrap ul li {
    position: relative;
    width: 34%;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  .baiyi_module_wrap ul li:hover {
    background: #06486e;
  }
  .baiyi_module_wrap ul li:hover::after {
    content: "";
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-width: 6px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;

    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .main-head {
    margin-bottom: 20px;
  }
  .main-head h2 {
    height: 24px;
    line-height: 24px;
    font-weight: 600;
    font-size: 24px;
  }
  .main-head i {
    display: inline-block;
    width: 5px;
    height: 26px;
    background-color: #5989d6;
    margin-right: 10px;
  }

  .pcLayout {
    display: flex;
    flex-direction: column;
  }
  .item-content {
    /*height: 40px;*/
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    margin-bottom: 0;
  }
  .item-content img {
    display: none;
  }
  .item-content p,
  .item-content span {
    font-size: 14px !important;
    color: #333333 !important;
    margin: 0 !important;
    line-height: 20px !important;
    text-align: left !important;
  }
  .policy-titleImg img {
    width: 100%;
    height: 186px;
  }
  .policy-list .item-right .item-title {
    width: 50% !important;
  }
  .news-search{
    height: 140px;
    align-items: center;
    /* margin-left: 200px; */
    margin: 0px 200px;
    padding-top: 30px;
  }

  .news-search-button{
    background-color: #017dc3;
    padding: 14px 10px;
    color: white;
    /*float: right;*/
    width: 100px;
   }
  .news-search-input{
    width: 600px;
    border: #a8a8a8 solid 2px;
    padding: 12px 12px;
  }
}
