@charset "utf-8";
.lmTit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.15rem;
    border-bottom: 3px solid #c4663c;
}
.lmTit h2{
    font-family: '微软雅黑', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #C4663C;
    line-height: 26px;
}
.lmTit a{
    display: block;
    font-family: '微软雅黑', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #AEAEAE;
    line-height: 26px;
}
.notice .lmTit h2{
    color: rgba(209, 173, 120, 1);
}
.lmTit a:hover{
    color: #C4663C;
}
.indexCon2{
    background: #fff;
}
.new {
    width: 57.2%;
}
.notice{
    width: 39.2%;
}
.new ul a{
    display: flex;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: flex-start;
    padding: 18px 0;
    border-bottom: 1px solid #e4e4e4;
}
.new ul a .time{
    width: 60px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-style: normal;
    color: #6B6B6B;
    text-align: center;
}
.new ul a .time span{
    display: block;
    font-size: 10px;
    line-height: 14px;
}
.new ul a .tit{
    width: calc(100% - 60px);
    padding-left: 0.3rem;
    box-sizing: border-box;
    font-family: '微软雅黑', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 26px;
    color: rgba(107, 107, 107,1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new ul a .tit span{
    color:rgba(196, 102, 60,1);
}
.new ul a:hover .tit{
    color:rgba(196, 102, 60,1);
}
.notice ul li{
    float: left;
    width: 48.2%;
    margin-right: 3.6%;
}
.notice ul li:nth-of-type(2n){
    margin-right: 0;
}
.notice ul li a{
    display: block;
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #e4e4e4;
    background: rgba(255, 255, 255, 1);
}
.notice ul li a .tit{
    font-size: 15px;
    color: #666666;
    text-align: left;
    line-height: 28px;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 40px;
}
.notice ul li a .time{
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #EB6100;
    line-height: 15px;
}
.notice ul li a:hover{
    background: rgba(252, 252, 252, 1);
}
.notice ul li a:hover .tit{
    color: rgba(212, 182, 134, 1);
}
.indexCon3{
    background: rgba(248, 247, 245, 1);
}
.indexCon3 .lmTit{
    border-bottom: none;
    justify-content: center;
    margin-bottom: 0.5rem;
    padding-bottom: 0;
}
.indexCon3 .lmTit h2 {
    font-size: 24px;
    line-height: 30px;
}
.indexCon3 .clearfix ul{
    float: left;
    width: 24%;
    margin-right: calc(4% / 3.001);
}
.indexCon3 .clearfix ul:last-of-type{
    margin-right: 0;
}
.indexCon3 .clearfix ul a .tit{
    font-size: 15px;
    color: #666666;
    text-align: left;
    line-height: 26px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.indexCon3 .clearfix ul a .txt{
    font-size: 12px;
    color: #AEAEAE;
    text-align: left;
    line-height: 20px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.indexCon3 .clearfix ul a:hover .tit{
    color: rgba(196, 102, 60,1);
}
.indexCon3 .clearfix ul a .time{
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #EB6100;
    line-height: 15px;
}
.twzxList1 a{
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.twzxList1 .img{
    padding: 220px 0 0;
}
.twzxList1 .con{
    background: #fff;
    padding: 20px 20px 10px;
    border-bottom: 3px solid #c4663c;
    box-sizing: border-box;
}
.twzxList1 .con .tit{
    margin-bottom: 40px;
}
.twzxList2 li{
    margin-bottom: 15px;
}
.twzxList2 li:last-of-type{
    margin-bottom: 0;
}
.twzxList2 a{
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #ffffff;
    padding: 12px 20px 15px;
    border-top: 3px solid #c4663c;
}
.twzxList2 a .tit{
    margin-bottom: 13px;
}
.twzxList3 li a{
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #ffffff;
    padding: 12px 20px 20px;
    border-top: 3px solid #c4663c; 
}
.indexCon3 .clearfix .twzxList3 li a .tit{
    -webkit-line-clamp: 1;
    height: 26px;
}
.twzxList3 li a .txt{
    margin: 20px 0 14px;
}
.twzxList3 li{
    margin-bottom: 20px;
}
.twzxList3 li:last-of-type{
    margin-bottom: 0;
}
.hdxx li{
    float: left;
    width: 19%;
    margin-right: 1.25%;
}
.hdxx li:last-of-type{
    margin-right: 0;
}
.hdxx li a{
    display: block;
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #e4e4e4;
border-top: 1px solid #e4e4e4;
}
.hdxx li a .img{
    padding: 149% 0 0;
}
.hdxx li a .con{
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 15px;
}
.hdxx li a .con .tit{
    font-size: 12px;
    line-height: 28px;
    height: 30px;
    color:#EB6100;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.hdxx li a .con .txt{
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hdxx li a .con .ly{
    font-size: 12px;
    line-height: 26px;
    color: rgba(235, 97, 0,1);
}
.hdxx li a:hover .con .tit,.hdxx li a:hover .con .txt,.hdxx li a:hover .con .ly{
    color: rgba(212, 182, 134, 1);
}
.indexCon4 .lmTit{
    border-bottom: none;
    justify-content: center;
    margin-bottom: 0.5rem;
    padding-bottom: 0;
    position: relative;
}
.indexCon4 .lmTit::before{
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #c4663c;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.indexCon4 .lmTit h2{
    padding: 0 0.6rem;
    font-size: 22px;
    background: #ffffff;
    position: relative;
    z-index: 9;
}
.indexCon4 .lmTit h2::before,.indexCon4 .lmTit h2::after{
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background: #c4663c;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotateZ(45deg);
}
.indexCon4 .lmTit h2::before{
    left: 0;
}
.indexCon4 .lmTit h2::after{
    right: 0;
}
.indexCon6 ul li{
    float: left;
    width: 18.8%;
    height: auto;
    margin-right: 1.5%;
}

.indexCon6 ul li:last-of-type {
    margin-right: 0;
}
.indexCon6 ul li a{
    display: flex;
    width: 100%;
    height: 1.5rem;
    background: rgba(252, 252, 252, 1);
    box-sizing: border-box;
    border: 1px solid rgba(232, 232, 232, 1);
    padding: 0 0.5rem;
    justify-content: space-between;
    align-items: center;
}
.indexCon6 ul li .icon img{
    display: block;
    width: auto;
    height: auto;
}
.indexCon6 ul li .icon img:nth-of-type(2){
    display: none;
}
.indexCon6 ul li a:hover img:nth-of-type(1){
    display: none;
}
.indexCon6 ul li a:hover img:nth-of-type(2){
    display: block;
}
.indexCon6 ul li a .tit{
    min-width: 40px;
    text-align: center;
    font-size: 15px;
    color: #333333;
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 15px;
    border-bottom: 3px solid #c4663c;
}
.indexCon6 ul li a:hover{
    background: #ffffff;
}
.indexCon6 ul li a:hover .tit{
    color: #C4663C;
    border-bottom: 3px solid #d4b686;
}
.indexCon5 .lmTit{
    padding-bottom: 0;   
    padding-top: 0.15rem; 
    border-bottom: none;
    border-top: 3px solid #c4663c;
}
.indexCon5 .ztlm .lmTit{
    justify-content: center;
}
.hdjs{
    width: 29.3%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hdjs .con p{
    font-size: 15px;
    color: #666666;
    line-height: 0.36rem;
    height: 2.52rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-indent: 2em;
    text-align: justify;
}
.ztlm{
    width: 19.2%;
    background: rgba(248, 247, 245, 1);
}
.ztlm ul{
    width: 100%;
    padding: 0.25rem;
    box-sizing: border-box;
}
.ztlm ul li a,.ztlm ul li a img{
    display: block;
    width: 100%;
    height: 0.98rem;
    object-fit: cover;
    overflow: hidden;
    transition: all .3s;
}
.ztlm ul li a:hover img{
    transform: scale(1.05);
}
.video{
        width: 49.286%;
    height: 390px;
    float: left;
    margin-left: 1.4%;
    position: relative;
}
.video img {
    width: 100%;
    height: 100%;
}
.video span {
    position: absolute;
    background: url(../images/play.png) no-repeat;
    width: 106px;
    height: 106px;
    z-index: 1;
    top: calc(100% - 50% - 53px);
    left: calc(100% - 50% - 53px);
}
.videoSub{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #d1d1d1;
    position: relative;
}
.videoSub::before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(188, 188, 188, 0.2196078431372549);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
}
.videoSub .btn{
    display: block;
    width: 1.05rem;
    height: 1.05rem;
    background: url(../img/btn.png) no-repeat center;
    background-size: cover;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    cursor: pointer;
}
.videoSub video{
    display: block;
    width: 100%;
    height: 3.88rem;
    object-fit: contain;
    background: #000;
}
.videoSub .img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 7;
}
.videoSub.on .btn{
    display: none;
}
.videoSub.on::before{
    display: none;
}
.videoSub.on .img{
    display: none;
}
.zzjg{
    background: #f8f7f5;
    padding: 0.3rem 0;
}
.zzjg ul{
    justify-content: center;
}
.zzjg ul>li{
    position: relative;
    width: 3rem;
    margin: 0 10px;
}
.zzjg ul li p{
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    font-style: normal;
    font-size: 14px;
    color: #666666;
    text-align: left;
    line-height: 40px;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.zzjg ul li p::before{
    display: block;
    content: "";
    box-sizing: border-box;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #aaaaaa;
    border-bottom: 0px solid transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.zzjg ul li ol{
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index:11;
    border-bottom: 1px solid rgba(232, 232, 232, 0.7);
}
.zzjg ul li ol li a{
    display: block;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666666;
    text-align: left;
    line-height: 40px;
    background: #ffffff;
    border-top: 1px solid rgba(232, 232, 232, 0.7);
}
.zzjg ul li ol li a:hover{
    color: #C4663C;
}
.search2>div{
    width: 100%;
    height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    background: #ffffff;
}
.search2 .text {
    float: left;
    display: block;
    width: calc(100% - 40px);
    outline: none;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    margin: 0;
    background: transparent;
    color: #666666;
    box-sizing: border-box;
    border: none;
}
.search2 .submit {
    width: 40px;
    height: 40px;
    float: right;
    border: none;
    box-sizing: content-box;
    position:relative;
    background: url(../img/search2.png) no-repeat center;
}
.lb ul{
    width: 100%;
    overflow: hidden;
}
.lb ul li{
    float: left;
    width: 100%;
    height: auto;
}
.lb ul li a{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lb ul li a .img{
    width: 71.4%;
    padding: 548px 0 0;
}
.lb ul li a .con{
    width: calc(28.6% - 0.4rem);
    box-sizing: border-box;
    border-top: 3px solid #c4663c;
    padding-top: 0.7rem;
}
.lb ul li a .con .tit{
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #666666;
    line-height: 36px;
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.lb ul li a .con .txt{
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    height: 140px;
    text-align: justify;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-top: 1rem;
}
.lb ul li a .con .time{
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #EB6100;
    line-height: 20px;
    margin-top: 10px;
}
.lb ul li a .con .more{
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #EB6100;
    line-height: 20px;
    margin-top: 20px;
}
.lb ul li a:hover .con .tit{
    color: #C4663C;
    font-weight: bold;
}
.lb{
    position: relative;
}
.kj{
    width: calc(28.6% - 0.4rem);
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.kj .slick-dots{
    display: flex;
    width: auto;
    position: static;
}
.kj .slick-dots li{
    width: 30px;
    text-align: right;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
.kj .slick-dots li.slick-active{
    color: #C4663C;
}
.kj .arrow .prev{
    width: 30px;
    height: 30px;
    background: url(../img/arrow2.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    float: left;
}
.kj .arrow .next{
    width: 30px;
    height: 30px;
    background: url(../img/arrow1.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
    float: left;
}
.dot{
    display: flex;
}
.dot .ztBtn{
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(../img/ztBtn.png) no-repeat right center;
    background-size: 8px auto;
}
.dot .ztBtn.on{
    background: url(../img/ztBtn2.png) no-repeat right center;
    background-size: 8px auto;
}
@media only screen and (max-width: 1040px){
    .zzjg{
        padding: 20px 0;
    }
    .zzjg ul>li{
        width: 32%;
        margin: 0;
    }
    .zzjg ul>li:nth-of-type(3n){
        margin-right: 0;
    }
    .zzjg ul{
        justify-content: space-between;
    }
    .p90{
        padding: 50px 0;
    }
    .indexCon6.p90 {
        padding: 40px 0;
    }
    .notice ul li a{
        padding: 15px 5px;
    }
    .new{
        width: 58%;
    }
    .notice{
        width: 40%;
    }
    .notice ul li a .tit{
        -webkit-line-clamp:3;
        height: 84px;
        margin-bottom: 12px;
    }
    .indexCon3 .lmTit{
        margin-bottom: 40px;
    }
    .indexCon3 .clearfix ul{
        width: 49%;
        margin-right: 2%;
    }
    .indexCon3 .clearfix ul:nth-of-type(2n){
        margin-right: 0;
    }
    .indexCon3 .clearfix ul:nth-of-type(3),.indexCon3 .clearfix ul:nth-of-type(4){
        margin-top: 40px;
    }
    .indexCon4 .lmTit{
        margin-bottom: 40px;
    }
    .hdxx li a .con{
        padding: 10px 5px;
    }
    .hdxx li a .con .tit{
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
    .ztlm{
        width: 100%;
        padding-top: 20px;
    }
    .ztlm ul{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .ztlm ul li{
        width: 30%;
    }
    .ztlm ul li a{
        width: 100%;
        position: relative;
        padding: 45.28% 0 0;
        height: auto;
    }

    .ztlm ul li a img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    .hdjs{
        width: 100%;
        margin-bottom: 20px;
    }
    .video{
        padding: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .indexCon5 .lmTit{
        padding-bottom:  0.15rem;   
        padding-top: 0; 
        border-top: none;
        border-bottom: 3px solid #c4663c;
    }
    .hdjs .con p{
        margin-top: 15px;
        height: auto;  
        -webkit-line-clamp: 20;   
        line-height: 25px;    
        max-height: 500px;
    }
    .videoSub video{
        width: 100%;
        height: auto;
    }
    .videoSub .img img{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .ztlm ul{
        padding: 15px 5px;
    }
    .ztlm ul li{
        width: 32%;
    }
    .indexCon6 ul li a{
        padding: 0 10px;
        height: 110px;
    }

    .indexCon6 ul li a .tit {
        font-size: 14px;
        padding-bottom: 8px;
    }
    .indexCon6 ul li .icon img{
        max-width: 40px;
    }
    .lb ul li a{
        flex-wrap: wrap;
    }
    .lb ul li a .img{
        width: 100%;
        padding: 60% 0 0;
    }
    .lb ul li a .con{
        width: 100%;
        padding-top: 20px;
    }
    .lb ul li a .con .tit {
        height: auto;
        font-size: 18px;
        line-height: 30px;
        -webkit-line-clamp: 10;
        max-height: 300px;
    }
    .lb ul li a .con .txt{
        margin-top: 0;
        height: auto;
        line-height: 25px;
        -webkit-line-clamp: 5;
        max-height: 125px;
    }

    .lb ul li a .con .time {
        margin: 15px 0;
    }
    .kj{
        width: 100%;
        position: static;
        margin-top: 20px;
    }
    .indexCon1{
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 768px){
    .p90{
        padding: 40px 0;
    }

.indexCon6.p90 {
    padding: 30px 0;
}
    .new,.notice{
        width: 100%;
    }
    .notice{
        margin-top: 30px;
    }
    .indexCon4 .lmTit h2,.lmTit h2{
        font-size: 18px;
    }
    .indexCon3 .lmTit h2 {
        font-size: 20px;
    }
    .lmTit a{
        font-size: 14px;
    }
    .zzjg ul>li{
        width: 49%;
    }
    .zzjg ul>li:nth-of-type(3){
        width: 100%;
        margin-top: 15px;
    }
    .zzjg{
        padding: 15px 0;
    }
    .new ul a .tit{
        padding-left: 15px;
    }
    .new ul a .tit{
        padding-left: 20px;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        max-height: 52px;
    }
    .new ul a{
        padding:15px 0;
    }
    .new ul a .time span{
        font-size: 12px;
        margin-top: 5px;
    }
    .indexCon3 .lmTit{
        margin-bottom: 30px;
    }
    .indexCon3 .clearfix ul:nth-of-type(2),.indexCon3 .clearfix ul:nth-of-type(3),.indexCon3 .clearfix ul:nth-of-type(4){
        margin-top: 15px;
    }
    .indexCon3 .clearfix ul{
        width: 100%;
        margin-right: 0!important;
    }
    .twzxList1 .con{
        padding: 10px;
    }
    .indexCon3 .clearfix ul a .tit{
        height: auto;
        margin-bottom: 10px;
        -webkit-line-clamp: 10;
        max-height: 260px;
    }
    .twzxList2 a{
        padding: 10px;
        border-top: none;
        border-bottom: 3px solid #c4663c;
    }
    .twzxList3 li a{
        padding: 10px;
        border-top: none;
        border-bottom: 3px solid #c4663c;
    }
    .indexCon3 .clearfix .twzxList3 li a .tit{
        height: auto;
        margin-bottom: 10px;
        -webkit-line-clamp: 10;
        max-height: 260px;
    }
    .indexCon3 .clearfix ul a .txt{
        -webkit-line-clamp: 10;
        height: auto;
        max-height: 200px;
    }
    .twzxList3 li a .txt{
        margin: 5px 0;
    }
    .twzxList1 .img{
        padding: 64% 0 0;
    }
    .indexCon4 .lmTit{
        margin-bottom: 30px;
    }
    .hdxx li{
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .hdxx li:last-of-type{
        margin-bottom: 0;
    }
    .hdxx li a .img{
        width: 40%;
        padding: 65% 0 0;
    }
    .hdxx li a {
        display: flex;
        justify-content: flex-start;
    }

    .hdxx li a .con {
        width: 60%;
        padding: 10px 20px;
        position: static;
    }

    .hdxx li a .con .tit {
        -webkit-line-clamp: 5;
        max-height: 120px;
        height: auto;
    }

    .hdxx li a .con .txt {
        overflow: auto;
        white-space: normal;
        line-height: 20px;
        margin: 4px 0;
    }
    .indexCon6 ul li{
        width: 32%;
        margin-bottom:15px;
        margin-right:2%;
    }
    .indexCon6 ul li:nth-of-type(3n){
        margin-right:0;
    }
    .indexCon1{
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 560px){
    .p90{
        padding: 30px 0;
    }
    .indexCon6.p90 {
        padding: 20px 0;
    }
    .notice ul li{
        width: 100%;
        margin-right: 0;
    }
    .notice ul li a{
        padding: 10px 0;
    }
    .notice ul li a .tit{
        -webkit-line-clamp: 10;      
        height: auto;     
        font-size: 14px;    
        line-height: 25px;
        max-height: 250px;
        margin-bottom: 5px;
    }
    .zzjg ul>li:nth-of-type(3){
        margin-top: 10px;
    }
    .zzjg{
        padding: 10px 0;
    }
    .new ul a .tit{
        font-size: 14px;
        line-height: 24px;
        max-height: 48px;
        padding-left: 10px;
    }
    .zzjg ul li p{
        padding: 0 10px;
        font-size: 12px;
    }
    .indexCon3 .lmTit{
        margin-bottom: 20px;
    }
    .indexCon3 .clearfix ul a .tit{
        font-size: 14px;
        line-height: 24px;
        max-height: 240px;
    }
    .indexCon4 .lmTit{
        margin-bottom: 20px;
    }
    .hdxx li a .con {
        padding: 10px;
        width: 50%;
    }
    .hdxx li a .img{
        width:50%;
        padding: 75% 0 0;
    }
    .hdxx li{
        margin-bottom: 15px;
    }
    .hdjs .con p{
        margin-top: 14px;
        -webkit-line-clamp: 20;
    }
    .ztlm{
        padding-top:10px;
    }
    .ztlm ul {
        flex-wrap:wrap;
        padding: 15px 25px;
    }
    .ztlm ul li{
        width:100%;
        margin-bottom: 15px;
    }
     .indexCon6 ul li{
        width: 49%;
        margin-bottom:15px;
    }
    .indexCon6 ul li:nth-of-type(3n){
        margin-right:2%;
    }
    .indexCon6 ul li:nth-of-type(2n){
        margin-right:0;
    }
    .lb ul li a .con{
        padding-top: 10px;
    }
    .lb ul li a .con .tit {
        font-size: 16px;
        line-height: 25px;
        max-height: 250px;
    }
    .lb ul li a .con .txt{
        margin-top: 0;
        height: auto;
        line-height: 25px;
        -webkit-line-clamp: 5;
        max-height: 125px;
    }

    .lb ul li a .con .more {
        margin-top: 10px;
    }

    .lb ul li a .con .time {
        margin: 8px 0;
    }
    .kj{
        margin-top: 15px;
    }
}
@media only screen and (max-width: 440px){

}