@charset "utf-8";
/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

:focus {
	outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
/*strong,*/
th,
var,
optgroup {
	font-style: normal;
	font-weight: 400;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0!important;
}
table td {
	background: #fff;
}
caption,
th {
	text-align: left;
}

sup,
sub {
	font-size: 100%;
	vertical-align: baseline;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

.clear {
	clear: both;
}

img {
	border: 0;
	outline: 0;
}

body {
	font-family: "Microsoft YaHei";
	color: #1a1a1a;
	min-width: 1300px;
	overflow-x: hidden;
}
* {
	box-sizing: border-box;
}
.clear {
	zoom: 1;
}
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	clear: both;
	*zoom: 1;
}
.clear:after {
	display: table;
	content: '';
	clear: both;
}

a {
	text-decoration: none;
	color: #1a1a1a;
}

a:hover {
	color: #bc0407;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.pcNone {
  display: none !important;
}

.wrapper{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

.footer{
    height: 150px;
/*    background: linear-gradient(180deg, #F85119 0%, #C1030B 100%);*/
	background: url(rt_2025_8xgd_foot.png);
	background-size: 100% 100%;
    text-align: center;
    line-height: 150px;
    font-size: 18px;
    color: #fff;
}

.inbodybg{
	width: 100%;
	background: url(rt_2025_8xgd_inbodybg.png) top center no-repeat;
	background-size: 100% 900px;
}
/*专题首页*/

.zt-banner{
	width: 100%;
}
.base-title{
    margin-bottom: 40px;
}
.base-title a{
}
.base-title a img:hover{
	transform: none!important;
}
.img-cont-title {
    text-align: center;
}
.img-cont-title img {
    height: 115px;
}
.img-cont-title a:hover img{
	transform: none;
}

.lm_ptop{
    padding-top: 70px;
}
.xxyd-more{
    display: block;
    color: #c5080c;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 0;
    position: absolute;
    top: 150px;
    right: 0;
}
.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: 0px 5px;
    margin-left: 8px;
    border-radius: 2px;
    padding-bottom: 2px;
}
/*首页-中央精神*/

.img-cont img{ display: block; width: 100%; }
.coverImg img{ height: 100%; object-fit: cover;}

.xj-main{
    position: relative;
}
.xj-main img{
    transition: all .7s ease 0s;
}
.xj-main a:hover img{
	transform: scale(1.05);
}
.xj-left{
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding-left: 30px;
}

.xj-left .top-info{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}

.xj-left .top-info h3{
    font-size: 20px;
    color: #b4181f;
    margin-bottom: 12px;
}
.xj-left .top-info p{
    font-size: 16px;
    color: #666666;
    line-height: 1.7;
    text-indent: 2em;
}

.xj-left .top-info a{
    color: #b4181f;
}

.xj-left li{
    height: 69px;
    line-height: 66px;
    border-bottom: 1px dashed #EFD7BF;
    font-size: 18px;
    color: #333;
    padding-left: 30px;
    background: url(rt_2025_8xgd_dot.png) 5px center no-repeat;
    background-size: 15px auto;
}
.xj-left li a:hover{color: #bc0407;}


.xj-right{
	float: left;
    width: 50%;
}

.xj-right .text-cont {
    width: 600px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    text-indent: 16px;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
/*    left: 0;*/
    bottom: 0;
}
.xj-right .coverImg{
    height: 350px;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 14px;
    text-align: right;
    box-sizing: border-box;
    right: 10px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.4s;
}
.swiper-active-switch {
    width: 20px;
}

/*首页-中央精神 End*/

/*首页-工作部署*/
	/*样式在rt_2025_8xgd_in_gzbs.css里*/
/*首页-工作部署 End*/

/*首页-权威解读*/
.in_qwjd{
	width: 100%;
/*	height: 600px;*/
	background: url(rt_2025_8xgd_bg02.png) top right repeat-y #fcfaf8;
	background-size: 100% auto;
	position: relative;
}
.in_qwjd::after{
	content: '';
	width: 94px;
	height: 91px;
	background: url(rt_2025_8xgd_fanjiao.png) no-repeat;
	background-size: 100% 100%;
	
	position: absolute;
	bottom: 0;
	right: 0;
}
.qwjd_l, .qwjd_r{
	width: 50%;
}
.qwjd_l{
	float: left;
	height: 600px;
	padding-left: 40px;
	background: url(rt_2025_8xgd_bg02_a.png) 0 0 repeat-y;
}
.qwjd_l .imgli{
	width: 450px;
	margin: 0 auto;
	padding-top: 25px;
}
.qwjd_l .imgli li{
	width: 100%;
	height: 265px;
	margin-bottom: 20px;
	overflow: hidden;
}
.qwjd_l .imgli li:last-child{
	margin-bottom: 0;
}
.qwjd_l .imgli li img{
	width: 100%;
	vertical-align: top;
}
.qwjd_l .imgli li a{
	display: block;
}
.qwjd_r{
	float: right;
	padding: 0 30px 0 30px;
}
.qwjd_list{
	padding-top: 15px;
}
.qwjd_list *{
	line-height: 78px;
}
.qwjd_list li{
	position: relative;
	border-bottom: 1px dashed #EFD7BF;
	height: 80px;
	padding-left: 30px;
	font-size: 18px;
}
.qwjd_list li:last-child{
	border-bottom: 0;
}
.qwjd_list li::after{
	content: '';
	width: 24px;
	height: 24px;
	background: url(rt_2025_8xgd_dot3.png) no-repeat;
	background-size: 100% 100%;
	
	position: absolute;
	left: 0;
	top: 28px;
}

/*首页-权威解读 End*/

/*首页-学习动态*/
.in_xxdt{
	margin-bottom: 60px;
}
.in_xxdt li *{
	line-height: 78px;
}
.in_xxdt li{
	width: 570px;
	border-bottom: 1px dashed #EFD7BF;
	height: 80px;
	padding-left: 30px;
	font-size: 18px;
	float: left;
	
	position: relative;
}
.in_xxdt li::after{
	content: '';
	width: 24px;
	height: 24px;
	background: url(rt_2025_8xgd_dot4.png) no-repeat;
	background-size: 100% 100%;
	
	position: absolute;
	left: 0;
	top: 28px;
}
.in_xxdt li:nth-child(2n){
	float: right;
}
/*首页-学习动态 End*/


/*二级页面*/
/*通用列表*/
.wjzt-list-main{
    padding-top: 30px;
}

.wjzt-list-main .wjzt-thumb{
    font-size: 16px;
    color: #666666;
}
.list-main{
    padding-top: 40px;
}
.wjzt-list-main .base-title{
	margin-bottom: 20px;
}
.wjzt-list-main .base-title img{
	height: 100px;
}

.wjzt-list-main .list-main ul li{
    border-bottom: 1px dashed #EFD7BF;
    font-size: 18px;
    color: #666666;
    transition: color 0.4s;
    padding: 20px 0;
    position: relative;
}
.wjzt-list-main .list-main ul li *{
	line-height: 1.5;
}
.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{
    float: left;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding-left: 40px;
	margin-right: 150px;
}

.wjzt-list-main .list-main ul li .li-left:before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #bb000c;
    border-radius: 50%;
	
    position: absolute;
    left: 15px;
    top: 9px;
}

.wjzt-list-main .list-main ul li .li-right{
    display: block;
    position: absolute;
    right: 0;
	font-size: 16px;
	color: #777;
}



/*分页*/
.nypage {
    padding: 50px 0 70px;
    text-align: center;
    color: #333333;
    line-height: 32px;
}

.nypage a {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #333333;
    margin: 0 2px;
    border: 1px solid #dddddd;
    font-size: 16px;
    border-radius: 2px;
}

.nypage a.index, .nypage a.end {
    width: 48px;
}

.nypage a.next {
    width: 65px;
}

.nypage a.cur,
.nypage a:hover{
    background: #ce0212;
    color: #ffffff;
}

.nypage font {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    line-height: 32px;
    font-size: 0;
}

.nypage font span {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    float: left;
}

.nypage font span {
    line-height: 27px;
    margin-right: 3px;
}

.nypage input {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    padding: 0 2px 0;
    font-size: 16px;
    text-align: center;
    border: 1px solid #dddddd;
    width: 44px;
    float: left;
    margin-top: -3px;
    border-radius: 2px;
}

.nypage #go {
    text-align: center;
    border: 1px solid #dddddd;
    width: 44px;
    height: 32px;
    background: #e6e6e6;
    cursor: pointer;
    color: #333;
    margin-left: 10px;
    line-height: 32px;
    border-radius: 2px;
    margin-top: -2px;
}


