﻿/*详情页字号排版*/
.txt p {
font-size: 16px;
color: #262626;
letter-spacing: 0.2px;
margin-bottom: 20px;
text-indent: 2em;
line-height: 190%;
text-align: justify;
}
.txt h1{
font-weight: 700;
font-size: 16px;
color: #262626;
letter-spacing: 0.2px;
margin-bottom: 20px;
text-indent: 2em;
line-height: 190%;
text-align: justify;
}
.txt h2{
font-weight: 700;
font-size: 16px;
color: #262626;
letter-spacing: 0.2px;
margin-bottom: 20px;
text-indent: 2em;
line-height: 190%;
text-align: justify;
}
.txt h3{
font-weight: 700;
font-size: 16px;
color: #262626;
letter-spacing: 0.2px;
margin-bottom: 20px;
text-indent: 2em;
line-height: 190%;
text-align: justify;
}
.txt h4{
font-weight: 700;
font-size: 16px;
color: #262626;
letter-spacing: 0.2px;
margin-bottom: 20px;
text-indent: 2em;
line-height: 190%;
text-align: justify;
}
.txt h5{
font-weight: 700;
font-size: 16px;
color: #262626;
letter-spacing: 0.2px;
margin-bottom: 20px;
text-indent: 2em;
line-height: 190%;
text-align: justify;
}
.txt h6{
font-weight: 700;
font-size: 16px;
color: #262626;
letter-spacing: 0.2px;
margin-bottom: 20px;
text-indent: 2em;
line-height: 190%;
text-align: justify;
}
.txt blockquote {
    font-size: 17px;
    border-left: 6px solid #00a185;
    padding: 30px 20px 5px 20px;
    box-sizing: border-box;
    line-height: 1.8;
    font-weight: 500;
    background: #f3f5f7;
    margin-bottom: 30px;
}
/*详情页字号排版*/