@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 img{
	width: 100%;
}
.mt40{
	margin-top: .4rem;
}
.mt20{
	margin-top: .4rem;
}
.in_box{
	position: relative;
}
.lm_tit{
	height: 1.7rem;
	background: url(rt202511_4zqh_tbg.png) center center no-repeat;
	background-size: auto 100%;
	text-align: center;
	line-height: 1;
	margin-bottom: .3rem;
}
.lm_tit .bt{
	display: inline-block;
	font-size: .6rem;
	font-weight: bold;
	color: #cf181b;
	padding-top: .4rem;
}
.more{
	color: #c5080c;
	border: 1px solid #f00;
	line-height: .8rem;
	text-align: center;
	border-radius: .12rem;
	margin-top: .3rem;
}

.more .ico{
	display: inline-block;
	width: .28rem;
	height: .28rem;
	overflow: hidden;
	line-height: .24rem;
	text-align: center;
	vertical-align: middle;
	background: #c5080c;
	color: #fff;
	font-style: normal;
	border-radius: .03rem;
	margin-top: -.03rem;
	margin-left: .1rem;
}
.more a:hover{
	color: #f73131;
}
.more a:hover .ico{
	background-color: #f73131;
}
/*轮播开始*/
.lunbo{
	margin-bottom: .2rem;
}
.new_lb{
	width: 100%;
	height: 4.13rem;
	margin: 0 auto;
}
.new_lb li {
	width: 100%;
	height: 4.13rem;
	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(rt202511_4zqh_bar_jt1.png);
}

.new_lb .next {
	right: .1rem;
	background-image: url(rt202511_4zqh_bar_jt2.png);
}

.scale_img {
	overflow: hidden;
}

/*轮播结束*/

.in_li_1{
	
}
.in_list{
	line-height: 1.8;
}
.in_list li{
	padding-top: .16rem;
	padding-bottom: .2rem;
	border-bottom: .02rem dashed #ebd0d2;
	padding-left: .5rem;
	background-repeat: no-repeat;
	background-position: left .24rem;
/*	background-image: url(rt202511_4zqh_icon01.png);*/
	background-size: .4rem;
}
.in_li_1 .in_list li{
	background-image: url(rt202511_4zqh_icon01.png);
}
.in_li_3 .in_list li{
	background-image: url(rt202511_4zqh_icon02.png);
}
.in_list a{
	display: block;
}


/*首页-列表样式2*/
.in_list2 li{
	position: relative;
	height: 1.8rem;
	overflow: hidden;
	padding-left: 1.6rem;
	margin-bottom: .3rem;
}
.in_list2 li:last-child{
	margin-bottom: 0;
}
.in_list2 li .time{
	color: #cf181b;
	text-align: center;
	width: 1.3rem;
	height: 1.7rem;
	padding-top: .15rem;
	border: .01rem solid #f8d3cc;
	background: url(rt202511_4zqh_bg2.png) bottom no-repeat #fff;
	background-size: 100%;
	box-shadow: .07rem .07rem 0 #fdf2f0;
	position: absolute;
	top: 0;
	left: 0;
}
.in_list2 li .time .date{
	line-height: .8rem;
	margin: 0 .1rem;
	margin-bottom: .1rem;
	font-weight: bold;
	font-size: .6rem;
	border-bottom: .02rem solid #cf181b;
	text-align: center;
}
.in_list2 li .time .year{
	font-size: .2rem;
	text-align: center;
}
.in_list2 li a{
	display: block;
	max-height: .96rem;
	line-height: 1.6;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.in_list2 li .t{
	line-height: 1.6;
	max-height: .78rem;
	font-size: .24rem;
	color: #999;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

.home3{
/*	background: url(rt202511_4zqh_bg.png) center bottom no-repeat;*/
}
.imglist{
	overflow-x: auto;
	white-space: nowrap; /*强制不换行*/
}
.imglist li{
	display: inline-block;
	width: 5rem;
	height: 2.9rem;
	overflow: hidden;
	margin-right: .2rem;
/*
	padding: .1rem;
	border: .02rem solid #f7d4d6;
*/
}
.imglist li:last-child{
	margin-right: 0;
}
.imglist li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.footer{
	margin-top: .8rem;
    height: 2rem;
    background: url("esjszqh_bg3.png") repeat-x;
	background-size: auto 100%;
    text-align: center;
    line-height: 2rem;
    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%;
	
}