@charset "utf-8";

*{word-wrap:break-word}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0}
ul,ol,dl{list-style-type:none}
html,body{*position:static}
html{font-family: sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:400}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button{overflow: visible;vertical-align:middle;outline:none}
body,th,td,button,input,select,textarea{font-family:"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53";/* font-size:12px; */color: #333;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale}
input{ border:0;}
input:focus{ outline: none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-style: normal;font-weight: normal;}
a,area{outline:none;blr:expression(this.onFocus=this.blur())}
a{text-decoration:none;cursor: pointer; color:#333333;}
a:hover{text-decoration:none;outline:none; color:#870101;}
a.ie6:hover{zoom:1}
a:focus{outline:none}
a:hover,a:active{outline:none}:focus{outline:none}
sub,sup{vertical-align:baseline}
button,input[type="button"], input[type="submit"] {line-height:normal !important}
/*img*/
img{border:0;vertical-align:middle}
a img,img{-ms-interpolation-mode:bicubic}
.img-responsive{max-width: 100%;height: auto}
*html{overflow:-moz-scrollbars-vertical;zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}(this))}

body{font-size: 14px;background: #FFF;}

/*HTML5 reset*/
header,footer,section,aside,details,menu,article,section,nav,address,hgroup,figure,figcaption,legend{display:block;margin:0;padding:0}time{display:inline}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
audio:not([controls]){display:none}
/*legend{width:100%;margin-bottom:20px;font-size:21px;line-height:40px;border:0;border-bottom:1px solid #e5e5e5}*/
legend small{font-size:15px;color:#999}
svg:not(:root) {overflow: hidden}
fieldset {border-width:0;padding: 0.35em 0.625em 0.75em;margin: 0 2px;border: 1px solid #c0c0c0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto}
input[type="search"] {-webkit-appearance: textfield; /* 1 */-moz-box-sizing: content-box;-webkit-box-sizing: content-box; /* 2 */box-sizing: content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none}
.cl:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.cl,.clearfix{zoom:1}




.page {
	background: url(../images/bg01.png) center top no-repeat;
}

.w1200{
	width: 1200px;
	overflow: hidden;
	margin: auto;
}

/***hesader-s***/

.header {
	width: 1200px;
	margin: 0 auto;
	height:1140px;
	position: relative;
}
.header-tit{
	width: 1200px;
	overflow: hidden;
	margin: auto;
	padding-bottom: 30px;
	border-bottom: 1px #999999 dashed;
	margin-bottom: 40px;
}
.header-tit h2 a{
	display: block;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color:#870101;
	padding-bottom: 20px;
}
.header-tit p a{
	display: block;
	text-align: center;
	font-size: 18px;
} 

.tit01 {
	-webkit-animation: zoomIn 0.5s 0.5s ease-out both;
	animation: zoomIn 0.5s 0.5s ease-out both;
	opacity: 1;
	position: absolute;
	top: 20px;
}
.tit02 {
	-webkit-animation: ani_top_2 0.5s 1s ease-out both;
	animation: ani_top_2 0.5s 1s ease-out both;
	opacity: 1;
	position: absolute;
	top: 565px;
	left: 410px;
}
@-webkit-keyframes ani_top_2 {
 0% {
 -webkit-transform: translate3d(0, 0.9523809523809523rem, 0);
 transform: translate3d(0, 0.9523809523809523rem, 0);
 opacity: 0;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 opacity: 1;
}
}
@keyframes ani_top_2 {
 0% {
 -webkit-transform: translate3d(0, 0.9523809523809523rem, 0);
 transform: translate3d(0, 0.9523809523809523rem, 0);
 opacity: 0;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 opacity: 1;
}
}
@-webkit-keyframes zoomIn {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 1;
}
}
 @keyframes zoomIn {
 0% {
 opacity: 0;
 -webkit-transform: scale3d(.3, .3, .3);
 transform: scale3d(.3, .3, .3);
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 1;
}
}
/***hesader-e***/



/***轮播图s***/
.slideBox {
	width: 780px;
	height: 450px;
	overflow: hidden;
	position: relative;
	float: left;
}
.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 17px;
	z-index: 1;
	text-align: center;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	display: inline-block;
}
.slideBox .hd ul li {
	float: left;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	line-height: 10px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}
.slideBox .bd img {
	width: 780px;
	height: 450px;
	display: block;
	cursor: pointer;
	transition: all 0.6s;
}
.slideBox .bd img:hover {
	transform: scale(1.4);
}
.p_bg {
	position: absolute;
	left: 0px;
	bottom: 0;
	height: 50px;
	width: 100%;
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
	background: #870101;
	line-height: 50px;
}
.p_bg a {
	font-size: 18px;
	color: #fff;
	padding-left: 14px;
}
/* 第二个轮播图：1200×675 */
#slideBox2 {
	width: 1200px;
	height: 675px;
}
#slideBox2 .bd img {
	width: 1200px;
	height: 675px;
}
#slideBox2 .p_bg {
	position: absolute;
	left: 0px;
	bottom: 0;
	height: 80px;
	width: 100%;
filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
	background: linear-gradient(to top, rgba(0,0,0,.75), rgba(0,0,0,0));
	line-height: 1.4;
}
#slideBox2 .p_bg a{
	text-align: center;
	display: block;
}
/***轮播图e***/


.left_con {
	margin-top: 0;
}
.left_con {
	width: 410px;
	float: right;
}
.left_con ul {
	margin-bottom: 16px;
}
.left_con li{
	font-size: 16px;
	color: #333;
	border-left: 6px solid #870101;
	padding: 15px 15px 15px 15px;
	height: 58.5px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 2px;
}
.left_con li img{
	float: left;
	width: 10px;
	height: 10px;
	margin: 30px 20px 0 0;
}
.left_con li p{
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.left_con li * {
    vertical-align: middle;
}
.left_con li:hover {
	background: url(../images/jj_wz_hover.png) no-repeat;
	background-size: 100% 100%;
	border-left: 6px solid #870101;
	color: #fff!important;
}
.left_con li:hover a{
	display: block;
	color: #fff!important;
}

/****轮播*****/
/*cen1*/

.slider {
	width: 100%;
	min-width: 1200px;
	height: 563px;
	position: relative;
	overflow: hidden;
	background: #fff;
	text-align: center;
	margin-bottom: 50px;
}

.slider .bd {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -600px
}

.slider .bd li {
	width: 1200px;
	overflow: hidden;
	position: relative;
}

.slider .bd li p {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 20px;
	line-height: 50px;
	height: 50px;
	text-align: left;
	text-align: center;
	background: url(../images/shadow.png) repeat-x;
}

.slider .bd li img {
	display: block;
	width: 1200px;
	height: 563px;
	transition: all 0.6s;
}
.slider .bd li:hover img {
	transform: scale(1.4);
}
.slider .tempWrap {
	overflow: visible !important
}

.slider .tempWrap ul {
	margin-left: -1200px !important;
}

.slider .hd {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1;
	height: 8px;
	bottom: 20px;
	text-align: center;
}

.slider .hd li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 8px;
	height: 8px;
	line-height: 99px;
	overflow: hidden;
	margin: 0 5px;
	cursor: pointer;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.slider .hd li.on {
	background-position: 0 0;
	filter: alpha(opacity=100);
	opacity: 1;
}

.slider .pnBtn {
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	height: 563px;
	cursor: pointer;
}

.slider .prev {
	left: -50%;
	margin-left: -600px;
}

.slider .next {
	left: 50%;
	margin-left: 600px;
}

.slider .pnBtn .blackBg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 563px;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slider .pnBtn .arrow {
	display: none;
	position: absolute;
	top: 112px;
	z-index: 1;
	width: 60px;
	height: 563px;
}

.slider .pnBtn .arrow:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.slider .prev .arrow {
	right: 0;
	background: url(../images/slider-arrow.png) -120px 0 no-repeat;
}

.slider .next .arrow {
	left: 0;
	background: url(../images/slider-arrow.png) 0 0 no-repeat;
}


.new-tit{
	width: 1200px;
	overflow: hidden;
	margin:10px auto;
}

/* 两会近距离 */
.jjl{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.jjl-img{
	width: 568px;
	height: 318px;
	overflow: hidden;
}
.jjl-img img{
	width: 568px;
	height: 318px;
	transition: all 0.6s;
}
.jjl-img:hover img {
	transform: scale(1.4);
}

/* 两会看履职 */
.klz{
	width: 1200px;
	margin: auto;;
	overflow: hidden;
}
.klz ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;	
}
.klz ul li a{
	width:585px;
	height: 70px;
	line-height: 70px;
	background: url(../images/dian01.png) no-repeat left center;
	text-indent: 20px;
	border-bottom: 1px solid #e7e7e7;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.dbg-bg{
	width: 100%;
	height: 760px;
	padding-top: 50px;
	background: url(../images/dbg-bg.png) center  no-repeat;
}

.footer{
	width: 100%;
	height: 120px;
	line-height: 120px;
	text-align: center;
	color: #FFF;
	font-size:18px;
	background: #870101;
	clear: both;
	margin-top: 65px;
}



  /* ===== 视频模块 ===== */
.video-module {
	max-width: 1200px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr) 1.1fr;
	grid-template-rows: repeat(2, 1fr);
	gap: 14px;
}
.video-card.tall {
	grid-column: 4;
	grid-row: 1 / span 2;
}

