
        .news-blog {
            width: 95%;
            margin: auto;
            margin-top: 20px;

        }

        .nb-header {
            display: flex;
            justify-content: space-between;
        }

        .nb-header-title {
            width: 47%;
            padding-top: 5px;
            padding-bottom: 5px;
            font-size: 0.32rem;
            font-family: Segoe UI;
            font-weight: 400;
            color: #282828;
            line-height: 36px;
            text-align: center;
            background: #F0F0F0;
        }

        .nb-header-title-tab {

            
            background: #008068;
        }

	.nb-header-title-tab a{
		color: #FFFFFF;
	}

        .nb-left-img img{
            width: 3rem;
            height: 2rem;
        }

        .nb-content {
            display: flex;
            justify-content: space-between;
            margin-bottom: 30px;
        }

        .nb-left {
            width: 46%;
        }

        .nb-right {
            width: 60%;

        }

        .nb-right-title {

            height:1.4rem;
            font-size: 0.24rem;
            overflow:hidden;
            font-weight: 400;
            color: #282828;
            line-height: 0.36rem;
        }

        .nb-right-xian {
            width: 20%;
            height: 3px;
            background: #008068;
            margin-top: 0.1rem;
            margin-bottom: 0.1rem;
        }

        .nb-header-xian {
            margin-top: 40px;
            border: 1px solid #707070;
            margin-bottom: 40px;
        }

        .nb-right-time {

            font-size: 0.2rem;
            font-family: Segoe UI;

            color: #282828;

        }
