﻿.TypearticleTitle
{
    height: 36px;
    font-size: 1.2em;
    color: #616161;
    font-size: 20px;
    margin-top: 36px;
}
.partingLine
{
    width: 100%;
    position: relative;
}
.partingLine>div:first-of-type
{
    border-bottom: 2px solid #b40000;
    height: 0;
    width: 128px;
    position: absolute;
    top: 0;
    left: 0;
}
.partingLine>div:nth-of-type(2)
{
    border-bottom: 2px solid #a3a4a5;
    height: 0;
    width: 100%;
}
body
{
    margin: 0;
    padding: 0;
}
img
{
    max-width: 100%;
}
.fiveSeries
{
    width: 100%;
    color: #616161;
}
.fiveSeries .seriesTitle
{
    text-align: left;
    width: 100%;
    font-size: 1.2em;
}
.fiveSeries .seriesTitle i
{
    font-size: 12px;
    padding-right: 6px;
    color: #b40000;
}
.fiveSeries .seriesContent
{
    text-align: left;
    width: 100%;
    padding: 12px 0;
}
.fiveSeries .seriesContent img
{
    max-width: 100%;
}
.fiveSeries fivePro
{
    width: 100%;
}
.fiveSeries .fivePro>div>div
{
    float: left;
    width: 50%;
}
.fiveSeries .fivePro>div>div:nth-of-type(1)
{
    padding-right: 30px;
}
.fiveSeries .fivePro>div>div:nth-of-type(2)
{
    padding-left: 30px;
}
.fiveSeries .fivePro>div>div:last-of-type
{
    float: initial;
    clear: both;
}
.fiveSeries .seriesDown
{
    float: right;
    width: 100px;
    background-color: #b40000;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}