.content{
    max-width: 960px;
    
    padding: 0;
    margin-bottom: 0;
    padding-bottom: 32px;
    min-height: calc(100% - 32px);

  }
	.topic-header{
	  padding: 10px 16px 10px 16px;
	  height: 40px;
	  display: flex;
	  width: 96%;
	}
	.topic-header-title{
	    flex: 1 1 0;
	    line-height: 40px;
	    font-size: 1.2em;
	    color: rgb(212, 112, 35);
	    font-weight: 700;
		/*text-align: center;*/
	}
	@media(max-width:430px){
	  .topic-header-title{
	    line-height: 1.6em;
	  }
	}
.insight-popup-logo{
		width: 90px;
		margin: 0 auto;
		vertical-align: sub;
		align-items: center;

	}
	.insight-popup-title{
		margin-left: 32%;
		display: none;
	}
	@media(max-width:540px){
		.insight-popup-title{
			margin-left: 30%;
		}
	}
	@media(max-width:500px){
		.insight-popup-title{
			margin-left: 28%;
		}
	}
	@media(max-width:450px){
		.insight-popup-title{
			margin-left: 26%;
		}
	}
	@media(max-width:428px){
		.insight-popup-title{
			margin-left: 20%;
		}
	}
	
	@media(max-width:414px){
		.insight-popup-title{
			margin-left: 19%;
		}
	}
	
	@media(max-width:375px){
		.insight-popup-title{
			margin-left: 15%;
		}
	}
  .title-image{
      width: 100%;
      margin: 0px auto;
  }
  .mat-list-base{
      padding-top:0px;
  }
  
  .topic-list{
    width: calc(100% - 32px);
    padding-left: 16px;
    padding-right: 16px;
  }

  
  
  .tite-share-button{
    position: absolute;
    z-index: 1;
    right: 5%;
    bottom: 43%;
  }
  @media(max-width:428px){
  .tite-share-button{
    bottom: 38%;
  }
  }
  
  @media(max-width:556px){
  .topic-list{
    margin-bottom: 60px;
  }
  }
  
  /*introuction*/
  .text-introduction{
  margin: 0 auto;
  margin-bottom: 20px;
  width: 95%;
  text-align: left;
  line-height: 22px;
  font-weight: 400;
  font-size: 1.2em;
  }
  
  /*end introuction*/
  .more-less-button{
  display: inline;
  }
  .more-less-des-button{
  height: 22px !important;
  line-height: 22px !important;
  }
  @media(max-width:428px){
  .more-less-des-button{
    width: 60px !important;
  }
  .more-less-button{
    width: 60px !important;
  }
  }
  
  @media not all and (min-resolution:.001dpcm) { 
    @supports (-webkit-appearance:none) {
      .more-less-des-button{
        width: 60px !important;
      }
      .more-less-button{
        width: 60px !important;
      }
    }
  }
  
  .topic-button{
    width: 75%;
    margin: 0 auto;
    padding: 10%;
    background-color: #f0f8ff;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #cbd5dd;
    min-height: 50px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  
  .topic-button span{
    vertical-align: middle;
    font-size: 1.1em;
    font-weight: 500;
  }

  .focus-name{
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
  }