﻿#view *{
    font-family:'Microsoft YaHei';
}
.row{
    margin:0;
}
.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 .left{
    vertical-align: middle;
    display: table-cell;
    overflow: hidden;
    padding:2%;
}
#list .left .img{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    transition:all 0.6s;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
#list .right{
   vertical-align: middle;
    display: table-cell;
    padding:2%;
    box-sizing:border-box;
}
#list .right .title{
    padding-bottom: 10px;
    color: #3a3a3a;
    font-size: 16px;
    font-weight: bold;
    transition: .6s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position:relative;
}
#list .right .title::after{
    content:"";
    width:50px;
    height:2px;
    background:#cbcbcb;
    position:absolute;
    bottom:0;
    left:0;
    transition: .6s;
}
#list>div:hover .right .title{
    color:#1388f8
}
#list>div:hover .left{
    border-radius:8px;
}
#list>div:hover .left .img{
   transform:scale(1.2);
}
#list .right .text{
    font-size: 14px;
    color: #7b7b7b;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top:15px;
    margin-bottom:0;
    line-height:1.8;
}
