@charset "utf-8";
/* CSS Document */
body,dl,dd,p{
    margin:0;
}
body{
	background-color: #f2f2f2;
	
}
h1,h2,h3,h4{
    margin:0;
    font-weight:normal;
}
ul{
    margin:0;
    padding:0;
}
li{
    list-style:none;
}
a{
    text-decoration:none;
	color:#333;
}
img{
    display:block;
    border:none;
}
input{
    margin:0;
    padding:0;
    border:none;
    outline:none
;}
.clearfix{
    clear:both;
}
.head{
	width: 100%;
    background: #fff;
}
.head_top{
	width:1100px;
	margin: 0 auto;
    height: 64px;
    background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content{
	width:1100px;
	margin: 0 auto;
	background: #fff;
}
.head_left{
	float:left;
}
.head_left h1{
	font-size:30px;
	color:#d7141c;
	font-weight: bold;
	line-height: 64px;
}
.head_right{
	float:right;
}
.head_right input{
	width:300px;
	height: 30px;
	border: 2px solid #d2d2d2;
	border-radius:30px;
	margin-top: 16px;
	background-image: url(../img/fada.png);
	background-repeat: no-repeat;
	background-position: 275px 5px;
}
.nav {
    width: 1100px;
    margin: 0 auto;
    background: #265f95;
}
.accnode {
    max-width: 1px !important;
    float: left !important;
    border: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    display: block !important;
    position: absolute !important;
}
.nav li {
    float: left;
    height: 37px;
	width:8%;
}
.nav li .currentmenu {
    border-bottom: 3px solid #fff;
}
.nav li a {
    line-height: 37px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 0px 20px;
    border-right: 1px solid #bfbfbf;
	float: left;
}
.column1 {
    text-align: center;
    /* height: 130px; */
    height: auto;
}
.column1_1 {
    padding-top: 28px;
    padding-bottom: 12px;
    font-family: "微软雅黑", "宋体";
}
.column1_1 a {
    color: #005293;
    font-size: 39px;
	font-family:'宋体';
	font-weight: bold;

}
.column1_2 {
    height: auto;
    overflow: hidden;
    color: #005293;
    font-family: "微软雅黑", "宋体";
    font-size: 18px;
	display: inline;
	padding-top: 5px;
}
.column1_2 a {
    font-size: 18px;
    color: #005293;
    padding: 0;
    margin: 0;
}

.new {
    width: 1100px;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
    height: inherit;
}
#topNav {
    width: 100%;
    overflow: hidden;
    height: 380px;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#topNav .swiper-wrapper {
    width: 700px;
    margin: 0 auto;
    position: relative;
}
.swiper-wrapper {
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
#topNav .swiper-slide {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.swiper-slide {
    flex-shrink: 0;
    height: 100%;
}
#topNav .swiper-slide img {
    width: 100%;
}
#topNav .swiper-slide .txx1 {
    position: absolute;
    top: 65%;
    left: -300px;
    z-index: 9999;
    width: 300px;
    height: 100px;
    background-color: #000;
    opacity: 0.8;
    color: #fff;
    font-size: 1.2em;
    padding-top: 5px;
    padding-left: 10px;
}
#topNav .swiper-slide .txx1 a {
    color: #fff;
}
#topNav .swiper-button-prev {
    position: absolute;
    height: 100%;
    width: 200px;
    bottom: 0px;
    left: 0px;
    top: 0px;
    margin-top: 0px;
}
.swiper-button-next img, .swiper-button-prev img {
    position: absolute;
    top: 50%;
    margin-top: -14.5px;
    left: 50%;
    margin-left: -10px;
    opacity: 0.5;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    /* background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E); */
    background: url(../images/arrowleft.png);
  
    right: auto;
    background-color: rgba(0,0,0,.3);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    /* background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…2L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E); */
    background: url(../images/arrowright.png);

    left: auto;
    background-color: rgba(0,0,0,.3);
}
#topNav .swiper-button-next {
    position: absolute;
    height: 100%;
    width: 200px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    margin-top: 0px;
}

