button {
    border: none;
    background: transparent;
    vertical-align: middle;
  }
  
  button:active,button:focus {
    border: none;
    outline: none;
  }
  ul,li, p{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .cursor{
    cursor: pointer;
  }
  .inblock{
    display: inline-block;
  }
  .mt141{
    margin-top: 141px;
  }

  .containerw1200{
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    /* padding-top: 85px; */
  }
  /*740软文板块侧边栏菜单板块*/
  .sidebar-amenu {
    width: 208px;
    float: left;
  
  }
  
  .sidebar-amenu .amenu-tit {
    position: relative;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
  }
  
  .sidebar-amenu .amenu-tit .amenu-line {
    display: inline-block;
    width: 4px;
    height: 28px;
    background-color: #ff6633;
    margin-right: 11px;
    vertical-align: top;
  }
  
  .amenu-info {
    list-style: none;
    margin-top: 23px;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding-left: 0px;
  }
  
  .amenu-info .amenu-items {
    position: relative;
    list-style: none;
    border-top: 1px solid #cccccc;
    background-color: #fff;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #333;
    cursor: pointer;
    padding-left: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  
  }
  
  .amenu-info .amenu-items i {
    display: none;
  }
  
  .amenu-info .amenu-items.amenu-items-active,  .amenu-info .amenu-items:hover {
    color: #ffffff;
    background-color: #ff6633;
  }
  
  .amenu-info .amenu-items.amenu-items-active i,  .amenu-info .amenu-items:hover i {
    position: absolute;
    left: 7px;
    display: block;
    color: #fff;
    font-size: 10px;
  }
  
  /*软文板块搜索*/
  .articleRight {
    float: left;
    width: 738px;
    margin-left: 20px;
  }
  
  .asearch {
    width: 762px;
    padding: 7px 12px;
    background-color: #adb9d2;
    border-radius: 3px;
  }
  
  .asearchLeft {
    float: left;
  }
  
  .asearchInput {
    border: none;
    outline: none;
    display: inline-block;
    vertical-align: top;
    width: 220px;
    height: 32px;
    line-height: 32px;
    background-color: #ffffff;
    border-radius: 2px;
    padding-left: 13px;
  }
  
  .asearchInput:focus {
    border: none;
    outline: none;
  }
  
  .asearch-btn {
    cursor: pointer;
    vertical-align: top;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    background-color: #ff6633;
    border-radius: 2px;
    color: #fff;
    margin-left: 5px;
  }
  
  .asearch-right {
    float: right;
  
  }
  
  .asearch-label {
    font-size: 14px;
    color: #fff;
    margin-right: 8px;
  }
  
  .asearch-select {
    width: 168px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 3px;
    font-size: 14px;
    color: #333;
  }
  
  /*740 软文板块 文章列表*/
  .aitemDiv {
    margin-top: 14px;
    word-wrap: break-word;
  }
  
  .searchWhat {
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    columns: #333333;
  }
  
  .aitemDiv ul,
  .aitemDiv ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
  
  .aitemLiLeft,
  .aitemRight,
  .aitemBanner {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
  
  }
  
  .aitemDiv .aitemUl .aitemLi {
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 22px;
    margin-bottom: 11px;
    display: block;
  }
  
  .aitemLiLeft {
    width: 293px;
  }
  
  .aitemLiLeft .aitemImg {
    display: block;
    text-decoration: none;
    width: 293px;
    height: 178px;
    background-color: #b6b6b6;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 13px;
    
  }
  
  .aitemLiLeft .aitemImg img {
    width: 100%;
    height: 100%;
  }
  
  .aitemLiBottom {
    position: relative;
    margin-top: 14px;
    height: 31px;
    line-height: 31px;
  }
  
  .aitemLiBottomL {
    float: left;
  }
  
  .aitemLiBottomR {
    float: right;
  }
  
  .aitemStyle {
    padding: 5px 9px;
    width: 66px;
    height: 27px;
    border-radius: 2px;
    border: solid 1px #ff6633;
    text-align: center;
    color: #ff6633;
    margin-right: 13px;
  }
  
  .aitemTime {
    color: #666;
  }
  
  .aitemRight {
    width: 426px;
    padding-left: 13px;
  }
  
  .aitemRight .aitemRTit {
    word-wrap: break-word;
    cursor: pointer;
    font-size: 22px;
    color: #333;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    text-decoration: none;
  }
  
  .aitemLiLeft .aitemImg,
  .aitemRight .aitemRTit:focus {
    outline: none;
  }
  
  .aitemRight .aitemRInfo {
    color: #666;
    margin-top: 20px;
    /* height: 52px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    word-break: break-word;
  }
  
  .aitemRDo .aitemRDoBtn {
    display: block;
    float: right;
    margin-left: 37px;
    color: #333;
  }
  
  .aitemRDo .aitemRDoBtn.aitemShare {
    position: relative;
    vertical-align: middle;
    cursor: pointer;
  }
  
  .aitemRDo .iconfont {
    margin-right: 8px;
    font-size: 20px;
  }
  
  .thirdShare {
    display: none;
    position: absolute;
    top: 38px;
    right: 0px;
    z-index: 10;
    width: 144px;
    height: 108px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 20px 12px;
    box-shadow: 0px 5px 16px 0px rgba(51, 51, 51, 0.55);
  }
  .show {
    display: inline-block;
  }
  .thirdSharebtn {
    width: 120px;
    height: 30px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin-bottom: 8px;
    cursor: pointer;
  }
  
  .thirdSharebtn:last-child {
    margin-bottom: 0px;
  }
  
  .twitterBtn {
    background-color: #1da1f2;
  }
  
  .fbookBtn {
    background-color: #4460a0;
  }
  .thirdShare:click{
    display: none;
  }
  /* .aitemShare:focus .thirdShare {
    display: inline-block;
  } */
  
  /*软文板块 banner*/
  .artBanner {
    float: right;
    margin-left: 20px;
    width: 184px;
    margin-top: 60px;
  }
  
  .artBanner .artBannerLi {
    display: block;
    width: 185px;
    height: 287px;
    margin-bottom: 29px;
    overflow: hidden;
  }
  
  .artBanner .artBannerLi img {
    cursor: pointer;
    width: 100%;
    height: 100%;
  }
  
  .noArticleImg {
    display: block;
    width: 143px;
    height: 141px;
    margin: 62px auto 24px;
  }
  
  .noArticleTip {
    text-align: center;
    font-size: 18px;
    color: #808ea8;
  }
  .aitemRDoBtn.ml0{
    margin-left: 0px;
  }
  