@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{
	height: 4rem;
	background: url(rt202603_zt_zjg_banner_m.png) no-repeat center bottom;
	background-size: 100% 100%;
}
.banner .img_zhuti{
	text-align: center;
	padding-top: 1rem;
}
.banner .img_zhuti img{
	width: 90%;
}

.in_bg{
/*	background: url(rt202603_zt_zjg_bg01.png) no-repeat top center;*/
}
.in_lmtit{
	padding-top: .6rem;
	text-align: center;
	margin-bottom: .3rem;
}
.in_lmtit img{
	width: 100%;
}

.lm_more{
	font-size: .3rem;
	line-height: .9rem;
	text-align: center;
	border: .01rem solid #e7cfcc;
	background-color: #fff;
	border-radius: .12rem;
}
.lm_more .ico{
	display: inline-block;
	width: .3rem;
	height: .3rem;
	background: url(rt202603_zt_zjg_icon01.png) no-repeat;
	background-size: 100%;
	border-radius: .05rem;
	vertical-align: middle;
	margin-top: -.04rem;
	margin-left: .15rem;
}

.in_zyjs{
	
}

.xj-right{
    width: 100%;
}

.xj-right .swiper-container{
	width: 7.1rem;
	height: 4.73rem;
	overflow: hidden;
}
.xj-right .text-cont {
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    text-indent: 1em;
    font-size: .3rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
	padding-right: 1.2rem;
	white-space: nowrap; /*强制不换行*/
	overflow:hidden;
	text-overflow:ellipsis;
}
.coverImg{
    height: 4.73rem;
}
.coverImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-slide{
	position: relative;
}
.pagination {
    position: absolute;
    z-index: 20;
    bottom: .26rem;
    text-align: right;
    box-sizing: border-box;
    right: .1rem;
}
.swiper-pagination-switch {
    display: inline-block;
    width: .1rem;
    height: .1rem;
    border-radius: 100px;
    background: #fff;
    margin: 0 .05rem;
    cursor: pointer;
    transition: all 0.4s;
}
.swiper-active-switch {
    width: .3rem;
}

.in_zyjs_li{
	padding-top: .3rem;
}
.in_zyjs_li li{
	border-bottom: .02rem solid #faedeb;
	position: relative;
	padding: .2rem 0;
}
.in_zyjs_li li:last-child{
	border-bottom: 0px;
	margin-bottom: .2rem;
}
.in_zyjs_li li a{
	display: block;
	line-height: 1.5;
	padding-left: .45rem;
	background: url(rt202603_zt_zjg_icon02.png) left .08rem no-repeat;
	background-size: .3rem;
}


