body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:14px;
	color:#393939;
}

a{
	color:#393939;
}

/* a:hover{
color:#ef1c2 !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
} */
body,td,th {
	font-family: "Microsoft Yahei", SimSun;
	color: #333;
}
/* a:link {
	color: #393939;
}
a:visited {
	color: #666;
} */
.fw{
	color: #AA6A08;
}

.fw a{
	color: #FFF;
}

.fw a:hover{
	color: #fff !important;
}

img{
	display:block;
}

.wrapper{
	width:100%;
	min-width:1200px;
	max-width:1920px;
	margin:0px auto;
	overflow:hidden;
}

.w1200{
	width:1200px;
	margin:0px auto;
}
.w540{width:540px;}
.w820{width:820px;}
.w620{width:620px;}
.w700{width:700px;}
.w450{width:450px;}
.w830{width:830px;}
.w350{width:350px;}
.w410{width:410px;}
.w330{width:330px;}
.w478{width:478px;}
.mt15{
	margin-top: 15px;
}
.mt35{
	margin-top: 35px;
}

.mt70{
	margin-top: 70px;
}
.mb35{ margin-bottom: 35px; }
.mt140{
	margin-top: 140px;
}

h1,h2,h3,h4,h5{
	font-family:"Microsoft Yahei","SimHei";
	overflow:hidden;
}

p,li{
	overflow:hidden;
}

#header{
	background: #fff;
	position: relative;
	z-index: 10000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header .w1200{
	height: 975px;
	position: relative;
}

#header .old{
	position:absolute;
	right:10px;
	top:88px;
	z-index: 900;
}

#header .old span{
	float:right;
	color:#e23100;
	line-height:16px;
	cursor:pointer;
}

#header .old .bar{
	float: right;
	display: inline;
	margin-right: 8px;
	height: 16px;
	line-height: 16px;
	padding: 0px 8px 0px 3px;
	background-color: #CC3300;
	background-image: url(images/header-old.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#header .old .bar a{
	float:right;
	font-size:12px;
	margin:0px 5px;
	display:none;
}

#header .old .bar .first{
	display:block;
}

#header .old:hover .bar a{
	display:block;
}

#header .part0{
	position: absolute;
	width: 1480px;
	margin-left: -740px;
	height: 559px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	background: url(../images/header-part0.png) no-repeat left bottom;
	z-index: 800;
}

#header .cover{
	position: absolute;
	width: 1920px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -960px;
	z-index: 820;
}

#header .part1{
	position: absolute;
	left: 4px;
	top: 169px;
	z-index: 888;
}

#header .part2{
	position: absolute;
	left: 307px;
	top: 620px;
	z-index: 888;
}

#header .part3{
	position: absolute;
	right: 0px;
	top: 15px;
	z-index: 888;
}

#header .part4{
	position: absolute;
	left: 490px;
	top: 220px;
	z-index: 888;
}
.floatYun {
	width:100%;
	position: absolute;
	top: 15px;
}

.floatYun .yun{
			width:1900px;
			height:945px;
}


/* 导航 */
#nav{
	height: 108px;
	position: relative;
	z-index: 999;
	background-image: url(../images/2020jxlhnavbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.zt_nav{ padding-left:330px; padding-top:36px;}
.zt_nav a{
	font-size:26px;
	color:#FFF;
	margin-right:40px;
}
.zt_nav a:hover{ color:#FFF;}
#nav .w1200 .topic .text p a:hover {
	color:#fff;
}


/* 大头条 */
.hot1{
	text-align: center;
	width: 1097px;
	padding-bottom: 27px;
	background-image: url(../images/hot.gif);
	background-repeat: no-repeat;
	background-position: 23px 23px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.hot1 h1{
	font-size:45px;
	line-height:52px;
	margin:14px 0px 4px 0px;
	font-weight: bold;
}
.hot1 h1 a{
	color:#bb0710;
}
.hot1 p{
	font-size: 18px;
	line-height: 40px;
	color: #393939;
}

/* 翻屏卡片 */
#layout03 ul{
	margin-left: -17px;
}

#layout03 li{
	float: left;
	margin-left: 15px;
	width: 220px;
	height: 168px;
}
#layout03 li a{
    display: block;
}
#layout03 a:hover{
	color: #fff !important;
}

#layout03 .card{
	position:relative;
	transition:all 0.5s ease-out 0s;
	transform-style:preserve-3d;
	perspective:1000px;
}

#layout03 .card .front{
	height: 168px;
	width: 220px;
	padding-top: 15px;
	text-align: center;
	backface-visibility: hidden;
	transition: all 0.5s ease-out 0s;
	transform-style: preserve-3d;
	z-index: 2;
	transform: rotateY(0deg);
	position: relative\9;
	z-index: 3\9;
}

