﻿.content {
    overflow: hidden;
}
.content-head {
    padding: 0.625em;
}
.content-title {
    line-height: 1;
}
.content-title span{
    font-size: 0.9375em;
    color: #333;
}
.content-data {
    border-bottom: 1px dashed #d6d6d6;
    padding-bottom: 0.5em;
}
.content-data span{
    font-size: 0.625em;
    color: #999;
    padding-left: 1.5em;
    margin-right: 1em;
}
.content-data span.time{
    background: url(../images/icon-time.png) no-repeat left center;
    background-size: 1em 1em;
}
.content-data span.read{
    background: url(../images/icon-read.png) no-repeat left center;
    background-size: 1em 1em;
}
.videolist {
    overflow: hidden;
    padding: 0.625em;
}

.videolist li {
    position: relative;
    overflow: hidden;
    margin-top: 0.625em;
}
.videolist li:first-child {
    margin-top: 0;
}
.videolist li .video-img {
    width: 100%;
    height: 10em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.videolist li .play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/bof-btn.png) no-repeat center;
    background-size: cover;
    width: 2.25em;
    height: 2.25em;
    margin-left: -1.125em;
    margin-top: -1.125em;
    cursor: pointer;
}
.videolist li .video-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.25em;
    line-height: 1.25em;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
}
.videolist li .video-name span {
    color: white;
    font-size: 0.625em;
    display: block;
}
.askinglist {
    overflow: hidden;
    padding: 0.625em;
}
.askinglist li{
    padding-bottom: 0.625em;
    margin-top: 0.625em;
    border-bottom: 1px dashed #d6d6d6;
}
.askinglist li:first-child{
    margin-top: 0;
}
.askinglist li:last-child{
    padding-bottom: 0;
    border-bottom: none;
    
}
.answer-main {
    overflow: hidden;
}
.icon-ask{
    width: 0.875em;
    height: 0.875em;
    background-color: #00afff;
    text-align: center;
    line-height: 0.875em;    
}
.icon-ask span{
    font-size: 0.75em;
    color: white; 
}
.icon-ask.icon-answer{
    background-color: #707070;
}
.ask-title, .answer-content{
    margin-left: 0.625em;
    color: #666;
    line-height: 1.4
}
.ask-title span, .answer-content span{
    font-size: 0.75em;
}
.answers {
    margin-top: 0.625em;
}
.news-list {
    overflow: hidden;
    margin-top: 0.625em;
    padding: 0 0.625em;
}
.news-head .news-img {
    width: 6.25em;
    height: 4.6875em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.news-other {
    overflow: hidden;
    margin-left: 0.625em;
}
.news-name span{
    font-size: 0.75em;
    color: #333333;
}
.news-detail {
    margin-top: 0.25em;
}
.news-detail p{
    font-size: 0.625em;
    color: #999;
}
.news-list ul {
    overflow: hidden;
    margin-top: 0.5em;
}
.news-list li {
    border-bottom: 1px dashed #cccccc;
}
.news-list li div{
    line-height: 1.875em;
}
.news-list li a{
    font-size: 0.625em;
    color: #333333;
    display: block;
}
.news-list li span{
    font-size: 0.625em;
    color: #999999;
    display: block;
    margin-left: 0.5em;
}
.column-list {
    padding: 0 0.625em;
    margin-bottom: 0.625em;
}
.column-list li{
    margin-top: 0.625em;
    padding-bottom: 0.625em;
    border-bottom: 1px dashed #cccccc;
}
.column-list li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}