/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

img {
	border: 0;
}

div {
	margin: 0 auto;
}

.list-a li a {
	display: inline-block;
}

.h li {
	float: left;
	_display: inline;
	_white-space: nowrap;
}

body {
	font-family: "microsoft yahei";
	color: #333;
	font-size: 14px;
	background: #f5f5f5;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #004488;
}

.centerimg {
	display: block;
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
}

.tblue {
	color: #004488;
}

.clear {
	clear: both;
}

.h20 {
	height: 20px;
}

.h10 {
	height: 10px;
}

.ml10 {
	margin-left: 10px;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.head {
	background: #f5f5f5;
	width: 1200px;
	height: 200px;
}

.head .logo {
	width: 625px;
	height: 98px;
	margin-top: 50px;
}
.head .r{
	 width: 340px;
	 float: right;
}
.head .wzjq {
	width: 140px;
	height: 55px;
	margin-top: 40px;
}
/* 搜索 */
.search {
    width: 340px;
    height: 40px;
    margin-top: 20px;
    line-height: 0;
    font-size: 0;
}

.search .wbk {
    display: inline-block;
    box-sizing: border-box;
    width: 270px;
    height: 40px;
    border: none;
    outline: none;
    float: left;
    padding-left:40px;
    line-height: 40px;
    background: #fff url("../img2019/1.jpg") 10px 50% no-repeat;
    line-height: 20px;
    font-size: 14px;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
    border-radius:5px;
}

.search .tj {
    width: 70px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border: none;
    outline: none;
    background: #004488;
    color: #fff;
    cursor: pointer;
    float: right;
    border-radius:0px 5px 5px 0px;
}
.menubg {
	width: 100%;
	height: 63px;
	background: #004488;
}

.menu {
	height: 63px;
	width: 1200px;
	position: relative;
}

.menu li {
	float: left;
	padding: 0px 39px;
	line-height: 29px;
	height: 29px;
	margin: 17px 0;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.menu li a {
	color: #FFF;
}

.menu li+li {
	border-left: 1px solid #8ca7c2;
}

.menu li i {
	width: 30px;
	height: 30px;
	float: left;
	margin: 1px 10px 0px 0px;
	background-image: url(../img2019/4.png);
	transition: background-position .3s;
}

.menu li i.s1 {
	background-position: 0px 0px;
}

.menu li i.s2 {
	background-position: -27px 0px;
}

.menu li i.s3 {
	background-position: -55px 0px;
}

.menu li i.s4 {
	background-position: -86px 0px;
}

.menu li i.s5 {
	background-position: -118px 0px;
}
.menu li i.s6 {
	background-position: -150px 0px;
}
.menu li a:hover i.s1 {
	background-position: 0px -30px;
}

.menu li a:hover i.s2,.menu li.on i.s2 {
	background-position: -27px -30px;
}

.menu li a:hover i.s3,.menu li.on i.s3 {
	background-position: -55px -30px;
}

.menu li a:hover i.s4,.menu li.on i.s4 {
	background-position: -86px -30px;
}

.menu li a:hover i.s5,.menu li.on i.s5 {
	background-position: -118px -30px;
}
.menu li a:hover i.s6,.menu li.on i.s6 {
	background-position: -150px -30px;
}
.menu ul li .sub {
	display: none;
	width: 100%;
	left: 0px;
	top: 62px;
	z-index: 999;
	position: absolute;
	background: #FFF;
	/*background:rgba(0,0,0,.6);*/
}
.menu ul li .sub li {
	width:32%;
	line-height: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
	border:#CCC 1px solid;
	margin:2% .2%;
	float: left;
	zoom: 1;
}
.menu ul li .sub a {
	display: block;
	font-size: 16px;
	color: #004488;
}
.menu ul li .sub a:hover {

}

.itoutiao {
	width: 1180px;
	padding:10px;
	background: #FFF;
}

.itoutiao h2 {
	font-size: 20px;
	color: #004488;
	text-align: center;
	line-height: 40px;
	height: 40px;
	overflow:hidden;
}

.itoutiao h2 a {
	color: #004488;
}

.itoutiao .des {
	line-height: 30px;
	font-size: 30px;
	font-weight: bold;
	color: #004488;
	text-align: center;
}

.indexmain {
	width: 1200px;
	background: #f5f5f5;
}

.focus {
	position: relative;
	width: 690px;
	height: 430px;
	padding: 10px;
	overflow: hidden;
	background-color: #FFF;
}

.focus .pic,
.focus .pic div {
	position: relative;
	overflow: hidden;
	display: block;
	width: 690px;
	height: 430px;
}

.focus .pic img {
	width: 690px;
	height: 385px;
}

.focus .pic span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	padding: 0px 10px;
	line-height: 45px;
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.focus .prev,
.focus .next {
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 100px;
	margin-top: -50px;
	line-height: 100px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, .3);
	color: #fff;
	opacity: 0;
	transition: all .3s;
}

.focus .prev {
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 100px;
	margin-top: -50px;
	line-height: 100px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	background:url(../img2019/bg17.png) no-repeat;
	color: #fff;
	opacity: 0;
	transition: all .3s;
	left: 8px;
}

.focus .next {
	position: absolute;
	top: 50%;
	display: block;
	width: 40px;
	height: 100px;
	margin-top: -50px;
	line-height: 100px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	background:url(../img2019/bg18.png) no-repeat;
	color: #fff;
	opacity: 0;
	transition: all .3s;
	right: 8px;
}

.focus:hover .prev{
	opacity: 1;
	background:url(../img2019/bg19.png) no-repeat;
}
.focus:hover .next{
	opacity: 1;
	background:url(../img2019/bg20.png) no-repeat;
}
.focus .navi {
	position: absolute;
	bottom: 25px;
	right: 20px;
	z-index: 9;
	width: 100px;
}

.focus .navi li {
	float: left;
	box-sizing: border-box;
	width: 8px;
	height: 8px;
	margin: 0px 3px;
	font: 0/0 lx;
	border-radius: 30px;
	background-color: #b9b9b9;
	color: transparent;
	transition: width .3s ease-in;
}


.focus .navi li.on {
	width: 32px;
	background-color: #d82828;
}

.news {
	width: 460px;
	height: 430px;
	padding: 10px;
	overflow: hidden;
	background-color: #fff;
}

.inews_hd {
	height: 50px;
	line-height: 50px;
	border-bottom: #004488 2px solid;
	margin-bottom: 10px;
	position: relative;
}
.inews_hd .more{
	float: right;
	padding-right: 10px;
}
.inews_hd ul {
	margin: 0;
}

.inews_hd ul li {
	position: relative;
	display: inline-block;
	height: 52px;
	line-height: 50px;
	padding: 0 20px;
	font-weight: normal;
	font-size: 20px;
	font-weight: bold;
	color: #686868;
}

.inews_hd ul span {
	font-size: 20px;
	font-weight: bold;
	color: #686868;
}
.bg1{
	background: url(../img2019/2.jpg) no-repeat left center; 
	padding-left:110px;
}
.bg2{
	background: url(../img2019/3.jpg) no-repeat left center; 
	padding-left:110px;
}
.bg3{
	background: url(../img2019/4.jpg) no-repeat left center; 
	padding-left:110px;
}
.bg4{
	background: url(../img2019/5.jpg) no-repeat left center; 
	padding-left:110px;
}
.bg5{
	background: url(../img2019/6.jpg) no-repeat left center; 
	padding-left:110px;
}
.bg6{
	background: url(../img2019/7.jpg) no-repeat left center; 
	padding-left:110px;
}
.bg6i{
	background: url(../img2019/7i.jpg) no-repeat left center; 
	padding-left:110px;
}
.bg7{
	background: url(../img2019/18.jpg) no-repeat left center; 
	padding-left:110px;
}
.inews_hd ul li a:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 4px;
	transform: scale3d(0, 1, 1);
	transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1);
}