#layout03 .card:hover .front{
	transform: rotateY(-180deg);
}

#layout03 .card .front .title{
	width: 100%;
	margin: 0px auto;
}

#layout03 .c1 .card .front .title{ background-color: #276bda; }
#layout03 .c2 .card .front .title{ background-color: #d5c404; }
#layout03 .c3 .card .front .title{ background-color: #7b4eda; }
#layout03 .c4 .card .front .title{ background-color: #f5773a; }
#layout03 .c5 .card .front .title{ background-color: #f5773a; }
#layout03 .c6 .card .front .title{ background-color: #1ba589; }
#layout03 .card .front .title img{
	display: inline-block;
	vertical-align: top;
}
#layout03 .c4,#layout03 .c5,#layout03 .c6{ margin-top:20px;}

#layout03 .card .front h3{
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	margin-top:35px;
	font-weight: normal;
	color: #FFF;
}

#layout03 .card .back{
	height: 168px;
	width: 220px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	backface-visibility: hidden;
	transition: all 0.5s ease-out 0s;
	transform-style: preserve-3d;
	transform: rotateY(-180deg);
}

#layout03 .card:hover .back{
	transform:rotateY(-360deg);
	z-index:4\9;
}

#layout03 .card .back td{
	padding:0px 15px;
}

#layout03 .card .back td h4{
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	padding: 0px 8px;
}

#layout03 .card .back td p{
	padding: 8px 8px 0px 8px;
	font-size: 12px;
	line-height: 18px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(255,255,255,0.4);
	margin-top: 8px;
}
#layout03 .c1 .front,#layout03 .c1 .back{ background-color: #4886ec; }
#layout03 .c2 .front,#layout03 .c2 .back{ background-color: #e3d219; }
#layout03 .c3 .front,#layout03 .c3 .back{ background-color: #9870eb; }
#layout03 .c4 .front,#layout03 .c4 .back{ background-color: #ef8b5a; }
#layout03 .c5 .front,#layout03 .c5 .back{ background-color: #ef5a61; }
#layout03 .c6 .front,#layout03 .c6 .back{ background-color: #2cc28b; }
/* 左侧推荐导读新闻+列表 */
.news{
	border-top:1px solid #e5e5e5;
	margin:-1px;
	_padding-top:23px;
}
.news h4{
	font-size:24px;
	line-height:32px;
	height:32px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.news h4 a{
	color:#333;
}
.news ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 6px;
}
.news li{
	font-size: 18px;
	line-height: 40px;
	height: 40px;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.more1{
	font-size:18px;
	border:1px solid #ccc;
	display:block;
	border-radius:17px;
}
/*foc*/
#owl-demo,#owl-demo1{
	position: relative;
	width: 100%;
	height: 460px;
}
#owl-demo .item,#owl-demo1 .item{ position:relative;display:block;}
#owl-demo img,#owl-demo1 img{
	display: block;
	width: 700px;
	height: 460px;
}
#owl-demo b,#owl-demo1 b{position:absolute;left:0;bottom:0;width:100%;height:60px;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
#owl-demo span,#owl-demo1 span{position:absolute;left:0;bottom:30px;width:100%;font-size:16px;color:#fff;text-align:center;}

.owl-pagination{position:absolute;left:0;bottom:3px;width:100%;height:22px;text-align:center;}
.owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background-image:url(../images/bg15.png);*display:inline;*zoom:1;}
.owl-pagination .active{width:25px;background-image:url(../images/bg16.png);}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-50px;text-indent:-9999px;}
.owl-prev{left:0;background-image:url(../images/bg17.png);}
.owl-next{right:0;background-image:url(../images/bg18.png);}
.owl-prev:hover{background-image:url(../images/bg19.png);}
.owl-next:hover{background-image:url(../images/bg20.png);}


.area-content-report{
	height: auto;
	overflow: auto;
	width: 1200px;
}
.area-content-report .report-list{
	width: 620px;
	float: left;
}

.area-content-report .report-list ul{
	float: left;
	width: 620px;
	padding-top: 13px;
	padding-right: 0;
	padding-bottom: 12px;
	font-size:18px;
	line-height: 36px;
}

