.banner{ width: 100%;margin: 0 auto;}
.jtmain{ width: 90%;margin: 0 auto;max-width:1600px;padding-bottom:100px;}

a:hover{ color:#e02020;}
/*轮播*/
.mktitle{width: 100%; height: 230px;background: url(/eportal/uiFramework/commonResource/image/2023091913404342093.png)no-repeat 0 90px;}
.mktitle p{font-size: 36px;  font-weight: bold; line-height: 230px;  padding-top: 20px;}
.mktitle p a{font-size: 36px;  font-weight: bold; }

.lbmod{overflow: hidden;}
.lbpic{float: left;width:45%;}
.lbnr{float: right;width: 45%;}
.lbpic img{width: 100%; height: 100%;}
.swiper .swiper-pagination{    bottom: 62px!important;  left: 345px!important; width: 100%!important;}

.ddnews{display: flex;  justify-content: space-between;position:relative;}
.chaoc{height: 370px;  overflow: hidden;}
.newsmod{    width: 425px;   box-shadow: 0px 0px 20px 0px #f0f0f0; padding:30px 20px;margin-right:30px;transition:0.4s;}
.ddnews .newsmod:last-child{ margin-right:0;}
.ddnews .newsmod:hover{ transform:translateY(-15px);}
.ddnews .newsmod:hover a{ color:#e02020;}
.newsmod img{height: 220px;  width: 100%;}
.newsmod .newstitle{   padding-top: 30px;    line-height: 2;}
.newsmod .newstitle a{ font-size: 22px;  display:block; }
.newsmod .newsdate{font-size: 18px;  color: #bcbcbc;position:absolute;bottom:30px;}
.newssum {    font-size: 16px; line-height: 30px; margin-top: 25px;}
.ddnews .newsmod:first-child(display:none;)

.lbnr .lbtitle{font-size: 24px;   margin-bottom: 30px;font-weight:600;line-height:1.5;}
.lbnr .lbtitle a{font-size: 24px;  }
.lbnr .lbcontent{  line-height:2; font-size: 16px;padding-bottom:30px;}
.lbnr .look_m{ font-size:16px;}


/*文章展示*/
.mknr{display: flex;  justify-content:left;}
.mkcard{   
    width: 27%;
    border: 1px solid #cccccc;
    padding:30px;margin-right:30px;
}
.cardtitle{    font-size: 22px;
    font-weight: bold;}
.cardtitle a{ font-size: 22px;
    font-weight: bold; }
.cardcontent{margin: 30px 0;
  }
.cardcontent p{font-size:14px;line-height:200%;text-indent:24px;}
.carddata{font-size:14px}




@media (max-width: 767px) {

.banner{display:none}

.lbpic {
    float: none;
    width: 100%;
}
.lbnr {
    float: none;
    width: 100%;
}

.newsmod {
    width: 88%;
    margin-bottom: 20px;
}

.ddnews {
    display: block;
}
.mknr {
    display: block;
    width: 100%;
}

.mkcard {
    width: 88%;
    margin-bottom: 20px;
}




}