﻿.left-menu{
    margin-top:0px;
}
.content-main {
    width: 850px;
    background: #fff;
    min-height: 200px;
    padding: 15px;
}
.content-title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.content-type-title{
    text-align: center;
    font-size: 20px;
    font-weight: 600;    
    padding: 20px 0;
}
.content-type-title>.en_name{
    font-size:16px;
    color:#b4b4b4;
    font-weight:300;
    margin-top:5px;
    margin-bottom:10px;
}
.content-info {
    font-size: 12px;
    color: #808080;
    text-align: center;
    margin: 10px;
    overflow: hidden;
}

    .content-info a:link, .content-info a:visited {
        color: #808080;
    }

    .content-info a:hover {
        color: #ff0000;
    }

.content-view {
    width: 100%;
    line-height: 22px;
    font-size: 14px;
}
.content-view p{
    color:#000000;
}
.content-img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}
img{
    max-width:100%;
}
