/*
  time: Sept.15, 2017;
  author: Ben Smith;
  Email: huangyuecheng88@gmail.com;
*/
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
button, input{
    border: none;
    outline: none;
}
a{
    color: inherit;
}
a:hover{
    color: inherit;
    text-decoration: none;
}
/* Utility */
.autoCenter{
    width: 1200px;
    margin: 0 auto;
}
.clearfix:after{
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
}
.oneLine{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 公共头部 */
.header-wrapper{
    padding: 20px 0;
    background: #fff;
}
.header-title{
    display: inline-block;
    margin: 0;
    font-size: 28px;
    color: #2DBE60;
}
.header-link__home{
    display: inline-block;
    margin: 0 0 0 15px;
    font-size: 16px;
    color: inherit;
}
/* 公共侧边导航 sidebar */
.sidebar-wrapper{
    float: right;
    width: 250px;
    background-color: #fff;
}
.sidebar__imgs{
    width: 100px;
    height: 100px;
    margin: 20px auto;
}
.sidebar__img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.sidebar__tip{
    font-size: 16px;
    text-align: center;
}
.sidebar__list{
    font-size: 18px;
    padding: 0 20px;
    margin:40px 0 20px;
}
.sidebar__item{
    padding: 1em 1.5em;
}
.sidebar__item i{
    position: relative;
    top: 5px;
    padding-right: 15px;
    font-size: 30px;
}
.sidebar__item.active{

    border-bottom: 1px solid #2DBE60;
    color: #2DBE60;
}

/* 搜索页面跳转 */
.main-pagination-wrapper {
    text-align: center;
    padding: 10px 0 10px;
}

.main-pagination {
    display: inline-block;
}

.main-pagination-pages {
    float: left;
}

.main-pagination-page {
    float: left;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    cursor: pointer
}

.main-pagination-page.active {
    background: #2DBE60;
    color: #fff;
    border: none
}

.main-pagination-page.prev::before, .main-pagination-page.next::before {
    content: "";
    position: relative;
    left: -5px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right-color: #000
}

.main-pagination-page.next::before {
    left: 5px;
    border-left-color: #000;
    border-right-color: transparent
}

.main-pagination-jump {
    float: left;
    line-height: 32px;
    margin-left: 30px;
    font-size: 12px;
    color: #333
}

.main-pagination-jump__input {
    position: relative;
    top: -1px;
    width: 36px;
    height: 32px;
    padding-left: 3px;
    font-size: 16px;
    border: 1px solid #ccc;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em
}

.main-pagination-jump__btn {
    width: 32px;
    height: 32px;
    background: #ccc;
    color: #333;
    border: 1px solid #ccc;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    cursor: pointer
}

.main-pagination-number {
    float: left;
    line-height: 32px;
    margin: 0 0 0 20px;
    font-size: 14px;
    color: #333
}