@charset "UTF-8";
body {
  font-family: "Microsoft YaHei", sans-serif;
  color: #616161;
  overflow-x: hidden;
  height: 100%;
}

/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

.container-new {
  padding-left: 10px;
  padding-right: 10px;
}

.header-bar, .footer-menu {
  position: fixed;
  left: 0;
  z-index: 100;
  width: 100%;
}

.header-bar {
  top: 0;
  height: 52px;
  line-height: 30px;
  background: #55cac4;
  border-bottom: 3px solid #3ba6a1;
  padding: 10px 70px 10px 60px;
  overflow: hidden;
}
.header-bar .logo {
  left: 10px;
  top: 10px;
  width: 33px;
}
.header-bar .logo img {
  display: block;
  width: 100%;
}
.header-bar .h-a {
  right: 10px;
  top: 10px;
}
.header-bar .h-a a {
  display: block;
  border: 1px solid #ffffff;
  border-radius: 3px;
  font-size: 14px;
  color: #ffffff;
  padding: 0 10px;
}
.header-bar .search {
  position: relative;
  height: 32px;
  line-height: 32px;
  border-radius: 5px;
}
.header-bar .search .s-inp {
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #ffffff;
  padding: 0 10px 0 40px;
  border: none;
  font-size: 14px;
}
.header-bar .search .s-inp::placeholder{
  color: #999;
}
.header-bar .search .s-btn {
  background: url("../images/search-bar.png") center no-repeat;
  background-size: 18px;
  width: 40px;
  height: 36px;
  border: none;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
}
.header-bar .h-title {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
}

.footer-menu {
  bottom: 0;
  background: #f2f2f2;
  height: 40px;
}
.footer-menu ul li {
  float: left;
  width: 25%;
  border-right: 1px solid #ececec;
  position: relative;
}
.footer-menu ul li > a {
  display: block;
  padding-top: 5px;
}
.footer-menu ul li > a span {
  display: block;
  margin: 0 auto;
}
.footer-menu ul li > a span.icon {
  width: 20px;
}
.footer-menu ul li > a span.icon img {
  display: block;
  width: 100%;
}
.footer-menu ul li > a span.title {
  text-align: center;
  line-height: 16px;
  color: #666666;
}
.footer-menu ul li .menu-down {
  position: absolute;
  bottom: 42px;
  border: 1px solid #e5e5e5;
  background: #f2f2f2;
  padding: 10px;
  width: 100%;
  display: none;
}
.footer-menu ul li .menu-down a {
  display: block;
  height: 24px;
  line-height: 24px;
  border-bottom: 1px solid #e5e5e5;
  color: #666666;
  text-align: center;
}

.index-footer{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.5);
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding:7px 15px;
}
.index-footer a {
  color: #fff;
}

.content {
  margin-top: 88px;
  margin-bottom: 50px;
}

.menu-top { position: fixed;  left: 0;  right: 0;  top: 52px;  height: 36px;  line-height: 36px;  background: #e5e5e5;  white-space: nowrap;  overflow: auto; z-index: 9999;
}
.menu-top a {
  margin: 0 20px;
  display: inline-block;
  line-height: 36px;
  color: #666666;
  font-size: 14px;
  text-align: center;
}
.menu-top a:focus, .menu-top a.current {
  color: #55cac4;
}

.other-warp {
  padding-top: 10px;
  padding-bottom: 10px;
}

.load-more {
  display: block;
  height: 26px;
  line-height: 26px;
  background: #e5e5e5;
  text-align: center;
  color: #999999;
  font-size: 14px;
  margin-top: 20px;
}

