﻿#view *{
    font-family:'Microsoft YaHei';
    box-sizing:border-box;
}
#view{
    padding:0 20px;
}
.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;
    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%;
}
.demo {width: 1170px;font-size: 14px;position:relative;}
.demo .img{
    background-size:cover!important;
    background:none\9!important;
}
.demo a.control {position:absolute;display: block;top: 50%;margin-top: -78px;width: 76px;height: 112px;cursor: pointer;z-index: 2;background: url(../images/buttons.png) no-repeat}
.demo a.prev {left: 0;background-position: 0 0}
.demo a.next {right: 0;background-position: -76px 0}
.demo a.prev:hover {background-position: 0 -112px}
.demo a.next:hover {background-position: -76px -112px}
/*----------------------------为保证最佳效果，建议设置如下样式------------------------*/
.slider {display: none}


