@charset "utf-8";
/**
 * @author  :   lh
 * @created :   2022/01/04
 * @desc    :   文丰网校
 *
 * @update  :   
 * @modify  :   
 */
 
/**/
 
.news-box .new-side {
    width: 126px;
    padding: 24px 0;
	position: relative;
}

.news-box .new-side ul li {
    line-height: 40px;
    padding: 0 24px;
    position: relative;
    cursor: pointer;

}

.new-detail-side ul li:hover{
color: #863032;
}

.new-detail-side ul li a:hover::before{
background: #863032;
}

.news-box .new-side ul li:hover {
    color: var(--main_color);
}

.news-box .new-side ul li.cur {
    color: var(--main_color);
    position: relative;
}
.news-box .new-side ul li span {
    overflow: hidden;
    white-space: nowrap;
    width: 100px;
    text-overflow: ellipsis;
    display: block;
}


.news-box .new-side ul li.cur::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 15px;
    background: var(--main_color);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.new-side-detail {
    position: absolute;
    top: 0;
    left: 126px;
    width: 332px;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    z-index: 99;
    background: #fff;
    /* display: none; */
}

.new-side-detail a {
    margin-right: 24px;
    white-space: nowrap;
}

.new-side-detail a:hover {
    color: var(--main_color);
}

.new-side-detail a:nth-child(4n) {
    margin-right: 0;
}

.news-tj {
    width: 1026px;
    margin-left: 24px;
}
.news-tj-list{
    min-height: 400px;
}
.news-tj-list .nothing{
    margin-top: 200px;
}

.news-tj .new-tj-title li {
    float: left;
    color: rgba(0, 0, 0, 0.6);
    font-weight: normal;
    margin: 0 16px;
    text-align: center;
}

.news-tj .new-tj-title li:nth-child(1) {
    position: relative;
}

.news-tj .new-tj-title li:nth-child(1)::after {
    position: absolute;
    top: 0;
    right: -16px;
    content: "/";
    color: rgba(0, 0, 0, 0.6);
    font-weight: normal;
}

.news-tj .new-tj-title .strong {
    font-weight: bold;
    color: rgba(0, 0, 0, .8);
}

.news-tj .new-tj-title .icon-drop-down {
    font-size: 10px;
    font-weight: normal;
}
.news-tj .new-tj-title.not ul li::after{
    content: '';
}

/* .tj-item-pic{
    width: 276px;
    height: 164px;
    overflow: hidden;
} */
.tj-item-pic a {
    display: block;
}

.tj-item-word {
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.08);
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 24px;
}


.tj-item-word:hover{
transform: translateY(-2px);
box-shadow: 0px 6px 14px var(--hover_shadow_color);

}

.tj-item-word h3 {
    margin-bottom: 16px;
    padding-left: 16px;
    color: rgba(0, 0, 0, .7);
    position: relative;
    transition: linear .3s;
}

.tj-item-word:hover h3 {
    color: var(--main_color);
    padding-left: 20px;
    transition: linear .3s;
}

.tj-item-word h3::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: var(--main_color);
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.tj-item-word p {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 400;
	line-height: 24px;
	cursor: pointer;
	min-height: 24px;
	max-height: 48px;
}

.stage-down{
    width: 103px;
    background: #fff;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.tj-item-btm {
    margin-top: 20px;
    color: rgba(0, 0, 0, .3);
}

.tj-item-btm dl {
    margin-right: 27px;
}


.two-stage{
    position: relative;
}
.stage-down{
    padding:8px 0;
    background: #fff;
    display: none    ;
    position: absolute;
    top:28px;
    left:-16px;
    z-index: 99;
}
.stage-down a{
    display: block;
    line-height: 32px;
    text-align: center;
}
.stage-down a:hover{
    color:var(--main_color);
}

/* ==================================================
   新闻详情
   ================================================== */
.summary{
    width: 826px;
}
.summary h2{
    font-size: 32px;
    margin-bottom: 16px;
    font-weight: 400;
}
.summary .remark{
    margin-bottom: 32px;
}
.remark-source{
    float: right;
}
.remark-source i{
   margin-right: 6px;
}
.remark span{
    margin-right: 27px;
}
.remark span i{
    margin-right: 6px;
}
.content-article p{
    line-height: 28px;
    margin-bottom: 24px;
}
.new-detail-side{
    width: 326px;
}

.side-title span{
    display: inline-block;
    line-height: 35px;
    border-bottom: 2px solid var(--main_color);
}

.new-detail-side ul {
    padding-left: 20px;
}
.new-detail-side ul li{
    margin-bottom: 24px;
}

.new-detail-side ul li h3:hover::before{
	background: #0000FF;
}
.new-detail-side ul li h3:hover{
	color: rgb(134,48,50);
}

.new-detail-side ul li:last-child{
    margin-bottom: 0;
}
.new-detail-side ul li h3{
    /* margin-bottom: 8px; */
    font-weight: 400;
}
.new-detail-side ul li a::before{
    left: -12px;
    top: 11px;
}
.content-article p>img{
    max-width: 100%;
    display: block;
    margin: auto;
}
.relief p{
    font-weight: 400;
    line-height: 28px;
}