.container .main {
  width: 1300px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
}
.container .main .left {
  width: 75%;
}
.container .main .left .top {
  padding-bottom: 30px;
}

.main-news-detail .top+hr {
    height: 0;
    border-top: 0px solid #E6E6E6;
}
.container .main .left .top h3 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-bottom: 24px;
}
.container .main .left .top .news-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #7b7b7b;
  width: 100%;
}

.container .main .left .top .news-top hr {
    height: 0;
}
.container .main .left .top .news-top .info {
  display: flex;
  align-items: center;
}
.container .main .left .top .news-top .info span {
  margin-right: 30px;
}
.container .main .left .top .news-top img {
  width: 30px;
  height: 30px;
  margin: 6px;
}
.container .main .left .top .news-top .qrcode img{
    width: 100%;
    height: 100%;
}
.container .main .left .content {
  margin-bottom: 30px;
  padding-top: 0!important;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
  overflow: hidden;
}
.container .main .left .content a{
    color: #0a61af;
}
.container .main .left .content img{
    max-width: 100%;
}
/*.container .main .left .content p:nth-child(1) {*/
/*  margin: 30px 0 40px;*/
/*}*/
.container .main .left .content div {
  margin: 28px 0 36px;
  text-align: center;
}
.container .main .left .details {
  margin-top: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
}
.container .main .left .details p {
  display: flex;
  justify-content: space-between;
}
.container .main .left .details p:nth-child(2) {
  font-size: 20px;
  color: #333333;
  margin: 0px 0 36px;
}

.container .main .left .details p:nth-child(2) span{
    display: inline-block;
    width: 40%;
}

.container .main .left .details>a{
  display: block;
  width: 182px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #E6E6E6;
  font-size: 18px;
}
.container .main .left .details span>a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.container .main .left .recommend {
  margin-top: 55px;
}
.container .main .left .recommend h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
}
.container .main .left .recommend div {
  display: flex;
  justify-content: space-between;
  line-height: 66px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.container .main .left .recommend div :nth-child(2) {
  font-size: 16px;
}
.container .main .left .recommend .div-dashed {
  border-bottom: 1px dashed #D9D9D9;
}
.container .main .left .product {
  margin-top: 20px;
}
.container .main .left .product .product-1 {
  display: flex;
  justify-content: space-between;
}
.container .main .left .product .product-1 div {
  width: 213px;
  height: 130px;
  background: #ffffff;
  border: 1px solid #e5e5e5; 
  border-radius: 10px; 
  font-weight: 400;
  padding: 14px 18px;
  display: flex; 
  flex-direction: column; 
  justify-content: space-between; 
  margin-top: 20px;
  transition: all 0.3s;
}
.container .main .left .product .product-1 div p{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.container .main .left .product .product-1 div:hover{
    border: #0a61af 1px solid;
    background: #0a61af;
    cursor: pointer;
}
.container .main .left .product .product-1 div:hover p{
    color: #ffffff;
}
.container .main .left .product .product-1 div :nth-child(2) {
  font-size: 15px;
  color: #7b7b7b;
}
.container .main .left .browse {
  margin-top: 40px;
}
.container .main .left .browse .browse-1 {
  display: flex;
  justify-content: space-between;
}
.container .main .left .browse .browse-1 div {
  width: 213px;
  height: 130px;
   background: #ffffff; 
   border: 1px solid #e5e5e5; 
   border-radius: 10px; 
  font-size: 16px;
  font-weight: 400;
  color: #333333;
   padding: 14px 18px; 
   display: flex; 
  flex-direction: column;
  justify-content: space-between;
  margin-top: 20px;
}
.container .main .left .browse .browse-1 div :nth-child(2) {
  font-size: 15px;
  color: #7b7b7b;
}
.container .main .rigth {
  width: 300px;
  margin-left: 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #535353;
}
.container .main .rigth .latest {
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  border: 1px solid #eeeeee;
}
.container .main .rigth .latest h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    height: 54px;
    line-height: 54px;
    background: #F3F3F3;
}
.container .main .rigth .latest img {
  margin: 15px 0;
  width: 170px;
}
.container .main .rigth .latest p {
    text-align: left;
    padding: 0 20px;
    font-size: 17px;
    color: #535353;
}
.container .main .rigth .sell-well {
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
}
.container .main .rigth .sell-well h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    height: 54px;
    line-height: 54px;
    background: #F3F3F3;
}
.container .main .rigth .sell-well div {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  margin: 14px 12px;
  padding: 20px;
  cursor: pointer;
}
.container .main .rigth .sell-well div a{
    font-size: 17px;
    font-weight: 400;
    color: #535353;
}
.container .main .rigth .sell-well div:hover{
    transition: all 0.3s;
}
.container .main .rigth .sell-well div:hover a{
    color: #ffffff;
}
.container .main .left .recommend ~ div a:hover{
    border: none;
    background: none;
}
.container .main.main-news-detail .left .recommend .div-dashed{
    display: block!important;
}
.container .main.main-news-detail .left .recommend .div-dashed:last-child{
    border-bottom: none;
}
.container .main.main-news-detail .left .recommend .div-dashed a{
    display: flex;
    justify-content: space-around;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
}
.container .main.main-news-detail .left .recommend .div-dashed a p{
    font-size: 18px;
    font-weight: 400;
    color: #666666;
}
.container .main.main-news-detail .left .recommend .div-dashed a .newstime{
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.container .main .left .content table{
    border-spacing: 0;
}

.container .main .left .content table td{
    border: 1px solid #000;
}

@media screen and (max-width: 769px){
    .gongsixinwen-page .container .main .left{
        display: block;
        width: 100%;
        padding: 0 20px;
    }
    .container .main .left .top h3{
        font-size: 18px!important;
    }
    .container .main .left .top .news-top{
        display: block;
    }
    .container .main .left .top .news-top .info{
        display: block;
        margin-bottom: 10px;
    }
    .container .main.main-news-detail .left .top .news-top .info:nth-child(1) *{
        display: block;
    }
    .container .main .left .details p:nth-child(2) span{
        width: 100%;
    }
    .container .main .left .details>a{
        width: 100%;
    }
    
    .container .main.main-news-detail .left .recommend .div-dashed{
        margin: 10px 0;
    }
    
    .container .main .left .product .product-1{
        display: block;
    }
    .container .main .left .product .product-1 div{
        width: 100%;
    }
    
    .content table{
        width: auto!important;
    }
    
    .content table td{
        word-break: keep-all;
        word-wrap: break-word;
        overflow: hidden;
    }
    
    .gongsixinwen-page .container .main.main-news-detail .left .content{
        overflow-x: auto;
    }
}
