
/** 通用样式 */
body,html{
  margin:0;
  padding:0;
  background-color:#e1f4f3;
  font-size:14px;
  font-family:"microsoft yahei",sans-serif;
}


html,body{
  position: relative;
  min-width: 1280px;
}

*{
	box-sizing: border-box;
}
img {
    border: 0;
}

 *{
     margin: 0;
     padding: 0;
}
 h5,h6{
     margin: 0;
     padding: 0;
}


li,ul{
    margin:0;
    padding:0;
    list-style:none;
}

 a {
     color: #000;
     text-decoration: none;
     cursor: pointer;
}
a:hover {
     color: #c41a1f;
}

.w780 {
  width: 780px;
}

.w785 {
  width: 785px;
}

.w700 {
  width: 700px;
}

.mt24 {
  margin-top: 24px;
}
.mt34 {
  margin-top: 34px;
}
.mt-25percent {
  margin-top: -25%!important;
}


.row {
  display: flex;
  flex-direction: row;
}

/** 布局 两端对齐 **/
.flex-align-full {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/** 布局 居中 **/
.flex-align-center {
  -webkit-justify-content: center;
  justify-content: center;
}

/** 布局 右对齐 **/
.flex-align-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/** 布局 垂直居顶 */
.flex-align-top {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/** 布局 垂直居中 */
.flex-align-middle {
  -webkit-align-items: center;
  align-items: center;
}

/** 布局 垂直居底 */
.flex-align-bottom {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/**
 * 自动占满余量
 */
.flex-fill-full{
  -webkit-flex: 1;
  flex: 1;
}


/** 专题样式  start */
.sub-body {
  background: ;
  width: 100%;
  height: 100%;
  background-size: cover;
  overflow-x: hidden;
}

.sub-footer {
  background:  no-repeat center bottom;
  width: 100%;
  background-size: 100% 100%;
  margin-top: 50px;
  padding-bottom: 170px;
}

.sub-banner {
  width: 100%;
}

.sub-banner img {
  width: 100%;
}

.sub-main{
  width: 1280px;
  margin: 0 auto;
  padding: 0 0;
  /*overflow-x: hidden;
   margin-top: -10%; */
}

.sub-footer-main{
  width: 1280px;
  margin: 0 auto;
  padding: 0 0;
}

.sub-toutiao {
  font-size: 42px;
  background:  no-repeat left center;
  padding-left: 120px;
  position: relative;
  z-index: 2;
  background-size: 8%;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 105px;
}
.sub-toutiao a{
  color: #fff0c5;
}

.sub-row-no-space {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.sub-row {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

.sub-column {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
}

.sub-title {
  margin: 50px 0px 30px 0px;
  text-align: center;
  position: relative;
}

.sub-title .sub-title-img {
  position: absolute;
    left: 0;
    top: -1px;
}

.top-news{


}

.top-news .title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 26px;
  font-weight: bold;
  padding-left: 20px;
  color: #fff;
}

.top-news .news-list{
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding-left: 22px;
  padding-top: 10px;
}

.top-news .news-list li{
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 0px;
}

/** 图片   标题  */
.sub-image-content {
  position: relative;
}

.sub-image-content img {
  display: block;
}

.sub-image-content .img-title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  background: rgb(0 0 0 / 30%);
  width: 100%;
  padding: 0 26px;
  justify-items: center;
  height: 50px;
  align-items: center;
}

.sub-image-content .img-title a {
  color: #fff;
  font-weight: normal;
}
.sub-image-content .img-bottom-title {
  display: flex;
  width: 100%;
  padding: 0 26px;
  justify-items: center;
  height: 50px;
  align-items: center;
  font-size: 16px;
  background:  no-repeat left center;
}
.sub-image-content .img-bottom-title a {
  color: #fff0d2;
  font-weight: normal;
}

.sub-image-content .play {
  width: 67px;
  height: 67px;
  position: absolute;
  z-index: 2;
  background:  no-repeat;
  left: 50%;
  top: 50%;
  margin-left: -33px;
  margin-top: -33px;
  cursor: pointer;
}
/** swiper */
.swiper-container img {
  display: inline-block;
}

.swiper-container .swiper-title {
  position: absolute;
  bottom: 0px;
  z-index: 2;
  display: inline-block;
  width: 100%;
  height: 50px;
  background-image: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,0.5),rgba(0,0,0,0.8));
  color: #fff;
  text-align: left;
  text-indent: 1em;
  font-size: 18px;
  line-height: 50px;
  left: 0;
  font-weight: normal;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.shadow {
  box-shadow: 5px 5px 10px rgba(0,0,0,.5);
  /*考虑浏览器兼容性*/
  -moz-box-shadow: 5px 5px 10px rgba(0,0,0,.5);
  -webkit-box-shadow: 5px 5px 10px rgba(0,0,0,.5);
}
.txt-overflow {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
}
.txt-overflow-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.txt-overflow-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
/** 专题样式  end */
