@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;
	margin: 0 auto; */
/*	border-collapse: separate !important;*/
	border-spacing: 0 !important;
	background-color: #ccd6e1 !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;
}

* {
	box-sizing: border-box;
}

img {
	border: 0;
	outline: 0;
/*	vertical-align: middle;*/
	
	transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

body {
	font-family: 'Microsoft YaHei';
	color: #1a1a1a;
	
	overflow-x: hidden;
	font-size: 18px;
	min-width: 1000px;
}

.clear {
	zoom: 1;
	clear: both;
	*zoom: 1;
}

.clear:after {
	display: table;
	content: '';
	clear: both;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: #da3026;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pcNone {
    display: none !important;
}

.wrapper{
	width: 1200px;
	margin: 0 auto;
}

/*----------*/
.banner img{
	width: 100%;
}
.mt40{
	margin-top: 40px;
}
.mt20{
	margin-top: 20px;
}
.in_box{
	position: relative;
}
.lm_tit{
	height: 170px;
	background: url(rt202511_4zqh_tbg.png) center center no-repeat;
	background-size: auto 100%;
	text-align: center;
	line-height: 1;
	margin-bottom: 35px;
}
.lm_tit .bt{
	display: block;
	font-size: 60px;
	font-weight: bold;
	color: #cf181b;
	padding-top: 45px;
}
.more{
	color: #c5080c;
	position: absolute;
	right: 0;
	top: 135px;
}

.more .ico{
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	line-height: 14px;
	text-align: center;
	vertical-align: middle;
	background: #c5080c;
	color: #fff;
	font-style: normal;
	border-radius: 2px;
	margin-top: -2px;
	margin-left: 8px;
}
.more a:hover{
	color: #f73131;
}
.more a:hover .ico{
	background-color: #f73131;
}
/*轮播开始*/
.lunbo{
	width: 600px;
	float: left;
}
.new_lb{
	width: 600px;
	height: 400px;
}
.new_lb li {
	width: 600px;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.new_lb li .imgs {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new_lb .pageState {
	position: absolute;
	right: 47px;
	bottom: 24px;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	z-index: 1;
	letter-spacing: 5px;
}
.new_lb .pageBg {
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 20px;
	color: #FFFFFF;
	padding-left: 50px;;
	padding-right: 110px;
	
	white-space: nowrap; /*强制不换行*/
	overflow:hidden;
	text-overflow:ellipsis;
}
.new_lb .pageState span {
	font-size: 26px;
	margin-right: 5px;
	letter-spacing: 0;
}

.new_lb .next,
.new_lb .prev {
	position: absolute;
	z-index: 2;
	bottom: 18px;
	margin-top: 0;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 12px;
	cursor: pointer;
/*	background-color: #000*/
}

.new_lb .prev {
	left: 10px;
	background-image: url(rt202511_4zqh_bar_jt1.png);
}

.new_lb .next {
	right: 10px;
	background-image: url(rt202511_4zqh_bar_jt2.png);
}

.scale_img {
	overflow: hidden;
}

.scale_img .imgs {
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}

.scale_img:hover .imgs {
	transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
}

.scale_img_nov .imgs {
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}

.scale_img_nov:hover .imgs {
	transform: scale(1.08, 1.08);
	-ms-transform: scale(1.08, 1.08);
	-webkit-transform: scale(1.08, 1.08);
}
/*轮播结束*/

.in_li_1{
	width: 47%;
	float: right;
}
.in_list{
	line-height: 80px;
}
.in_list li{
	border-bottom: 1px dashed #ebd0d2;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: left 27px;
/*	background-image: url(rt202511_4zqh_icon01.png);*/
	background-size: 26px;
}
.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;
	white-space: nowrap; /*强制不换行*/
	overflow:hidden;
	text-overflow:ellipsis;
}

/*首页-列表样式3*/
.in_li_3 li{
	width: 48%;
	float: left;
}
.in_li_3 li:nth-child(2n){
	float: right;
}
.in_li_3 li:nth-child(2n + 1){
	clear: both;
}

/*首页-列表样式2*/
.in_list2 li{
	width: 48.5%;
	float: left;
	position: relative;
	height: 140px;
	overflow: hidden;
	padding-left: 115px;
	margin-bottom: 20px;
}
.in_list2 li:nth-child(2n){
	float: right;
}
.in_list2 li:nth-child(2n + 1){
	clear: both;
}
.in_list2 li .time{
	color: #cf181b;
	text-align: center;
	width: 90px;
	height: 125px;
	padding-top: 12px;
	border: 1px solid #f8d3cc;
	background: url(rt202511_4zqh_bg2.png) bottom no-repeat #fff;
	background-size: 100%;
	box-shadow: 7px 7px 0px #fdf2f0;
	position: absolute;
	top: 0;
	left: 0;
}
.in_list2 li .time .date{
	line-height: 60px;
	margin: 0 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 48px;
	border-bottom: 1px solid #cf181b;
}
.in_list2 li .time .year{
	font-size: 14px;
}
.in_list2 li a{
	margin-top: 6px;
	max-height: 58px;
	display: block;
	line-height: 1.6;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin-bottom: 8px;
}
.in_list2 li .t{
	line-height: 1.6;
	max-height: 48px;
	font-size: 15px;
	color: #707070;
	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 li{
	width: 380px;
	height: 226px;
	overflow: hidden;
	float: left;
	margin-right: 29px;
	padding: 9px;
	border: 1px solid #f7d4d6;
}
.imglist li:last-child{
	margin-right: 0;
}
.imglist li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.imglist li:hover{
	border-color: #f73131;
	border-width: 2px;
	padding: 8px;
}
.footer{
	margin-top: 50px;
    height: 138px;
    background: url("esjszqh_bg3.png") repeat-x;
    text-align: center;
    line-height: 138px;
    font-size: 18px;
    color: #fff;
}



/*二级列表页*/
.wjzt-list-main{
/*    padding-top: 30px;*/
}

.wjzt-list-main .wjzt-thumb{
    font-size: 16px;
    color: #666666;
	line-height: 60px;
	padding-bottom: 2px;
	border-bottom: 1px solid #f8d3cc;
}
.wjzt-list-main .list-main{
	padding-top: 10px;
}
.wjzt-list-main .list-main ul li{
    /* height: 62px; */
    line-height: 1.8;
    border-bottom: 1px dashed #f8d3cc;
/*    font-size: 18px;*/
    color: #666666;
    transition: color 0.4s;
    padding: 15px 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{
    float: left;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding-left: 40px;
    width: 1070px;
}
.wjzt-list-main .list-main ul li .li-left:before{
    content: '•';
/*
    display: block;
    width: 6px;
    height: 6px;
    background-color: #bb000c;
    border-radius: 50%;
*/
    position: absolute;
    left: 15px;
    top: 0;
	color: #bb000c;
}

.wjzt-list-main .list-main ul li .li-right{
    /* float: right; */
	font-size: 16px;
    display: block;
    position: absolute;
    right: 0;
	top: 17px;
}




/*分页*/
.nypage {
    padding: 50px 0 20px;
    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 #go:hover,
.nypage a:hover,
.nypage a.cur {
    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;
}


/*详情页*/
.conbox{
	line-height: 2;
	padding: 30px 6%;
}
.conbox .title{
	font-size: 32px;
	text-align: center;
}
.conbox .sectitle{
	font-size: 24px;
	text-align: center;
}
.conbox .infos{
	text-align: center;
	font-size: 16px;
	color: #707070;
	margin-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #f8d3cc;
	margin-bottom: 20px;
}
.conbox .infos .source,
.conbox .infos .date{
	
}
.conbox .con_t p,
.conbox .con_t div {
	text-indent: 2em;
	margin: 1em 0;
	text-align: justify;
}
.conbox .con_t img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

@media screen and (max-width: 1440px){
	body {
		font-size: 15px;
	}
	.wrapper{
		width: 1000px;
	}
	/*----------*/
	
	.mt40{
		margin-top: 20px;
	}
	.mt20{
		margin-top: 0px;
	}
	.in_box{
	}
	.lm_tit{
		height: 130px;
		margin-bottom: 20px;
	}
	.lm_tit .bt{
		font-size: 42px;
		padding-top: 35px;
	}
	.more{
		top: 110px;
	}

	.more .ico{
		width: 14px;
		height: 14px;
		line-height: 12px;
	}
	/*轮播开始*/
	.lunbo{
		width: 500px;
	}
	.new_lb{
		width: 500px;
		height: 334px;
	}
	.new_lb li {
		width: 500px;
		height: 334px;
	}

	.new_lb .pageState {
		right: 35px;
		bottom: 15px;
		font-size: 14px;
	}
	.new_lb .pageBg {
		height: 60px;
		line-height: 50px;
		padding-top: 10px;
		font-size: 16px;
		padding-left: 40px;;
		padding-right: 90px;
	}
	.new_lb .pageState span {
		font-size: 20px;
	}

	.new_lb .next,
	.new_lb .prev {
		bottom: 10px;
		background-size: 10px;
	}

	.new_lb .prev {
		left: 5px;
	}

	.new_lb .next {
		right: 5px;
	}
	/*轮播结束*/

	.in_li_1{
		
	}
	.in_list{
		line-height: 65px;
	}
	.in_list li{
		padding-left: 30px;
		background-position: left 24px;
		background-size: 20px;
	}


	/*首页-列表样式2*/
	.in_list2 li{
		height: 120px;
		overflow: hidden;
		padding-left: 100px;
		margin-bottom: 20px;
	}
	.in_list2 li .time{
		width: 75px;
		height: 110px;
		padding-top: 8px;
	}
	.in_list2 li .time .date{
		margin-bottom: 10px;
		font-size: 40px;
	}
	.in_list2 li .time .year{
		font-size: 12px;
	}
	.in_list2 li a{
		margin-top: 6px;
		max-height: 58px;
		margin-bottom: 8px;
	}
	.in_list2 li .t{
		max-height: 48px;
		font-size: 13px;
	}

	.home3{
		background: url(rt202511_4zqh_bg.png) center bottom no-repeat;
	}

	.imglist li{
		width: 318px;
		height: 190px;
		margin-right: 22px;
		padding: 7px;
	}
	.imglist li:hover{
		padding: 6px;
	}
	.footer{
		margin-top: 40px;
		height: 100px;
		line-height: 100px;
		font-size: 16px;
	}
	

	/*二级列表页*/
	.wjzt-list-main{
		
	}

	.wjzt-list-main .wjzt-thumb{
		font-size: 14px;
		line-height: 42px;
	}
	.wjzt-list-main .list-main{
		padding-top: 10px;
	}
	.wjzt-list-main .list-main ul li{
		padding: 12px 0;
	}
	.wjzt-list-main .list-main ul li .li-left{
		padding-left: 30px;
		width: 880px;
	}
	.wjzt-list-main .list-main ul li .li-left:before{
		left: 10px;
	}

	.wjzt-list-main .list-main ul li .li-right{
		font-size: 14px;
		top: 13px;
	}



	/*分页*/
	.nypage {
		padding: 30px 0 0px;
		line-height: 28px;
	}

	.nypage a {
		width: 28px;
		height: 28px;
		line-height: 26px;
		font-size: 14px;
	}

	.nypage font {
		height: 28px;
		line-height: 26px;
	}

	.nypage font span {
		height: 28px;
		line-height: 26px;
		font-size: 14px;
	}

	.nypage font span {
		line-height: 26px;
	}

	.nypage input {
		height: 28px;
		line-height: 26px;
		font-size: 14px;
		margin-top: 0px;
	}

	.nypage #go {
		height: 28px;
		line-height: 26px;
		margin-top: 0px;
	}
	
	/*详情页*/
	.conbox{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.conbox .title{
		font-size: 24px;
	}
	.conbox .sectitle{
		font-size: 20px;
	}
	.conbox .infos{
		font-size: 14px;
		margin-top: 10px;
	}
	
	

}
