/*二级页面 新闻列表页、详情页样式*/
.news-item {
    background: rgba(255, 255, 255, 1);
    box-shadow: 3px -3px 34px 0px rgba(0, 0, 0, 0.1);
    padding: 40px 30px 36px 24px;
    border-left: 4px solid rgba(28, 66, 182, 0);
    transition: all ease 0.5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
}

.news-item-active, .news-item:hover {
    border-left: 4px solid #004E97;

}

.news-item-title {
    font-size: 24px;
    font-weight: 400;
    color: rgba(15, 15, 15, 1);
    line-height: 36px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-item-content {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-item-left {
    margin-right: 30px;
    max-width: 700px;
}

.news-item-right-sj {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: rgba(166, 166, 166, 1);
    line-height: 28px;
    /*text-align: right;*/
    width: 115px;
    text-align: center;
}

.news-item-active .news-item-right-sj {
    font-size: 20px;
    font-weight: 500;
    color: #B69556;
    line-height: 28px;
}

.news-item-active .news-item-right-sj {
    font-size: 20px;
    font-weight: 500;
    color: #B69556;
    line-height: 28px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #004E97;
    text-decoration: none;
    background-color: #fff;
    /*border: 1px solid #ddd;*/
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #004E97;
    /*border-color: #004E97;*/
}

.detail-title {
    padding: 24px 24px 22px 24px;
    font-size: 24px;
    font-weight: 400;
    color: rgba(15, 15, 15, 1);
    line-height: 36px;
    border-bottom: 1px dashed #979797;
    margin-bottom: 45px;
}

.detail-title-head {
    text-align: center;
    margin-bottom: 20px;
}

.detail-title-statu {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
    text-align: center;
}

.detail-title-statu-span {
    margin-right: 30px;
}

.p-paragraph {
    font-weight: 400;
    text-indent: 32px;
    margin-bottom: 25px;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    line-height: 24px;
}


/*-------*/
.content-container1 {
    display: table;
    width: 100%;
    padding: 0 70px 100px;
}

.content-left {
    display: table-cell;
    vertical-align: top;
    width: 280px;
}

.content-right {
    display: table-cell;
    vertical-align: top;
    padding-left: 30px;
}

@media screen and (max-width: 991px) and (min-width: 0) {
    .content-container1 {
        display: block;
        padding: 30px 0;
    }

    .content-left {
        display: block;
        width: 100%;
    }

    .content-right {
        display: block;
        width: 100%;
        padding-left: 0;
    }
}

.content-left-title {
    font-size: 26px;
    font-weight: 500;
    color: rgba(28, 66, 134, 1);
    line-height: 37px;
    padding: 30px 146px 15px 30px;
}

.content-left-body {
    border-top: 3px solid rgba(28, 66, 134, 1);
    background-color: rgba(246, 246, 246, 0.5);
    padding-bottom: 76px;
}

.content-left-body-item {
    font-size: 20px;
    font-weight: 500;
    color: rgba(15, 15, 15, 1);
    line-height: 28px;
    border-left: 4px solid rgba(255, 150, 35, 0);
    padding: 20px 20px 20px 30px;
    transition: all ease 0.5s;
    position: relative;
}

.content-left-body-item:hover, .content-left-body-item——active {
    cursor: pointer;
    background-color: rgb(240, 240, 240);
    border-left: 4px solid rgba(255, 150, 35, 1);
}

.content-left-body-item::before {
    content: '';
    height: 1px;
    width: calc(100% - 40px);
    padding: 0px 20px 0px 20px;
    box-sizing: border-box;
    background-color: rgba(221, 221, 222, 1);
    position: absolute;
    bottom: 0;
}


.content-right-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-right-title-left {
    font-size: 26px;
    font-weight: 500;
    color: rgba(28, 66, 134, 1);
    line-height: 37px;
    padding: 30px 30px 15px 30px;
}




/*北地新闻网*/
@media only screen and (max-width: 1920px) {
    .box-bdnew-style {
        margin-top: 64px !important;
    }
}
@media screen and (min-width: 1199px) and (max-width: 1440px){
    .box-bdnew-style{
        margin-top: 54px!important;
    }
}
@media only screen and (max-width: 1199px){
    .box-bdnew-style{
        margin-top: 20px!important;
    }
}
.bdnews-left-img {
    width: 416px !important;
}

.item-marginb {
    margin-bottom: 37px;
}

.bdnews-r-pic {
    width: 80px !important;
}

.bdnews-r-item-time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3px;
}

.bdnews-r-item-detail {
    font-size: 13px;
    color: rgba(255, 150, 35, 1);
    line-height: 17px;
}

.bdnews-r-item-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-item-marginb {
    margin-bottom: 24px;
}


/*北地新闻，样式*/
.min-height-l{
    min-height: 300px;
}
.min-height-r{
    min-height: 300px;
}
.search-result-height{
    min-height: 300px;
}



/*北地新闻右侧边栏*/
.right-aside{
    width: 80px;
    height: 550px;
    background-color: red;
    position: fixed;
    right: 5px;
    bottom: 13vh;
    z-index: 999;
    background: url(../image/aside-bg-new.png) no-repeat;
    background-size: 100% 477px;
    background-position: left bottom;
transition: all ease 0.5s;
}
.right-aside>div{
    width: 100%;
}
.right-aside-logo{
    text-align: center;
    margin-bottom: 15px;
}
.right-aside-logo-img{
    width: 100%;
}
.right-aside-item{
    padding: 0px 5px 5px;
}
.right-aside-item-div{
    border: 1px dashed rgba(255,255,255,0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 3px 0;
    border-radius:4px;
    transition: all ease 0.5s;
}
.right-aside-item-div-img{
    font-size: 22px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 28px;
}

.right-aside-item-div-text{
    font-size:12px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:1.3;
}

.right-aside-item:hover .right-aside-item-div{
    background-color: white;
}
.right-aside-item:hover .right-aside-item-div-text,.right-aside-item:hover .right-aside-item-div-img{
    color: #1C42B6;
}
@media only screen and (max-width: 1200px)  {
    .right-aside{
        display: none;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {

    .right-aside-item-div-img {
        font-size: 18px;
        line-height: 20px;
    }
    .right-aside {
        height: 486px;
        background-size: 100% 413px;
        /* top: none; */
        bottom: 40px;
    }
}


/*北地新闻-顶部放置logo，适配样式*/

@media only screen and (max-width: 1740px){
    .nav .v1 {
        padding: 0 15px 0 5px;
        background-position: right center;
    }
    .logo img {
        height: 46px; /* modify by zhangnan 20211202(60px->46px) */
    }
}
.right-aside-close{
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: -23px;
	left: 0px;
	text-align: center;
	cursor: pointer;
}
.right-aside-btn{
	width: 25px;
	height: 25px;
}
.right-aside-open{
	position: absolute;
	left: -28px;
	top: 0;
	width: 25px!important;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: opacity ease 0.5s;
	cursor: pointer;
}
.right-aside-open-text{
	writing-mode: lr-tb;
	width: 20px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
	 font-weight: 600;
	 color: #1c42b6;
}
.right-aside.close{
	transform: translate(80px);
}

.right-aside .right-aside-open{
	opacity: 0;
}
.right-aside.close .right-aside-open{
	opacity: 1;
}
.news-item{
	padding-top: 16px;
	padding-bottom: 16px;
	margin-bottom: 20px;
}
.news-item-status{
	margin-top: 16px;
	font-size:14px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:20px;
}
.news-item-status-text{
	margin-right: 30px;
	margin-left: 5px;
}
.pagination > li > a, .pagination > li > span {
    border: 1px solid #ddd;
	margin-right: 8px;
	border-radius: 3px;
	color:rgba(102,102,102,1);
}
.pagination{
	margin-top: 0px;
}
.nav li:hover dl {
    height: 350px;
}
