﻿@charset "utf-8";
body{
    background: #f6f6f6;
}
.lmTit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.45rem;
}
.lmTit h2{
    font-size: 0.3rem;
    line-height: 1;
    color: #b20b06;
    padding-left: 20px;
    position: relative;
    font-weight: bold;
}
.lmTit h2::before,.lmTit h2::after{
    display: block;
    content: "";
    width: 6px;
    height: 50%;
    position: absolute;
    left: 0;
}
.lmTit h2::before{
    background: #f3b26e;
    top: 0;
}
.lmTit h2::after{
    background: #b20b06;
    bottom: 0;
}
.lmTit a{
    display: block;
    font-size: 0.15rem;
    color: #b20b06;
    line-height: 0.3rem;
    width: 0.7rem;
    text-align: center;
    border: 1px solid #b20b06;
    border-radius: 5px;
}
.lmTit a:hover{
    color: #f3b26e;
    border: 1px solid #f3b26e;
}
.img{
    overflow: hidden;
}
.img p{
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .5s;
}
.m40{
    margin: 0.4rem 0;
}
/* hdjy */
.hdjy{
    padding: 0.4rem 0;
    background: #ffffff;
}
.hdjy ul{
    margin: 0 -0.1rem;
    display: flex;
    justify-content: space-between;
}
.hdjy .slick-list{
    padding-top: 0.2rem;
}
.hdjy ul li{
    width: 25%;
    padding: 0 0.1rem;
    box-sizing: border-box;
}
.hdjy ul li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.hdjy .img p{
    width: 100%;
    padding: 65% 0 0;
}
.hdjy .con{
    font-size: 0.18rem;
    line-height: 0.3rem;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
}
.hdjy .time{
    padding: 0.1rem 0;
    background: rgba(185,22,15,0.85);
    width: 0.64rem;
    font-size: 0.24rem;
    line-height: 1;
    text-align: center;
    color:#fff;
    position: absolute;
    top: -0.15rem;
    left: 0.1rem;
}
.hdjy .time span{
    display: block;
    font-size: 0.14rem;
    margin-top: 5px;
}
.hdjy a:hover .img p{
    transform: scale(1.08);
}
.hdjy a:hover .con{
    color: #b20b06;
}
.hdjy .slick-prev, .hdjy .slick-next{
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 100%;
    background: #f8bf89 url(../img/arrowIcon.png) no-repeat center;
    background-size: auto 50%;
}
.hdjy .slick-prev:hover, .hdjy .slick-next:hover{
    background: #b20b06 url(../img/arrowIcon.png) no-repeat center;
    background-size: auto 50%;
}
.hdjy .slick-prev{
    left: -0.5rem;
}
.hdjy .slick-next{
    right: -0.5rem;
    transform: translate(0, -50%) rotate(180deg);
}

/* indexCon4 */
.indexCon4 .w1400>.fl,.indexCon4 .w1400>.fr,.indexCon2 .w1400>.fl,.indexCon2 .w1400>.fr{
    width: 47.5%;
}
.ghfc .noImg a{
    display: block;
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.6rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    border-bottom: 1px solid #dcd5ca;
    transition: all .5s;
}
.ghfc .noImg{
    position: relative;
}
.ghfc .noImg::before{
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    background: #dcd5ca;
    border-radius: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 9;
}
.ghfc .noImg::after{
    display: block;
    content: "";
    width: 0;
    height: 1px;
    background: #b20b06;
    border-radius: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}