.area-content-report .area-content-pic{
	float: right;
	width: 546px; margin-top:25px;
}
.area-content-report .area-content-pic li{list-style: none;}
.area-content-report .area-content-pic li a img{display: block;float: left;width: 263px;height: 140px;border:none;}
.slider-modal{position: relative;}
.slider-modal a img{width: 660px;height: 390px;display: block;}
.area-content-pic li{position: relative;width: 245px;height: 140px;}
.slider-modal .popup_bk{width: 100%; position: absolute; bottom: 0; height: 50px;position: absolute;background: #000;opacity: 0.5;filter:alpha(opacity=50);}
.slider-modal .popup{z-index: 5;position: absolute;bottom: 0;width: 100%;}
.slider-modal .popup p{font-size: 20px;color: #fff;margin-left: 5%;line-height: 50px;z-index: 100;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;margin-right: 5%;}

.slider-modal{position: relative;}
.slider-modal a img{width: 660px;height: 390px;display: block;}
.area-content-pic li{
	position: relative;
	width: 264px;
	height: 140px;
	margin-left: 8px;
	margin-bottom: 15px;
	float: left;
}
.area-content-pic .popup_bk{width: 100%; position: absolute; bottom: 0; height: 34px;position: absolute;background: #000;opacity: 0.5;filter:alpha(opacity=50);}
.area-content-pic .popup{z-index: 5;position: absolute;bottom: 0;width: 100%;}
.area-content-pic .popup p{font-size: 14px;color: #fff;margin-left: 5%;line-height: 34px;z-index: 100;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;margin-right: 5%}

/*日历*/
.block2{
	height: 220px;
	border: 1px solid #efece9;
	position: relative;
	text-align: center;
}

.block2 .title{
	padding-top: 25px;
}

.block2 .title img{
	display: inline;
	width: auto;
	height: auto;
}

.block2 .arrow{
	position: absolute;
	width: 12px;
	height: 23px;
	cursor: pointer;
	top: 90px;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.block2:hover .arrow{
	filter:alpha(opacity=100);
	opacity:1;
}

.block2 .arrow3{
	left: 28px;
	background-image: url(../images/ly03-arrow3.png);
}

.block2 .arrow4{
	right: 28px;
	background-image: url(../images/ly03-arrow4.png);
}

.block2 h3{
	font-size: 36px;
	color: #7bb89d;
	height: 40px;
	line-height: 40px;
	margin-top: 22px;
}

.block2 p{
	border-top: 1px solid #efece9;
	font-size: 20px;
	color: #565656;
	height: 24px;
	line-height: 24px;
	margin-top: 30px;
	padding-top: 20px;
}

.block2 p a{
	color: #565656;
}
.newslist li {
	font-size: 16px;
	line-height: 36px;
	color: #666;
}
/* 滑片 排行版*/
.scrolldoor {
	overflow: hidden;
	border-top-width: 0px;
	margin: 0px auto;
}
.scrolldoor_title {
	width: 100%;
	height: 45px;
	color:#cc3333;
	padding-top: 8px;
	font-size: 20px;
	margin-bottom: 8px;
}
.scrolldoor_title ul {padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px;list-style-type: none;}
.scrolldoor_title li {
	float: left;
	width: 50%;
	cursor: pointer;
	height: 45px;
	text-align: center;
	background-color: #3399cc;
}
.scrolldoor_title li a {
	font-size: 20px;
	color: #FFF;
	line-height: 45px;
}
.scrolldoor_title li.on {
	float: left;
	width: 50%;
	color: #FFFFFF;
	height: 45px;
	font-weight: bold;
	background-color: #cc3333;
}
.scrolldoor_title li.on a {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 45px;
	font-weight: bold;
}
.pictxt img {
	float: left;
	height: 100px;
	width: 176px;
	margin-right: 20px;
}
.pictxt h1 {
	font-size: 16px;
	color: #C33;
}
.pictxt {
	font-size: 14px;
	line-height: 26px;
	color: #999;
	height: 100px;
}
/* .hot1 p a {
	color: #db000a;
} */
.bigtit h1 a {
	font-size: 36px;
	color: #333;
}
.tit {
	background-image: url(../images/tit_bg1.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.tit2 {
	background-image: url(../images/tit_bg2.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}.bgline {
	background-image: url(../images/bgline.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.db .peo {
	background-image: url(../images/r1.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 176px;
}
.db .peo img {
	height: 158px;
	width: 158px;
	border-radius:100px;
	padding-left:8px;
	float: left;
	margin-right: 30px;
	padding-top: 10px;
}
.db h1 {
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 15px;
	color: #333;
}
.db h1 span {
	color: #FFF;
	background-color: #C33;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right: 20px;
	font-size: 18px;
}
.db h2 {
	font-size: 16px;
	line-height: 36px;
	font-weight: normal;
	margin-bottom: 15px;
	color: #666;
}
.db {
	font-size: 16px;
	line-height: 32px;
	color: #999;
}
.db p a {
	color: #999;
}



#carousel{position:relative}
#carousel ul{list-style:none;display:block;margin:0;padding:0; overflow:hidden}
#carousel li{text-align:center;display:block;width:373px;height:430px;padding:0;margin:0 13px;float:left;position:relative}
#carousel li img{width:373px;height:　356px}
#carousel li{display: block;
	-webkit-transition: all ease .2s;
	transition: all ease .2s; background:#fff}
#carousel li:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);

}
.clearfix{float:none;clear:both}
#carousel .next,#carousel .prev{
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 37px;
	height: 67px;
	position: absolute;
	top: 142px;
	z-index: 999
}
#carousel .prev{
	left: -37px;
	background-image: url(../images/newl.png);
}
#carousel .next{
	right: -39px;
	background-image: url(../images/newr.png);
}
#carousel h1{
	font-size: 20px;
	padding-top:20px;
	color: #3399cc;
}
.w1200 #carousel ul li h1 a {
	color: #3399cc;
}
#layout05{
	padding-top: 35px;
	padding-bottom: 130px;
	background-image: url(../images/bg_3.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}


#layout02 {
	background-image: url(../images/bg_1a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#layout04 {
	background-image: url(../images/bg_2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 1195px;
}
#layout08 {
	background-image: url(../images/bg_9.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 745px;
}
#layout09 {
	background-image: url(../images/bg_11.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#layout10 {
	background-image: url(../images/bg_8.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 845px;
}
.phone {
	background-image: url(../images/web_03.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 445px;
	width: 274px;
	padding-top: 100px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 100px;
}
.chlist li {
	float: left;
	margin-left: 60px;
	padding-top: 15px;
}
.ry {
	line-height: 45px;
	color: #FFF;
	background-color: #e34a3b;
	height: 45px;
}


/*日历*/
.calendar {
  width: 100%;
  height: 220px;
  background: #e9edf8;
  padding-top: 40px; }
  .calendar .calendarBox {
	width: 1200px;
	margin: 0 auto;
	height: 180px;
	position: relative;
	overflow: hidden;
}
      .calendar .calendarBox .calTime {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 125px;
	text-align: left;
}
        .calendar .calendarBox .calTime b {
	display: inline-block;
	margin-top: 10px;
	letter-spacing: -5px;
}
      .calendar .calendarBox .calNews {
	width: 590px;
	height: 155px;
	position: absolute;
	left: 165px;
	top: 0px;
}
        .calendar .calendarBox .calNews img {
          float: left;
          margin-right: 35px; }
        .calendar .calendarBox .calNews h3 {
	font-size: 24px;
	color: #990000;
	line-height: 150%;
	padding-bottom: 15px;
}
          .calendar .calendarBox .calNews h3 a {
	color: #990000;
	font-size: 20px;
}
        .calendar .calendarBox .calNews p {
          font-size: 16px;
          line-height: 180%; }
          .calendar .calendarBox .calNews p a {
            color: #990000; }
          .calendar .calendarBox .calNews p img {
            float: none;
            margin: 10px 0 0 0; }
	.calTime b {
	color: #C83A2C;
	font: normal 100px/100px "SimHei";
}
.calendar .calendarBox .scrolldoor_title li {
	margin-top: 5px;
	width: 127px; margin-left:5px;
}

#layout07{
	background-image: url(../images/bg_7.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 140px;
}
.pic-show img {
	width: 280px;
}
/*** guide ***/
.guide{
	width:100px;
	margin-left:650px;
	position:fixed;
	left:50%;
	bottom:134px;
	_position:absolute;
_top:expression(documentElement.scrollTop+documentElement.clientHeight - this.clientHeight - 134+'px');	display:block;
}
.guide a{display:block;width:100px;height:50px;background:url(//www.jxnews.com.cn/zt/2019jxlh/images/sprite_v2.png) no-repeat;margin-top:10px;text-decoration:none;font:16px/50px "Microsoft YaHei";text-align:center;color:#fff;border-radius:2px;}
.guide a span{display:none;text-align:center;}
.guide a:hover{
	text-decoration:none;
	background-color:#df3939;
	color:#fff;
}
.guide a:hover span{
	display:block;
	width:100px;
	background:#df3939;
}
.guide .find{background-position:0px -5px;}
.guide .edit{background-position:0px -50px;}
.guide .top{background-position:0px -100px;}

.newslist2 li{
	font-size: 20px;
	height: 30px;
	margin-bottom: 25px;
	line-height: 30px;
	float: left;
	width: 450px;
	text-align: left;
}
.newslist2 li a{color: #252525;}
.newslist2 a:hover{color: red;}
.newslist2 li a span{
	display: inline-block;
	background: #df3939;
	color: #fff;
	width: 100px;
	text-align: center;
	margin-right: 20px;
	height: 30px;
}
.w920{width:920px;}
.w270{width:270px;}
.picTitle {
    width: 434px;
    height: 230px;
    position: relative;
}
.picTitle img {
   width: 434px;
    height: 230px;
}
.picTitle .bg {
    background: #000;
    bottom: 0;
    height: 30px;
    left: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
    position: absolute;
    width: 100%;
    z-index: 10;
}
.picTitle .name a {
    color: #fff;
    text-decoration: none;
}

.picTitle .name {
    bottom: 0;
    color: #fff;
    height: 30px;
    left: 0;
    line-height: 30px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 11;
}
.lianghui_item_l {
  width: 750px;
}
#layout6{
	background-image: url(../images/bg_6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#layout6 .phone{
	float: left;
	width: 363px;
	height: 473px;
	background: url(../images/ly21-phone.png);
	position: relative;
}

#layout6 .phone .main{
	position: absolute;
	width: 357px;
	height: 544px;
	border: 1px solid #e3e3e3;
	top: 60px;
	left: 16px;
}

#layout6 .phone .list{
	height: 497px;
	overflow-y: scroll;
}

#layout6 .phone .list li{
	padding: 15px 10px;
	transition: all 0.2s;
}

#layout6 .phone .list li:hover{
	background: #eee;
}

#layout6 .phone .list .photo{
	float: right;
	width: 80px;
	height: 60px;
}

#layout6 .phone .list .text{
	float: left;
	width: 220px;
}

#layout6 .phone .list .text h3{
	font-size: 17px;
	line-height: 22px;
	height: 44px;
	font-weight: normal;
}

#layout6 .phone .list .text h3 a{
	color: #284a65;
}

#layout6 .phone .list .text p{
	font-size: 12px;
	line-height: 16px;
	color: #888;
}

#layout6 .right{
	width: 780px;
	margin-top: 160px;
}

#layout6 .right .sn{
	margin-top: 40px;
}
#layout6 .topic1 img{ text-align:center;}

.xb2 .tag{
	position:absolute;
	left:-22px;
	top:29px;
	width:200px;
	height:46px;
	line-height:46px;
	text-align:center;
	background:#cf0d0b;
	color:#fff;
	font-size:30px;
	font-weight:bold;
	z-index: 100;
}
.xb2 i{
	position:absolute;
	left:-21px;
	top:75px;
	width:22px;
	height:11px;
	background-image: url(../images/page4-tag.gif);
}
.more {
	color: #DF3939;
	float: right;
	margin-top: -15px;
}
.more a {
	color: #df3939;
}

.news{
	border-top:1px solid #e5e5e5;
	margin:-1px;
	_padding-top:23px;
}
.news h4{
	font-size:24px;
	line-height:28px;
	height:28px;
	margin-top: 21px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.news h4 a{
	color:#393939;
}
.news ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 6px;
}
.news li{
	font-size:18px;
	line-height:40px;
	height:40px;
	padding-left:36px;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.news1{
	
	margin:-1px;
	_padding-top:23px;
}
.news1 h4{
	font-size:24px;
	line-height:28px;
	height:28px;
	margin-top: 21px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.news1 h4 a{
	color:#393939;
}
.news1 ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 6px;
}
.news1 li{
	font-size:18px;
	line-height:40px;
	height:40px;
	padding-left:36px;
	background-image: url(../images/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.more1{
	font-size:18px;
	border:1px solid #ccc;
	display:block;
	border-radius:17px;
}
.w560 .news {
	float:left;
	display:inline;
	height:200px;
	border:1px dashed #9f9f9f;
	position:relative;
	overflow:visible;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 70px;
	padding-right: 20px;
	padding-bottom: 0px;




	padding-left: 40px
	width: 100%;
	width: 100%;
	padding-left: 20px;
}
.w560{width:560px;}
.w580{width:580px;}
.rdxw{ width:410px; float:left;}
.zxxw{ width:410px; float:right;}
.newslist{ margin-bottom:15px;}
.newslist a{
	font-size: 16px;
	line-height: 38px;
	color: #393939;
	padding-left:8px;
}
.rezx img{ float:left; margin-left:10px; margin-right:10px; }

.liststyle13 li { font-size:18px;  
  height: 30px;text-align: left;
  line-height: 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-overflow: ellipsis;
  overflow: hidden;
 
font-weight:500;

}
.liststyle13 li:hover {
  margin-left: -8px;
}
.f-cb:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.f-cb{zoom:1;}
.m-yzbg{
	width: 100%;
	background: url() no-repeat center top;
	padding-top: 10px;
}
.f-wp{
	width:1200px;
	margin-left: auto;
	margin-right: auto
}
.m-yzw{
	position: relative;
	margin-bottom: 30px;
}
.m-ytab{

	padding-top: 20px;
}
.m-ytab .itm{
	height: 465px;
	display: none;
}
.m-ytab .itm.active{
	display: block;
}
.m-ytab .l1{
	width: 600px;
	margin-bottom: 20px;
}
.m-ytab .l1 h3{
	font-size: 18px;
	margin-bottom: 12px;
	white-space: nowrap;
  	text-overflow: ellipsis;
  	overflow: hidden;
}

.m-ytab li{
	font-size: 18px;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-bottom: 8px;
	border-bottom: 1px dashed #e3e3e3;
}
.m-ytab .pic{
	margin-right: -20px;
}
.m-ytab .pitm{
	width: 386px;
	height: 200px;
	margin-right: 20px;
	float: left;
	position: relative;
}
.m-ytab .pitm img{
	overflow:hidden;
	width: 386px;
	height: 200px;
}
.m-ytab .pitm a:hover{
	text-decoration: none;
}
.m-ytab .pitm .pa{
	width: 366px;
	padding: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(174,18,17);
	background: rgba(174,18,17,.8);
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}
.m-yct{
	width: 460px;
	position: absolute;
	right: 0;
	top: 22px;
}
.m-yct .itm{
	width: 230px;
	height: 120px;
	float: left;
	cursor: pointer;
}
.m-yct .itm1{
	background-color: #fed032;
	background-image: url(../images/g3.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.m-yct .itm2{
	background-color: #e04241;
	background-image: url(../images/g4.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.m-yct .itm3{
	background-color: #a1ba38;
	background-image: url(../images/g2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.m-yct .itm4{
	background-color: #41c2ec;
	background-image: url(../images/g1.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.foucsBg6{
	width: 100%;
	background-image: url(../images/bg_10.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 80px;
	height:645px;
}
.jyzj{ margin-top:430px; padding-left:630px;}
.ztnavbox{
	padding-bottom:12px;
	overflow:hidden;
	background-image: url(../images/qglhztnavtitlebg02.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.ztnavbox strong{
	font-size:36px;
	color:#cc3b3b;
	line-height:2;
	padding-left:2px;
}
.ztnavbox1{
	padding-bottom:12px;
	overflow:hidden;
	background-image: url(../images/bt-bg2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
    position: relative;
}
.ztnavbox1 strong{
	font-size:24px;
	color:#cc3b3b;
	line-height:2;
	padding-left:2px;
}
.ztnavbox2{
	padding-bottom:12px;
	overflow:hidden;
	background-image: url(../images/qglhztnavtitlebg03.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.ztnavbox2 strong{
	font-size:24px;
	color:#e81a12;
	line-height:2;
	padding-left:2px;
}
.ztnavbox4{
	padding-bottom:12px;
	overflow:hidden;
	background-image: url(../images/qglhztnavtitlebg04.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.ztnavbox4 strong{
	font-size:24px;
	color:#e81a12;
	line-height:2;
	padding-left:2px;
}
#layout09 .box1{
	background: url(images/ly25-bg.jpg) no-repeat center top;
	padding-top: 50px;
}

#layout09 .topic{
	height: 98px;
	background: url(images/ly25-topic.png) no-repeat center top;
	margin-bottom: 300px;
}

#layout09 .topic a{
	display: block;
	width: 1200px;
	height: 100%;
	margin: 0px auto;
}

#layout09 .box1 .text{
	float: left;
	width: 520px;
	margin-top: 45px;
}

#layout09 .box1 .text h3{
	font-size: 42px;
	line-height: 52px;
	max-height: 104px; 
}
#layout09 .box1 .text h3 a{
	color: #e81a12;
}

#layout09 .box1 .text p{
	line-height: 40px;
	max-height: 160px;
	font-size: 16px;
	margin-top: 45px;
}
#layout09 .box1 .text p a{
color: #ec5a39;
}
#layout09 .box1 .photo{
	float: right;
	width: 610px;
	height: 315px;
	position: relative;
	margin-top: 50px;
}

#layout09 .box1 .photo p{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 22px;
	z-index: 9;
}
#layout09 .box1 .photo p a{
	 color:#FFF;
}

#layout09 .box1 .photo .shadow{
	position: absolute;
	z-index: 1;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 56px;
	background: #000;
	filter:alpha(opacity=70);
	opacity:0.7;
}

#layout09 .list{
	margin-top: 30px;
}

#layout09 .list ul{
	margin-left: -40px;
}

#layout09 .list li{
	float: left;
	width: 580px;
	margin: 0px 0px 0px 40px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aa6807;
}

#layout09 .list li span{
	float: left;
	width: 78px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	margin: 10px 10px 0px 0px;
	background-color: #e81a12;
}
.asideUl{width:165px;opacity:0;filter:alpha(opacity=0);position:fixed;top:70px;left:50%;margin-left:600px;z-index:99;transition:all .5s;display:none}
.asideUl .asideTop{width:165px;height:75px;background-position:-1103px -666px}
.asideUl .asideCont{width:121px;background-color:#d63737; margin-left:12px;}
.asideUl .asideCont li{width:123px;height:44px;border-bottom:1px solid #991818;line-height:44px;text-align:center;color:#fff;cursor:pointer;font-size:20px; margin-left:10px;}
.asideUl .asideCont li:last-child{border-bottom:none}
.asideUl .asideBot{width:143px;height:48px;background-position:-1180px -565px}
.asideUl .asideCont{width:143px;background-color:#d63737}.asideUl .asideCont li{width:123px;height:44px;border-bottom:1px solid #991818;line-height:44px;text-align:center;color:#fff;cursor:pointer;font-size:20px}.asideUl .asideCont li:last-child{border-bottom:none}.asideUl .asideBot{width:153px;height:48px;background-position:-1185px -565px}.asideFix{opacity:1;display:block;filter:alpha(opacity=100);transition:all .5s}
.sp {
    background: url(../images/e0104bsp.png) no-repeat;
}


.fw{ color:#FFF;}
#layout11{

}

#layout11 .box1{
	position: relative;
	height: 578px;
}

#layout11 .box1 .middle{
	position: absolute;
	width: 599px;
	height: 578px;
	left: 300px;
	top: 0px;
	z-index: 9;
	background-image: url(../images/ly05-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#layout11 .box1 .topic{
	float: left;
	width: 189px;
	margin: 5px 0px 0px 6px;
}

#layout11 .box1 .hot{
	float: right;
	width: 285px;
	margin: 35px 50px 0px 0px;
}

#layout11 .box1 .hot h3{
	font-size: 30px;
	line-height: 36px;
}

#layout11 .box1 .hot h3 a{
	color: #c71414;
}

#layout11 .box1 .hot .photo{
	width: 240px;
	height: 155px;
	margin-top: 30px;
}

#layout11 .box1 .hot p{
	line-height: 26px;
	color: #777;
	margin-top: 32px;
	max-height: 156px;
}

#layout11 .box1 .hot p a{
	color: #777;
}

