﻿#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: 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%;
}
.carousel-indicators{
    bottom:40px!important;
    margin-bottom:0;
}
.carousel-caption {
    position: absolute!important;
    right: 0!important;
    bottom: 0!important;
    left: 0!important;
    z-index: 10!important;
    color: #fff!important;
    padding: 0 15px!important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)!important;
    background: rgba(0,0,0,0.6);
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align:left!important;
}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img{
    width:100%;
}
.carousel-indicators li{
    margin-right:6px!important;
}
.carousel-indicators .active{
    margin-right:6px;
}