body {
  background-color: #fff;
}
.contLR {
  padding-bottom: 6px;
  width: 1200px;
  margin: auto;
  overflow: hidden;
  *zoom: 1;
}

.contL {
  float: left;
  width: 828px;
  overflow: hidden;
  margin-right: 16px;
}
.contR {
  float: right;
  width: 344px;
  overflow: hidden;
}

.contR section .sideTit {
  border-bottom-color: #e6eced;
}

.contR section {
  margin-bottom: 20px;
  background: #f6f9fb;
  border-radius: 20px;
}
.bhNSCont {
  margin: 9px 0;
  padding: 10px 0;
  background-image: linear-gradient(
    180deg,
    transparent 0%,
    rgba(255, 255, 255, 1) 100%
  );
  border-radius: 20px;
  overflow: hidden;
}

.bhNSCont h1 {
  font-size: 34px;
  color: #333;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 18px;
}

.bhNSCont .intro {
  position: relative;
  height: 28px;
  margin-bottom: 13px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(221, 223, 231, 0.5);
}

.bhNSCont .intro span,
.bhNSCont .intro time {
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
  color: #8d99a3;
  line-height: 28px;
  margin-right: 30px;
}

.bhNSCont .intro time {
  display: inline-block;
  vertical-align: top;
}

.bhNSCont .intro span:nth-of-type(1):before {
  content: '';
  position: relative;
  top: 7px;
  vertical-align: top;
  margin-right: 5px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url('../img/icon.png') no-repeat;
  background-size: 1000px 1000px;
  background-position: -221px -5px;
}

.bhNSCont .cont {
  padding: 10px 0 2px;
  background: #fff;
  font-size: 16px;
  color: #242424;
  line-height: 32px;
  overflow: hidden;
  word-break: break-all;
}

.bhNSCont .cont a:hover {
  border-bottom: 0.01px solid #fb371f;
}

.bhNSCont .cont p {
  line-height: 32px;
  color: #242424;
  margin-bottom: 14px;
}

.bhNSCont .cont br {
  height: 1px;
}

.bhNSCont .cont img {
  margin: 10px auto;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 460px;
  display: block;
  border-radius: 10px;
}

.bhNSCont .cont p img {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 20px !important;
}

.bhNSCont .cont h3 {
  position: relative;
  line-height: 42px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 4px;
}

.bhNSCont .cont iframe {
  width: 660px;
  height: 360px;
  margin: 0 auto;
  display: block;
  border: none;
}

.bhNSCont .cont table {
  max-width: 100%;
  margin: auto;
}

.bhNSCont .cont table a {
  color: #0000ee;
}

.bhNSCont .cont table a:hover {
  text-decoration: underline;
}

.bhNSCont .cont .info {
  margin: 0 16px 20px;
  overflow: hidden;
  background: #f9f9f9;
  height: 113px;
}

.bhNSCont .cont .info img {
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  border-radius: 12px;
  margin: 17px 20px 16px 15px;
}

.bhNSCont .cont .info p {
  text-indent: 0;
  margin-bottom: 10px;
}

.bhNSCont .qaboxs {
  float: left;
  width: 62%;
}

.bhNSCont .qaboxs .name {
  font-size: 18px;
  color: #333;
  margin-top: 25px;
  margin-bottom: 16px;
}

.bhNSCont .qaboxs p span {
  font-size: 14px;
  color: #999;
  margin-right: 45px;
}

.bhNSCont .qaboxs p span em {
  font-size: 14px;
  color: #666;
}

.bhNSCont .cont .info > a {
  display: block;
  float: right;
  width: 130px;
  height: 32px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  background: #ffa622;
  margin-top: 41px;
  border-radius: 3px;
  margin-right: 18px;
}

.bhNSCont .qaboxs .name:hover {
  color: #fb371f;
  font-weight: bold;
}
.newsCopy {
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  color: #888;
  margin: 0 auto;
}

.newsCopy span {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 8px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
  color: #0156FF;
  border: 1px solid #0156FF;
  border-radius: 4px;
  margin-right: 11px;
  cursor: pointer;
}