.ghfc .noImg a span{
    font-size: 0.16rem;
    color: #b20b06;
    margin-left: 0.1rem;
}
.ghfc .noImg a:hover{
    color: #b20b06;
    border-bottom: 1px solid transparent;
    text-indent: 8px;
}
.ghfc .noImg:hover::before{
    background: #b20b06;
}
.ghfc .noImg:hover::after{
    width: 100%;
}
.ghfc .first a{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.1rem;
}
.ghfc .first .img{
    width: 36%;
    box-shadow: 0 0 6px 1px rgba(204,204,204,0.5);
}
.ghfc .first .img p{
    padding: 66% 0 0;
}
.ghfc .first .con{
    width: 60%;
}
.ghfc .first .con p:nth-of-type(1){
    font-size: 0.2rem;
    line-height: 0.34rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0.1rem 0;
}
.ghfc .first .con p:nth-of-type(2){
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #666666;
    max-height: 0.78rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
}
.ghfc .first a:hover .img p{
    transform: scale(1.08);
}
.ghfc .first a:hover p:nth-of-type(1){
    color: #b20b06;
}
.ghfc .first a:hover p:nth-of-type(2){
    color: #333333;
}
.indexCon2 .lmTit{
    margin-bottom: 0.2rem;
}
/* indexCon2 */
.indexCon2 .fl{
    animation: 0.8s ease .5s 1 normal backwards running fadeInLeft;
}
.indexCon2 .fr{
    animation: 0.8s ease .5s 1 normal backwards running fadeInRight;
}
/* .indexCon3 */
.indexCon3 ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.indexCon3 ul li{
    width: 23%;
    margin: 0.15rem 0;
}
.indexCon3 ul a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    width: 100%;
    height: 1rem;
    box-shadow: 0 0 8px 1px rgba(204,204,204,0.6);
    transition: all .5s;
}
.indexCon3 ul a img{
    display: block;
    width: auto;
    height: auto;
    max-height: 70%;
}
.indexCon3 ul a p{
    font-size: 0.2rem;
    color: #333333;
    line-height: 1;
    margin-left: 0.2rem;
}
.indexCon3 ul a:hover{
    transform: translateY(-10px);
}

