* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
a{
    color: #333 !important;
}
.index {
    width: 100%;
}
.index .header {
    width: 100%;
    height: 3.5rem;
    line-height: 3.5rem;
    border-bottom: 0.0625rem solid #e6e6e6;
    display: flex;
    justify-content: space-between;
    position: fixed;
    z-index: 99;
    background: #fff;
}
.index .header .text {
    margin-left: 25px;
    font-size: 1.125rem;
}
.index .header .link {
    margin-right: 3.125rem;
    display: flex;
}
.index .header .link .href {
    text-decoration: none;
    padding: 0 1.25rem;
}
.index .header .link .href:hover {
    color: #ff9902;
}
.index .header .link .buttons button {
    margin-left: 0.625rem;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border: none;
    font-size: 1rem;
    border-radius: 0.125rem;
}
.container{
    display: flex;
    width: 100%;
    height: 100%;
}
.container .aside{
    width: 220px;
    border-right: 0.0625rem solid #e6e6e6;
    position: fixed;
    top: 3.5rem;
    left: 0;
    bottom: 0;
    overflow: auto;
}
.container .aside .list-inline-item{
    padding: 10px 25px;
    cursor: pointer;
}
.container .aside .list-inline-item a{
    color: #333 !important;
    transition: .3s;
}
.container .aside .list-inline-item:hover{
    background: #e6e6e6;
}
.container .aside .list-inline-item:hover a{
    color: #ff9902 !important;
}
.mt-3{
    padding: 10px 35px !important;
    color: #333 !important;
    transition: .3s;
    cursor: pointer;
}

.mt-3:hover{
    background: #e6e6e6;
}
.mt-3:hover a{
    color: #ff9902 !important;
}



.container .main{
    width: 70%;
    flex-grow: 1;
    margin-left: 220px;
    margin-top: 56px;
}
.container .main .text{
    padding: 30px;
    /*line-height: 50px;*/
    /*width: 80%;*/
    margin: 0 auto;
}
.container .main .text h3{
    /*font-size: 20px;*/
}

.selectArt{
    background: #e6e6e6;
}
.selectArt_a{
    color: #ff9902 !important;
}

.container .main p img{
    width: 100%;
    height: 100%;
}