@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    border: 0;
	box-sizing: border-box;
	/* text-align: justify; */
/*	word-break: break-all;*/
}

body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    -webkit-text-size-adjust: none; /*	字体固定*/
	color: #1a1a1a;
	font-size: .3rem;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}
a:hover{
	color: #da3026;
}

ul, li {
    list-style: none;
}

input {
    border: 0;
    outline: none;
}
*:focus {
	outline: none;
}
i, em {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
	zoom: 1;
	clear: both;
	*zoom: 1;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

.mobileNone {
    display: none !important;
}

.wrapper{
	width:100%; padding: 0 0.2rem; box-sizing: border-box;
}
/*----------*/
.banner{
	position: relative;
}
.banner .logo{
	position: absolute;
	top: .2rem;
	left: .2rem;
}
.banner .logo img{
	width: 3.5rem;
}
.banner img{
	width: 100%;
}
.toutiao{
	margin: .35rem auto .35rem;
}
.toutiao img{
	max-width: 100%;
}
.mt40{
	margin-top: .5rem;
}
.mt20{
	margin-top: .5rem;
}
.in_box{
	position: relative;
}
.lm_tit{
	text-align: center;
/*	margin-bottom: .2rem;*/
}
.lm_tit .bt{
	height: 1.6rem;
}

.more{
	font-size: .3rem;
	color: #c5080c;
/*	background-color: #fbeded;*/
	border: .02rem solid #fbeded;
	padding: .15rem 0 .17rem;
	border-radius: .12rem;
	text-align: center;
	margin-top: .3rem;
}
.more .ico{
	content: '';
	display: inline-block;
	width: .36rem;
	height: .36rem;
	line-height: 0;
	vertical-align: middle;
	background: url(tlj202511_4zqh_more.png) no-repeat center center;
	background-size: .24rem auto;
	margin-top: -.05rem;
	margin-left: .1rem;
}

/*轮播开始*/
.lunbo{
	
}
.new_lb{
	width: 7.1rem;
	height: 4.3rem;
}
.new_lb li {
	width: 7.1rem;
	height: 4.3rem;
	overflow: hidden;
	position: relative;
}

.new_lb li .imgs {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new_lb .pageState {
	position: absolute;
	right: .5rem;
	bottom: .25rem;
	font-size: .24rem;
	line-height: 1;
	color: #fff;
	z-index: 1;
	letter-spacing: 5px;
}
.new_lb .pageBg {
	width: 100%;
	height: 1rem;
	line-height: .6rem;
	padding-top: .3rem;
	background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFFFFF;
	padding-left: .5rem;
	padding-right: 1.2rem;
	
	white-space: nowrap; /*强制不换行*/
	overflow:hidden;
	text-overflow:ellipsis;
}
.new_lb .pageState span {
	font-size: .4rem;
	margin-right: .05rem;
	letter-spacing: 0;
}

.new_lb .next,
.new_lb .prev {
	position: absolute;
	z-index: 2;
	bottom: .22rem;
	margin-top: 0;
	width: .3rem;
	height: .3rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: .15rem;
	cursor: pointer;
/*	background-color: #000*/
}

.new_lb .prev {
	left: .1rem;
	background-image: url(tlj202511_4zqh_bar_jt1.png);
}

.new_lb .next {
	right: .1rem;
	background-image: url(tlj202511_4zqh_bar_jt2.png);
}

.scale_img {
	overflow: hidden;
}
/*轮播结束*/

.in_li_1{
}
.in_list{
	line-height: 1.6;
}
.in_list li{
	border-bottom: .01rem solid #f2d8d8;
	position: relative;
	padding: .25rem 0 .3rem;
}
.in_list li::before{
	content: '';
	width: .6rem;
	height: .03rem;
	background: #c8161f;
	position: absolute;
	left: 0;
	bottom: -.01rem;
}
.in_list a{
	display: block;
}

/*首页-列表样式3*/
.in_li_3 li{
}
.in_li_3 .in_list a{
	display: block;
	padding-left: .65rem;
}
.in_li_3 .in_list li::before{
	display: none;
}
.home3 .in_list li{
	background: url(tlj202511_4zqh_icon01.png) .05rem .32rem no-repeat;
	background-size: .4rem;
}
.home4 .in_list li{
	background: url(tlj202511_4zqh_icon02.png) .05rem .32rem no-repeat;
	background-size: .4rem;
}

/*首页-列表样式2*/
.in_list2 li{
	overflow: hidden;
	margin-top: .3rem;
	background: url(tlj202511_4zqh_libg.png) right bottom no-repeat;
	background-size: 3.6rem;
	border-radius: .12rem;
	border-bottom: .08rem solid #c8161f;
	box-shadow: 0px 0px .2rem rgba(210, 27, 9, 0.1);
	padding: .3rem;
}


.in_list2 li a{
	display: block;
	line-height: 1.8;
	margin-bottom: 8px;
	padding-left: .75rem;
	background: url(tlj202511_4zqh_icon03.png) left .1rem no-repeat;
	background-size: .5rem;
}


.footer{
	margin-top: 50px;
	background: #07438b;
	color: #fff;
}



/*二级列表页*/
.wjzt-list-main{
/*    padding-top: 30px;*/
}

.wjzt-list-main .wjzt-thumb{
    font-size: .26rem;
    color: #666666;
	line-height: 1.6;
	padding-bottom: .02rem;
	border-bottom: .02rem solid #f8d3cc;
	padding: .2rem 0 .24rem;
}
.wjzt-list-main .list-main{
	padding-top: .1rem;
}
.wjzt-list-main .list-main ul li{
    line-height: 1.8;
    border-bottom: .01rem dashed #f8d3cc;
/*    font-size: 18px;*/
    color: #666666;
    transition: color 0.4s;
    padding: .2rem 0;
    position: relative;
}
.wjzt-list-main .list-main ul li a{
    display: block;
    overflow: hidden;
}

.wjzt-list-main .list-main ul li:hover{
    color: #bd000c;
}
.wjzt-list-main .list-main ul li .li-left{
    display: block;
    position: relative;
    box-sizing: border-box;
    padding-left: .5rem;
}
.wjzt-list-main .list-main ul li .li-left:before{
    content: '•';
    position: absolute;
    left: 15px;
    top: 0;
	color: #bb000c;
}

.wjzt-list-main .list-main ul li .li-right{
    /* float: right; */
	font-size: .26rem;
	margin-left: .5rem;
}




/*分页*/
.nypage {
    padding: 0.6rem 0 0.2rem;
    text-align: center;
    color: #333333;
    font-size: 0;
}

.nypage a {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    color: #333333;
    margin: 0 0.05rem;
    border: .01rem solid #dddddd;
    font-size: 0.22rem;
}

.nypage a.cur {
    background: #ce0212;
    color: #ffffff;
}

.nypage a.index, .nypage a.end {
    width: 0.8rem;
}

.nypage a.next {
    width: 0.8rem;
}

.nypage font {
	display: block;
	text-align: center;
	margin-top: .3rem;
    font-size: 0;
}
.nypage font span{
    font-size: 0.22rem;
    height: 0.5rem;
    line-height: 0.5rem;
}
.nypage input {
    margin: 0 .15rem;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0;
    font-size: 0.22rem;
    text-align: center;
    border: .01rem solid #dddddd;
    width: 0.8rem;
}
.nypage #go {
	padding: 0 .15rem;
	height: .5rem;
	line-height: .5rem;
    margin-left: .3rem;
    font-size: .22rem;
    background: #ce0212;
    color: #fff;
    border-radius: 2px;
}



/*详情页*/
.conbox{
	line-height: 2;
	padding: .5rem .3rem 0;
}
.conbox .title{
	font-size: .42rem;
	line-height: 1.6;
}
.conbox .sectitle{
	font-size: .36rem;
}
.conbox .infos{
	font-size: .26rem;
	color: #707070;
	margin-top: .2rem;
	padding-bottom: .3rem;
	border-bottom: .01rem dashed #f8d3cc;
	margin-bottom: .2rem;
}
.conbox .infos .source,
.conbox .infos .date{
	
}
.conbox .infos .source{
	margin-right: .5rem;
}
.conbox .infos .date{
	white-space: nowrap; 
}
.conbox .con_t p,
.conbox .con_t div {
	text-indent: 2em;
	margin: 1em 0;
	text-align: justify;
}
.conbox .con_t img{
	width: 100%;
	
}