.tabnb-box {
    padding: 25px 0;
}
.selecterBtns  ul.nolist li {
    float: left;
    margin: 0 5px 5px 0;
    display: inline;
}
.selecterBtns a {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    color: #9b9b9b;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 28px;
    margin-right: 8px;
    outline: none;
    padding: 0 15px;
    text-decoration: none;
}
.selecterBtns .active, .selecterBtns a:hover {
    background: #fff;
    color: #df3532;
}


.selecterContent li{
    width: 370px;
    float: left;
    margin-right:20px;
    margin-bottom: 50px;
}

.selecterContent li:nth-child(3n+0){
    margin-right:0;
}
.selecterContent li .a-img{
    width: 100%;
    height: 225px;
    border-radius: 3px;
    position: relative;
}
.selecterContent li .a-img .img{
    border-radius: 3px;
    position: relative;
}

.selecterContent li .a-img .a-de{
    background: url(../images/vedio.png) no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: 50px;
    top: 0;
    opacity: .5

}
.selecterContent li .a-img .times{
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #fff;
    font-size: 12px;
}
.selecterContent li h2{
    font-size: 18px;
    padding: 12px 0 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.selecterContent li p span{
    color: #9b9b9b;
    margin-right:15px;
}
.vedio-banner {
    width: 100%;
    height: 535px;
}
.vedio-iframe{
    width: 100%;
    padding-top:30px;
    height: 485px;
}
.ve-fl {
    width: 830px;
    float: left;
    margin-bottom:50px;
}
.ve-fr {
    width: 300px;
    float: right;
}
.newsul li h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
    float: right;
    font-size: 15px;
    padding: 5px 0
}
.newsul li p{
    width: 160px;
    float: right;

}
.newsul li p span{
    color: #9b9b9b;
    font-size: 12px;
    margin-right: 10px;
}
.ve-cont{
    padding-top: 45px;
}
.ve-cont .newsb1 h1{
    text-align: center;
    border-bottom: 2px solid #d8d8d8;
    font-size:18px;
    color:#4a4a4a;
    font-weight: 400;
    padding-bottom: 20px;
    padding-top: 5px;
    position: relative;
}
.ve-cont .newsb1 h1 span{
    background:#df3532;
    width:77px;
    height:2px;
    position: absolute;
    bottom: -2px;
    margin: auto;
    left: 96.5px;
    /*border-bottom: 2px solid #df3532;
    padding-bottom: 20px;*/
}
.artcont {
    padding: 30px;
    background:#fff;
}
.art_head{
    padding-top: 20px;
    padding-bottom: 20px;
}
.art_head img{
    width: 41px;
    height: 41px;
    border-radius: 100%;
}
.art_head .ftext{
    margin-left: 60px;
}
.art_head .ftext .ftb{
    float: left;
    padding-right:20px;
}
.art_head .ftext .ftb .p1{
    padding-top: 3px;
    padding-bottom:5px;
}
.art_head .ftext .ftb .p2{
    font-size: 12px;
    color: #999;
}
.art_head .ftext a{
    border: 1px solid #df3532;
    color: #df3532;
    border-radius: 3px;
    margin-top: 6px;
    width: 73px;
    margin-left: 10px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    display: inline-block;
}
.boxf p {
    font-size: 20px;
    color: #4a4a4a;
    letter-spacing: 0;
    line-height: 30px;
    text-align: left;
    padding-bottom: 30px;
}
.artbottom h2{
    font-size:14px;
    font-weight: 400;
    color:#4a4a4a;
    letter-spacing:0;
    padding-bottom:20px;
}
.arttext .artimg {
    float: left;
    width: 40px;
    height: 40px;
}
.arttext .artimg img{
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.arttext .arttextarea{
    float: left;
    width: 730px;
    border:1px solid #545561;
    border-radius:3px;
    width:726px;
    min-height:132px;
}
.arttext .arttextarea .content{
    min-height: 95px;
    width: 97%;
    border:none;
    padding: 10px;
    border-radius: 3px;
}
.arttext .arttextarea .content:focus{
    border-width:0;
    outline:medium;
}
.arttext .arttextarea .abutton{
    background: #f6f7f8;
}
.arttext .arttextarea .abutton input{
    background:#545561;
    border-radius:0 0 3px 0;
    width:100px;
    height:39px;
    border:none;
    color: #fff;
    float: right;
    cursor: pointer;
    font-size:18px;
color:#ffffff;
}
 .feed {
    padding-top: 15px;
    border-bottom: 1px solid #f6f7f8;
    padding-bottom: 15px;
}
.avatar {
    width: 50px;
    float: left;
}
.comment{
    padding-top: 20px;
}
.feed .avatar img {
    width: 42px;
    height: 42px;
}

.feed .box1 {
    width: 715px;
    float: right;
}
.feed .box1 .user .name{
    font-size:12px;
    color:#2f5b8b;
    padding-right: 12px;
}
.feed .box1 .user .time{
    font-size:12px;
    color:#9b9b9b;
}
.feed .box1 .current {
    font-size:14px;
    color:#4a4a4a;
    margin: 8px 0;
}
.feed .box1 .info {

}
.feed .box1 .info strong {
    float: right;
    font-weight: 400;
    font-size:12px;
    color:#98a4b0;
    margin-top: 5px;
}
.feed .box1 .info strong img{
    vertical-align: text-top;
}
.feed .box1 .info span a{
font-size:12px;
color:#2f5b8b;

}

.feed .box1 .line {
    padding: 8px 0 0 0;
    border-bottom: 1px solid #e0e0e0;
}

.feed .box1 .box2 {
    padding: 15px 0 0px 0;
}

.feed .box1 .box2_comments {
    width: 659px;
    overflow: hidden;
    float: right;
}

.feed .box1 .say {
    margin: 0 0 8px;
}

.clear {
    clear: both;
}

.feed .box1 .box2_comments .box3 {
    padding-top: 10px;
}

.feed .box1 .box2_comments .box3_comments {
    float: left;
    width: 500px;
}






