/*细览*/

.ejCon {
    margin-top: 30px;
	margin-bottom: 60px;
}
.ejRb {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.ejRb{
	padding: 50px;
}

.ejRb .title {
    font-size: 26px;
    line-height: 44px;
    font-weight: bold;
    color: #333;
    text-align: center;
	margin: 0 100px;
}

.ejCon .infos {
    color: #999;
    padding: 20px 0;
    border-bottom: 1px dashed #666666;
    text-align: center;
}

.ejCon .source,
.ejCon .date {
    height: 37px;
    line-height: 37px;
}

.ejCon .source {
    margin-right: 40px;
}


.ejartD {
    font-size: 18px;
    padding-top: 30px;
}
.ejartD *{
	line-height: 2;
}
.ejartD iframe{
    max-width: 70%;
}
.ejartD img {
/*    width: 70%;*/
	max-width: 70%;
    display: block;
    margin: 0 auto;
	height:auto!important;
}
.ejartD p {
    margin-bottom: 1em;
    color: #333;
    text-align:Justify;
    text-justify:inter-ideograph;
}


@media screen and (max-width: 1440px){
	body {
		min-width: 1000px;
	}
	
	.wrapper{
		width: 1000px;
		min-width: 1000px;
	}

	.footer{
		height: 120px;
		line-height: 120px;
	}

	.inbodybg{
		width: 100%;
		background: url(rt_2025_8xgd_inbodybg.png) top center no-repeat;
		background-size: 100% 700px;
	}
	/*专题首页*/

	.base-title{
		margin-bottom: 35px;
	}
	.img-cont-title img {
		height: 80px;
	}
	.lm_ptop{
		padding-top: 50px;
	}
	.xxyd-more{
		font-size: 14px;
		top: 102px;
	}
	/*首页-中央精神*/


	.xj-left .top-info h3{
		font-size: 16px;
		color: #b4181f;
		margin-bottom: 12px;
	}
	.xj-left .top-info p{
		font-size: 14px;
		color: #666666;
		line-height: 1.7;
		text-indent: 2em;
	}

	.xj-left .top-info a{
		color: #b4181f;
	}

	.xj-left li{
		height: 58px;
		line-height: 56px;
		font-size: 15px;
		padding-left: 30px;
		background-size: 13px auto;
	}

	.xj-right{
		float: left;
		width: 50%;
	}

	.xj-right .text-cont {
		width: 500px;
		height: 50px;
		line-height: 50px;
		text-indent: 15px;
		font-size: 16px;
	}
	.xj-right .coverImg{
		height: 295px;
	}

	.pagination {
		position: absolute;
		z-index: 20;
		bottom: 14px;
		text-align: right;
		box-sizing: border-box;
		right: 10px;
	}
	.swiper-pagination-switch {
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 100px;
		background: #fff;
		margin: 0 5px;
		cursor: pointer;
		transition: all 0.4s;
	}
	.swiper-active-switch {
		width: 20px;
	}

	/*首页-中央精神 End*/

	/*首页-工作部署*/
		/*样式在rt_2025_8xgd_in_gzbs.css里*/
	/*首页-工作部署 End*/

	/*首页-权威解读*/
	.in_qwjd{
		width: 100%;
	}
	.in_qwjd::after{
		width: 80px;
		height: 77px;
	}
	.qwjd_l, .qwjd_r{
		width: 50%;
	}
	.qwjd_l{
		height: 515px;
	}
	.qwjd_l .imgli{
		width: 376px;
		padding-top: 25px;
	}
	.qwjd_l .imgli li{
		height: 222px;
	}
	.qwjd_r{
		padding: 0 20px 0 30px;
	}
	.qwjd_list{
		padding-top: 0px;
	}
	.qwjd_list *{
		line-height: 70px;
	}
	.qwjd_list li{
		height: 72px;
		padding-left: 30px;
		font-size: 15px;
	}
	.qwjd_list li::after{
		width: 20px;
		height: 20px;
		top: 26px;
	}

	/*首页-权威解读 End*/

	/*首页-学习动态*/
	.in_xxdt{
		margin-bottom: 60px;
	}
	.in_xxdt li *{
		line-height: 70px;
	}
	.in_xxdt li{
		width: 475px;
		height: 72px;
		font-size: 15px;
	}
	.in_xxdt li::after{
		width: 20px;
		height: 20px;
		top: 26px;
	}
	/*首页-学习动态 End*/

	/*二级页面*/
	/*通用列表*/
	.wjzt-list-main{
		padding-top: 30px;
	}
	.wjzt-list-main .wjzt-thumb{
		font-size: 14px;
	}
	.list-main{
		padding-top: 30px;
	}
	.wjzt-list-main .base-title{
		margin-bottom: 10px;
	}
	.wjzt-list-main .base-title img{
		height: 80px;
	}
	.wjzt-list-main .list-main ul li{
		font-size: 15px;
		padding: 15px 0;
	}
	.wjzt-list-main .list-main ul li .li-left{
		padding-left: 35px;
		margin-right: 130px;
	}

	.wjzt-list-main .list-main ul li .li-left:before{
		width: 4px;
		height: 4px;
		left: 15px;
		top: 9px;
	}

	.wjzt-list-main .list-main ul li .li-right{
		font-size: 14px;
	}



	/*分页*/
	.nypage {
		padding: 40px 0 50px;
		line-height: 32px;
	}

	.nypage a {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}


	.nypage font {
		height: 30px;
		line-height: 30px;
	}
	.nypage font span {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}

	.nypage font span {
		line-height: 28px;
		margin-right: 3px;
	}

	.nypage input {
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin-top: -1px;
	}

	.nypage #go {
		height: 30px;
		line-height: 30px;
		margin-top: -1px;
	}


	/*细览*/

	.ejCon {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	.ejRb .title {
		font-size: 22px;
		line-height: 38px;
		margin: 0 70px;
	}

	.ejCon .infos {
		padding: 15px 0;
	}


	.ejartD {
		font-size: 16px;
	}



	
	
}
