.main > .content {
    width: 1280px;
    margin-bottom: 180px;
}
.content > .list {
    padding: 100px 65px;
}

.content > .list > .top {
    margin-bottom: 65px;
    white-space: nowrap;
}
.content > .list > .bottom {
    white-space: nowrap;
}

.content > .list .item {
    display: inline-block;
    width: 542px;
    text-align: left;
    position: relative;
}
.content > .list .item:nth-of-type(2n-1) {
    margin-right: 65px;
}

.content > .list .item > div:nth-child(1) {
    font-size: 15px;
    color: #070200;
    margin-bottom: 11px;
}
.content > .list .item > div:nth-child(2) {
    font-size: 25px;
    color: #070200;
    margin-bottom: 12px;
    font-weight: bold;
}
.content > .list .item > div:nth-child(3) {
    font-size: 31px;
    color: #E2474D;
    margin-bottom: 13px;
    font-weight: bold;
}
.content > .list .item > div:nth-child(4) {
    font-size: 16px;
    color: #070200;
    font-family: MicrosoftYaHeiUI;
    padding-bottom: 8px;
    margin-bottom: 32px;
    border-bottom: 1px solid #bfbfbf;
}
.content > .list .item > div:nth-child(5) > div {
    display: inline-block;
    font-size: 16px;
    color: #070200;
    padding-left: 15px;
    position: relative;
}

.content > .list .item > div:nth-child(6) > div {
    display: inline-block;
    margin-top: 9px;
    font-size: 16px;
    padding-left: 15px;
    position: relative;
    
}


.content > .list .item > div:nth-child(5) > div>span,
.content > .list .item > div:nth-child(6) > div>span {
    cursor: pointer;
}

.content > .list .item > div:nth-child(5) > div::before,
.content > .list .item > div:nth-child(6) > div::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0;
    background-image: url("../img/right-arrow-normal.png");
    background-size: 100% 100%;
    transition: all .2s linear;
}

.content > .list .item > div:nth-child(5) > div:hover,
.content > .list .item > div:nth-child(6) > div:hover{
    color: #E2474D;
    transition: all .2s linear;
}
.content > .list .item > div:nth-child(5) > div:hover::before,
.content > .list .item > div:nth-child(6) > div:hover::before{
    background-image: url("../img/right-arrow-red.png");
    transform: rotate(90deg);
    transition: all .2s linear;
}




.content > .list .item > img {
    width: 49px;
    height: 48px;
    position: absolute;
    top: 0;
    right: 0;
}

.content > .action {
    text-align: center;
}
.content > .action > .btn {
    cursor: pointer;
    display: inline-block;
    width: 335px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    background-color: #E2474D;
    box-shadow: 0px 13px 14px 1px rgba(226, 71, 77, 0.3);
    color: #fdfdfd;
    font-size: 25px;
}
.content > .action > .btn >img{
    width: 25px;
}

/*  */
.layer-item{
    display: none;
}

.layer-item.layout1{
    padding: 40px 50px 20px 36px;
    font-size: 14px;
    background-image: url("../img/logo_red.png");
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: 337px 26px;
}
.layer-item.layout1 > *{
    width: 334px;
}

.layer-item.layout1 > .title{
    padding-bottom: 12px;
    border-bottom: 1px solid #999999;
}
.layer-item.layout1 > .title p:nth-child(1){
    color: #E2474D;
    font-size: 20px;
    font-weight: bolder;
}
.layer-item.layout1 > .title p:nth-child(2){
    margin-top: 12px;
    color: #E39195;
}
.layer-item.layout1 > .content{
    padding-top: 12px;
    padding-left: 12px;
    min-height: 300px;
}
/*  */
.layer-item.layout1 > .content > .item{
    line-height: 30px;
    position: relative;
}
.layer-item.layout1 > .content > .item::before{
    content: "·";
    display: block;
    position: absolute;
    top: 0;
    left: -11px;
    font-size: 24px;
}
.layer-item.layout1 > .content > .item.must::before{    
    content: "*";
    left: -12px;
    font-size: 16px
}
.layer-item.layout1 > .content > .item.red{
    color: #E2474D;
}


.layer-item.layout2{
    padding: 60px;
    width: 1200px;
    height: 800px;
    overflow: auto;
}

.layer-item.layout2 > .title{
    text-align: center;
}
.layer-item.layout2 > .content{
    margin-top: 40px;
}
.layer-item.layout2 > .content > *{
    line-height: 1.5;
}
.layer-item.layout2 > .content > table p {
    text-align: center;
}

.layer-item.layout3{
    width: 420px;
    min-height: 420px;
    padding: 16px;
    /*border: 16px solid #E2474D;*/
    /*height: 100%;*/
    background: #E2474D;
}

.layer-item.layout3 > .content{
    width: 100%;
    padding: 30px;
    background: #FFFFFF;
}
.layer-item.layout3 > .content img{
    /*width: 100%;*/
    display: block;
    width: 240px;
    margin: 0 auto;
}
.layer-item.layout3 > .content p{
    margin-top: 30px;
    line-height: 1.6;
    text-align: center;
}