.inews_hd ul li.on a {
	font-weight: bold;
	color: #06b;
}

.inews_hd ul li.on a:after {
	background-color: #d82828;
	box-shadow: 0 2px 6px rgba(0, 85, 136, .2);
	transform: scale3d(1, 1, 1);
}

.inews_bd {
	width: 100%;
	padding-top: 0px !important;
}

.inews_bd ul {
	padding: 0px;
}

.inews_bd ul li {
	overflow:hidden;
	line-height: 36px;
	height: 36px;
}

.inews_bd ul li label {
	font-size: 18px;
	font-family: "宋体";
	float: left;
}

.inews_bd ul li span {
	float: right;
	color: #aaa;
}

.inews_bd ul li a {
	font-size: 16px;
}

.iyw_area {
	width: 690px;
	background: #FFF;
	padding:10px;
		height: 306px;
}
.ildjs_area {
	width: 460px;
	background: #FFF;
	padding:10px;

}
.board{
    width: 380px;
    height: 184px;
    font-size:16px;
    line-height: 34px;
    padding: 30px 40px;
    overflow: hidden;
    position: relative;
    background:url(../img2019/duty.jpg) 0px 0px no-repeat;
}
.board img{
  width: 138px;
  height: 185px;
  margin-right: 10px;
  float: left;
}
.board div{ 
	height: 200px;
}
.board h4{
  color: #004488;
  font-size:22px;
}
.board h4 i{
  width: 50px;
  height: 30px;
  display: inline-block;
  /* background:url(../img2019/icons.png) -150px -55px  no-repeat;*/
}
.board .desc{
	line-height:30px !important;
	/*text-align:justify;*/
	text-indent:2em;
}
.board p span{
  color: #004488;
}
.board .prev,
.board .next {
    position: absolute;
    right: 10px;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../img2019/arr.jpg);
    background-repeat:no-repeat;
}
.board .prev{
    top: 45%;
    background-position: 0px 0px ;
}
.board .next{
    top: 56%;
    background-position: 0px -24px ;
}
.index_ad1{
	width: 1180px;
	padding:10px;
	background: #FFF;
	overflow: hidden;
	position:relative;
}
.index_ad1 img{
	width: 1180px;
	height: 80px;
}
.index_ad1 .navi {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    margin-top: -24px;
}