.newsCopy span i {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: top;
  position: relative;
  top: 6px;
  margin-right: 7px;
  background: url(../img/iconss.png) no-repeat;
  background-position: -249px -5px;
}

.newsCopy span input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.newsCopy span:hover {
  font-weight: bold;
}
.bhNGSRel {
  position: relative;
  display: block;
  margin: 8px 0 14px;
  padding: 19px;
  height: 150px;
  background: rgba(246, 249, 251, 0.5);
  border-radius: 20px;
  border: 1px solid #0156FF;
  overflow: hidden;
  *zoom: 1;
}

.bhNGSRel .img {
  float: left;
  width: 114px;
  height: 114px;
  margin-right: 20px;
  border-radius: 30px;
  overflow: hidden;
}

.bhNGSRel .img img {
  position: relative;
  z-index: 1;
  float: left;
  display: block;
  margin: 0;
  width: 114px;
  height: 114px;
  border-radius: 30px;
}

.bhNGSRel dl {
  position: relative;
  float: left;
  width: 590px;
}

.bhNGSRel dd,
.bhNGSRel dt {
  display: block;
  overflow: hidden;
}

.bhNGSRel dl dt a {
  position: relative;
  z-index: 1;
  vertical-align: top;
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bhNGSRel dl .time {
  margin-bottom: 1px;
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 32px;
}

.bhNGSRel dl .time time {
  color: #666;
  margin-right: 3px;
}

.bhNGSRel dl .time span {
  color: #999;
  margin: 0 3px;
}

.bhNGSRel dl .tags {
  overflow: hidden;
  *zoom: 1;
}

.bhNGSRel dl .tags a,
.bhNGSRel dl .tags span {
  display: inline-block;
  vertical-align: top;
  padding: 0 9px;
  height: 26px;
  font-size: 12px;
  color: #666;
  line-height: 24px;
  border-radius: 6px;
  margin: 8px 8px 0 0;
  background: #f4f6f8;
}

.bhNGSRel dl .tags a:hover {
  background: #0156FF;
  color: #fff;
}

.bhNGSRel dl dt a:hover {
  color: #0156FF;
}

.bhNGSRel .btn {
  display: block;
  position: absolute;
  right: 20px;
  top: 59px;
  width: 106px;
  height: 38px;
  background: #0156FF;
  border-radius: 19px;
  line-height: 38px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

.bhNGSRel .btn:hover {
  text-decoration: underline;
}
.bhTit {
  position: relative;
  z-index: 1;
  padding: 3px 0;
  overflow: hidden;
  *zoom: 1;
}

.bhTit a {
  position: relative;
  z-index: 1;
  float: right;
  display: block;
  font-size: 14px;
  color: #999;
  font-weight: 500;
  height: 40px;
  line-height: 42px;
  text-align: center;
  overflow: hidden;
}

.bhTit h2 {
  position: relative;
  float: left;
  display: block;
  max-width: 80%;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bhTit a:hover {
  color: #0156FF;
}

.bhTit strong {
  position: relative;
  float: left;
  display: block;
  max-width: 80%;
  height: 34px;
  line-height: 34px;
  font-size: 20px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bhTit strong ~ a {
  line-height: 40px;
  height: 34px;
}

.bhTitle {
  position: relative;
  z-index: 1;
  padding: 3px 0;
  overflow: hidden;
  *zoom: 1;
}

.bhTitle strong {
  position: relative;
  vertical-align: top;
  display: inline-block;
  max-width: 80%;
  height: 45px;
  line-height: 40px;
  font-size: 20px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bhTitle strong:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 40px;
  height: 4px;
  background-color: #60e0f2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.bhGSRel .list {
  width: 105%;
  padding-top: 5px;
  overflow: hidden;
  *zoom: 1;
}

.bhGSRel .list a {
  position: relative;
  float: left;
  width: 108px;
  text-align: center;
  padding: 10px 0 5px;
  margin-right: 35.5px;
}

.bhGSRel .list a img {
  display: block;
  width: 104px;
  height: 104px;
  border-radius: 19px;
  margin: 0 auto;
}

.bhGSRel .list a p {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
}

.bhGSRel .list a img {
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.bhGSRel .list a:hover img {
  transform: rotateY(180deg);
}
.bhGSnews .list {
  margin-top: 13px;
  width: 105%;
  overflow: hidden;
  *zoom: 1;
}

.bhGSnews .list a {
  float: left;
  display: block;
  margin-right: 29px;
  margin-bottom: 10px;
  width: 255px;
  height: 208px;
  overflow: hidden;
}

.bhGSnews .list a div {
  width: 100%;
  height: 146px;
  margin-bottom: 6px;
  border-radius: 10px;
  overflow: hidden;
}

.bhGSnews .list a img {
  width: 100%;
  min-height: 146px;
  height: auto;
  border-radius: 10px;
}

.bhGSnews .list a p {
  height: 24px;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin-bottom: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bhGSnews .list a img {
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.bhGSnews .list a img:hover {
  transform: scale(1.2);
}

.bhGSnews .list a span {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #999;
  line-height: 20px;
}

.bhGSnews .list a:hover p {
  color: #0156FF;
}
.sideTit {
  position: relative;
  z-index: 1;
  padding: 2px 15px 0 19px;
  margin-bottom: 10px;
  height: 53px;
  border-bottom: 1px solid #f2f5f6;
  overflow: hidden;
}
.sideTit em {
  position: relative;
  float: left;
  display: block;
  max-width: 72%;
  height: 53px;
  line-height: 53px;
  font-size: 20px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sideTit a {
  position: relative;
  z-index: 1;
  float: right;
  display: block;
  font-size: 14px;
  color: #999;
  font-weight: 500;
  line-height: 53px;
  text-align: center;
  overflow: hidden;
}
.bhNewsRec ul {
  margin-top: -1px;
}

.bhNewsRec li {
  position: relative;
  padding: 10px 20px;
  overflow: hidden;
  *zoom: 1;
}

.bhNewsRec li > a {
  float: left;
  margin-right: 9px;
  width: 112px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
}

.bhNewsRec li img {
  float: left;
  width: 100%;
  min-height: 72px;
  height: auto;
  overflow: hidden;
}

.bhNewsRec li dl {
  float: left;
  width: 182px;
  height: 72px;
  overflow: hidden;
}

.bhNewsRec li dt a {
  display: block;
  font-size: 14px;
  color: #333;
  height: 40px;
  line-height: 20px;
  margin-top: 3px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.bhNewsRec li dd span {
  display: block;
  font-size: 12px;
  color: #ccc;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bhNewsRec li:hover dt a {
  color: #0156FF;
}
.bhGSRec {
  position: relative;
  margin: 0 0 20px;
  background: #f6f9fb;
  border-radius: 20px;
  overflow: hidden;
}
.bhGSRec ul {
  position: relative;
  margin-top: -1px;
  padding-bottom: 21px;
}

.bhGSRec li {
  position: relative;
  z-index: 1;
  height: 90px;
  overflow: hidden;
}

.bhGSRec li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  overflow: hidden;
  *zoom: 1;
}

.bhGSRec li img {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 15px;
  margin-right: 16px;
}

.bhGSRec li div {
  float: left;
  width: 208px;
  height: 70px;
  overflow: hidden;
}

.bhGSRec li div p {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bhGSRec li div span {
  display: block;
  font-size: 12px;
  color: #999;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.bhGSRec li div span:nth-of-type(2) {
  margin-top: 6px;
}

.bhGSRec li a > span {
  display: block;
  position: absolute;
  right: 20px;
  top: 30px;
  width: 72px;
  height: 28px;
  font-size: 14px;
  color: #0156FF;
  background: rgba(90, 150, 255, 0.1);
  border-radius: 14px;
  text-align: center;
  line-height: 28px;
  overflow: hidden;
}

.bhGSRec li:hover a > span {
  color: #fff;
  background: #0156FF;
}
.hotTag .list{
padding-left:10px ;
    
}
.hotTag .list a {
    float: left;
    padding: 0 23px;
    font-size: 16px;
    color: #666;
    height: 38px;
    line-height: 38px;
    border-radius: 19px;
    border: 1px solid #e3e7e8;
    background: #f3f9fa;
    margin: 0 7px 11px 0;
}