body{
	background-color: #fff;
}
#top_navbar_normal{
	box-shadow: 0 5px 5px rgba(1,1,1,0.05);
}
#news_top_menu{
	margin-top: 1.2rem;
}
.m-auto{
    margin: auto;;
}
.text-center{
    text-align: center;
}
.w-100{
    width: 100%;
}
.f-right{
    float: right;
}
.w-auto{
    width: auto!important;
}
.fz12,.fz12 a {
    font-size: 12px;
    font-family: "宋体";
}
h3,h4,h5{
	margin: 0px;
	padding: 0px;
}
.hide{
    display: none;
}
.more, .more a{
    color: #999;
}
.art_title h3{
	line-height: 30px;
	margin: 15px auto;
}
.art_title h4{
	margin: 5px auto;color: #555;
}

.art_title h5{
	margin: 10px auto;color: #666;
    font-weight: normal;
	font-size: 18px;
}
.page_nav {
    text-align: center;
}

.pages {
    margin: 3rem auto 1rem auto;
}

div.content row {
    margin: 20px auto 20px auto;
}

div.content .articel_title {
    margin: 10px auto;
}

div.content .articel_title,div.content .top_info {
    width: 100%;
}

p.textindent0 {
    text-indent: 0!important;
}

.articel_title h3,.articel_title h4,.articel_title h5 {
    display: block;
    text-align: center;
}

.articel_title h3 {
    font-size: 1.25rem;
    font-weight: 900;
}

.articel_title h4 {
    font-size: 1.1rem;
    color: #666;
}

.articel_title h5 {
    font-size: 1rem;
    color: #888;
}

div.content .top_info {
    text-align: center;
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    line-height: 20px;
    color: #888;
    font-size: .85rem;
    padding: 15px 0;
}

div.content .top_info span.article_pv {
    margin-left: 15px;
}

div.content .context {
    margin: 20px 10px;
    line-height: 36px;
    width: 100%;
}
.context video,.context img,.context iframe{
    max-width: 100%;
}
div.bottom_info {
    color: #888;
    font-size: 14px;
    line-height: 25px;
    margin: 0 10px;
}

@media (min-width: 992px) {

    .display-sm {
        display: none;
    }

    .hidden-sm {
        display: inline-block;
    }

    .title_rec_orange::before {
        background-color: #fc9c3d;
    }

    a.light_more {
        color: #ffdada;
    }

}


p.abs {
    margin-bottom: .25rem;
    text-indent: 0;
}

p.abs span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.article_title {
    width: 100%;
}

.article_title h3 {
    font-weight: 700;
}

.article_title h3,.article_title h4,.article_title h5 {
    text-align: center
}

#pagination li.active .page-link {
    background-color: #4399f4;
    border: solid 1px #4399f4;
}

.no-list {
    min-height: 400px;
    text-align: center;
    display: block;
}

.no-list h3 {
    font-weight: 700;
    margin-top: 3rem;
}

.no-list p {
    color: #666;
}
.zt_footer {
	border-top: 1px solid #EEE;
    text-align: center;
    line-height: 1.2rem;
    padding: 2rem 0;
    background-color: #FEFEFE;
    color: #777;
    margin-top: 2rem;
}
#news_navbar .navbar-nav li.nav-item {
	width: 70px;
}
/*  */
#pl div.news_list a {
    color: #666;
    width: auto;
    display: block;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#pl div.news_list em {
    float: right;
    font-size: 12px;
    color: #888;
    line-height: 45px;
}
.container.listpage{
	min-height: 400px;
}
.breadcrumb{
    padding-left: 0;
    background-color:transparent;
}
.arrow_news_lists {
	padding-left: 30px;
	background-image: url(https://www.lsnews.com.cn/public/material/news/images/arrow_news01.gif);
	background-position: 12px 18px;
	background-repeat: no-repeat;
}
.sub_chanl_title,
.main_chanl_title{
    font-size: 18px;
    font-weight: bolder;
    line-height: 55px;
}
.sub_chanl_title::before,
.main_chanl_title::before{
    content: '';
    width: 6px;
    height: 12px;
    border-radius: 2px;
    display: inline-block;
    background-color: #259cf7;
    margin-right: 10px;
}
.sub_chanl_list li a{
    line-height: 35px;

}
.sub_chanl_list li{
    padding: 5px 0;

}
.zt_footer {
    font-size: .8rem;
}
.carousel-caption{
    background-color: rgba(0,0,0,0.2);
}
.carousel-caption h5{
    font-size: 14px;
    margin-bottom: 5px;
}
.carousel-indicators{
    margin-bottom: 3px;
}

.carousel-indicators li{
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
    background-color: #FFF;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.carousel-indicators li.active{
    background-color: #3c97ff;
}
.pic_news_item{
    margin-bottom: 15px;
}
.pic_news_item a{
    font-weight: bold;
}
.pic_news_item .pub-time{
    font-size: 14px;
    color: #888;
}
.pic_news_lists .col{
    display: inline-block;
} 
.pic_news_lists .img-col{
    width: 20%;
    max-width: 200px;
} 
@media (min-width: 992px) {
    .carousel-caption{
        background-color: rgba(0,0,0,0.07);
        position: static;
        color: #333;
    }
    .flex-row-rev{
        flex-direction: row-reverse;
    }
    .sub_chanl_list li a{
        width: auto;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/*  */
@media (max-width: 767.98px){
	#news_navbar .navbar-nav {
		background-color: transparent!important;
	}
	#news_navbar .navbar-nav li.nav-item {
		width: 20%;
	}
}
@media (max-width: 992px) {
    .pic_news_lists .img-col{
        max-width: 40%!important;
    }
    .pic_news_item .title_col{
        line-height: 30px;
    }
    .pic_news_item .img-col{
        padding-right: 0;
    }
    .listpage .news_list {
        border-bottom: 1px dashed #eee;
    }

    .listpage div.news_list {
        margin: 5px auto;
        padding-bottom: 5px;
    }

    .listpage div.news_list a {
        line-height: 25px!important;
        white-space: normal!important;
        overflow: auto!important;
        text-overflow: inherit!important;
    }
    #pl div.news_list em{
        line-height: 25px!important;
    }
    .arrow_news_lists{
        background-position: 12px 10px;
    }
    .container-xl {
        padding-right: 0;
        padding-left: 0;
    }

    ul.news_list {
        margin-top: 5px;
    }

    .sub_title {
        background: url('')!important;
        height: 2rem;
        text-align: left!important;
    }

    div.content .articel_title {
        margin: 10px;
    }

    .p-3 {
        padding: .5rem .25rem 0!important;
    }

    ul.news_list li {
        border-bottom: 1px solid #eee;
    }

    ul.news_list li a {
        color: #666;
        width: auto;
        display: block;
        line-height: 35px;
        white-space: normal;
    }
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999999;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preloader.hide {
    opacity: 0;
    display: none;
}

.lds-ripple {
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid #2574c8;
    opacity: 1;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;
    animation: lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;
}

.lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s;
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}


.loading {
    left: 0;
    top: 0;
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.loading p {
    font-size: 14px;
    color: #666;
    text-align: center;
    display: inline-block;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
