﻿.newslist {
    height: auto;
	background:#FFF;
	margin-bottom:10px;
}
.newslist li {
    color: #c0c0c0;
    height: auto;
    border-bottom: #efefef 1px solid;
    padding: 13px 15px;
    overflow: hidden;
    position: relative;
}
.newslist li .newsimg, .newslist li .newsimg1 {
    display: inline-block;
    float: left;
    width: 90px;
    height: 67px;
    padding: 0;
    padding-right: 8px;
}
.newslist li span.newst, .newslist li span.newstnopic {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
    height: 39px;
}
.newst a, .newstnopic a {
    color: #2d2d2d;
    text-decoration: none;
}
.newslist li span.newsin {
    width: 54%;
    position: absolute;
    left: 114px;
    bottom: 15px;
}
.newsTips li, .newsTipsOnePic li {
    float: left;
    border: 0;
    padding: 0;
    font-size: 12px;;
}
.newsTips li.tname, .newsTips li.ttime, .newsTipsOnePic li.tname, .newsTipsOnePic li.ttime {
    float: left;
    padding-right: 2px;
}
.newsTips li.tname, .newsTips li.ttime, .newsTipsOnePic li.tname, .newsTipsOnePic li.ttime {
    float: left;
    padding-right: 2px;
}
div.ar_nav{
	height:20px;
	line-height:20px;
}
.newslist li span.newsin, .newslist li span.newsTips, .newsTipsOnePic {
    color: #cacaca;
    font-size: 1em;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
    padding-top: 6px;
}

.ui-page {
    text-align: center;
}
.pagination {
    padding-left: 0;
    font-size: 0;
}
.pagination > li {
    display: inline-block;
	padding: 10px 5px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    display: inline-block;
    min-width: 20px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 14px;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination > .cur > a {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #47b751;
    border-color: #47b751;
}
.pagination > li:last-of-type > a, .pagination > li:last-of-type > span {
    border-right: 1px solid #ddd;
}

.author-intro {
    height: 120px;
    margin: 0;
    padding-top: 8px;
    background-color: #fff;
    border-bottom: 1px solid #f6f6f6;
    border-top: 1px solid #e9e9e9;
}
.author-intro .col-a {
    width: 30%;
    height: 90px;
    margin: 0;
    text-align: center;
    float: left;
    overflow: hidden;
}

.author-intro .col-a img {
    margin: 5px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}
.author-intro .col-b {
    width: 70%;
    height: 80px;
    padding: 5px 0;
    float: left;
    overflow: hidden;
}
.author-intro .author-name {
    margin-bottom: 5px;
    overflow: hidden;
    zoom: 1;
}
.author-intro .author-name strong, .author-intro .author-name a {
    display: block;
    float: left;
}
.author-intro .author-name strong {
    margin-right: 25px;
    font-size: 16px;
    color: #7cc666;
}
.author-type {
    margin-bottom: 4px;
    margin-top: 3px;
    font-size: 13px;
    line-height: 18px;
}
.author-type i {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    background: url(img/sprite.png) no-repeat -60px -20px;
    display: block;
    float: left;
}
.author-type span {
    padding-left: 20px;
}

.author-extra span, .author-intro .col-c p span, .author-type span {
    color: #777;
}
.author-extra {
    margin-right: 0px;
}

.author-extra p {
    font-size: 13px;
}

.author-intro .col-c {
    width: 100%;
    height: 24px;
    overflow: hidden;
    float: left;
}

.author-intro .col-c p {
    text-indent: 20px;
    font-size: 14px;
}
.show-header {
    border-bottom: 1px solid #e4e4e4;
    height: 42px;
    margin: 0;
    padding: 0 10px;
    position: relative;
}

.show-header h2 {
    float: left;
    font-size: 16px;
    color: #000;
    line-height: 18px;
    height: 18px;
    margin-top: 12px;
    border-left: 5px solid #58b029;
    text-indent: 10px;
}

.item a .osl_icon {
    position: absolute;
    top: 7px;
    right: 29px;
    border: 1px solid #eee;
}