.recommended {
  border: 1px solid #eee;
  margin-bottom: 20px;
  margin-top: 20px; }
  .recommended .title {
    height: 37px;
    line-height: 36px;
    padding-left: 15px;
    font-size: 14px;
    color: #222;
    background: #f9f9f9;
    border-bottom: 1px solid #eee; }
  .recommended .swiper-container {
    padding: 15px 10px 0 10px; }
  .recommended .swiper-slide a {
    display: block; }
    .recommended .swiper-slide a .img {
      width: 100%;
      border: 1px solid #f7f7f7;
      overflow: hidden;
      height: 166px;
      padding-top: 10px;
      padding-bottom: 10px; }
      .recommended .swiper-slide a .img img {
        margin: 0 auto;
        display: block;
        max-height: 100%; }
    .recommended .swiper-slide a .tit {
      margin-top: 5px;
      font-size: 14px;
      color: #333;
      text-align: center;
      line-height: 21px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
    .recommended .swiper-slide a .price {
      margin-bottom: 17px;
      color: #fcc800;
      line-height: 21px;
      font-weight: 700;
      font-size: 16px; }
  .recommended .swiper-pagination {
    position: static;
    margin-bottom: 20px;
    margin-top: 20px; }
    .recommended .swiper-pagination .swiper-pagination-bullet {
      border-radius: 0;
      background: #bcbcbc;
      opacity: 1;
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all; }
      .recommended .swiper-pagination .swiper-pagination-bullet:hover {
        background: #fcc800; }
      .recommended .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #fcc800; }

@media (max-width: 767px) {
  .recommended {
    margin-top: 20px; } }

@media (min-width: 1200px) {
  .container {
    width: 1200px !important; } }

.article-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .article-content .left, .article-content .right {
    background: #f6f6f6;
    padding: 50px;
    padding-bottom: 30px;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-top: 26px; }
  .article-content .left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px; 
  	overflow: hidden;
  }
  .article-content .right {
    width: 275px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    height: 500px; }
  .article-content .title {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #444444;
    margin-bottom: 15px; }
  .article-content .date {
    font-size: 14px;
    color: #8d8d8d;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0e0e0; }
  .article-content .article {
    padding-top: 30px;
    padding-bottom: 105px; }
  .article-content .article video{max-width:100%; height: auto; margin: 15px auto;}
  .article-content .return {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 50px;
    border-top: 1px solid #e0e0e0; }
    .article-content .return a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 120px;
      height: 40px;
      background: #c5c5c5;
      color: #fff;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .article-content .return a img {
        margin-right: 10px; }
  .article-content .btn {
    width: 100%; }
    .article-content .btn a {
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all;
      display: block;
      color: #555;
      margin: 10px 0; }
      .article-content .btn a:hover {
        color: #fcc800; }

@media (min-width: 1200px) {
  .btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

@media (max-width: 1199px) {
  .article-content .btn {
    padding: 0;
    width: auto; } }

@media (max-width: 767px) {
  .article-content .left {
    margin-bottom: 0px; }
  .article-content .left table{width: 100%; max-width:100%}
  body {
    padding-top: 60px !important; }
  .article-content .left {
    margin-top: 20px;
    padding-top: 20px !important; }
  .article-content .title {
    font-size: 20px; }
  .article-content .date {
    padding-bottom: 20px; }
  .article-content .article {
    padding-top: 20px;
    padding-bottom: 40px; }
  .article-content .return {
    padding-top: 40px;
    padding-top: 25px; }
    .article-content .return span {
      font-size: 14px; }
  .article-content .left {
    padding: 25px 15px!important; } }

.more_news .title2 {
  display: block;
  padding: 10px;
  font-size: 17px; }

.more_news .title2 i {
  border-left: 5px #fcc800 solid; }

.more_news dt {
  line-height: 40px;
  text-align: center; }

.more_news dt a:last-child {
  color: #555;
  font-size: 14px;
  padding: 0 5px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fcc800;
  margin-bottom: 2px;
  color: #FFF; }

.more_news dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  text-align: left; }
  .more_news dd a {
    font-size: 14px;
    color: #555;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all; }
    .more_news dd a:hover {
      color: #fcc800; }

.p_r_10 {
  padding-right: 6px; }

.p_10 {
  padding: 10px;
  padding-top: 0;
  padding-bottom: 0; }

.page_right {
  min-height: 300px; }

.more_news .title2 i {
  border-left: 5px #fcc800 solid; }

@media (max-width: 991px) {
  .article-content .left {
    margin-right: 0; }
  .article-content .right {
    display: none; } }
    
   @media (max-width:575px){
   	
   	 .article-content .article img{
    	
    	max-width:100% !important;
    	height:auto !important;
    	
    }

   	
   }
