.banner .contant {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 4.5rem 0 0 3.6rem;
}

.banner .contant .p_h {
    font-size: .3rem;
    color: #fff;
    margin-bottom: .25rem;
    font-family: Constantia;
    font-weight: bold;
    line-height: 2;
}

.banner .contant .title {
    font-size: .3rem;
    color: #fff;
    text-align: left;
}

.banner .contant .hero-title .title:not(.title-fill) {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

.banner .contant .hero-title .title-fill {
    position: absolute;
    height: 100%;
    top: 0;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 18% 100%, 43% 0, 84% 0, 62% 100%, 4% 100%, 18% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 18% 100%, 43% 0, 84% 0, 62% 100%, 4% 100%, 18% 100%, 100% 100%, 100% 0%);
}

.banner .contant .p_2 {
    font-size: .22rem;
    color: #fff;
    max-width: 12rem;
    font-family: Constantia;
}

.details {
    margin-bottom: .8rem;
    font-size: .16rem;
    line-height: 1.5;
    color: #666;
}

.details .title {
    font-size: .24rem;
    text-align: center;
    color: #333;
    margin-bottom: .38rem;
}

.details .date {
    font-size: .16rem;
    color: #999;
    text-align: center;
    line-height: .18rem;
    margin-bottom: .6rem;
}

.details .date>img {
    display: inline-block;
    vertical-align: top;
    margin-right: .08rem;
}

.details .detailtext, .details .detailtext * {
    font-size: .16rem;
    line-height: 1.5;
    color: #666;
}

.title{
    font-size: .3rem;
    text-align: center;
    margin-bottom: .4rem;
}

.subjectdiv{
    font-size: .16rem;
    line-height: 1.5;
}

.subjectdiv *{
    font-size: .16rem;
    line-height: 1.5;
}

.relatedProducts{
    margin: 0 auto .6rem auto;
}

.relatedProducts .product_list>li {
    cursor: pointer;
    margin-bottom: .3rem;
    overflow: hidden;
}

.relatedProducts .product_list>li .h6 {
    font-size: .16rem;
    line-height: .2rem;
    overflow: hidden;
    border-radius: .04rem;
    margin: .1rem 0 .3rem 0;
    text-align: center;
    font-weight: 400;
    height: .4rem;
    color: #003D36;
}

.relatedProducts .product_list>li .h5{
    color: #7A7992;
    font-size: .16rem;
    text-align: center;
}

.relatedProducts .product_list>li .subject {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 .2rem;
    opacity: 0;
}

.relatedProducts .product_list>li .subject *{
    font-size: .16rem;
    line-height: 1.5;
    color: #fff!important;
    background-color: transparent!important;
}

.relatedProducts .product_list>li:hover .subject{
    opacity: 1;
}

.relatedProducts .product_list>li:hover .img img {
    transform: scale(1.03);
}

.relatedProducts .product_list>li:hover .h6 {
    color: #000;
}

.contentImages{
    margin-bottom: .6rem;
}

.contentImages li{
    margin-bottom: .4rem;
}

.contentImages li .text{
    padding: .3rem;
}

.contentImages li .text,.contentImages li .text * {
    font-size: .16rem;
    line-height: 1.5;
}

@media (min-width: 800px){
    .relatedProducts .product_list li {
        float: left;
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: .2rem;
    }

    .relatedProducts .product_list li:nth-child(4n) {
        margin-right: 0;
    }

    .contentImages li {
        display: flex;
        align-items: center;
    }

    .contentImages li .img{
        width: 40%;
        padding: .4rem;
    }

    .contentImages li .text {
        width: 60%;
    }

    .contentImages li .img {
        float: left;
    }

    .contentImages li:nth-child(even) .img{
        float: right;
    }

    .contentImages li:nth-child(even) .text{
        float: left;
    }
}

@media (max-width: 800px){
    .relatedProducts .product_list li {
        float: left;
        width: 49%;
        margin-right: 2%;
        margin-bottom: .2rem;
        border: 1px solid #CCCCCC;
    }

    .relatedProducts .product_list li:nth-child(2n) {
        margin-right: 0;
    }

    .contentImages li .img{
        margin: 0 .20% .2rem 20%;
        width: 60%;
    }
}