.mod-01 li {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.mod-01 li .img-s {
  width: 128px;
  border-radius: 10px;
  overflow: hidden;
}
.mod-01 li .img-s img {
  display: block;
  width: 100%;
}
.mod-01 li .info-s {
  padding-left: 138px;
}
.mod-01 li .info-s .title {
  display: block;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #333333;
  font-size: 14px;
}
.mod-01 li .info-s .date {
  padding-left: 17px;
  background: url('../images/icon-08.png') left center no-repeat;
  background-size: 12px;
  color: #999999;
  height: 20px;
  line-height: 20px;
}
.mod-01 li .info-s .txt {
  line-height: 14px;
  height: 28px;
  overflow: hidden;
  color: #666666;
}

.mod-02 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.mod-02 .box {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  float: left;
  width: 50%;
}
.mod-02 .box .pic img {
  display: block;
  margin: 0 auto;
}
.mod-02 .box .title {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #333333;
  font-size: 14px;
}

.mod-03 {
  padding-top: 14%;
}
.mod-03 img {
  display: block;
  margin: 0 auto;
}

.mod-04 {
  padding-top: 15px;
}
.mod-04 .m-title {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
}
.mod-04 .s-other {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  line-height: 22px;
  text-align: center;
  color: #999999;
}
.mod-04 .main {
  color: #333333;
  line-height: 20px;
  text-align: justify;
}

.mod-05 {
  color: #333333;
  line-height: 24px;
  font-size: 14px;
  text-align: justify;
  padding-top: 10px;
}

.mod-06 {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
}
.mod-06 .box {
  float: left;
  width: 50%;
  border-bottom: 1px solid #e5e5e5;
}
.mod-06 .box:nth-child(2n+1) {
  border-right: 1px solid #e5e5e5;
}
.mod-06 img {
  display: block;
  margin: 0 auto;
}

.mod-07 li {
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #e5e5e5;
}
.mod-07 li .img-s {
  width: 80px;
}
.mod-07 li .img-s img {
  display: block;
  width: 100%;
}
.mod-07 li .info-s {
  padding-left: 95px;
}
.mod-07 li .info-s .title {
  display: block;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color: #333333;
  font-size: 14px;
}
.mod-07 li .info-s .txt-s {
  line-height: 20px;
 /*  height: 40px; */
  overflow: hidden;
  color: #666666;
}

.mod-08 {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.mod-08 .box {
  float: left;
  width: 50%;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px;
}
.mod-08 .box:nth-child(2n+1) {
  border-right: 1px solid #e5e5e5;
}
.mod-08 .box .pic img {
  display: block;
  margin: 0 auto;
}
.mod-08 .box .title {
  display: block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  text-align: center;
}

.mod-09 {
  padding-top: 10%;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
}
.mod-09 .m-title {
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  margin-bottom: 20px;
}
.mod-09 .img-s {
  margin-bottom: 20px;
}
.mod-09 .img-s img {
  display: block;
  margin: 0 auto;
}

.mod-10 {
  margin-bottom: 30px;
}
.mod-10 img {
  display: block;
  margin: 0 auto;
}

.mod-11 .box {
  float: left;
  width: 50%;
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.mod-11 .box:nth-child(1), .mod-11 .box:nth-child(2) {
  border-top: 1px solid #e5e5e5;
}
.mod-11 .box:nth-child(3), .mod-11 .box:nth-child(4) {
  border-bottom: 1px solid #e5e5e5;
}
.mod-11 .box:nth-child(1), .mod-11 .box:nth-child(3) {
  border-right: 1px solid #e5e5e5;
}
.mod-11 .box .box-icon {
  width: 44px;
  margin: 0 auto 5px;
}
.mod-11 .box .box-icon img {
  display: block;
  width: 100%;
}
.mod-11 .box .box-title {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  color: #333333;
}
.mod-11 .box .box-txt {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}

.public-title {
  background: #55cac4;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;
}

.mod-12 .box {
  float: left;
  width: 50%;
  text-align: center;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.mod-12 .box:nth-child(1), .mod-12 .box:nth-child(2) {
  border-top: 1px solid #e5e5e5;
}
.mod-12 .box:nth-child(3), .mod-12 .box:nth-child(4) {
  border-bottom: 1px solid #e5e5e5;
}
.mod-12 .box:nth-child(1), .mod-12 .box:nth-child(3) {
  border-right: 1px solid #e5e5e5;
}
.mod-12 .box .box-icon {
  width: 34px;
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
}
.mod-12 .box .box-icon img {
  margin-top: 6px;
  width: 100%;
  display: block;
}
.mod-12 .box .box-title {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  width: 60px;
}

.mod-13 {
  background: #e5e5e5;
  text-align: center;
  color: #999999;
  line-height: 20px;
  padding: 30px;
}
.mod-13 .a-s {
  display: block;
  border: 1px solid #9fd8d5;
  width: 170px;
  line-height: 28px;
  height: 30px;
  color: #55cac4;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}
.mod-13 .img-s img {
  max-width: 170px;
}

.index-cont {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.index-cont .logo {
  position: absolute;
  top: 22px;
  left: 20px;
}
.index-cont .logo img{
  height: 32px;
}
.index-cont .index-img {
  position: absolute;
  right: 15px;
  top: 23%;
  width: 80%;
  text-align: right;
}
.index-cont .index-img img {
  display: inline-block;
}

.index-search{
  position: fixed;
  left: 35%;
  right: 4.68%;
  top: 20px;
  padding-left: 48px;
  border: 1px solid #fff;
  background: rgba(255,255,255,.1);
  border-radius: 5px;
}
.index-search button{
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 48px;
  background: none;
  border: none;
  outline: none;
}
.index-search button img{
  height: 20px;
}
.index-search input{
  background: none;
  border: none;
  outline: none;
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  padding: 6px 10px 6px 0;
}
.index-search input::placeholder{
  color: #fff;
}

.index-cont .index-menu {
  position: absolute;
  bottom: 80px;
  left: 2.6%;
  right: 2.6%;
}
.index-cont .index-menu ul li {
  float: left;
  width: 20%;
  padding: 0 7px;
  transform: scale(.95);
}
.index-cont .index-menu ul li .box {
  /* width: 60px;
  height: 60px; */
  border-radius: 10px;
  box-shadow: 0 5px 5px #4d522f;
  display: block;
  background: #ffffff;
  overflow: hidden;
  margin: 0 auto;
}
.index-cont .index-menu ul li .box .mg1{
  width: 100%;
}
.index-cont .index-menu ul li .box span {
  display: block;
}
.index-cont .index-menu ul li .box span.pic {
  height: 40px;
}
.index-cont .index-menu ul li .box span.title {
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #1159d4;
}

/*new add*/
.mod-15 .m-title {
  font-size: 20px;
  color: #222222;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 30px;
}
.mod-15 .form-group {
  padding-left: 80px;
  margin-bottom: 15px;
  line-height: 36px;
  font-size: 14px;
  color: #333333;
}
.mod-15 .form-group label {
  position: absolute;
  margin-left: -80px;
}
.mod-15 .form-group .inp-s {
  border: 1px solid #6666;
  padding: 5px 10px;
  line-height: 26px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
}
.mod-15 .btn-s {
  background: #55cac4;
  width: 200px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  border: none;
}

.bdsharebuttonbox {
  text-align: center;
}
.bdsharebuttonbox a {
  float: none !important;
  display: inline-block !important;
}

/*page*/
.page {
  text-align: center;
  margin-top: 30px;
}
.page a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  background: #ffffff;
  color: #0b2b4d;
  font-size: 14px;
  margin-bottom: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.page a:hover, .page a.current {
  background: #e5e5e5;
  color: #55cac4;
}

.page strong{
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  background: #e5e5e5;
  color: #55cac4;
  font-size: 14px;
  margin-bottom: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.bread-crumbs {
  line-height: 50px;
  background: #e5e5e5;
  font-size: 14px;
}
.bread-crumbs a {
  color: #666666;
  margin: 0 5px;
}
.bread-crumbs a:focus, .bread-crumbs a.current {
  color: #55cac4;
}
.bread-crumbs .on{
  color: #55cac4;
}


.headlines-list.mod-01 li .info-s{
  padding-left: 0;
  /*padding-right: 138px;*/
  padding-right: 125px;
}
.headlines-list.mod-01 li.li1{
  padding-right: 0;
}
.headlines-list li  .info-s .author{
  color: #999;
  margin: 0 15px;
}
.headlines-list li  .info-s .remo{
  color: #55cac4;
  border: 1px solid #55cac4;
  padding: 0 5px;
  border-radius: 5px;
}
.headlines-list.mod-01 .li2 .info-s{
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.news-close{
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.news-close +  .title{
  padding-right: 35px;
}
.headlines-list .li2 .info-s .title{
  height: auto;
  max-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.headlines-list .li2 .info-s .img-b{
  margin-top: 5px;
  border-radius: 10px;
  overflow: hidden;
}
.headlines-list .li2 .info-s .img-b img{
  width: 100%;
}
.headlines-list .li2 .info-s .img-b .icon-play{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 40px;
}

.headlines-list .li2 .info-s .news-owl .img-b .icon-play{
  width: 35px;
}


.video-cont .index-video-cont{
  position: relative;
  z-index: 0;
  visibility: visible;
  overflow: hidden;
}
.video-cont video{
  width: 100%;
  height: 100%;
  object-fit: fill;
  visibility: visible;
}
.video-cont.on .index-video-cont{
  visibility: hidden;
}
.video-cont .video-txt{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  padding: 10px 10px 5px 10px;
  font-size: 12px;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video-cont .div-play{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: url('../images/bg-mc.jpg') center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.video-cont .div-play .mg-icon{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.video-cont .div-play.on{
  opacity: .5;
}

.news-owl .video-cont video{
  height: 200px;
}
.news-owl .owl-video{
  display: block;
  height: 180px;
}

@media (max-width: 374px){
  .index-cont .index-menu ul li{
    padding: 0 5px;
  }
}

.headlines-list.mod-01 li.li3 .info-s{padding-right:0;}