#layout11 .box1 .small{
	position: absolute;
	width: 230px;
	height: 213px;
	padding: 50px 40px 0px 40px;
}

#layout11 .box1 .s1{
	left: 0px;
	top: 28px;
	border-radius: 28px 0px 0px 0px;
	background-color: #FC6;
}

#layout11 .box1 .s2{
	left: 0px;
	top: 291px;
	border-radius: 0px 0px 0px 28px;
	background-color: #d83636;
}

#layout11 .box1 .s3{
	right: 0px;
	top: 28px;
	border-radius: 0px 28px 0px 0px;
	background-color: #d83636;
}

#layout11 .box1 .s4{
	right: 0px;
	top: 291px;
	border-radius: 0px 0px 28px 0px;
	background-color: #FC6;
}

#layout11 .box1 h4{
	line-height: 35px;
	height: 35px;
	font-size: 24px;
	font-weight: normal;
}

#layout11 .box1 h4 img{
	display: inline-block;
	vertical-align: top;
	margin-left: 18px;
}

#layout11 .box1 p{
	line-height: 24px;
	max-height: 120px;
	margin-top: 15px;
}

#layout11 .box2{
	border: 1px solid #f1d8b5;
	height: 267px;
	padding: 20px 0px;
	margin-top: 13px;
	position: relative;
}

