* {
    padding: 0;
    border: 0;
    outline: 0;
    margin: 0;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: bicubic;
    color: inherit;
	box-sizing: border-box;
}

a {
    text-decoration: none;
	color: inherit;
}
a:hover{
	color: #f34c53;
}

ul, li {
    list-style: none;
}

.clear {
	zoom: 1;
	clear: both;
	*zoom: 1;
}
.clear:after {
	display: table;
	content: '';
	clear: both;
}
/* Common */
body {
    font-size: 18px;
    color: #333;
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
    background-color: #fffdfb;
    width: 100%;
    min-width: 1240px;
}
.index_box {
    background: url(20251101rsb_4zqh_conbg.png) top repeat-x;
    width: 1240px;
    margin-left: auto;
    margin-right: auto;
	border-radius: 15px 15px 0 0;
	padding-top: 20px;
	margin-top: -100px;
	position: relative;
}
.rsb_szqh_wrapper,
.wrapper {
    width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
}

.rsb_sjyh_title {
    display: block;
    width: 100%;
    height: 91px;
}


/* Header */
.rsb_ztjy_header {
    background: #fff;
}

.rsb_ztjy_logo {
    display: block;
    font-size: 0;
    float: left;
    margin: 21px 0;
}

.rsb_ztjy_info {
    float: right;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin: 45px 0;
}

.rsb_ztjy_info span {
    border-right: 1px solid #ccc;
    padding-right: 22px;
    margin-right: 16px;
}

.rsb_ztjy_info a {
    color: #333;
    transition: color .5s;
}

.rsb_ztjy_info a:hover {
    color: #b4181f;
}

.banner {
    width: 100%;
}
.banner img {
    width: 100%;
}

/*.news{margin-top: 40px;}*/

/*轮播图*/
.xj-right{
    width: 700px;
	float: left;
}
.xj-right .text-cont{
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: url(20251101rsb_4zqh_bt.jpg) no-repeat;
	background-size: cover;
    color: #fff;
    text-indent: 18px;
    font-size: 20px;
    font-weight: bold;
	
	overflow: hidden;
	white-space: nowrap; 
	text-overflow:ellipsis;
	padding-right: 120px;
}
.xj-right .coverImg{
    height: 395px;
	overflow: hidden;
}
.xj-right .coverImg img{
	width: 100%;
    height: 100%;
	object-fit: cover;
	
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.xj-right a:hover .coverImg img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
	
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    text-align: right;
    box-sizing: border-box;
    right: 10px;
  }
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.4s;
  }
.swiper-active-switch {
    width: 20px;
  }

/*首页-更多*/
.more {
    display: block;
    font-size: 16px;
    background: url("20251101rsb_4zqh_more.png") right no-repeat;
	background-size: 14px;
    color: #c60001;
    font-weight: normal;
    text-align: right;
    height: 20px;
    line-height: 20px;
	padding-right: 22px;
	letter-spacing: 0;
	
    position: absolute;
    right: 10px;
}
.more:hover {
    color: #f34c53;
	background-image: url("20251101rsb_4zqh_more_h.png");
}
/*权威发布*/
.r_title .more{
	top: 12px;
}
	
.r_title{
	position: relative;
	border-bottom: 1px solid #f2d8d8;
	line-height: 36px;
	padding-left: 24px;
	padding-bottom: 14px;
	margin-bottom: 5px;
}
.r_title::before{
	content: '';
	width: 6px;
	height: 23px;
	background: #f34c53;
	position: absolute;
	left: 0;
    top: 8px;
}
.r_title .bt{
	font-size: 24px;
	font-weight: bold;
}
.right_list{
	width: 465px;
	float: right;
}
.right_list li{
	background: url(20251101rsb_4zqh_line.png) bottom repeat-x;
	height: 82px;
	position: relative;
}
.right_list li:last-child{
	background: no-repeat;
}
.right_list li a{
	padding-left: 40px;
	background: url(20251101rsb_4zqh_dot1.png) 7px 4px no-repeat;
	line-height: 1.6;
	max-height: 58px;
	display:-webkit-box;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin-top: -2px;
	
	position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
}


/*栏目box*/
.home_box {
    padding-top: 30px;
    overflow: hidden;
}
.zt_title {
	position: relative;
}
.zt_title img {
	width: 100%;
    display: block;
    margin: 0 auto;
}
.zt_title .more{
    bottom: 55px;
}

.fl{float: left;}
.fr{float: right;}

