.wrap1100 {
    width: 1100px;
    margin: 0 auto;
}
.mechanism_left {
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 99;
    min-height: 700px;
    width: 250px;
}
.mechanism_left>ul>li {
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #e6e6e6;
}
.mechanism_left>ul>li a:hover {
    background:#017FD4;
    color: #fff;
    border-left: 4px solid #fcbd14;
}


.mechanism_left>ul>li a {
    height: 58px;
    font-size: 17px;
    padding: 0 20px;
    display: block;
    cursor: pointer;
    overflow: hidden;
}
.mechanism_left>ul {
    background: #f1f3f7;
    height: 90%;
}
.mechanism_left li.title {
    height: 80px;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 8px;
    padding-top: 10px;
    position: relative;
}
.mechanism_left li.title i {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px 0 10px 10px;
    border-style: solid;
    border-color: #357ABB transparent transparent transparent;
    bottom: 10px;
    left: -10px;
}
.mechanism_left li.title span {
    width: 210px;
    background: #357ABB;
    display: block;
    color: #fff;
    text-align: center;
    margin-left: -10px;
}
.tab-content {
    min-height: 500px;
    overflow: hidden;
}
.TeaList-right {
    width: 800px!important;
}
@media (min-width: 1200px){
    .container {
        max-width: 1000px;
    }
}

.list-group-item {
    border: none;
    color: #606060;
}
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.essay li {
    padding: 12px 0;
    line-height: 24px;
    padding-right: 127px;
    /* background: url(../images/dot.png) center repeat-x; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.essay li {
    font-size: 16px;
    background: none;
}
.list-group-item a {
    color: #606060;
    background: #FFFFFF;
    padding: 0 20px 0 28px;
}
.list-group-item .icon {
    position: absolute;
    top: 20px;
    left: 0;
    width: 13px;
    height: 10px;
    /* background: url(../images/strip.png) no-repeat; */
    margin-right: 15px;
}
.essay .time {
    background: #FFFFFF;
    padding-left: 38px;
    position: absolute;
    right: 0;
}
.Page {
    text-align: center;
    font-size: 15px;
    padding: 15px 0;
}
.Page {
    font-size: 16px;
}
.Page li {
    float: left;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
.Page a {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #dfdfdf;
    margin-right: 10px;
    color: #383838;
    border-radius: 2px;
}