﻿.ty-content{
    width: calc(100% - 2px);
    height: auto;
    border: 1px solid #e7e7e7;
    padding: 20px 50px 50px 50px;
    word-break: break-all;
}
/* 通用内容标题 */
.ty-content-title{
    text-align: center;
}
.ty-content-top-title{
    font-size: 18px;
    line-height: 60px;
    color: #333333;
}
.ty-content-main-title{
    font-size: 22px;
    line-height: 60px;
    font-weight: bold;
    color: #333333;
}
.ty-content-fu-title{
    font-size: 18px;
    line-height: 60px;
    color: #666666;
}
.ty-content-bottom-title{
    font-size: 18px;
    line-height: 60px;
    color: #999999;
}
/* 放大缩小标题 */
.ty-content-bsmain{
    position: relative;
    width: 100%;
    height: 36px;
    background: #f3f3f3;
    text-align: center;
}
.ty-content-bsmain span{
    line-height: 36px;
    margin-right: 115px;
    font-size: 16px;
    color: #666666;
}
/* 放大缩小 */
.qt-print_area {
    position: absolute;
    top:5px;
    right: 20px;
}

.qt-print_right {
    float: right;
}
.qt-print_area .print_right span{
    margin-right: 0;
}
.qt-print_clear {
    clear: both;
}

.qt-print_area > .qt-print_right > span {
    display: inline-block;
    vertical-align: top;
    float: left;
}

.qt-print_area > .qt-print_right > span img {
    width: 24px;
}

.qt-print_area > .qt-print_right > span.qt-mr-10 {
    margin: 0 10px 0 0;
}
.pr-10 {
    padding-right:10px;
}
/* 主要p内容 */
.ty-content-main-content{
    padding-top: 45px;
    font-size: 14px;
    line-height: 2;
}
.ty-content-main-content img{
    max-width: 100%;
}
.ty-content-main-content video {
    width: 90% !important;
}
.ty-content-img{
    width: 600px;
    height: 344px;
    padding-bottom: 40px;
    margin: 0 auto;
}
.ty-content-img img{
    width: 100%;
    height: 100%;
}
.ty-content-main-content p{
    font-size: 16px;
    line-height: 36px;
    padding-bottom: 30px;
    color: #333333;
    text-align: left;
    word-break: break-all;
}
/* 分享 */
.ty-content-share{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #f3f3f3;
    margin-top: 30px;
}
.ty-content-share span{
    padding-left: 18px;
    font-size: 14px;
    color: #333333;
}
/* 打印退出 */
.ty-content-dytc{
    float: right;
}
.ty-content-dytc a{
    font-size: 14px;
    padding: 0 20px;
}
@media screen and (max-width:1200px){
    .ty-content{
        box-sizing: border-box;
        padding: 0.2rem;
    }
    .ty-content-top-title {
        font-size: 0.24rem;
        line-height: 0.6rem;
        color: #333333;
    }
    .ty-content-main-title {
        font-size: 0.3rem;
        line-height: 0.8rem;
        font-weight: bold;
        color: #333333;
    }
    .ty-content-fu-title {
        font-size: 0.24rem;
        line-height: 0.6rem;
        color: #666666;
    }
    .ty-content-bottom-title {
        font-size: 0.24rem;
        line-height: 0.6rem;
        color: #999999;
    }
    .ty-content-bsmain {
        width: 100%;
        height: 0.6rem;
        background: #f3f3f3;
        text-align: center;
    }
    .ty-content-bsmain span {
        line-height: 0.6rem;
        margin-right: 0rem;
        font-size: 0.22rem;
        color: #666666;
    }
    .ty-content-bsmain span:nth-of-type(1){
        margin-right: 0.3rem;
    }
    .ty-content-main-content {
        padding-top: 0.3rem;
    }
    .ty-content-img{
        width: 100%;
        height: 4rem;
        padding-bottom: 0.2rem;
    }
    .ty-content-main-content p {
        font-size: 0.24rem;
        line-height: 0.6rem;
        padding-bottom: 0.3rem;
    }
    .qt-print_area{
        display: none;
    }
    .ty-content-share {
        display: none;
    }
}