@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
    border: 0;
	box-sizing: border-box;
	text-align: justify;
}

body {
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
/*	color: #1a1a1a;*/
}

/*
body.sy {
    background: #ffffff !important;
}
*/

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

ul, li {
    list-style: none;
}

input {
    border: 0;
    outline: none;
}

i, em {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

.mobileNone {
    display: none !important;
}

.wrapper{
	width:100%; padding: 0 0.3rem; box-sizing: border-box;
}

.footer{
	margin-top: .6rem;
    height: 1.5rem;
/*    background: linear-gradient(180deg, #F85119 0%, #C1030B 100%);*/
	background: url(rt_2025_8xgd_foot.png);
	background-size: 100% 100%;
    text-align: center;
    line-height: 1.5rem;
    font-size: .28rem;
    color: #fff;
}


/*专题首页*/

.zt-banner{
	width: 100%;
}
.base-title{
    margin-bottom: .1rem;
}
.base-title a{
}
.img-cont-title {
    text-align: center;
}
.xj-main .img-cont-title img {
    height: .96rem;
}
.xj-main .img-cont-title a:hover img{
	transform: none;
}

.lm_ptop{
    padding-top: .4rem;
}
.xxyd-more{
    display: block;
    color: #c5080c;
    text-align: center;
    font-size: 0.3rem;
    line-height: 1;
    padding-top: 0.4rem;
	margin-bottom: .2rem;
}
.xxyd-more span{
/*    background: linear-gradient(180deg, #F85119 0%, #C1030B 100%);*/
	background: url(rt_2025_8xgd_foot.png);
	background-size: 100% 100%;
    color: #fff;
    padding: 0 0.1rem .04rem;
    margin-left: 0.1rem;
    border-radius: 0.04rem;
}
.img-cont img{ display: block; width: 100%; }

/*首页-中央精神*/


.xj-main{
	
}

.xj-left{
    width: 100%;
    box-sizing: border-box;
	margin-top: .3rem;
}


.xj-left li{
    line-height: 1.5;
    border-bottom: .01rem dashed #EFD7BF;
    font-size: .3rem;
    color: #333;
	padding-top: .2rem;
	padding-bottom: .2rem;
    padding-left: .48rem;
    background: url(rt_2025_8xgd_dot.png) left .27rem no-repeat;
    background-size: auto .35rem;
}


.xj-right{
}

.xj-right .text-cont {
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    text-indent: .2rem;
    font-size: .26rem;
    font-weight: bold;
    position: absolute;
/*    left: 0;*/
    bottom: 0;
}
.xj-right .coverImg{
    height: 4.1rem;
}

.xj-right .pagination {
    position: absolute;
    z-index: 20;
    bottom: .1rem;
    text-align: right;
    box-sizing: border-box;
    right: .15rem;
}
.xj-right .swiper-pagination-switch {
    display: inline-block;
    width: .1rem;
    height: .1rem;
    border-radius: 1rem;
    background: #fff;
    margin: 0 .05rem;
    cursor: pointer;
    transition: all 0.4s;
}
.xj-right .swiper-active-switch {
    width: .2rem;
}

.xj-right .coverImg img{ 
	height: 100%; 
/*	object-fit: cover;*/
}

/*首页-中央精神 End*/

/*首页-工作部署*/
.gzbs_m{}
.gzbs_m li{
	font-size: .3rem;
	line-height: 1.5;
    border-bottom: .01rem dashed #EFD7BF;
/*	clear: both;*/
	padding: .2rem 0;
}
.gzbs_m li:first-child{
	padding-top: 0;
}
.gzbs_m li img{
	float: right;
	margin-left: .3rem;
	display: block;
	width: 2.6rem;
	height: 1.56rem;
/*	object-fit: cover;*/
	overflow: hidden;
}
.gzbs_m li span{
	clear: both;
}
/*首页-工作部署 End*/

/*首页-权威解读*/
.in_qwjd{
	width: 100%;
}

.qwjd_l{
	height: 4.1rem;
}

.qwjd_r{
}
.qwjd_list{
	padding-top: .2rem;
}
.qwjd_list *{
	line-height: 1.5;
}
.qwjd_list li{
	position: relative;
	border-bottom: .01rem dashed #EFD7BF;
	padding-left: .48rem;
	padding-top: .2rem;
	padding-bottom: .2rem;
	font-size: .3rem;
}

.qwjd_list li::after{
	content: '';
	width: .35rem;
	height: .35rem;
	background: url(rt_2025_8xgd_dot3.png) no-repeat;
	background-size: 100% 100%;
	
	position: absolute;
	left: 0;
	top: .27rem;
}

/*权威解读轮播*/
.xj-right2 .text-cont{
	display: none;
}
.xj-right2 .coverImg{
    height: 4.1rem;
	overflow: hidden;
}

.xj-right2 .pagination {
	height: .5rem;
	line-height: 0;
    text-align: center;
    box-sizing: border-box;
/*	background: #ff0*/
}
.xj-right2 .swiper-pagination-switch {
    display: inline-block;
    width: .15rem;
    height: .15rem;
    border-radius: 1rem;
    background: #af0e14;
    margin: 0 .05rem;
    cursor: pointer;
    transition: all 0.4s;
}
.xj-right2 .swiper-active-switch {
    width: .4rem;
}
.xj-right2 .coverImg img{ min-height: 4.1rem;}



/*首页-权威解读 End*/

/*首页-学习动态*/
.in_xxdt{
}
.in_xxdt li *{
	line-height: 1.5;
}
.in_xxdt li{
	border-bottom: .01rem dashed #EFD7BF;
	padding-left: .48rem;
	padding-top: .2rem;
	padding-bottom: .2rem;
	font-size: .3rem;
	
	position: relative;
}
.in_xxdt li::after{
	content: '';
	width: .35rem;
	height: .35rem;
	background: url(rt_2025_8xgd_dot4.png) no-repeat;
	background-size: 100% 100%;
	
	position: absolute;
	left: 0;
	top: .27rem;
}
.in_xxdt li a{
	display: block;
}

/*首页-学习动态 End*/


/*二级页面*/
/*通用列表*/
.wjzt-list-main{
    padding-top: .3rem;
}

.wjzt-list-main .wjzt-thumb{
    font-size: .24rem;
    color: #666;
	line-height: 1.5;
}
/*
.wjzt-list-main .wjzt-thumb a{
	color: #333;
}
*/
.list-main{
    padding-top: .3rem;
}
.wjzt-list-main .base-title{
	margin-bottom: .2rem;
}
.wjzt-list-main .base-title img{
	height: .85rem;
}

.wjzt-list-main .list-main ul li{
    border-bottom: .01rem dashed #EFD7BF;
    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;
}



/*分页*/
.nypage {
    padding: 0.6rem 0 0.2rem;
    text-align: center;
    color: #333333;
    line-height: 0.35rem;
    font-size: 0;
    clear: both;
    margin: 0 -0.2rem;
}

.nypage a {
    display: inline-block;
    width: 0.36rem;
    height: 0.36rem;
    text-align: center;
    line-height: 0.35rem;
    color: #333333;
    margin: 0 0.02rem;
    border: .01rem solid #dddddd;
    font-size: 0.17rem;
}

.nypage a.cur {
    background: #ce0212;
    color: #ffffff;
}

.nypage a.index, .nypage a.end {
    width: 0.54rem;
}

.nypage a.next {
    width: 0.72rem;
}

.nypage font {
    font-size: 0;
    /*line-height: 30px;*/
}
.nypage font span{
    font-size: 0.17rem;
    height: 0.35rem;
    line-height: 0.35rem;
}
.nypage input {
    margin: 0 0.03rem;
    height: 0.35rem;
    line-height: 0.35rem;
    padding: 0;
    font-size: 0.17rem;
    text-align: center;
    border: 1px solid #dddddd;
    width: 0.49rem;
}
.nypage #go {
    margin: 0 0.03rem;
    height: 0.35rem;
    line-height: 0.35rem;
    padding: 0;
    width: 0.49rem;
    font-size: 0.17rem;
    background: #DDDDDD;
	text-align: center;
}


/*细览*/

.ejCon {
    margin-top: .3rem;
	margin-bottom: .6rem;
}
.ejRb {
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 .1rem 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
}
.ejRb{
	padding: .4rem;
}

.ejRb .title {
    font-size: .36rem;
    line-height: 1.6;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.ejCon .infos {
    color: #999;
    padding: .2rem 0;
    border-bottom: .01rem dashed #666666;
    text-align: center;
	font-size: .26rem;
}

.ejCon .source,
.ejCon .date {
    height: .5rem;
    line-height: .5rem;
}

.ejCon .source {
    margin-right: .3rem;
}


.ejartD {
    font-size: .3rem;
    padding-top: .5rem;
}
.ejartD *{
	line-height: 2;
}
.ejartD iframe{
    max-width: 100%;
}
.ejartD img {
	width: 100%;
    display: block;
	height:auto!important;
}
.ejartD p {
    margin-bottom: 1em;
    color: #333;
    text-align:Justify;
    text-justify:inter-ideograph;
}

