body{
    margin: 0;
}
.jyglc-news{
    width: 100%;
    margin-bottom: 120px;  
}
.jyglc-news .jyglc-news-mulu{
    position: relative;
}
.jyglc-news .jyglc-news-mulu .news-img{
    height: 432px;
    width: 100%;
    position: absolute;
    z-index: 10;
}
.jyglc-news .jyglc-news-mulu .news-img-d{
    height: 432px;
    width: 100%;
    position: absolute;
}

.jyglc-news .news-mulu .news-mulu-list:nth-child(2){
    color: #4573F5;
}

.jyglc-news .news-mulu .news-mulu-list a:nth-child(1){
    border-bottom: 4px solid #fff;
    font-weight: 700;
}
.jyglc-news .yd-nav .yd-nav-list a:nth-child(1){
    border-bottom: 4px solid #4573F5;
    color: #4573F5;
    font-weight: 700;
}
.jyglc-news .news-content1{
    width: 1200px;
    margin: 0 auto;
    
}
.jyglc-news .news-content1 .news-content1-title{
    font-size: 40px;
    color: #323233;
    text-align: center;
    font-weight: 600;
    margin: 100px  0;
}
.jyglc-news .news-content1 .news-content1-mulu{
    display: flex;
    justify-content: center;
    margin-top: 64px;
}
.jyglc-news .news-content1 .content1-mulu-list{
    display: flex;
}
.jyglc-news .news-content1 .content1-mulu-list a{
    text-align: center;
    width: 180px;
    height: 64px;
    line-height: 64px;
    background: #fff;
    border: 1px solid #D5D5DB;
    cursor: pointer;
}
.jyglc-news .news-content1 .content1-mulu-list a:nth-child(1){
    border-radius: 8px 0 0 8px;
}
.jyglc-news .news-content1 .content1-mulu-list a:nth-child(3){
    color: #FFF;
    background: #4573F5
}
.jyglc-news .news-content1 .content1-mulu-list a:nth-child(5) {
    border-radius: 0 8px 8px 0;
}
.jyglc-news .news-content1 .content1-mulu-list a:hover{
    color: #fff;
    background: #4573F5
}
.jyglc-news .news-content1 .content1-txt{
    display: flex;
    flex-direction: column;
}
.jyglc-news .news-content1 .content1-txt .content-list{
    position: relative;
    margin-bottom: 64px;
    height: 250px;
    max-height: 300px;
}
.jyglc-news .news-content1 .content-list .img-l{
    width: 200px;
    position: absolute;
    z-index: 2;
    border: 1px solid #fff;
    border-radius: 20px;
}
.jyglc-news .news-content1 .content-list .img-r{
    width: 100%;
    position: absolute;
    left: 0;
    padding-left: 300px;
    box-sizing: border-box;
    bottom: 0;
    background: #F5F6FA;
    border-radius: 0 0 100px 20px;
    height: 200px;
    /* max-height: 180px; */
    display: flex;
    flex-direction: column;
    /* justify-content: end; */
}
.jyglc-news .news-content1 .content-list .img-r .img-r-name{
    margin: 34px 0 30px;
    font-family: AlibabaPuHuiTi;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0px;
    color: #323233;
}
.jyglc-news .news-content1 .content-list .img-r .img-r-txt{
    text-align: justify;
    color: #323233;
    margin-bottom: 20px;
    width: 90%;
    font-family: AlibabaPuHuiTi;
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
    letter-spacing: 0px;
}