body {
    background: #FFF;
}
.content > .left {
    border-right: 1px solid #F6F6F6;
    padding-top: 50px;
    width: 180px;
    overflow: hidden;
}
.content > .left li {
    margin-bottom: 15px;
}
.content > .left .hover a{
    color: #FFF;
}
.content > .left .hover {
    background: #20c4ab;
    color: #FFF;
}
.content > .left li a:hover {
    background: #20c4ab;
    color: #FFF;
}
.content > .left li a {
    height: 55px;
  text-align: center;
    line-height: 55px;
    display: block;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    cursor: pointer;
    color: #333;
    transition: 0.2s all;
}
.content > .right {
    width: calc(100% - 180px - 20px);
    padding-top: 50px;
}
.content > .right .ulttile {
    padding: 0px 10px;
}
.content > .right .ulttile div {
    float: left;
    font-size: 15px;
    height: 55px;
    line-height: 55px;
    color: #333;
    padding-left: 20px;
}
.content > .right .ulttile div:nth-child(1) {
    width: 15%;
}
.content > .right .ulttile div:nth-child(2) {
    width: 40%;
}
.content > .right .ulttile div:nth-child(3) {
    width: 17.5%;
}
.content > .right .ulttile div:nth-child(4) {
    width: 17.5%;
}
.content > .right .ulttile div:nth-child(5) {
    width: 10%;
    padding-left: 0;
    text-align: center;
}
.content > .right .updatelist {
    position: relative;
    margin-top: 20px;
}
.content > .right .updatelist li {
    padding: 15px 10px;
}
.content > .right .updatelist li div {
    float: left;
    font-size: 15px;
    height: 35px;
    line-height: 33px;
    color: #333;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.content > .right .updatelist li div:nth-child(1) {
    width: 15%;
}
.content > .right .updatelist li div:nth-child(2) {
    width: 40%;
}
.content > .right .updatelist li div:nth-child(3) {
    width: 17.5%;
}
.content > .right .updatelist li div:nth-child(4) {
    width: 17.5%;
}
.content > .right .right .updatelist li div:nth-child(5) {
    width: 10%;
    padding-left: 0;
}
.content > .right .updatelist li .new-time {
    color: #F94C30;
}
.content > .right .updatelist li div:nth-child(1) .url {
    color: #333!important;
}
.content > .right .updatelist li div:nth-child(5) .open {
    border: 1px solid #ececec;
    background: #FFF;
    display: block;
    width: 83px;
    text-align: center;
    color: #333;
    font-size: 14px;
    max-width: 100%;
    overflow: hidden;
    margin: 0px auto;
    transition: 0.2s all;
}
.content > .right .updatelist li:hover { background: #fbfbfb; }
#page {
    text-align: center;
    background: #FFF;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 10px;
}
footer {
    border-top: 1px solid #F6F6F6;
}
#page a, #page span {
    display: inline-block;
    vertical-align: middle;
     border-color: #F6F6F6; 
    padding: 0 27px;
    height: 40px;
     color: #333333; 
    line-height: 40px;
    margin: 0 -1px 5px 0;
    background-color: #fbfbfb;
    font-size: 14px;
}
#page span.current, #page a:hover {
    color: #fff;
  background-color: #20c4ab;
}