﻿body {
}
.main{
	padding-top: 0;
}
/*banner*/
#container { 
	width:580px; 
	position: relative; 
	z-index: 0;
	overflow: hidden;
}
#example,#slides { 
	width: 580px;
}
.slides_container{ 
	width: 580px; 
	height: 322px; 
	overflow: hidden; 
	position: relative;
}
.slides_container div img{
	width: 580px; 
	height: 322px;
}
.pagination { 
	position: relative; 
	text-align: center; 
	width: 160px; 
	bottom: 30px; 
	left: 40%; 
	padding: 0;
	z-index: 9999;
}
.pagination li { 
	display: inline-block; 
	zoom: 1;  
	*display:inline;
	margin: 0;
	padding: 0;
}
    .pagination li a {
        display: inline-block;
        zoom: 1;
        *display: inline;
        width: 12px;
        height: 12px;
        overflow: hidden;
        margin: 0 6px;
        padding: 0;
        text-indent: -9999px;
        background: url(../../../img/web/Policy/y1.png) no-repeat;
        border: none;
    }
.pagination li.current a { 
	background:url(../../../img/web/Policy/y2.png) no-repeat;
}
.tonz{ 
	width:360px; 
	height: 322px;
	overflow: hidden; 
	background:#fff; 
}
.tonz .tabList{
	border-bottom: 1px solid #B3B3B3;
}
.tonz .tabListIn{
	height: 45px;
	line-height: 45px;
	margin-bottom: -1px;
}
.tonz .tabListIn>li{
	padding: 0 8px;
	font-size: 14px;
	cursor: pointer;
}
.tonz .tabListIn>li.active{
	background: #FF5931;
	color: #fff;
}
.tonz .tabList>a{
	margin: 14px 10px;
	font-size: 12px;
}
/*.tonz h4{ 
	border-top:2px solid #ff5931; 
	height:43px; 
	background:#ffeeea; 
	line-height:43px; 
	font-size:14px;
	text-indent:20px;
	padding-left: 10px;
}
.tonz h4 span{
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}
.tonz h4 a{ 
	float:right; 
	display:block;
	margin-right:24px;
	font-size: 12px;
	color: #555555;
}*/
.tonz .annou{ 
	padding:0 20px;
}
.tonz .annou a{ 
	display:block; 
	padding:2px 0;
	font-size: 12px;
	line-height: 31px;
}
.tonz div a span{ 
	display:block; 
	float: left; 
}
.tonz div a i{ 
	float:right; 
	color:#B3B3B3;
}
.tonz div a:hover span,.tonz div a:hover i{ 
	color:#e89e1c;
}
/*模块2*/
.mo2{
	margin-top: 20px;
}
.mo2Top{
	font-size: 14px;
	color: #555555;
	border-bottom: 1px solid #B3B3B3;
}
.mo2Top li{
	display: block;
	padding: 10px 0px;
	margin-bottom: -1px;
}
.mo2Top li:first-child{
	border-bottom: 3px solid #FF5931;
	font-size: 18px;
	font-weight: bold;
}
.mo2Top li a{
	font-size: 12px;
	font-size: #555555;
}
.mo2Bottom{
	margin-top: 30px;
	overflow: hidden;
}
.mo2Bottom li{
	border: 1px solid transparent;
	width: 218px;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
}
.mo2Bottom li:not(.last){
	margin-right: 20px;
}
.mo2Bottom li.last{
	margin-left: 2px;
}
.mo2Bottom li img{
	display: block;
	width: 100%;
}
.mo2Bottom li h4{
	color: #555555;
    padding: 10px 5px 0px 5px;
    font-size: 14px;
    height: 35px;
}
.mo2Bottom li a .expertIntro{
	width: 100%;
	position: absolute;
	bottom: 9px;
	left: 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
.mo2Bottom li p span{
	font-size: 12px;
	color: #b2b2b2;
	padding: 0 10px;
}
.picList li div.pic{
	box-sizing: border-box;
	position: relative; 
}
.picList li div.pic img{
	display: block;
	width: 100%;
	height: 160px;
}
.picList li:hover{
	border: 1px solid #FF5931;
}
.picList li div.pic .overlay{
	position: absolute;
	top: 0;
	left: 0;
	background: black;
	opacity: 0.5;
	height: 100%;
	width: 100%;
	display: none;
}
.picList li div.pic .text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 30px 0;
	font-size: 16px;
	display: none;
}
.picList li div.pic .videoImg{
	position: relative;
}
.picList li div.pic .time{
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
	background: rgba(0,0,0,0.5);
	border-radius: 8px;
	padding: 3px 10px;
	color: #fff;
}
/*模块3*/
.mo3{ 
	overflow: hidden;
	margin-bottom: 30px;
}
/*.mo3>div{ 
	width: 31%;
}
.mo3>div:not(:last-child){ 
	margin-right: 3.5%;
}*/
.tit{ 
	height:42px; 
	line-height:43px; 
	color:#555555;
	border-bottom:1px solid #bfbfbf;
}
.tit span{ 
	display:block; 
    width:120px;
	padding: 0 20px 0 0;
    background-color:#026dcf;
	margin-bottom:-3px;
	font-size: 16px;
    color:#fff;
}