.index_ad1 .navi ul li {
    width: 8px;
    height: 8px;
    margin: 6px 0;
    background-color: #fff;
    border-radius: 100px;
    font: 0/0 lx;
    color: transparent;
    cursor: pointer;
}

.index_ad1 .navi ul li.on {
    background-color: #c0392b;
}
.ifw_area{
	width: 1180px;
	height: 280px;
	padding:10px;
	background: #FFF;
}
.ifw_con{
	width: 1180px;
}
.ifw_con ul{
	margin:0;
}
.ifw_con ul li{
	width:224px;
	height: 76px;
	float: left;
	border: #CECECE 1px solid;
	padding-top: 20px;
	margin:6px 0 6px 9px;
	font-size: 16px;
}
.ifw_con ul li img{
	float: left;
	margin:0px 10px 10px 30px;
}
.ifw_con ul li .title{
	padding-top: 4px;
}
.ifw_con ul li:hover img {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	transition: all .3s linear;
}
.igzhd_type{ width: 298px; float: left;}
.igzhd_type ul{ margin: 0;}
.igzhd_type ul li{ width: 298px; height:73px ; margin:10px auto;}
.ws_left {
	width: 872px;
	height: 200px;
	float: right;
	padding-top: 5px;
}

.slide {
	float: left;
	width: 870px;
}

.wswz_t li,
.slide li {
	height: 37px;
	line-height: 37px;
	font-size: 16px;
	overflow: hidden;
	width: 100%;
}

.slide li span {
	font-size: 14px
}

.slide li span a {
	font-size: 14px
}

.igzhd_bd {
	float: left;
}

.wswz_t li span,
.slide li span {
	display: block;
	text-align: center;
	float: left;
	overflow: hidden;
}

.wswz_t li .id,
.slide li .id {
	width: 10%;
}

.wswz_t li .type,
.slide li .type {
	width: 10%;
}

.wswz_t li .title,
.slide li .title {
	width: 39%;
	text-align: left;
}

.wswz_t li .org,
.slide li .org {
	width: 15%;
}

.wswz_t li .state,
.slide li .state {
	width: 10%;
}

.slide li .state {
	color: red
}

.wswz_t li .issued,
.slide li .issued {
	width: 15%;
}