/* .indexCon1 */
.indexCon1{
    margin-top: 0.6rem;
}
.indexCon1 .w1400{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.indexCon1 .lmTit{
    width: 100%;
    animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.newBanner,.newList{
    width: 47.5%;
}
.newBanner{
    animation: 0.8s ease .3s 1 normal backwards running fadeInLeft;
}
.newList{
    animation: 0.8s ease .3s 1 normal backwards running fadeInRight;
}
.newList li{
    position: relative;
}
.newList li::before{
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    background: #dcd5ca;
    border-radius: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 9;
}
.newList li::after{
    display: block;
    content: "";
    width: 0;
    height: 1px;
    background: #b20b06;
    border-radius: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
}
.newList li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #dcd5ca;
    width: 100%;
    margin-bottom: 0.17rem;
    padding-bottom: 0.17rem;
}

.newList li:last-of-type a {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.newList li:last-of-type::before,.newList li:last-of-type::after{
    display: none;
}
.newList li a p.time{
    font-size: 0.15rem;
    line-height: 0.26rem;
    color: #666666;
    text-align: center;
    font-family: Arial;
    white-space: nowrap;
    background: #e4e4e4;
    width: 0.7rem;
}
.newList li a p.time span{
    display: block;
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #ffffff;
    background: #be1a11;
}
.newList li a p.con{
    display: block;
    width: calc(100% - 0.9rem);
    margin-left: 0.2rem;
}
.newList li a p.con span{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newList li a p.con span:nth-of-type(1){
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #000000;
}
.newList li a p.con span:nth-of-type(2){
    font-size: 0.15rem;
    line-height: 0.26rem;
    color: #666666;
}
.newList li a:hover p.con span:nth-of-type(1){
    color: #be1a11;
    font-weight: bold;
}
.newList li a:hover p.con span:nth-of-type(2){
    color: #333333;
}
.newBanner{
    overflow: hidden;
}
.newBanner a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}
.newBanner .img p{
    padding: 4.2rem 0 0;
}
.newBanner  a:hover .img p{
    transform: scale(1.08);
}
.newBanner .con{
    width: 100%;
    height: auto;
    padding: 0 0.2rem;
    background: linear-gradient(0deg, rgba(0,0,0,1) 20%, rgba(0,0,0,0) 100%);
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
}
.newBanner .con span{
    display: block;
}
.newBanner .con span{
    font-size: 0.18rem;
    line-height: 0.6rem;
    color: #ffffff;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newBanner .slick-dots{
    width: auto;
    right: 0.2rem;
    bottom: 0.24rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 1;
}
.newBanner .slick-dots li{
    width: 0.12rem;
    height: 0.12rem;
    margin-right: 10px;
    position: relative;
}
.newBanner .slick-dots li:last-of-type{
    margin-right: 0;
}
.newBanner .slick-dots li button,.newBanner .slick-dots li button:before{
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 100%;
}
.newBanner .slick-dots li button:before {
    content: '';
    opacity: 1;
    background: #c4c4c4;
    z-index: 10;
}
.newBanner .slick-dots li.slick-active button:before{
    background: #f17b0a;
}

/* media */
@media only screen and (min-width: 1040px){
    .indexCon3 ul li,.indexCon4 .fl,.indexCon4 .fr,.hdjy{
        visibility: visible;
        opacity: 0;
    }
    .indexCon3.animation ul li:nth-of-type(1){
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
    }
    .indexCon3.animation ul li:nth-of-type(2){
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .4s 1 normal backwards running fadeInUp;
    }
    .indexCon3.animation ul li:nth-of-type(3){
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .5s 1 normal backwards running fadeInUp;
    }
    .indexCon3.animation ul li:nth-of-type(4){
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .6s 1 normal backwards running fadeInUp;
    }
    .indexCon4.animation .fl{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .7s 1 normal backwards running fadeInLeft;
    }
    .indexCon4.animation .fr{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .7s 1 normal backwards running fadeInRight;
    }
    .hdjy.animation{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .7s 1 normal backwards running fadeInUp;
    }
}
@media only screen and (max-width: 1540px){
    .hdjy .slick-next{
        right: 0rem;
        z-index: 99;
    }
    .hdjy .slick-prev{
        left: 0rem;
        z-index: 99;
    }
}
@media only screen and (max-width: 1040px){
    .indexCon4 .w1400>.fl, .indexCon4 .w1400>.fr, .indexCon2 .w1400>.fl, .indexCon2 .w1400>.fr{
        width: 49%;
    }
    .newBanner, .newList{
        width: 49%;
    }
    .ghfc .first .con p:nth-of-type(2){
        -webkit-line-clamp:2;
        max-height: 0.52rem;
    }
    .ghfc .first .con p:nth-of-type(1){
        margin: 0;
    }
    .lmTit h2{
        font-size: 0.26rem;
    }
    .lmTit a {
        line-height: 0.24rem;
        width: 0.6rem;
    }
    .indexCon3 ul li{
        width: 24%;
    }
    .indexCon3 ul a img {
        max-height: 50%;
    }
}
@media only screen and (max-width: 768px){
    .indexCon4 .w1400>.fl, .indexCon4 .w1400>.fr, .indexCon2 .w1400>.fl, .indexCon2 .w1400>.fr{
        width: 100%;
    }
    .newBanner, .newList{
        width: 100%;
    }
    .newBanner .img p{
        padding: 60% 0 0;
    }
    .m40{
        margin: 30px 0;
    }
    .indexCon1{
        margin-top: 40px;
    }
    .lmTit{
        margin-bottom: 25px;
    }
    .indexCon4 .w1400>.fr,.indexCon2 .w1400>.fr,.newList{
        margin-top: 30px;
    }
    .indexCon3 ul li{
        margin: 0;
        width: 48%;
        margin-bottom: 25px;
    }
    .indexCon3 ul li:nth-of-type(3),.indexCon3 ul li:nth-of-type(4) {
        margin-bottom: 0;
    }
    .ghfc .first .con p:nth-of-type(1){
        margin: 10px 0;
    }
    .ghfc .first .con p:nth-of-type(2){
        -webkit-line-clamp:3;
        max-height: 0.78rem;
    }
    .indexCon2 .lmTit{
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 560px){
    .indexCon1{
        margin-top: 30px;
    }
    .lmTit h2{
        font-size: 22px;
    }
    .ghfc .noImg a{
        line-height: 50px;
    }
    .indexCon3 ul li{
        width: 49%;
        margin-bottom: 10px;
    }
    .ghfc .first .con p:nth-of-type(1){
        margin: 0;
    }
    .ghfc .first .con p:nth-of-type(2){
        -webkit-line-clamp:2;
        max-height: 0.52rem;
    }
    .hdjy{
        padding: 30px 0;
    }
}