
/* banner和面包屑样式在common.css中 */


/* 上纬动态 */
.news-box {
    padding: 0.25rem 0 0.77rem;
}
/* 标题和右侧导航 */
.news-box .box1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-box .classify {
    display: flex;
    align-items: center;
    width: fit-content;
}
.news-box .classify .item {
    display: block;
    margin: 0 0.075rem;
    padding: 0.15rem 0.25rem;
    border: 0.01rem solid #707070;
    background: white;
    transform: skewX(-15deg);
    font-size: var(--fon18);
    color: #707070;
    line-height: 0.27rem;
    transition: all 0.3s;
}
.news-box .classify .item:hover {
    background: #009B74;
    color: white;
    border: 0.01rem solid #009B74;
}
/* active */
.news-box .classify .active {
    background: #009B74;
    color: white;
    border: 0.01rem solid #009B74;
}
/* 新闻列表 */
.news-box .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.news-box .list .li {
    width: 5.15rem;
    margin-top: 0.27rem;
    margin-right: 0.27rem;
    background: #F8F8F8;
    border-radius: 0.1rem;
    overflow: hidden;
    transition: all 0.3s;
}
.news-box .list .li:nth-child(-n+3) {
    margin-top: 0;
}
.news-box .list .li:nth-child(3n) {
    margin-right: 0;
}
.news-box .list .new-img {
    position: relative;
    display: block;
    width: 100%;
    height: 2.8rem;
}
.news-box .list .info {
    width: 100%;
    padding: 0.4rem;
}
.news-box .list .date {
    font-size: var(--fon16);
    font-family: Arial, Arial;
    color: #999999;
}
.news-box .list .name {
    height: 0.6rem;
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
    font-size: var(--fon20);
    color: #333333;
    line-height: 0.3rem;
}
.news-box .list .line-gray {
    height: 0.01rem;
    margin: 0.4rem 0 0.33rem;
    background: #707070;
}
.news-box .list .more {
    display: block;
    width: 1.2rem;
    height: 0.38rem;
    border-radius: 1rem 1rem 1rem 1rem;
    border: 0.01rem solid #009B74;
    text-align: center;
    line-height: 0.38rem;
    font-size: var(--fon14);
    color: #009B74;
    transition: all 0.3s;
}
/* hover */
.news-box .list .li:hover {
    box-shadow: 0 0.04rem 0.06rem rgba(0, 0, 0, .2);
}
.news-box .list .li:hover .name {
    color: #009B74;
    font-weight: 500;
}
.news-box .list .li:hover .more {
    color: #FFFFFF;
    background: #009B74;
}



/* 影音专区 */
.yyzq .list .new-img .play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.9rem;
    height: 0.9rem;
    object-fit: contain;
    transform: translate(-50%, -50%);
}



/* 新闻详情-分左右两栏 */
.new-detail {
    display: flex;
    justify-content: space-between;
    padding: 0.35rem 0 1rem;
}
/* 左栏-详情 */
.new-detail .left-column {
    width: 11rem;
}
/* 标题 */
.new-detail .tit-box {
    padding-bottom: 0.14rem;
    border-bottom: 0.01rem solid #666666;
}
.new-detail .tit-box .name {
    font-size: var(--fon40);
    font-weight: 500;
    color: #222222;
}
.new-detail .tit-box .date {
    margin-top: 0.27rem;
    font-size: var(--fon18);
    color: #555555;
}
.new-detail .tit-box .transmit {
    display: flex;
    align-items: center;
    justify-content: end;
}
.new-detail .tit-box .transmit .item {
    width: 0.38rem;
    height: 0.38rem;
    margin: 0 0.06rem;
}
.new-detail .tit-box .transmit img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* 内容 */
.new-detail .content-box {
    margin-top: 0.84rem;
    margin-bottom: 0.87rem;
}
.new-detail .content-box p {
    font-size: var(--fon16);
    color: #333333;
    line-height: 1.5;
}
.new-detail .content-box img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto 0;
    object-fit: contain;
}
/* 快捷导航 */
.new-detail .new-navs {
    padding-top: 0.55rem;
    border-top: 0.01rem solid #707070;
}
.new-detail .new-navs a {
    display: block;
    max-width: 10rem;
    width: fit-content;
    font-size: var(--fon16);
    color: #555555;
}
.new-detail .new-navs a:last-child {
    margin-top: 0.2rem;
}
.new-detail .new-navs a:hover {
    color: #009B74;
    font-weight: 700;
}
/* 右栏-精彩推荐 */
.new-detail .right-column {
    width: 4.2rem;
}
.new-detail .recommend {
    margin-top: 0.53rem;
}
.new-detail .recommend .li {
    width: 100%;
    margin-top: 0.58rem;
    border-bottom: 0.01rem solid #707070;
}
.new-detail .recommend .re-img {
    display: block;
    width: 100%;
    height: 2.28rem;
    border-radius: 0.15rem;
    overflow: hidden;
}
.new-detail .recommend .info {
    padding: 0.37rem 0.1rem 0.37rem 0.3rem;
}
.new-detail .recommend .date {
    font-size: var(--fon16);
    font-family: Arial, Arial;
    color: #999999;
}
.new-detail .recommend .name {
    display: block;
    margin-top: 0.2rem;
    font-size: var(--fon20);
    color: #333333;
}
.new-detail .recommend .name:hover {
    color: #009B74;
    font-weight: 700;
}















@media only screen and (max-width: 1024px) {
    .news-box .list .li{
        width: 100%;
        margin-top: 0.27rem !important;
        margin-right: 0 !important;
    }

}




