#layout11 .box2 ul{
	width: 1080px;
	margin: 0px auto;
}

#layout11 .box2 li{
	float: left;
	height: 267px;
	width: 190px;
	margin: 0px 13px;
}

#layout11 .box2 .arrow1,#layout05 .box2 .arrow2{
	position: absolute;
	width: 43px;
	height: 65px;
	top: 50%;
	margin-top: -32px;
	cursor: pointer;
	transition: all 0.2s;
	z-index: 9;
}

#layout11 .box2 .arrow1{
	left: -21px;
	background: url(images/ly05-arrow1.png);
}

#layout11 .box2 .arrow2{
	right: -21px;
	background: url(images/ly05-arrow2.png);
}

#layout11 .box2 .arrow1:hover,#layout11 .box2 .arrow2:hover{
	transform:scale(1.05,1.05);
}

@media (max-width: 1242px) {
	#layout11 .box2 .arrow1{ left: 10px; }
	#layout11 .box2 .arrow2{ right: 10px; }
}
#layout12 { background-image:url(../images/bg_12.jpg)}

#layout12 .list{
	margin-top: 30px;
}

#layout12 .list ul{
	margin-left: -40px;
}

#layout12 .list li{
	float: left;
	width: 580px;
	margin: 0px 0px 0px 40px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #aa6807;
}

