﻿﻿@charset "utf-8";
/* CSS Document */
html { color:#333;}
div,dl,dt,dd,ul,li,h1,h2,h3,form,legend,input,button,textarea,select,p,th,td { margin: 0;padding: 0;}
table { border-collapse: collapse;border-spacing: 0;}
img { border: none;}
button,em,input,option,select,textarea,th { font:inherit;}
li {list-style: none;}
h1,h2,h3,h4 { font-weight: normal; font-size:100%;}
body { margin:0; padding:0; font-size:12px; color:#333; font-family: Microsoft YaHei,Simsun,SimHei,Arial; }
a{ color:#333; text-decoration:none;cursor: pointer;/*-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;*/}
a:hover{ text-decoration: none; color:#333;}
input{ outline:none;}
/****公用****/
.fl{ float:left;}
.fr{ float:right;}
/*清除浮动1*/
.clear { clear:both;height:0;overflow:hidden;clear:both!important;}
.clear.both {height:10px;}

/*清除浮动2*/
.clearfix:after{ visibility:hidden; display:block; font-size:0; content: " "; clear:both; height:0;}
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/**
* 文字溢出显示省略号
* 1. Chrome 21+ bug https://bugs.webkit.org/show_bug.cgi?id=121902
*/
.ellipsis {
    display: block;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}
.ellipsis_dh{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main{
    width: 1100px;
    margin: auto;
}


/********头部*********/
.banner{
    width: 100%;
    background: url(../img/20211022_banner.jpg) top center no-repeat;
    padding-top: 635px;
}
.nav_box{
    width: 1099px;
    height: 105px;
    background: url(../img/20211022_nav.png) center no-repeat;
    margin: auto;
}
.nav_box a{
    float: left;
    display: block;
    padding: 32px 26px;
    font-size: 24px;
    color: #1e2b78;
    margin-left: 0px;
}

/*摘要*/
.summary{
    margin:16px auto 0 auto;
}
.summary .sum_a{
    display: block;
    font-size: 29px;
   text-align: center;
    color: #0059ad;
    font-weight: bold;
   padding-bottom: 10px;
}
.summary .sum_b a{
    display: block;
    font-size: 16px;
    text-align: left;
    color: #104572;
    line-height: 28px;
    text-indent: 36px;
}

/*大图滚动*/
.lft_pic {
    width: 1100px;
    margin: 43px auto 25px;
}
.slider-carousel {
    position: relative;
    width: 100%;
    height: 595px;
    overflow: hidden;
}
.slider-carousel .item {
    width: 100%;
    height: 595px;
}

.slider-carousel .item a img{
    width: 100%;
    height: 595px;
}

.slider-carousel .subtitle {
    position: absolute;
    width: 1100px;
    height: 64px;
    left: 0;
    top: 531px;
    z-index: 2;
    background: #015293;
    line-height: 26px;
}
.slider-carousel .titBg {
    position: absolute;
    width: 100%;
    height: 64px;
    left: 0;
    bottom: 0px;
    z-index: 1;
}
.titBg {
    background: #015293;
}
.slider-carousel .subtitle h6 a {
    text-decoration: none;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    margin-left: 50px;
}
.slidesjs-control {
    position: relative;
    left: 0px;
    width: 1100px;
    height: 595px;
}
.slider-carousel .slidesjs-navigation {
    width: 55px;
    height: 87px;
    display: none;
    position: absolute;
    text-indent: -9999em;
    top: 280px;
    z-index: 100;
}
.slidesjs-previous {
    background: url(https://www.leyuvision.com/topic/xhtml/img/20210123_index_btn03.png) no-repeat;
    left: 0px;
}
.slidesjs-next {
    background: url(https://www.leyuvision.com/topic/xhtml/img/20210123_index_btn02.png) no-repeat;
    right: 0px;
}
.slidesjs-pagination {
    overflow: hidden;
    zoom: 1;
    position: absolute;
    right: 36px;
    top: 558px;
    width: 110px;
    height: 12px;
    z-index: 10;
    overflow: hidden;
}
.slidesjs-pagination-item {
    float: left;
    width: 20px;
    height: 10px;
}
.slidesjs-pagination-item a {
    float: left;
    display: block;
    width: 12px;
    height: 12px;
    text-indent: -9999em;
    margin: 0 5px 0 5px;
    background: url(https://www.leyuvision.com/topic/xhtml/img/20210123_banner_li2.jpg) no-repeat;
}
.slidesjs-pagination-item a.active {
    background: url(https://www.leyuvision.com/topic/xhtml/img/20210123_banner_li1.jpg) no-repeat;
}
.slidesjs-container {
    overflow: visible !important
}
/*大图滚动-end*/
/*模块一1*/
.bus_box{
    margin-top: 42px;
}


.bus_left{
    background: url(../img/20211022_bus_bg.jpg) left no-repeat;
    height: 314px;
    width: 559px;
}
.bus_left p{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding:41px 0 24px 0;
    color: #333333;
}
.bus_left span{
    display: block;
    font-size: 18px;
    color: #333333;
    padding: 0 40px;
    line-height: 34px;
    text-indent: 2em;
}
.bus_left .button li{
    float: left;
    margin-right: 30px;
}
.bus_left .button{
    margin-top: 16px;
    margin-left: 52px;
}
.bus_left .button li a{
    width: 132px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    display: block;
    background: #2d66a5;
    border-radius: 4px;
    color: #ffffff;
    font-size: 18px;

}
/*右边*/
.zxdt_tit{
    background: url(../img/20211022_zxdt.png) top no-repeat;
    height: 42px;
    width: 504px;
}
.zx_content{
    margin-top: 20px;
    width: 504px;
}
.bus_right .zx_content li a{
    font-size: 18px;
    color: #333333;
    line-height: 43px;
}


/*政策发布*/
.zcfb_box{
    background: url(../img/20211022_bus_bg2.jpg) center no-repeat;
    height: 778px;
}

.fb_tit{
    background: url(../img/20211022_zcfb.png) center no-repeat;
    height: 102px;
    margin-top: 49px;
    position: relative;
}

.fb_tit .core_a{
    font-size: 15px;
    display: block;
    padding-top: 54px;
    color: #ababab;
    position: absolute;
    right: 8px;
}
/*内容*/

.fg_tab {
    overflow: hidden;
    padding: 48px 0px 9px 0px;
    margin-left: 26px;
}
.fg_tab ul {
    overflow: hidden;
}
.fg_tab ul li {
    float: left;
}
.fg_tab ul li a {
    display: block;
    width: 327px;
    height: 73px;
    border: 1px solid #d2d2d2;
    line-height: 73px;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    margin-right: 29px;
}
.fg_tab ul li a:hover{
    color: #ffffff;
    background: #2d66a5;
}
.tab_selection {
    background: #2d66a5;
    color: #ffffff;
}
.fg_cont_box ul {
    padding: 0 30px;
    overflow: hidden;
    overflow-y: auto;
}

.fg_cont_box ul li {
    font-size: 18px;
    color: #464646;
    line-height: 36px;
    padding: 16px 0;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}
.fg_cont_box ul li a{
    width: 915px;
    float: left;
}
.fg_cont_box li .date {
    display: inline-block;
    float: right;
}
.fg_cont_box li .date span {
    display: block;
    font-size: 18px;
    color: #464646;
}
.fg_tab_box{
    margin-top: 35px;
    background: white;
    box-shadow: 0 0 5px #cecece;
    border-radius: 4px;
    padding-bottom: 26px;
}
.fg_cont_box ul li:last-child{
    border-bottom: none;
}

/*政策发布-end*/

/*政策解读*/
.jd_tit{
    background: url(../img/20211022_zcjd.png) center no-repeat;
    height: 102px;
    margin-top: 36px;
    position: relative;
}
.jd_tit a{
    font-size: 15px;
    display: block;
    padding-top: 54px;
    color: #ababab;
    position: absolute;
    right:8px;
}
/*我要找政策*/
.wyzzc_box img{
    box-shadow: 0 0 5px #cecece;
}
.wyzzc_box{
    margin-top: 80px;
}
/*政策解读-end*/
.jd_con{
    margin-top: 20px;
}
.jd_con .jd_left{
    font-size: 18px;
    color: #333333;
    width: 500px;
}
.jd_con .jd_left a{
    background: url(../img/20211022_ico_list.png) 0px no-repeat;
    display: block;
    line-height: 44px;
    padding-left: 15px;
}
/*图解、视频*/
.tjsp_box{
    background: url(../img/20211022_tjsp_bg.jpg) center no-repeat;
    height: 522px;
    margin-top: 49px;
}

.graphic{
  width: 480px;
  height: auto;
}

.gra_tit span{
    font-size: 27px;
    color: #2d66a5;
    font-weight: bold;
    font-family: "Lucida Console", "Courier New", monospace;
}
.gra_tit .g_core{
    font-size: 16px;
    color: #a4a4a4;
    margin-left: 377px;
}
.gra_tit .g_core2{
    font-size: 16px;
    color: #a4a4a4;
    margin-left: 420px;
}
.gra_tit{
    padding-bottom: 13px;
    border-bottom: 1px solid #e2e2e2;
}
.gra_img li{
    float: left;
    border: 1px solid #e8e8e8;
}
.gra_img li:nth-child(1){
    margin-right: 20px;
}
.mal20{
    margin-right: 20px;
}
.gra_img{
    margin-top: 32px;
}

.video {
  width: 580px;
  height: auto;
}

.video_img ul li{
    position: relative;
    float: left;
    border:1px solid #e8e8e8;
}

.video_img ul li img{
    display: block;
}

.video_img ul li:nth-child(1),.video_img ul li:nth-child(2){
    margin-bottom:12px;
}
.video_img ul li:nth-child(1),.video_img ul li:nth-child(3){
    margin-right: 14px;
}

.video_img ul li .play{
    position: absolute;
    right: 114px;
    bottom: 0;
    height: 109px;
    width: 50px;
    z-index: 50;
    cursor: pointer;
    background: url(../img/20211022_icon_play.png) no-repeat;
}
.video_img{
    width: 580px;
    margin-top: 32px;
}
/*添加*/
.zxdt_tit .core_a{
    font-size: 15px;
    display: inline-block;
    padding-top: 4px;
    color: #ababab;
    margin-left: 461px;
}
.ckgd_more{
    display: block;
    background: #f2f2f2;
    font-size: 16px;
    width: 1047px;
    height: 52px;
    line-height: 52px;
    color: #333333;
    border-radius: 4px;
    text-align: center;
    margin:10px auto;
}
.fg_cont_box{
    margin-bottom: 20px;
}

/*回家乡 谋发展*/
.mfz_tit{
    background: url(../img/2022_hjxmfz.png) center no-repeat;
    height: 102px;
    margin-top: 36px;
    position: relative;
}
.mfz_tit a,.szxd_tit a{
    font-size: 15px;
    display: block;
    padding-top: 54px;
    color: #ababab;
    position: absolute;
    right:8px;
}


.bzzs_con_item_list li {
    float: left;
    width: 237px;
    height: 302px;
    padding: 7px 12px;
    background: #eee;
    font-size: 18px;
    line-height: 30px;
    color: #434343;
    margin:0 7px;
    cursor: pointer;
    border-radius: 16px;
}
.bzzs_con_item_list li img{
    margin-top:8px;
}
.bzzs_con_item_list .bzci_li_current {
    width: 237px;
    background: #3c5e92;
    color: #fff;
}
.bzzs_con_item_list .bzci_li_current .bzcil_item_title {
    color:#fff;
}
.bzzs_con_item_list li .bzcil_item_title {
    color: #015293;
}
.bzzs_con_item_list .bzci_li_current .bzcil_item {
    border-left: 3px solid #fff799;
}
.bzcil_item {
    margin-top: 19px;
    padding: 0px 0px 0 16px;
    height: 93px;
    overflow: hidden;
    margin-bottom: 16px;
}
.bzzs_con_item{
    margin-top: 20px;
    position: relative;
}


/*箭头*/
.arrow-left {
    background: url(../img/2022022_LeftBtn.png) no-repeat 0 0;
    position: absolute;
    left: -51px;
    top: 50%;
    margin-top: -48px;
    width: 45px;
    height: 65px;
}
.arrow-right {
    background: url(../img/2022022_RightBtn.png) no-repeat 0 0;
    position: absolute;
    right: -51px;
    top: 50%;
    margin-top: -48px;
    width: 45px;
    height: 65px;
}

.latestPolicySlides{
    position: relative;
    width: 1100px;
    overflow-x: hidden;
    margin: 0 auto;
}

/*市州行动*/
.szxd_tit {
    background: url(../img/20220512_szxd.png) center no-repeat;
    height: 102px;
    margin-top: 49px;
    position: relative;
}
.szxd_main{
    position: relative;
    margin-top: 28px;
}
.szxd_m {
	position: relative;
	width: 1100px;
	overflow-x: hidden;
	margin: 0 auto;
}

.szxd_m ul li img{
    border-radius: 8px;
}
.szxd_m ul li{
	float: left;
	padding: 0 5px;
}
.szxd-left {
    background: url(../img/2022022_LeftBtn.png) no-repeat 0 0;
    position: absolute;
    left: -51px;
    top: 50%;
    margin-top: -48px;
    width: 45px;
    height: 65px;
}
.szxd-right {
    background: url(../img/2022022_RightBtn.png) no-repeat 0 0;
    position: absolute;
    right: -51px;
    top: 50%;
    margin-top: -48px;
    width: 45px;
    height: 65px;
}
