/*变灰*/
/* body {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  filter: gray;
} */

@media (min-width: 1360px) {
  .container {
    /* width: 1412px; */
    width: 1244px;
    margin: 0 auto;
  }
}

img {
  max-width: 100%;
}

/* 图片滑过放大特效 */
.img-box {
  overflow: hidden;
}

.img-box img {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  overflow: hidden;
}

.img-box img:hover {
  webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* 广告样式 */
.ads-box {
  margin-bottom: 12px;
}

.ads-box img {
  display: block;
}
.top {
    width: 100%;
    min-width: 1200px;
    height: 40px;
    background-color: #4583b2;
    display: inline;
    float: left;
}
.top .frame .top-time {
    background: #4583b2;
    color: #fff;
    float: left;
    width: 600px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-left: 20px;
}
.top .frame .top-nav {
    background: #4583b2;
    color: #fff;
    float: right;
    width: 440px;
    height: 40px;
    overflow: hidden;
}
/*公共头部*/
.header {}

.logo img {
  height: 90px;
  margin: 13px 28px 13px 4px;
}

.header .time {
  font-size: 12px;
  font-family: STHeitiSC-Medium, STHeitiSC;
  font-weight: 500;
  color: #555454;
  line-height: 20px;
  margin-top: 53px;
}

.header .search-box {
  margin-top: 50px;
  width: 100%;
  height: 40px;
  position: relative;
}

.header .search-box input {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 1px solid #ADAEAF;
  padding-left: 20px;
  padding-right: 50px;
}

.header .search-box img {
  width: 17px;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.header-right {
  margin-top: 43px;
  margin-right: 17px;
}

.header-right .header-nav-box {
  display: inline-block;
  vertical-align: text-top;
}

.header-right .header-nav-box:nth-child(2) {
  margin-left: 34px;
}

.header-right a {
  display: inline-block;
  font-size: 16px;
  font-family: STHeitiSC-Medium, STHeitiSC;
  font-weight: 500;
  color: #767676;
  letter-spacing: 2px;
  white-space: nowrap;
  margin-bottom: 10px;
  vertical-align: text-bottom;
  height: 20px;
}

.header-right .header-nav-box:nth-child(1) a:nth-child(2) {
  margin-left: 32px;
}

.header-right .header-nav-box:nth-child(2) .btns:nth-child(2) a {
  letter-spacing: 0;
}

.header-right a img {
  width: 20px;
  display: inline-block;
}

.header-right a span {
  line-height: 20px;
  display: inline-block;
}

.header-right .btns button {
  border: none;
  background-color: #fff;
  color: #767676;
  font-size: 16px;
  font-family: STHeitiSC-Medium, STHeitiSC;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}

.header-right .btns .sethome {
  letter-spacing: 2px;
}

.header-right .btns .login {}

.header-right .btns .signin {}

.header-menu {
  
  position: relative;
}

.header-menu .menu {
  list-style: none;
}

.header-menu .menu li {
  display: table-cell;
  width: 1%;
  float: none;
  text-align: center;
  height: 50px;
}

.header-menu .menu li a {
  color: #333333;
  display: block;
  font-size: 20px;
  line-height: 20px;
  margin-top: 15px;

}



.header-menu .menu li.active,
.header-menu .menu li:hover {
 
}

/*主页 main*/
.main-box {}

.row {
  margin-bottom: 12px;
}

.main-box h2 {
  text-align: center;
  padding: 28px 0;
  font-size: 36px;
  color: #005295;
  width: 90%;
  margin: 0 auto;
}

.left-main {
  width: 60%;
  float: left;
}

.swiper-container img {
  width: 100%;
  position: relative;
  height: 500px;
}

.swiper-container .swiper-ds {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
  font-weight: 600;
  height: 120px;
  padding-left: 30px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  width: 100%;
}

.swiper-container .swiper-ds p {
  font-size: 28px;
  margin-top: 31px;
  line-height: 40px;
  color: #fff;
}

.swiper-container .swiper-pagination {
  text-align: center;
  bottom: 21px;
  padding-right: 24px;
}

.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  /* width: 30px; */
  border-radius: 8px;
  background: #fff;
}

.swiper-container .swiper-pagination-bullet {
  background: rgba(255,255,255,.5);
  opacity: 1;
}

.right-main {
  margin-left: 24px;
  width: calc(40% - 24px);
  float: left;
  margin-bottom: 24px;
}

.news-main .news-text:nth-child(3n-2){
  font-weight: bold;
}

.small-title {
  text-align: left;
  margin-bottom: 21px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: left;
}

.small-title p {
  display: inline-block;
  font-size: 20px;
  padding-left: 24px;
  font-weight: bold;
  vertical-align: middle;
}

.index-ul li {
  padding-left: 24px;
  position: relative;
  padding: 0 0 20px 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

.index-ul li a {
  color: #404040;
}

.index-ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #d8d8d8;
  display: block;
  position: absolute;
  left: 8px;
  top: 9px;
}

.index-ul li.f-bold {
  font-weight: 600;
}

.menu_item  img{ 
  transition: All 0.3s linear;
  -webkit-transition: All 0.3s linear;
  -moz-transition: All 0.3s linear;
  -o-transition: All 0.3s linear; 
}

.arrowDown{-webkit-transition: -webkit-transform 0.4s ease-out;-moz-transition: -webkit-transform 0.4s ease-out;transition: -webkit-transform 0.4s ease-out;transform-origin:center center;transform: rotate(0deg);}
.arrowUp{-webkit-transition: -webkit-transform 0.4s ease-out;-moz-transition: -webkit-transform 0.4s ease-out;transition: -webkit-transform 0.4s ease-out;transform-origin:center center;transform: rotate(180deg);}



.menu_item img{
  display: inline-block;
  vertical-align: text-top;
  margin-top: 5px;
}


/*SubMenu*/
.menu_item:hover .sub-menu{
   display: block;
} 

.sub-menu{
  background-color: #fff;
  display: none;
  padding-left: 12px;  
  border-bottom: 1px solid #ebebeb;
  position: absolute;
  left:0;
  width: 100%;
  z-index: 9999;
  margin-top: 15px;
}

.header-menu .menu .sub-menu  a{
  color: #00479d;
}  

.header-menu .menu .sub-menu  a{
  display: inline-block;
  font-size: 16px;
  border: none;
  line-height: 50px;
  margin: 0;
}

.sub-menu a+a::before{
  padding: 0 15px;
  color: #00479d;
  content: "/\00a0";
}

/*新闻模块*/
.news-box .img-box {
  height: 240px;
}

.news-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-box .title-name {
  border-bottom: 1px solid rgba(24, 77, 152, 0.5);
  margin-bottom: 30px;
  padding-bottom: 12px;
}

.news-box .title-name a {
  font-size: 26px;
  color: #900;
  line-height: 36px;
  position: relative;
  font-weight: 600;
}

.news-box .title-name a::after {
  content: '';
  width: 100%;
  height: 4px;
  background: #00479d;
  bottom: -14px;
  left: 0;
  position: absolute;
  display: block;
  z-index: 2;
}

.news-box .title-name a::before {
  content: '';
  width: 120%;
  height: 4px;
  background: #fff;
  bottom: -14px;
  left: 0;
  position: absolute;
  display: block;
  z-index: 1;
}

.news-text-toutiao a {
  font-size: 24px;
  font-family: SourceHanSansCN-Medium, SourceHanSansCN;
  font-weight: 600;
  color: #184D98;
  line-height: 30px;
  padding-bottom: 30px;
  display: block;
}

.news-img,
.news-video {
  position: relative;
  margin-bottom: 12px;
}

.news-img .news-img-ds,
.news-video .news-video-ds {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  height: 80px;
  width: 100%;
}

.news-img .news-img-ds p,
.news-video .news-video-ds p {
  color: #fff;
  margin-top: 42px;
  font-size: 16px;
  padding: 0 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.news-video .news-video-ds {
  white-space: nowrap;
  width: 100%;
}

.news-video .news-video-ds .news-video-play {
  position: absolute;
  left: 23px;
  top: 43px;
  width: 20px;
  height: 20px;
 
  border-radius: 7px;
}

.news-video .news-video-ds .news-video-play img {
  width: 8px;
  height: 9px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.news-video .news-video-ds p {
  padding: 0 60px 0 50px;
}

.news-video .news-video-ds .news-video-soundoff {
  position: absolute;
  right: 28px;
  top: 43px;
}

.news-video .news-video-ds .news-video-soundoff img {
  width: 20px;
  height: 20px;
}

.news-text-video {
  position: relative;
}

.news-text-video .news-video-play {
  border-radius: 5px;
  width: 16px;
  height: 16px;
  position: absolute;
  border: 1px solid #D9D9D9;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
}

.news-text-video .news-video-play img {
  width: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.news-text-video p {
  line-height: 36px;
  padding-left: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-text {
  line-height: 36px;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.border {
  font-weight: 600;
}

.news-paper {
  margin-top: -4px;
  padding: 5px 64px 6px 64px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.news-paper .news-paper-bg {
  position: absolute;
  left: 4%;
  width: 92%;
  z-index: -1;
  height: 100%;
  overflow: hidden;
  filter: blur(5px);
}

.news-zhibo {
  position: relative;
}

.news-zhibo-icon,
.news-readyplay-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: linear-gradient(132deg, #1CD3FD 0%, #1D73F2 100%);
  border-radius: 20px;
  font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  z-index: 99;
  cursor: pointer;
  padding: 6px 10px;
  transform: scale(0.5) translateX(50%) translateY(-50%);
}

.news-zhibo-icon p,
.news-readyplay-icon p {
  color: #FFFFFF;
  /* line-height: 15px; */
  font-weight: 400;
  font-size: 20px;
  white-space: nowrap;
}

.news-readyplay {
  margin-top: 18px;
  width: 48%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.news-readyplay:nth-child(2n) {
  float: left;
}

.news-readyplay:nth-child(2n+1) {
  float: right;
}

.news-readyplay-icon p img {
  width: 20px!important;
  height: auto!important;
  display: inline;
}

.news-readyplay a img {
  transition: transform .3s;
  max-height: 90px;
}

.news-readyplay a img:hover {
  transform: scale(1.1);
}

.news-code-box {
  padding: 0 15px;
  white-space: nowrap;
  font-size: 0;
  text-align: center;
}

.news-code-item {
  display: inline-block;
  width: 33%;
  font-size: 16px;
  margin: 20px 5px;
  text-align: center;
  box-shadow: 0px 2px 4px 0px rgba(239, 239, 239, 0.5);
  border: 1px solid #F0F0F0;
  white-space: normal;
}

.news-code-item img {
  display: inline-block;
  width: 78%;
  margin-top: 10px;
}

.news-code-item p {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #404040;
  line-height: 18px;
  width: 78%;
  white-space: pre-wrap;
  margin: 0 auto;
  margin-top: 4px;
  margin-bottom: 20px;
}

/* 三栏布局 */
.main-nav {}

.nav-img {
  display: block;
  height: 164px;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 40px;
  position: relative;
}

.media-left {
  position: relative;
}

/* .swiper-slide { height: auto !important;} */
.media-left .media-flag {
  position: absolute;
  left: 8px;
  top: 8px;
  background-color: rgba(0, 0, 0, .5);
  padding: 5px 10px 7px;
  font-size: 20px;
  transform: scale(.5) translate(-50%, -50%);
  border-radius: 8px;
  color: #fff;
}

.media-left .media-flag img {
  height: 20px;
  width: 20px;
  display: inline;
  margin-right: 5px;
}

/*Footer*/
.link {
  background: #f5f5f5;
  padding: 39px 34px 26px 32px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4E4D4D;
  line-height: 22px;
  box-sizing: border-box;
  margin-top: 40px;
}

.link-title {
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #00479D;
  position: absolute;
}

.link-friend {
  padding-left: 45px;
  text-align: justify;
}

.link-friend a {
  color: #4E4D4D;
  margin-left: 41px;
  white-space: nowrap;
  margin-bottom: 10px;
  display: inline-block;
}

.footer-desc {
  padding: 46px 0;
  background: #184D98;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
}

.footer-desc p:nth-last-child(1) {
  margin-top: 25px;
}

.footer-desc a {
  color: #FFFFFF;
}

.m-footer {
  margin-top: 36px;
  padding: .36rem 0;
  display: none;
  text-align: center;
  background: #184D98;
  color: #FFFFFF;
}

.m-footer a {
  color: #FFFFFF;
}



/* 列表页 */
.breadcrumb {
  list-style: none;
  border-bottom: 1px solid #184D98;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 25px;
  padding-bottom: 21px;
  margin-bottom: 24px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li a {
  color: #000000;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #000000;
  content: "\003E";
}

.list-page-box {
  margin-top: 36px;
}

/* .social-share .social-share-icon {
  width: .56rem !important;
  height: .56rem !important;
  margin: 0 .02rem !important;
} */
.list-page {
  margin-top: 32px !important;
}

.list-page .col-8{
  padding-right: 57px;
}

.media {
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: flex;
  border-bottom: 1px solid #ebebeb;
}

/* 详情页 */
.post-main h2 {
  font-size: 34px;
  line-height: 48px;
  color: #333;
  margin-top: 20px;
}

.post-share {
  margin-top: 12px;
  display: block;
  color: #838383;
  line-height: 42px;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

.post-text p {
  font-size: 18px;
  line-height: 38px;
}

.post-text p+p {
  margin-top: 12px;
}

.post-text img {
  margin: 0 auto;
	width:500px;
	height:auto;
}

.news-info {
  padding: 20px 0;
}

.news-info p {
  padding: 2px 0;
  font-size: 16px;
  color: #666;
}

.category {
  margin-top: 36px;
  padding: 12px 0;
  border-top: 1px solid #ebebeb;
  color: #838383;
  font-size: 14px;
}
/* 详情页图集轮播 */
.detail-swiper-box,.gallery-top-box {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.gallery-top-box img,.gallery-thumbs-box img {
  width: 100%;
  height: auto !important;
  cursor: pointer;
}
.gallery-thumbs-box{
  padding: 10px 40px 10px 40px;
  width: 60%;
  background-color: rgba(0, 0, 0, .45);
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 99;
  border-radius: 5px;
}
.gallery-thumbs-box .swiper-slide-active img{
  border: 2px solid red;
}

.gallery-thumbs-next,.gallery-thumbs-prev{
  width: 25px;
    background-size: 100% auto;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}
.detail-swiper-desc{
  position: absolute;
  left: 10px;
  bottom: 10px;
  background-color: rgba(0, 0, 0, .45);
  color: #fff;
  width: 30%;
  padding: 10px;
  border-radius: 5px;
}
.loading{
  position: absolute;
  z-index: 999;
  background-color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.loading img{
  width: 10%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
/* 详情页视频 */
.detail-video-box{
  width: 100%;
  margin-bottom: 20px;
}
.detail-video-box video{
  width: 100%;
}

/* 两行省略号 */
.clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* 视频列表 */
.video-box {
  box-sizing: border-box;
}

.video-box h2 {
  color: #000;
  min-height: 48px;
  font-size: 18px;
  margin: 10px 0 8px;
}

.video-box h2 a {
  color: #000;
}

.video-box .time {
  color: #838383;
  margin-bottom: 24px;
}

.video-box img {
  height: 170px;
}
.to-top {
  width: 100px;
  height: 100px;
  border: 1px solid #999;
  text-align: center;
  border-radius: 50%;
  padding: 24px;
  color: #999;
  line-height: 22px;
  font-size: 24px;
  box-sizing: border-box;
}
.video-img::after {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/i-play.png) no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  margin-left: -30px;
  margin-top: -30px;
}

.video-box .video-box-img {
  overflow: hidden;
  display: block;
  position: relative;
}

.post-text img,
.left-main .swiper-container img {
  display: block;
  overflow: hidden;
}

.post-text img {
  display: unset;
}

.video-img {
  overflow: hidden;
}

.video-box img,
.left-main .swiper-container img,
.video-img img {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  overflow: hidden;
}

.video-box img:hover,
.left-main .swiper-container img:hover,
.video-img img:hover {
  webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

h2 {
  font-weight: bold;
}

.see-more {
  margin-top: 12px;
}

.see-more a {
  border: 1px solid #ebebeb;
  text-align: center;
  display: block;
  line-height: 62px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}
/* 404页面 */
.notfound-box{
  width: 100%;
}
.notfound-box img{
  display: block;
  margin: 0 auto;
  width: 60%;
  margin-top: 20px;
}
.notfound-text{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #555;
}
@media screen and (max-width: 1440px) {
  .container {
    width: 1244px;
    margin: 0 auto;
  }

  .news-box .img-box {
    height: 227px;
  }

}

@media screen and (max-width: 1280px) {
  .container {
    width: 1060px;
    margin: 0 auto;
  }

  .news-box .img-box {
    height: 192px;
  }

  .news-code-item p {
    font-size: 12px;
  }
}


@media screen and (max-width: 768px) {
  body {
    /* ​-webkit-text-size-adjust: 100% !important; */
  }
  .gallery-thumbs-box{
    padding: .1rem .5rem .1rem .5rem;
    right: .1rem;
    bottom: .2rem;
    border-radius: 5px;
  }

  .gallery-thumbs-next,.gallery-thumbs-prev{
    width: .25rem;
    background-size: 100% auto;
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .detail-swiper-desc{
    left: .1rem;
    bottom: .2rem;
    padding: .05rem;
    font-size: .12rem;
  }
  footer .m-footer {
    display: block;
  }

  footer .link,
  footer .footer-desc,
  .search-box,
  .header-right {
    display: none;
  }
  .to-top {
    font-size: .42rem;
    color: #fff;
    padding: 0;
    width: 1rem;
    height: 1rem;
    background: rgba(0, 0, 0, .45);
}
  html {
    font-size: 50px;
  }

  body {
    font-size: .28rem;
  }

  .news-code-item p {
    font-size: .28rem;
  }

  .container {
    width: 100%;
    overflow: hidden;
  }

  .swiper-container img {
    height: 5rem;
  }

  .main-box h2 {
    padding: .6rem 0;
    font-size: .48rem;
    font-weight: 600;
  }

  .swiper-tab img {
    height: 240px;
  }

  .right-main {
    margin: 0;
    padding: .24rem .3rem;
    box-sizing: border-box;
  }


  .index-ul li {
    padding: 0 0 .24rem .24rem;
  }

  .logo img {
    width: 5rem;
    height: auto;
    margin: 0 auto;
  }

  .logo {
    margin: .24rem 0;
    float: none;
    text-align: center;
  }

  .right-main .small-title {
    margin-bottom: 0;
  }

  #time,
  .footer,
  .weather {
    display: none;
  }

  .news-text a {
    font-size: .32rem;
  }

  .ads-box img {
    min-height: 1.2rem;
  }

  .m-footer p+p {
    margin-top: .08rem
  }

  .header {
    height: auto;
  }

  .ads-box {
    padding: 0 .3rem
  }

  .index-ul li::before {
    left: 0;
  }

  .small-title p {
    padding-left: 0;
    font-size: .32rem;
  }

  .index-ul li a {
    font-size: .32rem;
  }

  .swiper-container .swiper-ds p {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
  }

  .list-page .first-news img {
    height: auto;
  }

  .list-ads a+a {
    margin-left: 12px;
  }

  .list-ads a img {
    height: 80px;
  }

  .news-box .title-name {
    margin-bottom: .36rem;
    margin-top: .48rem;
    padding-bottom: 10px;
  }

  .news-box .img-box {
    height: auto;
  }

  .news-box,
  .video-box,
  .post-main,
  .main-nav,
  .list-page-box {
    padding: 0 .3rem !important;
  }

  .nav-img {
    height: 164px;
    margin-top: .3rem;
  }

  .first-news {
    margin-top: .24rem;
  }

  .list-ads a {
    width: calc(50% - 6px);
    float: left;
  }

  .media {
    position: relative;
    display: block;
	flex-direction: column;
  }

  .media-body h4 {
    font-size: .36rem;
  }

  .media-body p {
    font-size: .32rem;
  }

  .breadcrumb {
    padding: 0 .3rem .24rem;
  }

  .media-body,
  .media-left,
  .media-right {
    display: block;
    width: 100%;
  }

  .media-left {
    padding-right: 0;
    margin-bottom: .24rem;
  }

  .media-left img {
    width: 100%;
    max-height: 240px;
  }

  .to-top {
    font-size: .42rem;
    color: #fff;
    padding: 0;
    width: 1rem;
    height: 1rem;
    background: rgba(0, 0, 0, .45);
  }