#layout12 .list li span{
	float: left;
	width: 78px;
	height: 25px;
	line-height: 25px;
	color: #fff;
	text-align: center;
	margin: 10px 10px 0px 0px;
	background-color: #ec7164;
}
/*--好声音--*/
.hsy-top{
    height:70px;
    background:0 60px  url(../images/bt-bg1.png) no-repeat;
    background-size: 100%;
    position: relative;
}
.list-more{
    height: 52px;
    line-height: 52px;
    position: absolute;
    right: 0;
    top:0;
}
.hsy-list li{
    margin-top:24px;
}
.hsy-list .hsy-item-left{
    float: left;
    width:120px;
    border:1px solid #CC3A3A;
}
.hsy-item-top{
    font-size: 18px;
    color:#fff;
    height: 44px;
    line-height: 46px;
    text-align: center;
    background-color:#CC3A3A
}
.hsy-list .hsy-item-left-2{
    float: left;
    width:120px;
	height: 90px;
	line-height: 90px;
	background-color:#CC3A3A;
    /* border:1px solid #CC3A3A;*/
	/* border:1px solid  #4886ec;  */
}
.hsy-item-top-2{
    font-size: 18px;
    color:#fff;
    /* height: 44px;
    line-height: 46px; */
    text-align: center;
    background-color:#CC3A3A;
	/* background-color: #4886ec; */
}
.hsy-list .hsy-item-right{
    float: right;
    width:320px;
}
.hsy-item-name{
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.hsy-right-top{
    font-size: 17px;
    color:#333;
    font-weight: bold;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
	display: block;
}
.hsy-right-text{
    font-size: 16px;
    color:#666;
    line-height: 22px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 政府个工作报告样式 */
.zf-report{
	width:1200px;
	height:620px;
	margin:0 auto;
	background: url(../images/zf-bg.png) center center no-repeat;
}
.zf-title{
	width:100%;
	height:72px;
	line-height: 72px;
	background: url(../images/zf-title-bg.png) 0 0 no-repeat;
}
.zf-title .text{
	width:305px;
	text-align: center;
	color:#fff;
	font-size: 26px;
	font-weight: bold;
}
.zf-content{
	width:1064px;
	height:494px;
	box-sizing: border-box;
	margin: 27px auto;
	background: url(../images/zf-cnt-bg.png) 0 0 no-repeat;
	color:#cc3a3a;
	padding:70px 117px 70px 123px;
}
.zf-cnt-box{
	width:824px;
	height: 354px;
}
.zf-left {
	width:450px;
}
.zf-left h2{
	font-size:22px;
	margin-bottom: 30px;
}
.zf-left ul {
	height: 280px;
    overflow: auto;
}
.zf-left ul li{
	font-size: 16px;
	margin-bottom: 15px;
	height:24px;
}
.zf-left ul li a{
	display: block;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.zf-right{
	width:282px;
	margin-top:62px;
}
.zf-right .right-title{
	width:100%;
	height:105px;
	line-height: 105px;
	background: url(../images/zf-report-bg.png) 0 0 no-repeat;
	font-size: 28px;
	font-weight: bold;
	color:#fff;
	text-align: center;
}
.zf-right .right-item{
	width:100%;
	height: 60px;
	border-bottom:1px solid #cc3a3a;
	border-left:1px solid #cc3a3a;
	border-right:1px solid #cc3a3a;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
}
.zf-right .right-item a{
	display: block;
}

/* four screen */
.w570{
	width:570px;
}
.thirdScreen .ztnavbox1{
	margin-bottom: 10px;
}
.third-news-first{
	font-size: 24px;
	font-weight: bold;
	color:#cc393a;
	padding-left: 36px;
    background-image: url(../images/li.gif);
    background-repeat: no-repeat;
    background-position: left 10px;
	
}
.third-news-first-desc{
	font-size: 18px;
	color: #414141;
	font-weight: 500;
	margin: 10px 0 5px 0;
}
.four-list{
	height: 553px;
	background: url(../images/zt-list-bg.png) 0 0 no-repeat;
	background-size: cover;
	padding: 25px 60px 90px 60px;
    box-sizing: border-box;
}
.four-list-title{
	height: 50px;
	line-height: 50px;
	font-size: 37px;
	font-weight: bold;
	color:#cc393a;
	text-align: center;
	margin-bottom: 20px;

}
.four-news li,.third-news li{
	height: 45px;
	line-height: 45px;
}
.news-more{
	font-size: 18px;
	color: #cc393a;
}
.m-main {
    width: 1453px;
    /* margin: 0px -320px 0 -180px; */
    margin-left: -140px;
    padding: 35px;
    height: 750px;
    box-sizing: border-box;
    overflow: hidden;
    /* margin: 30px auto 0; */
    background: url(../images/rectangle.png) 0 0 no-repeat;
    background-size: 100%;
}
.m-box {
    background: #fff;
    width: 1120px;
    margin: 20px auto;
}
.wb-top img{
	margin-left: -10px;
	margin-bottom: 30px;
}