.con_tab{
	width:1100px;
	margin:0 auto;
	padding-top: 10px;
}
.tab_head{
	width:100%;
	margin: 0 auto;
	border-bottom: 1px solid #bdbdbd;
}
.tab_headf1{
	float:left;
}
.tab_headf1 h1{
	font-size: 22px;
	color:#000;
	font-family: "宋体";
	font-weight:bold;
	margin-left: 20px;
}
.tab_headf2{
	float:right;
}
.card-toggler{
	background: #9e1d0a;
}
.card-toggler .active{
	background: 0;
    color: #fff;
    border: 0;
}
.card-toggler li{
	display: inline-block;
    float: left;
    color: #666;
    line-height: 30px;
    padding: 0 10px;
    background: #fafafa;
    cursor: pointer;
    border: 1px solid #bdbdbd;
	font-size:12px;
	border-bottom: none;
}
.card-toggler li i{
	display: inline-block;
    height: 14px;
    width: 16px;
    background:url(../img/card-list.png)no-repeat;
    vertical-align: -3px;
    margin-left: 3px;
}
 .card-toggler li.card-btn i {
    background-position: -3px -23px;
}
.card-toggler li.list-btn i {
    background-position: -22px -3px;
}
.card-toggler li.video i {
    background-position: -42px -23px;
}

