@charset "utf-8";
::-webkit-scrollbar{
    width: 10px;
    height: 10px;
    background:#eee;
}
::-webkit-scrollbar-track{
	background: transparent;
}
::-webkit-scrollbar-thumb{
    min-height: 28px;
    padding: 100px 0 0;
    background: rgba(0,0,0,.2);
    background-clip: padding-box;
    border:solid 2px transparent;
    border-radius: 5px;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset 0 -1px 0 rgba(0,0,0,.07);
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,form,input,p,span,figure{
	margin:0;
	padding:0;
}
body{
	min-width: 1200px;
	font:12px "microsoft yahei","Arial","Verdana","Tahoma";
	line-height:1.42857143;
	color:#333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border:none;
}
i,s,u,em{
	font-style:normal;
	text-decoration:none;
}
ul,li{
	list-style:none;
}
input{
	text-indent:10px;
	outline: none;
	border: none;
}
form *:focus, a:focus{
	outline:none;
}
a{
	color: #252525;
	text-decoration: none;
}
a:hover{
	color: #ca161b;
}
.dn{
	display: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.cf:after {
	content: ".";
	font-size: 0;
	height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.cf{
	zoom:1;
}
/* banner*/
.banner{
	height: 500px;
	background: url(../images/banner_jkyzt_qgqsjydh.jpg) top center no-repeat;
}
/* nav*/
.nav{
	width: 100%;
	height: 70px;
	background:#ca161b;
}
.nav ul{
	display: flex;
}
.nav li{
	flex: 1;
	position: relative;
}
.nav li:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 24px;
	background: rgba(255,226,158,.4);
	top: calc(50% - 12px);
	right: 0;
}
.nav li a{
	display:block;
	font:24px/70px "microsoft yahei";
	color: #ffe29e;
	text-align: center;
}
.nav li:hover{
	background:#c20c11;
}
/* 政策文件 */
.content-box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.ptb60{
	padding: 60px 0;
	background: #fff8e8 url('../images/pic_newslist_bg.jpg') no-repeat;
}
.mtb60{
	margin: 60px auto;
}
.left-area, .right-area{
	width: 570px;
}
.column-area{
	width: 570px;
	min-height:252px;
}
.index-title{
	width: 570px;
	height: 67px;
	margin-bottom: 20px;
	position: relative;
}
.index-title img{
	display: block;
}
/*
.index-title .more{
	width: 45px;
	height: 14px;
	background: url('../images/btn_more_jkyzt_qgjydh.png') no-repeat;
	position: absolute;
	right: 0;
	bottom: 6px;
}
.index-title .more:hover{
	background: url('../images/btn_more_h_jkyzt_qgjydh.png') no-repeat;
}*/
.index-news-list{
	padding-top: 5px;
}
.index-news-list li{
	display: flex;
	align-items: center;
}
.index-news-list li+li{
	margin-top: 25px;
}
.index-news-list li i{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: linear-gradient(120deg, #f2d8bb 0%, #e76948 100%);
}
.index-news-list li a{
	flex: 1;
	font: 18px/1 "microsoft yahei";
	margin-left: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index-news-list li:hover i{
	background: linear-gradient(120deg, #fe721b 0%, #bf1601 100%);
}
/* 专家视点 */
.zjsd{
	margin-top: 60px;
}
/* 一图解读 */
.ytjd{
	height: 882px;
	border-radius: 10px 10px 0 0;
	border: solid 6px #ffd885;
	position: relative;
}
.ytjd:after{
	content: '';
	width: 100%;
	height: 70px;
	background: linear-gradient(to top, #960a0d 0%, transparent 100%);
	position: absolute;
	left: 0;
	bottom: 0;
}
.ytjd .index-title{
	width: auto;
	height: auto;
	position: absolute;
	top: -14px;
	left: calc(50% - 140px);
}
.pic_box{
	height: 870px;
	overflow-y: auto;
}
.pic_box img{
	width: 100%;
}

/* 内页*/
.bg_yellow{
	background: #fff0da;
}
.bg_white{
    padding: 20px 30px 40px;
    background: #fff;
	border: solid 2px #f6d3b2;
}
.crumbs{
	padding-bottom: 20px;
	border-bottom: solid 1px #e4e7ed;
}
.crumbs a, .crumbs{
	font: 16px/1 "";
	color: #999;
}
.crumbs a:hover , .crumbs .active{
	color: #252525;
}
.index-news-list.listpage{
	padding-top: 30px;
}
.index-news-list.listpage a{
	padding-right: 40px;
}
.index-news-list li span {
    font-size: 15px;
    color: #999;
}
.turnPages{
	font-size: 0;
	text-align: center;
	margin-top: 40px;
}
.turnPages a {
	display: inline-block;
	height: 36px;
	font: 14px/36px "microsoft yahei";
	color: #666;
	padding: 0 15px;
	margin: 0 5px;
	border-radius: 4px;
	border: solid 1px #e5e5e5;
}
.turnPages a:hover, .turnPages .on{
	background: #ca161b;
	color: #fff;
	border-color: #ca161b;
	cursor: pointer;
}
/* 新闻详情 */
.bg_gradient{
	background: linear-gradient(to bottom, #ffecd7 0%, #fff 20%);
	overflow: hidden;
}
.crumbs_newsxq{
	width: 1200px;
	margin: 20px auto;
	border-bottom: none;
}
.news-xq .title{
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #e4e7ed;
}
.news-xq .title h3{
	font: 28px/42px "microsoft yahei";
}
.news-xq .title span{
	font: 14px/14px "microsoft yahei";
	color: #666;
	display: block;
	padding-top: 15px;
}
.news-xq .cont p{
	font: 16px/32px "microsoft yahei";
	text-indent: 2em;
	padding: 10px 0;
	word-break: break-word;
}


/* footer */
.footer{
	padding: 50px 0;
	width: 100%;
	background: #b70100;
	margin-top: 30px;
}
.dz{
	padding:10px 20px 0 0;
}
.dz img:last-child{
	float: right;
	margin: 5px 0 0 15px ;
}
.contact {
	width: 690px;
	padding:0px 20px;
	border-left: solid 1px #c22a29;
	border-right: solid 1px #c22a29;
	position: relative;
}
.contact img{
	display: inline-block;
	position: absolute;
	bottom: 25px;
	right: 20px;
}
.contact p{
	width: 570px;
	font: 13px/22px "微软雅黑";
	color: #fff;
}
/* /footer*/
/* 翻页 */
.turnPages ul{
	display: flex;
	justify-content: center;
}
.page_jump input{
	width:60px;
	height: 36px;
	font: 14px/36px "microsoft yahei";
	color: #999;
	padding: 0 10px;
	margin: 0 5px;
	border-radius: 4px;
	border: solid 1px #e5e5e5;
}
.page_jump input:hover,.page_jump input:focus{
	border-color:#ca161b;
}
.paging .page_index .current {
    color: #fff;
    background: #ca161b;
    border-color:#ca161b;
}
.paging .total_count, .paging .page_jump {
	display: none; 
}

/* 专题合并 20250401 */
.nav li:last-child:after{
	display: none;
}
/* 大会聚集 */
.content-box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.ptb60{
	padding: 60px 0;
	background: #fff8e8 url('../images/pic_newslist_bg.jpg') no-repeat;
}
.mtb60{
	margin: 60px auto;
}
#focus {
	width:580px;
	height:484px;
	overflow:hidden;
	position:relative;
}
#focus ul {
	height:100%;
	position:absolute;
}
#focus ul li {
	float:left;
	width:580px;
	height:100%;
	overflow:hidden;
	position:relative;
}
#focus ul li img{
	width: 100%;
	height: 430px;
}
#focus .textbg{
	width: 100%;
	height: 54px;
	display: block;
	background: linear-gradient(to right, #ca161b 50%, #ff6b11 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
#focus .text{
	width: 80%;
	font: 18px/54px "microsoft yahei";
	color: #fff;
	display: block;
	margin-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#focus .btn {
	position:absolute;
	right:10px;
	bottom:21px;
	z-index: 999;
}
#focus .btn span {
	width: 12px;
	height: 12px;
	float: left;
	margin: 0 3px;
	border-radius:50%;
	border: solid 1px rgba(255,255,255,.5);
	position: relative;
}
#focus .btn span.on {
	background: #fff;
	border-color: #fff;
}
#focus .preNext {
	width:35px;
	height:60px;
	background: url(../images/jky_icon_arrow.png) no-repeat;
	cursor:pointer;
	opacity: 0;
	position:absolute;
	top:178px;
	transition: opacity .3s, left .3s, right .3s;
}
#focus .pre {
    background-position: 0 -60px;
    left: -35px;
}
#focus .next {
    background-position: -35px -60px;
    right: -35px;
}
#focus .pre:hover {
    background-position: 0 0;
}
#focus .next:hover {
    background-position: -35px 0;
}
#focus:hover .pre{
	left: 0;
}
#focus:hover .next{
	right: 0;
}
#focus:hover .pre, #focus:hover .next{
	opacity: .7;
}
.column-area{
	width: 580px;
}
.index-title{
	width: 580px;
	height: 36px;
	margin-bottom: 20px;
	position: relative;
}
.index-title img{
	display: block;
}
.index-title .more{
	width: 41px;
	height: 20px;
	background: url('../images/btn_more_jkyzt_jydh.png') no-repeat;
	position: absolute;
	right: 0;
	bottom: 8px;
}
.index-dhjj-list {
	position: relative;
}
.index-dhjj-list:after {
	content: '';
	width: 1px;
	height: calc(100% - 16px);
	background: #fbe3c2;
	position: absolute;
	top: 16px;
	left: 91px;
	z-index: -1;
}
.index-dhjj-list dl{
	display: flex;
	align-items: center;
	height: 100px;
}
.index-dhjj-list dl+dl{
	margin-top: 10px;
}
.index-dhjj-list dt{
	min-width: 93px;
	height: 100%;
	padding: 15px 20px 0 0;
	position: relative;
	cursor: default;
}
.index-dhjj-list dt:after{
	content: '';
	width: 3px;
	height: 13px;
	background: #ca161b;
	position: absolute;
	top: 16px;
	right: 0;
}
.index-dhjj-list dt span{
	display: block;
	text-align: right;
}
.index-dhjj-list dt .day{
	font: 22px/1 "Arial";
	color: #4c4c4c;
}
.index-dhjj-list dt .year{
	font: 14px/1 "Arial";
	color: #808080;
	padding-top: 7px;
}
.index-dhjj-list dd{
	width: calc(100% - 93px);
	padding: 0 25px 0 20px;
}
.index-dhjj-list dd a{
	display: block;
	font: 18px/1 "microsoft yahei";
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.index-dhjj-list dd p{
	font: 13px/20px "microsoft yahei";
	color: #999;
	margin-top: 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
}
.index-dhjj-list dl:hover{
	background: linear-gradient(to right, #ca161b 50%, #ff6b11 100%);
}
.index-dhjj-list dl:hover *{
	color: #fff;
}
.index-dhjj-list dl:hover dt:after{
	background: #fff;
}
.zjsd {
    margin-top: 62px;
}
/* 数说图说 */
.index-title-ssts, .column-area-ssts{
	width: auto;
}
.index-title-ssts .more{
	top: -4px;
	bottom: auto;
}
.silder-box{
	position: relative;
	overflow: hidden;
}
.silder{
	width: 1200px !important;
	margin-top: 20px;
}
.silder-box span.silder-button{
    position: absolute;
    top: 129px;
    width: 80px;
    height: 80px;
    background: url('../images/icon_arrow_ssts_jkyzt_jydh.png');
    cursor: pointer;
}
.silder-box span.btl{
    left: 0;
    background-position: 0 0;
}
.silder-box span.btr {
    right: 0;
    background-position: -80px 0;
}
.silder-box span.btl:hover {
   	background-position: 0 -80px;
}
.silder-box span.btr:hover {
    background-position: -80px -80px;
}
.index-ssts-list li{
	width: 380px;
	height: 340px;
	margin-right: 30px;
	border-radius: 6px;
	border: solid 2px #fcdfc4;
	overflow: hidden;
}
.index-ssts-list li .go{
	width: 100%;
	height: 100%;
	display: block;
}
.index-ssts-list li img{
	display: block;
	width: 100%;
	height: 275px;
}
.index-ssts-list li span{
	display: block;
	font: 18px/60px "";
	padding: 0 20px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
@media screen and (min-width:1921px){
	.ptb60{
		background-size: cover;
	}
	.banner{
		background-size: 100% 100%;
	}
}

