﻿#view *{
    font-family:'Microsoft YaHei';
}
#view .table {
    margin: 0 auto;
    border: 1px solid #e4eaec;
    color: #2a333c;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(243,247,249,.3);
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.57142857;
    vertical-align: top;
    border-top: 1px solid #e4eaec;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #e4eaec;
}
.met-editor p {
    margin-bottom: 16px;
}
.table-hover > tbody > tr:hover {
    background-color: #f3f7f9;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*.MsoNormalTable {
    border: 1px solid #e4eaec;
}*/
/*.MsoNormalTable td {
    border: 1px solid #e4eaec;
}*/
/*.MsoNormalTable > tbody > tr > td, .MsoNormalTable > tbody > tr > th, .MsoNormalTable > tfoot > tr > td, .MsoNormalTable > tfoot > tr > th, .MsoNormalTable > thead > tr > td, .MsoNormalTable > thead > tr > th {
    border: 1px solid #e4eaec;
}
    .MsoNormalTable tr {
        transition: all .2s;
    }
        .MsoNormalTable tr:hover {
            background-color: #f3f7f9;
        }
        .row {
            margin: 0;
        }*/
#view img {
    max-width: 100%;
    vertical-align: top;
}
.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: 16px;
    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;
}
.ImgCoverMain {
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(0,0,0,1);
    z-index: 9999;
    overflow: hidden;
    display: none;
    width: 100%;
    height: 100%;
}

    .ImgCoverMain #targetObj {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: #fff;
        max-width:90%;
        max-height:95%;
    }

.ImgCoverGb {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 20px;
    font-size: 36px;
    color: #efefef;
    z-index: 99999;
    cursor: pointer;
}

.pinch-zoom, .pinch-zoom-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/*相关文章*/
.Related_Article {
    width: 100%;
    padding: 34px 30px;
    background-color: #f8f8f8;
    box-sizing: border-box;
}
.Related_Article_title {
    width: 100%;
    position: relative;
    color: #ff6400;
    font-size: 16px;
    padding-bottom: 8px;
}
.Related_Article_title:after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 64px;
    height: 3px;
    background-color: #ff6400;
}
.Related_Article_list_item{
    zoom: 1;
    margin-top: 20px;
    display: block;
}
.Related_Article_list_item:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.Related_Article_list_item  .left{
    margin: 0;
    padding-left: 15px;
    box-sizing: border-box;
    width: 80%;
    float: left;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all .3s;
}

.Related_Article_list_item  .left:before{
    content: "";
    position: absolute;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #ff6400;
    top: 50%;
    left:0;
    transform: translateY(-50%);
    margin-top: -1px;
}
.Related_Article_list_item .right {
    margin: 0;
    float: right;
    transition: all .3s;
}

.Related_Article_list_item:hover .left{
    color: #ff6400;
}
.Related_Article_list_item:hover .right{
    color: #ff6400;
}