/*首页-工作部署*/
.in_gzbs{
	position: relative;
}
.in_gzbs_con{
	border: .01rem solid #efc69d;
	background: #fff;
	padding-bottom: .08rem;
	position: relative;
}
.in_gzbs_connr{
	border-bottom: .01rem solid #efc69d;
	padding: .3rem .5rem 1.3rem;
}
.in_gzbs_connr .bt{
/*	font-size: 22px;*/
}
.in_list .bt{
	font-weight: bold;
	padding-bottom: .2rem;
	position: relative;
	line-height: 1.4;
}
.in_list .bt a{
	display: block;
}
.in_list .bt::before{
	content: '';
	width: .8rem;
	height: .05rem;
	background: url(rt202603_zt_zjg_bg02.jpg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.in_list .text{
	text-align: justify;
	color: #888;
	font-size: .28rem;
	line-height: 1.6;
	margin-top: .2rem;
}
.sanjiao{
	content: '';
	width: .3rem;
	height: .3rem;
    border: .01rem solid transparent;
	border-bottom-color: #efc69d;
	border-right-color: #efc69d;
    transform: rotate(-135deg);
	background: #fff;
	position: absolute;
	top: -.15rem;
	left: 50%;
	margin-left: -.15rem;
}

.open_t{
	width: 2.2rem;
	padding-left: .5rem;
	padding-bottom: 1px;
	line-height: .6rem;
	background: url(rt202603_zt_zjg_bg02.jpg) left repeat-y;
	background-size: 100%;
	border-radius: 0 8px 8px 0;
	color: #fff;
	font-size: .28rem;
	
	position: absolute;
	left: 0;
	bottom: .4rem;
}
.open_t a{
	display: block;
}
.open_t a:hover{
	color: #fff;
	font-weight: bold;
}

/*首页-学习动态*/
.in_xxdt{
	position: relative;
}
.in_xxdt_li li{
	margin-bottom: .2rem;
	padding: 0 0 .1rem .1rem;
	background: url(rt202603_zt_zjg_bg03.png) left bottom no-repeat;
	background-size: 90% 90%;
	position: relative;
}
.in_xxdt_li li:nth-child(3n){
	margin-right: 0;
}
.in_xxdt_nr{
	box-shadow: 0 0 .1rem rgba(255, 187, 142, 0.3);/* 阴影透明度 */
	background: #fff;
	border-radius: 0 0 .5rem 0;
	padding: .2rem .4rem .25rem;
	border: .01rem solid #fbd6b1;
}
.in_xxdt_nr .bt{
	
}
.in_xxdt_nr .bt a{
	font-weight: normal;
}
.in_list .bt::before{
/*	display: none;*/
}
.in_xxdt_nr .text{
	display: none;
}

/*首页-权威解读*/
.page4{
	padding-bottom: .8rem;
}
.in_qwjd{
	
}
.in_qwjd_li li{
	margin-bottom: .2rem;
	background: url(rt202603_zt_zjg_bg04.png) left repeat-y;
	background-size: 100%;
	padding-left: .5rem;
	padding-top: .2rem;
	padding-bottom: .2rem;
	padding: .2rem .3rem .2rem .4rem;
	position: relative;
}
.in_qwjd_li li::before{
	content: '';
	width: .06rem;
	background: url(rt202603_zt_zjg_bg05.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.in_qwjd_li li a{
	display: block;
	line-height: 1.4;
}
.in_qwjd_li li .text{
	margin-top: .2rem;
	font-size: .28rem;
	color: #888;
	line-height: 1.6;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
/*foot*/
.footer{
	background: url(rt202603_zt_zjg_foot.png);
	background-size: 100% 100%;
    text-align: center;
    line-height: 1.5rem;
    font-size: .28rem;
    color: #fff;
}


/*------二级css-------*/
/*面包屑*/
.wjzt-thumb{
    font-size: .26rem;
    color: #666666;
	line-height: 1.6;
	padding-bottom: .02rem;
	border-bottom: .02rem solid #efc69d;
	padding: .2rem 0 .24rem;
}
/*分页*/
.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%;
	
}



/*通用列表*/
.wjzt-list-main{
    padding-bottom: .8rem;
}



.list-main{
/*    padding-top: .3rem;*/
}
.wjzt-list-main .base-title{
	margin-bottom: .5rem;
	
	padding-top: .6rem;
	text-align: center;
}
.wjzt-list-main .base-title img{
	width: 100%;
}

.wjzt-list-main .list-main ul li{
    border-bottom: .01rem dashed #efc69d;
    color: #333;
    transition: color 0.4s;
    padding: .2rem 0;
    position: relative;
}
.wjzt-list-main .list-main ul li:first-child{
	padding-top: 0;
}
.wjzt-list-main .list-main ul li *{
	line-height: 1.6;
    font-size: .3rem;
}
.wjzt-list-main .list-main ul li a{
    display: block;
}

.wjzt-list-main .list-main ul li .li-left{
    display: block;
    position: relative;
    box-sizing: border-box;
    padding-left: .4rem;
}

.wjzt-list-main .list-main ul li .li-left:before{
    content: '';
    width: .08rem;
    height: .08rem;
    background-color: #bb000c;
    border-radius: 50%;
	
    position: absolute;
    left: .1rem;
    top: .20rem;
}

.wjzt-list-main .list-main ul li .li-right{
    display: block;
	font-size: .26rem;
	color: #777;
	text-indent: .4rem;
	margin-top: .15rem;
}

/*图片列表*/
.ej_tplist li{
	width: 3.4rem;
	height: 3.2rem;
	float: left;
	margin-top: .4rem;
	background: #fef9f2;
}
.ej_tplist li:nth-child(2n){
	float: right;
}
.ej_tplist li .img{
	width: 100%;
	height: 2.04rem;
	overflow: hidden;
	margin-bottom: .15rem;
}
.ej_tplist li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ej_tplist li .text{
	padding: 0 .2rem;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}