.big_inf{
	width:100%;
	margin:0 auto;
	background:#fff;
}
.ka_p{
	width:100%;
	overflow: hidden;
}
.lie_b{
	width:1124px;
	
}
.ka_p .pub_lish{
	
    padding: 30px 30px 30px;
    min-height: 110px;
    max-height: none;
    height: auto;
	border-bottom: 1px solid #f0f0f0;
}
.ka_p .pub_lish:hover{
	background-color: rgb(247, 248, 253);
    z-index: 10;
    border-right: 2px solid rgb(210, 210, 210);
    border-bottom: 2px solid rgb(210, 210, 210);
	
}
.ka_p .pub_lish h1{
	color: #000000;
    font-size: 18px;
    font-weight: 700;
    max-height: 50px;
    line-height: 26px;
    margin-bottom:10px;
	width:95%;
    overflow: hidden;
}
.ka_p .pub_lish h1 a{
		color: #4c4c4c;
}
.ka_p .pub_lish p{
	line-height: 20px;
    font-size: 14px;
    max-height: 44px;
    overflow: hidden;
	margin-bottom:10px;
    margin-top: 0;
    font-weight: 500;
    height: auto;
	
}
.gov_name_lable {
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0 2px 8px 0 rgba(125,125,125,0.20);
    border-radius: 100px;
    padding: 0px 14px;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
	margin-top: 10px;
}
.gov_name_con {
    display: inline-block;
    max-width: 144px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gov_name_hot{
    font-size: 12px;
    color: #4C4C4C;
    vertical-align: top;
}
.news_li {
    position: relative;
    padding: 13px 13px 13px 13px;
    width: auto;
    height: 160px;
    max-height: 160px;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    color: #666666;
}
.news_li:hover {
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    background-color: #f7f8fd;
    z-index: 10;
}
.news_li .news_tu {
    float: left;
    margin-right: 26px;
    width: 260px;
    height: 160px;
    position: relative;
    overflow: hidden;
}
.news_li .news_tu img {
    width: 260px;
    height: 160px;
    display: block;
}
.news_li h2 {
    margin-top: 0;
    line-height: 19px;
    font-size: 18px;
    font-weight: bold;
}
.news_li p {
    line-height: 20px;
    font-size: 14px;
    margin-top: 16px;
	width: 99%;
}
.news_li .pdtt_trbs {
    bottom: 20px;
    width: 485px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: absolute;
    right: 315px;
    z-index: 999;
}
.pdtt_trbs a {
    min-width: 40px;
    height: 24px;
    display: inline-block;
    padding-right: 8px;
    color: #a0a0a0;
    background: url(../img/toum.png) no-repeat right center;
}
.pdtt_trbs span {
    margin-left: 4px;
    height: 24px;
    color: #a0a0a0;
}
.news_li:hover .news_tu img {
    transform: scale(1.1);
    -webkit-transition: all 1.0s;
}
.footer{
	width:1100px;
	margin: 0 auto;
	background: #fff;
	margin-top:5px;
}
.foot{
	width:100%;
	border-top: 8px solid #00558F;
	padding-top: 15px;
	border-bottom: 1px solid #bdbdbd;
	padding-bottom: 10px;
	
	 
}
.foot li{
	float:left;
	margin-top: 0;
    font-size: 14px;
    font-family: "微软雅黑","宋体";
    padding-left: 15px;
    line-height: 25px;
	
}
.footer span{
	display: block;
	width:1100px;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	padding: 10px 0;
}
.newsbox .lie_li{
	width: 300px;
    padding: 26px 33px 56px 33px;
    border: 1px solid #f0f0f0;
    color: #666666;
	position: relative;
	border-top: none;
	float:left;
	border-left:none;
}
.newsbox .lie_li:hover{
	border-right: 2px solid #d2d2d2;
   
    background-color: #f7f8fd;
     z-index: 10
}
.newsbox .lie_li:hover .lie_tu img{
	 transform: scale(1.1);
    -webkit-transition: all 1.0s;

}
 .lie_li .lie_tu{
	width: 300px;
    height: 160px;
    overflow: hidden;
    position: relative;
}
.lie_li .lie_tu img{
	width: 100%;
    height: 160px;
    display: block;
    transition: all 1.0s;
    -webkit-transition: all 1.0s; 
}
.newsbox .lie_li h2{
	line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    color: #333333;
}
.newsbox .lie_li p{
	line-height: 20px;
    font-size: 14px;
    margin-top: 16px;
}
.newsbox .laizi{
	position: absolute;
	bottom:10px;
	
}
.newsbox .laizi span{
	font-size: 12px;
	min-width: 40px;
    height: 24px;
    display: inline-block;
    color: #a0a0a0;
}
.artic{
	border: 1px #dddddd solid;
	padding: 10px 66px 38px 66px;
	text-align: center
}
.artic h1{
	line-height: 56px;
    font-family: "微软雅黑", "宋体";
    font-size: 38px;
    text-align: center;
    padding: 26px 0 26px 0;
    font-weight: normal;
}
.padd {
    padding:40px 36px 60px 36px;
}
.artic span{
	font-size: 14px;
	color:#555;
	
}
.pages_content {
    line-height: 30px;
    margin: 0;
    padding: 0px 0 40px 0;
    font-size: 16px;
	border-top: 1px #dcdcdc solid;
}
.pages_content p {
    margin-top: 15px;
	text-align:left;
}
/*列表*/
.tab_left{
	float: left;
    width: 770px;
    border-right: 1px #bababa solid;
}
.tab_right{
	float: right;
    width: 270px;
    padding-right: 30px;

}
.fis_left{
	width:100%;
	margin:0 auto;
}
.news_li .pdtt_sec {
    bottom: 20px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: absolute;
	left:300px;
    z-index: 999;
}
.pdtt_sec a {
    min-width: 40px;
    height: 24px;
    display: inline-block;
    padding-right: 8px;
    color: #a0a0a0;
    background: url(../img/toum.png) no-repeat right center;
}
.pdtt_sec span {
    margin-left: 4px;
    height: 24px;
    color: #a0a0a0;
}
.inf_kuang{
	padding-top:35px;
}
.lmtit {
    font-family:"宋体";
    font-size: 22px;
    border-bottom: 1px solid #bababa;
	    padding-top: 6px;
	font-weight:bold
}
.docSearch1 {
    margin-top: 15px;
}
.docSearch1 form ul li {
    line-height: 26px;
    clear: both;
}
.docSearch1 form ul li span.left {
    display: inline-block;
    float: left;
    margin: 4px 0;
    width: 56px;
    font-size: 14px;
    padding-right: 10px;
}
.docSearch1 form ul li span.right {
    display: block;
    float: right;
    width: 186px;
    margin: 0px;
    padding: 0px;
}
.docSearch1 form ul li input {
    border: none;
    color: #666666;
    background: #eaeaea;
    width: 156px;
    line-height: 26px;
    height: 26px;
    margin: 4px 0px;
    padding: 0 15px;
}
.docSearch1 form ul li span.right .inp {
    z-index: 1;
    background: url(../img/icon18.jpg) no-repeat right #eaeaea;
}
.hezi1 {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    font-weight: bold;
	padding-bottom: 10px;
}
.inner {
    padding-top: 20px;
}
.docSearch2 .seclect_op {
    position: relative;
    z-index: 22;
    zoom: 1;
}
.inner form input {
    border: none;
    color: #666666;
    background: #eaeaea;
    width: 240px;
    line-height: 26px;
    height: 26px;
    margin: 0px 0px 8px 0;
    padding: 0 15px;
}
.inner form .seclect_op .inp {
    z-index: 1;
    background: url(../img/icon18.jpg) no-repeat right #eaeaea;
}

.inner .tijiao{
	width:270px;
	height:30px;
	background-color: #025193;
	color:#fff;
	border-radius:6px;
	margin-top:5px;
	
}
.inner .tijiao:hover{
	background-color:#4e85b3;
}
.artic .pages_content .pages_title{
	border-bottom:1px solid #dcdcdc;
	padding-bottom:25px;
	padding-top: 30px;
}
.artic .pages_content .pages_title h2{
	font-size:30px;
	color:#666;
	text-align:left;
	padding:0;
	font-family: "宋体";
    font-weight: bold;
}
.pages_title span{
	color:#000;
	font-weight:bold;
	font-size:20px;
	padding-top:5px;
    display: inline-block;
}




