/* æ–°é—»åˆ—è¡¨ */



.news ul {

    border-top: 2px solid #555555;

}



.news ul li {

    position: relative;

}



.news ul li::after {

    content: '';

    position: absolute;

    z-index: 1;

    left: 0.95rem;

    top: 0;

    width: 4px;

    height: 100%;

    background: #555;

}



.news ul li a {

    display: flex;

    justify-content: space-between;

    align-items: center;

    position: relative;

    z-index: 5;

    padding: 0.5rem 0 0;

}





.new-li-img {

    flex-grow: 0;

    width: 2rem;

    height: 2rem;

    overflow: hidden;

    border: 2px solid #555555;

    border-radius: 50%;

}



.new-li-img img {

    width: 100%;

    height: 100%;

}



.new-li-font {

    width: 5.6rem;

    padding: 0 0.4rem;

}



.new-li-title {

    overflow: hidden;

    font: 400 0.48rem/0.6rem 'å¾®è½¯é›…é»‘';

    color: #000;

    text-overflow: ellipsis;

    white-space: nowrap;

}



.new-li-time {

    font: 400 0.4rem/0.5rem 'å¾®è½¯é›…é»‘';

    color: #000000;

}

.new-li-p {

    display: none;

}

.new-li-more {

    width: 1.8rem;

    height: 2rem;

    padding: 10px 0 0;

    text-align: center;

    color: #000;

    background: url(../images/new_li_color.jpg) no-repeat 0 0/1px 100%;

}



.new-li-more span {

    display: block;

    font: 400 12px/20px "å¾®è½¯é›…é»‘";



}



.new-li-more i {

    display: block;

    width: 18px;

    height: 18px;

    margin: 0.4rem auto 0;

    background: url(../images/new_arrow.png) no-repeat -14px center/24px;

}



@media (min-width: 1200px) {

    .news {}



    .news ul {

        border-top: 2px solid #555555;

    }



    .news ul li {

        position: relative;

    }



    .news ul li::after {

        content: '';

        position: absolute;

        z-index: 1;

        left: 70px;

        top: 0;

        width: 8px;

        height: 100%;

        background: #555;

    }



    .news ul li a {

        display: flex;

        justify-content: space-between;

        align-items: center;

        position: relative;

        z-index: 5;

        padding: 50px 0 0;

    }





    .new-li-img {

        width: 148px;

        height: 148px;

        overflow: hidden;

        border: 4px solid #555555;

        border-radius: 50%;

        transition: 0.6s;

    }



    .new-li-img img {

        width: 100%;

        height: 100%;

    }



    .new-li-font {

        width: 850px;

        padding: 0 30px;

    }



    .new-li-title {

        overflow: hidden;

        font: 400 24px/30px 'å¾®è½¯é›…é»‘';

        color: #000;

        text-overflow: ellipsis;

        white-space: nowrap;

    }



    .new-li-time {

        font: 400 16px/30px 'å¾®è½¯é›…é»‘';

        color: #000000;

    }



    .new-li-p {

        display: block;

        height: 60px;

        overflow: hidden;

        font: 400 14px/20px "å¾®è½¯é›…é»‘";

        color: #999;

    }



    .new-li-more {

        width: 160px;

        height: 115px;

        padding: 24px 0 0;

        text-align: center;

        color: #000;

        background: url(../images/new_li_color.jpg) no-repeat 0 0/0 100%;

        border-left: 1px solid #555;

        transition: 0.6s;

    }



    .new-li-more span {

        display: block;

        font: 400 14px/24px "å¾®è½¯é›…é»‘";



    }



    .new-li-more i {

        display: block;

        width: 18px;

        height: 18px;

        margin: 30px auto 0;

        background: url(../images/new_arrow.png) no-repeat -20px center;

        transition: 0.6s;

    }



    .news ul a:hover .new-li-img {

        border-color: #fa4b06;

        transform: rotate(360deg);

    }



    .news ul a:hover .new-li-title {

        color: #fa4b06;

    }



    .news ul a:hover .new-li-more {

        color: #fff;

        background-size: 100% 100%;

    }



    .news ul a:hover .new-li-more i {

        background-position: 0 center;

    }

}





/* æ–°é—»è¯¦æƒ… */



.new-er {}



.new-er-title {

    text-align: center;

}



.new-er-name {

    font: bold 16px/24px "å¾®è½¯é›…é»‘";

    color: #333;

}



.new-er-time {

    font: 400 14px/24px "å¾®è½¯é›…é»‘";

    color: #999;

}



.new-er-p p {

    margin-bottom: 10px;

    font: 400 14px/24px "å¾®è½¯é›…é»‘";

    color: #333;

    text-align: justify;

}



.new-er-p p img {

    width: 100%;

}



@media (min-width: 1200px) {

    .new-er {

        padding: 0 0 20px;

    }



    .new-er-title {

        position: relative;

        margin: 0 0 10px;

        padding: 0 0 10px;

        color: #333;

        text-align: left;

        border-bottom: 1px solid #333;

    }



    .new-er-name {

        color: #333;

    }



    .new-er-time {

        position: absolute;

        right: 0;

        top: 0;

        color: #333;

    }


    .new-er-p p {

        font: 400 16px/30px "å¾®è½¯é›…é»‘";

        color: #333;
    }

    .new-er-p p img {

        max-width: 800px !important;

    }

}