﻿#view *{
    font-family:'微软雅黑';
}
.container{
    width:1200px;
    margin:0 auto;
}
.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:10px;
    font-weight: 600;
    color:#404040
}
.content-info {
    font-size: 12px;
    color: #808080;
    text-align: center;
    padding:10px 0;
    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: 16px;
    margin-bottom:50px;
    margin-top:40px;
}

.content-img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}
#myCarousel{
    margin-bottom:50px;
}
#myCarousel>.item{
    margin-bottom:20px;
    position:relative;
    overflow:hidden;
}
#myCarousel>.item img{
    width:100%;
}
#myCarousel>.item .carousel-caption{
    transition:all 0.6s;
    position:absolute;
}
#myCarousel>.item:hover .carousel-caption{
    bottom:0!important;
}
.carousel-caption{
    right:0!important;
    left:0!important;
    bottom:-20px!important;
    background:rgba(0,0,0,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    font-size:18px;
    padding:0 15px!important;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.carousel-caption>.title{
    line-height:40px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.carousel-caption>.txt{
    line-height:1;
    padding-bottom:7px;
    font-size:13px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}