.video-card {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	cursor: pointer;
	background-size: cover;
	background-position: center;
}
.video-card.tall { aspect-ratio: auto; min-height: 100%; }

/* 底部标题渐变遮罩 */
.video-card .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 14px 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    background: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	height: 30px;
}

/* 播放按钮 */
.video-card .play {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 54px; height: 54px;
	border: 2px solid rgba(255,255,255,.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	transition: background .2s, transform .2s;
}
.video-card:hover .play {
	background: rgba(255,255,255,.25);
	transform: translate(-50%, -50%) scale(1.05);
}
.video-card .play::after {
	content: "";
	margin-left: 4px;
	border-style: solid;
	border-width: 9px 0 9px 15px;
	border-color: transparent transparent transparent #fff;
}
.video-card .cover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: 1;
}

/* ===== 占位背景（替换为真实图片）===== */


@media (max-width: 768px) {
	.video-module { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
	.video-card.tall { grid-column: auto; grid-row: auto; aspect-ratio: 16/9; min-height: 0; }
}


.wrap {
	width: max-content;
	margin: 0 auto;
}

.row {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.row+.row {
	margin-top: 20px;
}

/* ===== 左上：文字列表框 590 × 330 ===== */
.list {
	width: 590px;
	height: 330px;
	background: #fff;
	padding: 4px 22px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.list .item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 0;
	border-bottom: 1px solid #eee;
	color: #333;
	line-height: 1.4;
}
.list .item a{
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.list .item::before {
	content: "";
	flex: 0 0 auto;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #870101;
}

.list .item:hover {
	color: #b41e2b;
	cursor: pointer;
}

/* ===== 图片卡通用：图片区 + 底部红色标题条 ===== */
.card {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	cursor: pointer;
}

.card .pic {
	flex: 1;
	background-size: cover;/* 图片不变形，按比例裁剪铺满 */
	background-position: center;
	min-height: 0;
	position: relative;
	border-radius: 5px;
}
.card .pic img{
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
.card .pic p {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    background: #870101;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	position: absolute;
	z-index: 999;
	bottom: 0;
}
.card .cap {
	background: #b41e2b;
	color: #fff;
	font-size: 14px;
	padding: 11px 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 右上大图片卡：加宽到 530，与底部 4 个卡左右对齐（590 + 20 + 530 = 1140） */
.card.big {
	width: 530px;
	height: 330px;
}

/* 底部图片卡 270 × 215 */
.card.small {
	width: 270px;
	height: 215px;
}