.tit a:hover {color:#026dcf;}
.tit a.more{
	color: #555555;
	font-size: 12px;
}
.mo3Bott a{
	display: block;
	position: relative;
	margin: 20px 0 0;
}
.mo3Bott a{
	color: #555555;
	font-size: 14px;
}
.mo3Bott a p.ques{
	line-height: 24px;
}
/*.mo3Bott a p.answ i{
	line-height: 24px;
	display: block;
	margin-top: -2px;
}*/
.mo3Bott .ques a i{
	font-size: 12px;
	color: #555555;
}
.mo3_3{
	width: 100%;
	overflow: hidden;
}
.mo3Bott a{
	display: block;
	width: 48%;
	float: left;
	border-bottom: 1px solid #CCCCCC;
}
.mo3_3 a:nth-child(odd){
	margin-right: 4%;
}
.mo3_3 a .ques{
	margin-bottom: 5px;
}
.mo3_3 a .ques span,.mo3_3 a .answ span{
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	text-align: center;
	line-height: 18px;
	color: #fff;
	margin: 0 10px;
}
.mo3_3 a .ques span{
	background: #FE5832;
}
.mo3_3 a .answ span{
	background: #EAAA3C;
}
.mo3_3 a .answ{
	margin-bottom: 8px;
}
.mo3_3 a .answ i{
	width: 91%;
}
.mo3_3 .quesBott{
	padding: 0 20px 15px 40px;
}
.mo3_3 .quesBott .icon-xiaoxi{
	font-size: 13px;
}
.mo3_3 a .ques i{
	display: block;
	width: 80%;
	overflow: hidden;
	margin-top: -2px;
}
.mo3Bott a:hover,.mo3_3 .mo3Bott a:hover i,.mo3 .more:hover,.tonz h4 a.more:hover,.mo2Top li a.more:hover{
	color:#e89e1c;
}

.tzb {
    width: 360px;
}
.tzb .tab-t li.cur a {
    color: #fff;
    background: #FF5931;
}
.tzb .tab-t li a {
    font-size: 14px;
}
.tzb .list li a {
    font-size: 12px;
}
.tzb .list li .co {
    display: inline-block;
    margin-right: 5px;
    padding: 0px 6px 0px 2px;
    background: #FF5931;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}
.tzb .tab-c .list {
    padding: 0px 20px 10px 20px;
}
.tzb .list li {
    margin: 15px 0px 18px 0px;
}
.tzb .tab-c {
    height: 288px;
}
.ico15 {
    margin-right: 10px;
}
.icon-video {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 18px;
    background: url('../../../img/web/Policy/video.png') no-repeat;
}
.ico16 {
    margin-right: 10px;
}
.tzb .tab-t li {
    float: left;
    width: 50%;
}
.tzb .tab-t li.cur a i {
    color: #fff;
    font-style: italic;
    font-weight: bold;
}
.tzb .tab-t li a i {
    color: #babfc9;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px;
}

.w_p_img2 {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 32px;
    background: url(../../../img/web/Policy/New/tb-01.png) no-repeat left center;
     margin-left: 5px;
}
.w_p_img3{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 32px;
    background: url(../../../img/web/Policy/New/tb-02.png) no-repeat left center;
    margin-left: 5px;
}
.w_p_img4{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 32px;
    background: url(../../../img/web/Policy/New/tb-03.png) no-repeat left center;
      margin-left: 5px;
}
.w_p_img5
{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 32px;
    background: url(../../../img/web/Policy/New/tb-04.png) no-repeat left center;
    margin-left: 5px;
}
.w_p_img6
{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 32px;
    background: url(../../../img/web/Policy/New/tb-05.png) no-repeat left center;
    margin-left: 5px;
}
.w_p_img7
{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 32px;
    background: url(../../../img/web/Policy/New/tb-06.png) no-repeat left center;
    margin-left: 5px;
}
.w_p_img8
{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 32px;
    background: url(../../../img/web/Policy/New/tb-07.png) no-repeat left center;
    margin-left: 5px;
}
.w_p_img1 {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 18px;
    background: url(../../../img/web/Policy/msg.png) no-repeat left center;
}
.fd_link {
    float:left;margin-left:130px;padding-top:10px;
}
.fd_link span{
    font-size: 14px;
    float:left;
    padding-top:10px;
}
.fd_link .link {
    float: left;
    width: 190px;
    background: #fff;
    border: 1px solid #eee;
    padding: 5px;
    margin-top: 4px;
    margin-right: 90px;
}

.ctn a {
    display: block;
    background: #ff7e00;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    width: 340px;
}
.ctn a:hover {
    color:#fff;
    background:#FF5931;
}
.ctn_lk{
    width: 140px;
    float:left;
}
.ctn_lk a {
    display: block;
    background: #e5e5e5;
    color: #000000;
    font-size: 14px;
    text-align: center;
    padding: 10px 0;
    width: 120px;
}
.ctn_lk a:hover {
    color:#fff;
    background:#FF5931;
}


.middle_Img{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
     background: url(../../../img/web/Policy/New/gg-01.jpg) no-repeat left center;
     height:136px;
}

.middle_org{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
     height:399px;
}

.middle_bottom{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
     background: url(../../../img/web/Policy/New/wb-01.jpg) no-repeat;
     background-size:100% 100%;
     height:393px;
}
.middle_bottom .bottom_text{text-align:center;font-size:32px;font-weight: bold;color:#fcfcf9;margin-top:40px;}
.middle_bottom .bottom_text2{text-align:center;font-size:15px;color:#f9f8ff;margin-top:5px;}
.middle_bottom .bottom_user{text-align:center;margin-top:10px;}

.bottom_user_info { width: 270px; height: 330px; margin:auto; }
.bottom_user_info li { float: left; display: inline; margin-bottom: 5px; margin-left: 12px; margin-top: 5px; }
.bottom_user_info li input { width: 240px; height: 30px; line-height: 30px; text-indent: 5px; font-size: 12px; background: #ffffff;   }
.bottom_user_info li textarea { width: 240px; height: 120px; line-height: 30px; text-indent: 5px; font-size: 12px; background: #ffffff; resize: none; }
.bottom_user_info li select { width: 120px; height: 25px; line-height: 25px; background: #ffffff; color: gray; border-radius: 15px; border: 1px solid #ccc; }
.w_mffb { width: 140px; height: 38px; line-height: 38px; text-align: center; background: #6636ee; border-radius: 15px; margin-left:50px; }
.w_mffb a { color: #fff; font-size: 12px; width: 140px; height: 38px; text-align: center;}
.pc_main_left { width: 588px; height: 330px; float: left; }


.pc_main_right { width: 580px; float: right; overflow: hidden; }

.pc_main_content { overflow: hidden; width: 580px; float: right;margin-right:8px; }
.pc_main_content li { line-height: 2.5em;  list-style-type: disc; overflow: hidden;font-size:14px; }
 .pc_main_content li .co {
    display: inline-block;
    background: #026dcf;margin-right: 5px;line-height: 1.7em;height:20px;text-align:center;
    padding: 0px 6px 0px 4px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
}
.pc_main_content li a {float: left;   }
.pc_main_content li a:hover {color:#002da3;}
.pc_main_content li span { float: right; }
.news_org {
    margin: 10px auto;
    margin-left:13px;
    width: 100%;
}
.middle_org li {
    width: 280px;
    height: 75px;
    overflow: hidden;
    float: left;
    margin: 12px 7px 0px 5px;
    cursor: pointer;
    border: 1px solid #ccc;
}

.nav{width:100%;height: 80px;line-height: 80px; background-color:#c81d1d; }
.nav ul li{width:195px;height: 76px; float:left; text-align:center; position:relative; cursor:pointer;line-height:76px;}
.nav ul li a{color:#fff; font-size:20px; font-family: "思源黑体";   font-weight: bold; }
/*.nav ul li a.home{padding-left:20px;}*/
/*.nav ul li em{width:13px; height:12px; background:url('../../../img/web/activity/xsxd/home.png') no-repeat; position:absolute; top:14px; left:50px;}*/
/*.menuhover{ background: #084e68;cursor: pointer;color: #fff;text-decoration: none;}
.menuhover a{  cursor: pointer;color: #fff;text-decoration: none;}*/
/*.nav ul li:hover  {  background: #2832ab; cursor: pointer;color: #fff;text-decoration: none;}
.nav ul li:hover a {  cursor: pointer;color: #fff;text-decoration: none;}*/
.mt_filter dt {
    margin: 3px 20px 0 10px;
}

.main_top2 p{
    margin: 10px 10px 10px 10px;
}

.main_top2 p.cf span {
    display: block;
    width: 800px;
    overflow: hidden;
}

.mt_filter2 dt {
    width: 60px;
}

.main_top2 {
    font-size: 14px;
}

    
.mt_filter2 dd {
    margin: 3px 20px 0 10px;
    width: 800px;
    font-size:15px;
    font-family: "微软雅黑",Microsoft YaHei,Arial, Helvetica, sans-serif, "宋体";
}

.mt_filter2 dd a{
        padding: 0 3px;
    margin: 1px;
  
}

.mt_filter2 dd a:hover, .mt_filter2 dd a.hover {
    background: #c31129;
    color: #fff;
}

.list_tab {
    border-bottom: 2px solid #c31129;
}
.mt_filter2 dt {
    width: 80px;
     font-family: "思源黑体"; 
    text-align: right;
    margin: 3px 20px 0 0;
    float: left;
    font-weight: bold;
}

.mt_filter2 dd a.hover {
    background: #c31129;
    color: #fff;
}
.main_l .mt_filter2 dd a:hover, .mt_filter2 dd a.hover {
    background: #de141d;
    color: #fff;
}

.Statistical{
    width:100%;
    margin-top:10px;
    margin-bottom:10px;
}



.w_tj { width: 1200px; height: 35px; line-height: 35px; background: url(../../../img/web/Province/tj-back.jpg) no-repeat; margin: 15px auto 0; overflow: hidden; }
.w_tj dl { float: left; margin-left: 140px; font-size: 14px; }
.w_tj dl dt, .w_tj dl dd { float: left; }
.w_tj dl dd.exp { font-weight: bold; font-size: 16px; margin-right: 5px; color: #ff6352; }
.w_tj dl.exp { margin-left:136px; }
.w_tj .stat { float: left; margin-left: 60px; font-size: 14px; }
.w_tj .stat a { color: #ff6352; text-decoration: underline; }

.gg {
    width: 1200px;
    margin: 15px 0;
}