.tc_list li{display: none;transition: all 0.3s;}
.more_btn{
    cursor: pointer;
    margin: 0 auto 40px auto;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: #ccc 1px solid;
    font-size: 16px;
    border-radius: 50px;
    transition: all 0.3s;}
.more_btn:hover{
  box-shadow: 0 0 5px #034ea1;
    background: #034ea1;
    color: #fff;}