.home_list li{
	width: 48%;
	color: #333;
    line-height: 78px;
	border-bottom: 1px solid #f2d8d8;
	float: left;
}
.home_list li a{
	display: block;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow:ellipsis;
	padding-left: 36px;
	background: url(20251101rsb_4zqh_dot2.png) no-repeat left center;
}

.home_list li a:hover{
	color: #c60001;
}
.home_list li:nth-child(2n) {
	float: right;
}
.home_list li:nth-child(2n + 1) {
	clear: both;
}

/* Footer */
.rsb_ztjy_footer {
    background: #FFFFFF;
    text-align: center;
    font-size: 0;
    padding: 25px 0;
	margin-top: 70px;
	border-top: 1px #ccc solid;
}

.rsb_ztjy_footer_l,
.rsb_ztjy_footer_c,
.rsb_ztjy_footer_r {
    float: left;
}

.rsb_ztjy_footer_l {
    margin-top: 14px;
    margin-left: 299px;;
}

.rsb_ztjy_footer_c {
    width: 370px;
    font-size: 16px;
    line-height: 1.875;
    color: #000;
    margin: 0 35px;
    text-align: justify;
    text-align-last: left;
    text-justify: distribute;
}

.rsb_ztjy_footer_c a,
.rsb_ztjy_footer_c span {
    display: inline-block;
    color: #000;
    letter-spacing: .5px;
}

.rsb_ztjy_footer_c a:hover {
    text-decoration: underline;
}

.rsb_ztjy_footer_r {
    margin-top: 17.5px;
}

.rsb_ztjy_loc {
    color: #666;
    font-size: 16px;
}

.rsb_ztjy_loc a {
    color: #666;
    font-size: 16px;
}

.rsb_ztjy_loc a:hover {
    color: #b4181f;
}

.rsb_ztjy_list_box .rsb_ztjy_loc {
    margin: 25px 0;
}

.rsb_ztjy_list_box .rsb_ztjy_list {
    margin: 28px 0 0;
    background: #ffffff;
    padding: 30px 50px;
}



/*列表*/
.list_p{
	width: 1200px;
	margin: 0px auto;
}
.weizhi{
    font-size: 16px;
    color: #666666;
	line-height: 60px;
	padding-bottom: 3px;
	border-bottom: 1px solid #f34c53;
	margin-bottom: 10px;
}

.list_tem ul li{
    line-height: 1.8;
	background: url(20251101rsb_4zqh_line.png) bottom repeat-x;
    font-size: 18px;
    color: #666666;
    transition: color 0.4s;
    padding: 15px 0 17px;
    position: relative;
	width: 100%;
}
.list_tem ul li::before{
	content: '';
	width: 5px;
	height: 5px;
	background: #f34c53;
	border-radius: 50%;
	position: absolute;
	left: 15px;
	top: 28px;
}

.list_tem ul li a{
	display: block;
    position: relative;
}
.list_tem ul li .li-left{
    display: block;
    box-sizing: border-box;
    padding-left: 40px;
	padding-right: 150px;

}
.list_tem ul li .li-right{
	font-size: 16px;
	color: #707070;
    display: block;
    position: absolute;
    right: 0;
	top: 2px;
}

/*分页*/
.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 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;
}

/* Detail */
.rsb_ztjy_detail_bg {
    padding: 0 50px;
    *zoom: 1;
}
.rsb_ztjy_detail_header {
	border-bottom: 1px solid #f2d8d8;
    padding-top: 38px;
	margin-bottom: 20px;
}

.rsb_ztjy_detail_header h1 {
    color: #333;
    font-size: 30px;
	font-weight: normal;
    line-height: 46px;
    text-align: center;
    margin: 0 auto 20px;
}

.rsb_ztjy_detail_header .rsb_ztjy_detail_info {
    font-size: 16px;
    text-align: center;
    line-height: 3em;
    position: relative;
    color: #707070;
    padding-bottom: 15px;
}

.rsb_ztjy_detail_header .rsb_ztjy_detail_info span {
    margin: 0 20px;
}

.rsb_ztjy_detail_cont {
    padding-top: 15px;
    font-size: 20px;
    line-height: 2;
    color: #333;
}

.rsb_ztjy_detail_cont p {
    text-indent: 2em;
    margin-bottom: 1.5em;
}
.rsb_ztjy_detail_cont div {
    text-indent: 2em;
    margin-bottom: 1.5em;
}
.rsb_ztjy_detail_cont img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 1.3em;
}
@media screen and (max-width: 1400px){
	.index_box{
		margin-top: -70px;
	}
}