.slide li:nth-child(odd) {
	background: #f5f9fa;
}

.slide li {
	margin-top: 4px;
}

.wswz_1,
.wswz_2 {
	margin-top: 8px
}

.wswz_t {
	width: 870px;
	height: 37px;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	margin-top: 5px;
	background: #f5f9fa;
}
.ibjtj{
	width:1180px;
	height:40px;
	padding:0 10px;
	line-height:40px;
	font-size:16px;
	background:#FFF;
	text-align:center;
}
.flink2{ width: 1200px;height: 60px; }
.flink2 ul{ margin: 0;}
.flink2 ul li{ width: 290px; height: 48px; margin-top: 6px; border: #CCC 1px solid;float: left; line-height: 48px;text-align: center; background: url(../img2019/arr.png) no-repeat 90% 50% #FFF;}
.flink2 ul li a{font-size: 18px;}
.flink2 ul li:nth-child(2){margin-left: 10px;}
.flink2 ul li:nth-child(3){margin-left: 10px;}
.flink2 ul li:nth-child(6){margin-left: 10px;}
.flink2 ul li:nth-child(7){margin-left: 10px;}
.flink2 ul li:nth-child(4){float: right;}
.banquanbg{ width: 100%; height: 170px; background:#004488;}
.banquan{width: 1200px;}
.banquan a{color: #FFF;}
.banquan .l{ line-height: 30px; color: #FFF; width: 840px;float: left; padding-top: 60px;}
.banquan .logo2{float: left;margin-left: 10px;margin-top: 50px;}
.banquan .logo3{float: left; margin-left: 20px;margin-top: 60px;}
.m_position{ font:normal 16px/40px microsoft yahei; text-align:left; border-bottom:1px solid #dedede; overflow:hidden; margin-bottom:20px;}
.list_left {
	width: 280px;
	float: left;
	overflow: hidden;
        border-right:1px solid #eaeaea;
}

.list_nav {
	clear: both;
	overflow: hidden;
	background: url(http://gsj.shiyan.gov.cn/qtlm/images/P020170801384688024046.gif) repeat-y top left;
}

.list_nav h1 {
	height: 58px;
	width: 278px;
	text-align: center;
	font: normal 24px/58px microsoft yahei;
	color: #004488;
	border: 1px solid #eaeaea;
	background: url(../img2019/ml_bg.png) no-repeat left top #fff;
	border-bottom: 2px solid #004488;
	margin-bottom: 30px;
}
.list_nav ul {
	clear: both;
	overflow: hidden;
	margin: 0;
}

.list_nav ul li {
	background: url(../img2019/sub_nav_on.gif) no-repeat;
	width: 280px;
	height: 55px;
	font: normal 18px/55px microsoft yahei;
}

.list_nav ul li p {
	padding-left: 45px;
}

.list_nav ul li.hover {
	width: 280px;
	height: 55px;
}
.list_nav ul li.hover a {
	color: #0066b3;
}
.mainright{ width:880px; float:right;min-height:400px;}
.newsnr{ padding:10px 20px 20px 20px; margin:0;}
.newsnr ul{ margin:0;}
.newsnr ul li{ overflow:hidden; line-height:40px; height:40px; font-size:16px;}
.newsnr ul li label{color:#666; font-size:18px; font-family:"宋体"; float:left;}
.newsnr ul li span{ float:right; text-align:center; font-size:16px;}
.newsnr ul li.hk40{ height:24px; background:none;}
.picnr{padding:10px 20px 20px 20px; margin:0;}
.picnr ul{margin:0;}
.picnr ul li{ width: 180px;height: 180px;float: left;padding-left: 10px;text-align: center;overflow:hidden;margin-bottom: 10px;padding-right: 20px;}
.picnr ul li img{width: 196px;height: 150px;border: 1px solid #CECECE;padding: 1px;}
.picnr ul li .title{text-align: center;clear: both;line-height: 28px;}
DIV.black2 {PADDING-RIGHT: 7px; PADDING-LEFT: 7px; PADDING-BOTTOM: 10px; MARGIN: 3px;TEXT-ALIGN: center;FONT-FAMILY: Tahoma, Arial, Helvetica, Sans-serif;FONT-SIZE: 14px; }
DIV.black2 A { MARGIN: 2px; COLOR: #333333; TEXT-DECORATION: none; border: 1px solid #d7d7d7; padding: 7px 14px; }
DIV.black2 A:hover { COLOR: #fff; BACKGROUND-COLOR: #004488; border: 1px solid #004488; }
DIV.black2 A:active { COLOR: #fff; BACKGROUND-COLOR: #004488; border: 1px solid #004488; }
DIV.black2 SPAN { PADDING:7px 14px;  MARGIN: 2px; COLOR: #fff;  BACKGROUND-COLOR: #004488; border: 1px solid #004488; }
DIV.black2 SPAN.disabled { BORDER-RIGHT: #CCCCCC 1px solid; PADDING: 7px 14px; BORDER-TOP: #CCCCCC 1px solid;  MARGIN: 2px; BORDER-LEFT: #CCCCCC 1px solid; COLOR: #333; BORDER-BOTTOM: #CCCCCC 1px solid }
/*细览*/
.xl_tit1{ font-size:24px; text-align:center; width:85%; line-height:50px; margin:0px auto; clear:both;}
.xl_tit2{ height:40px; width:85%; line-height:40px; text-align:center; clear:both; border-bottom:1px dashed #CCC;}
.xl_tit2 span{padding-left:10px; margin-right:20px;}
.xl_tit2_l img{ margin-right:8px;}
.xl_con1{ width:96%; padding-left:1%; padding-right:1%; margin:0px auto; clear:both; margin-top:15px; line-height:36px; font-size:16px; padding-bottom:20px; padding-top:25px;}
.xl_tit3{ width:96%; margin:10px auto 0px; clear:both; height:30px; line-height:30px; padding-bottom:10px; font-size:14px; border-bottom:1px solid #d6d6d6;}
.xl_tit4{ margin:10px auto 0; line-height:24px; font-size:14px; width:85%;}
.bt {
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    position: relative;
}

.bt b {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0px 10px;
    color: #004488;
    border-bottom: 4px solid #d82828;
    font: bold 18px/45px microsoft yahei, smihei;
}

/* 领导 */
.ldxq{
    width: 715px;
    padding:20px 20px 10px 20px;
    margin: 30px 0px 0px 30px;
    border-top: 6px solid #0a5eb6;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    -webkit-box-shadow: 0 1px 20px rgba(7,0,2,.1);
    -moz-box-shadow: 0 1px 20px rgba(7,0,2,.1);
    box-shadow: 0 1px 20px rgba(7,0,2,.1);
	min-height:260px;
}
.ldxq img{
    width:220px;
   /* height: 275px;*/
   /* border-radius: 20px;*/
    position: absolute;
    top: -30px;
    left:-30px;
}
.ldxq p{
    padding-left: 200px;
    font:normal 16px/34px microsoft yahei, smihei;
    padding-bottom: 16px;
}
.ldxq p b{
    color: #004488;
    margin-right: 20px;
    font:bold 30px/34px microsoft yahei, smihei;
}
.ldxq p span{
    display:inline-block;
    width: 60px;
    height: 40px;
    color: #fff;
    text-align:center;
    margin-right: 20px;
    font: bold 20px/40px microsoft yahei, smihei;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #3f434c, #575a62);
    background-image: -moz-linear-gradient(top, #3f434c, #575a62);
    background-image: -o-linear-gradient(top, #3f434c, #575a62);
    background-image: -ms-linear-gradient(top, #3f434c, #575a62);
    background-image: linear-gradient(to bottom, #004488, #004488);
}
.ldxq div{
	padding-left: 200px;
	line-height:36px;
	font-size:16px;
}
.stld {
    padding: 20px;
    width: 355px;
    background-color: #fff;
}

.stld h3 {
    color: #004488;
    font: bold 20px/45px microsoft yahei, smihei;
}

.stld p {
    color: #606060;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font: normal 16px/30px microsoft yahei, smihei;
}

.stld p a {
    color: #004488;
    float: left;
    margin-right: 10px;
    font-weight: bold;
    padding: 0px 5px;
}
