﻿#view *{
    font-family:'Microsoft YaHei';
}
.row{
    margin:0;
}
#view img{
    max-width:100%;
}
.left-menu{
    margin-top:0px;
}
.content-main {
    width: 850px;
    background: #fff;
    min-height: 200px;
    padding: 15px;
}
.content-title {
    text-align: center;
    font-size: 26px;
    margin-top:20px;
    line-height: 30px;
    color:#404040
}
.content-info {
    font-size: 12px;
    color: #808080;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 10px;
    overflow: hidden;
}
.content-type-title{
    text-align: center;
    margin: 20px auto 40px;
}
.content-type-title>.name{
    font-size: 30px;
    color: #292929;
    line-height:initial;
}
.content-type-title>.en_name{
    color: #999999;
    font-size:14px;
}

    .content-info a:link, .content-info a:visited {
        color: #808080;
    }

    .content-info a:hover {
        color: #ff0000;
    }

.content-view {
    width: 100%;
    line-height: 2;
    font-size: 14px;
    margin-bottom:50px;
    margin-top:20px;
}

.content-img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}
#list {
    overflow: hidden;
    margin-bottom:50px;
}
#list>div{
    margin-bottom:15px;
}
#list>div>div{
    border-radius:8px;
    overflow:hidden;
     box-shadow: 0px 1px 2px 0px rgba(68, 68, 68, 0.15);
}
#list>div>div:hover{
     box-shadow: 0px 4px 8px 0px rgba(68, 68, 68, 0.15);
}
#list .top{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding:0!important;
}
#list .top .img{
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#list .bottom{
    background:#fff;
    padding:15px;
    padding-bottom:25px;
}
#list .bottom .title{
    width: 100%;
    text-align:center;
    padding-bottom:10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    color: #3b3b3b;
    transition: .6s;
    position:relative;
}
#list .bottom .title::after{
    content:"";
    width:50px;
    height:2px;
    background:#1388f8;
    position:absolute;
    bottom:0;
    left:50%;
    margin-left:-25px;
    opacity:0;
}
#list>div:hover .bottom .title{
    color:#1388f8
}
#list>div:hover .bottom .title::after{
    background:#1388f8;
    opacity:1;
}
#list .bottom .text{
    font-size: 14px;
    color: #7b7b7b;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-top: 10px;
    margin:0;
}