﻿#view *{
    font-family:'Microsoft YaHei';
    box-sizing:border-box;
}
#view{
    padding:0 20px;
}
.row{
    margin:0;
    overflow:hidden;
}
#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;
    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: 10px 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%;
}
#imgList{
    overflow:hidden;
    margin-bottom:20px;
}
#imgList>div{
    padding:40px 0;
}
#imgList>div:nth-child(2n+2){
    background:#f7f7f7
}

#imgList>div h5{
    margin:0;
    color:#2e2e2e;
    padding-bottom:20px;
    margin-bottom:20px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    position:relative;
    font-size:20px;
    font-family:"Microsoft YaHei";
    font-weight:500;
}
#imgList>div p{
    font-size:16px;
    line-height:30px;
}
#imgList>div .row>div.img{
    float:left;
}
#imgList>div .row>div.data{
    float:right;
    margin-top:20px;
}
#imgList>div:nth-child(2n+2) .row>div.img{
    float:right;
}
#imgList>div:nth-child(2n+2) .row>div.data{
    float:left;
}
#imgList>div .img>div{
    width:450px;
    height:300px;
    float:left;
    background-size:cover!important;
    background:none\9!important;
}

#imgList>div h5::after{
    position:absolute;
    content:"";
    width:50px;
    height:2px;
    background:#ff0000;
    bottom:0;
    left:0;
}
img{
    max-width:100%;
}
p{
    margin:0!important;
}