/* 轮播图 */

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.slidcontainer {
    margin: 0 auto;
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}
.carousel {
    margin-top: 61px;
}
.slidpage {
    width: 2400px;
    height: 250px;
    position: absolute
}

.slidpage li {
    width: 600px;
    height: 250px;
    float: left;
}

.slidpage li img {
    width: 600px;
}

.slidcontainer .btn {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    /*background: #000;*/
    opacity: 0.2;
    color: #fff;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    font-size: 0.7em
}

.leftbtn {
    left: 15px;
}

.rightbtn {
    right: 15px;
}

.slidindex {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
}

.slidindex span {
    display: inline-block;
    width: 10px;
    height: 10px;
    /*background: #fff;*/
    border-radius: 50%;
    cursor: pointer;
}

.slidindex span.active {
    /*background: red*/
}


/* 作者信息 */

.author {
    position: relative;
    z-index: 2;
}

.author-wrap1 {
    height: 3em;
}

.author .author-wrap1 .author-right {
    position: absolute;
    right: 0.5em;
    top: 1.1em;
    font-size: 0.5em;
    border: solid 1px #787878;
    border-radius: 5px;
    padding: 0.35em 0.65em;
}

.author .author-wrap1 .author-right .author-follow {
    color: #787878;
    font-size: 0.85em;
    font-weight: 500;
}

.author .author-wrap1 .author-left .leftitem {
    position: absolute;
    top: -0.5em;
    left: 0;
}

.author .author-wrap1 .author-left .leftitem img {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    border: solid 10px #fff;
}

.author .author-wrap1 .author-left .rightitem {
    position: absolute;
    left: 3.1em;
    top: 0.35em;
    line-height: 1.6;
}

.author .author-wrap1 .author-left .rightitem h1 {
    font-size: 0.5em;
    font-weight: 400
}

.author .author-wrap1 .author-left .rightitem p {
    font-size: 0.42em;
    color: #a4a4a4;
}

.author .author-wrap1 .author-left .rightitem p span:nth-child(1) {
    padding-right: 5px
}

.author .author-wrap1 .author-left .rightitem p span:nth-child(2) {
    padding-left: 5px;
}

.author .author-wrap2 {
    width: 90%;
    margin: auto;
    font-size: 0.5em;
    color: #666;
    line-height: 1.5;
    margin-top: 0.5em;
}

.iconb img.iconv {
    width: 1.2em;
    height: 1.2em;
    vertical-align: text-bottom;
}

span.amount {
    color: #FF8004;
    margin-right: 15px;
}

span.integral {
    color: #057545;
}
img.icons {
    width: 0.5rem;
    vertical-align: sub;
    padding-left: 15px;
}

/* 栏目*/

.column {
    width: 100%;
    border-bottom: solid 1px #ddd;
    line-height: 2;
    margin-top: 0.5em;
}

.column .columntitel {
    font-size: 0.5em;
    width: 90%;
    margin: auto;
    text-align: center
}

.column .columntitel li {
    float: left;
    width: 33%;
}

.column .columntitel .active {
    border-bottom: solid 2px red;
}

.column .columntitel .active a {
    color: red
}


/* 新闻列表 */

.newslist .newslistul {
    width: 100%;
}

.newslist .newslistul li {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    line-height: 1.5;
    border-bottom: solid 1px #eee;
    padding: 0 5% 3em;
    box-sizing: border-box;
    vertical-align:middle;
   /*height: 3em;*/

    
}
h1.titleh1 {
    white-space: nowrap;
    overflow: hidden;
}
.newslist .newslistul li .left {
    float: left;
    width: 68%;
    font-size: 0.3em;
}

.newslist .newslistul li .noimg {
    width: 100%;
}

.newslist .newslistul li .right {
    float: right;
}

.newslist .newslistul li .right img {
    width: 3em;
    height: 1.3em;
    border-radius: 10%;
}

.newslist .newslistul li .left p {
    color: #a0a0a0;
    font-size: 0.85em;
    margin-top: 5px;
}

.newslist .newslistul li .left p span:nth-child(1) {
    padding-right: 10px;
}


/* 关于页面 */

.persermessage .person-item {
    width: 90%;
    margin: auto;
    font-size: 0.5em;
    line-height: 2;
    margin-top: 1em;
}



/*.person-bottom a {*/
/*    color: #fff;*/
/*}*/

.person-item p.memberType {
    color: #ff0000;
}