/* 主页样式 */
*:focus {
    outline: none;
}

.title {
    background: url(/global/title-bg.png) no-repeat -3px 0px;
    height: 52px;
    margin-bottom: 15px;
    margin-left: -5px;
}

.title h3 {
    font-size: 16px;
    color: #fff;
    padding: 10px 30px;
}

.title h3 a {
    color: #fff
}

.title a.right {
    display: block;
    margin-top: -20px;
    margin-right: 15px;
    color: #555555
}

.current2 {
    color: #b91f1e;
}
.zfgz-title-name{
    padding: 11px 0;
    box-sizing: border-box;
    font-size: 16px;
}
.current2 .zfgz-title-name{
    border-bottom: 4px solid #b91f1e;
    font-weight: bold;
}

/*新闻*/
.cont1 {
    /* margin: 0 20px; */
    margin-top: 14px;
}

.cont1 .toutiao {
    /* height: 130px; */
    /* background: url("/global/ysindex-tbg.png") no-repeat 0 15px; */
    width: 100%;
    margin: 0 auto;
    background: #f6f6f6;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.cont1 .toutiao .left {
    width: 88px;
    margin-top: 20px;
    border: 1px solid #ddd;
    margin-right: 20px;
    text-align: center;
    padding-bottom: 6px;
    border-radius: 5px;
}

.cont1 .toutiao .left h4 {
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    background: #f9f9f9
}

.cont1 .toutiao .right {
    width: 1050px
}

.cont1 .toutiao h3 {
    padding-top: 35px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 22px;
    color: #a70000;
}

.cont1 .toutiao p {
    letter-spacing: 1.2px;
    color: #888;
    width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    text-align: center;
}

.cont1 .toutiao p a {
    color: #a70000;
    margin-left: 10px;
}

.cont1 .dongtai ul.dt-menu {
    display: inline-block;
    /* background: #f9f9f9; */
    width: 460px;
    box-shadow: 0px 0px 10px 0px 
    #e7e7e7;
}

.cont1 .dongtai ul.dt-menu li {
    float: left;
    margin: 5px;
    padding: 8px 12px;
    font-size: 16px;
	color: #262626;
}

.cont1 .dongtai ul.dt-menu li.current1 {
    /* background: #005596; */
    color: #fff;
    background: url('/global/ic_bg.png') no-repeat center;
    background-size: contain;
}

.cont1 .dongtai ul.dt-menu li.current1 a {
    color: #fff
}
.list1{
    background: #fff;
    /* box-shadow: 0px 0px 10px 0px 
    #e7e7e7; */
}
.list1 li::before{
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    position: relative;
    margin-right: 8px;
    background: #b91f1e;
    top: -2px;
}
.list1 li:nth-child(2n){
    /* background-color: #fffbfb; */
}
.list1 li:hover{
    background-color: #f6f6f6;
}
.list1 ul li:hover span,.list1 li:hover a,.list1 li:hover a s{
    color: #b91f1e;
}
.list1 ul li .date{
    color: #888888;
}
.list ul {
    margin: 0 10px;
}

.list ul li {
    background: url(/global/dot_03.png) no-repeat 0 17px;
    /* border-bottom: 1px dotted #aaaaaa; */
    line-height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.list ul li a {
    color: #555
}

.list ul li a s {
    color: #555;
}

.list ul li a span {
    color: #888;
}

/* 领导之窗开始 */
.ldzc{
    background-color: #f9f9f9;
    padding: 15px;
    box-sizing: border-box;
}
.ldzc-box{
    width: 120px;
	height: 109px;
	border-radius: 12px;
    text-align: center;
    padding: 15px 10px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-right: 24px;
}
.ldzc-icon{
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    margin-top: 10px;
    
}
.ldzc-name{
    font-size: 16px;
	color: #262626;
    line-height: 50px;
}
.ldzc .dishov{
    display: none;
}
.ldzc-box:hover .dishov{
    display: block;
}
.ldzc-box:hover{
    background-color: #ffffff;
    box-shadow:0px 0px 10px 0px #e7e7e7;
}
.ldzc-box:hover .hov{
    display: none;
}
.ldzc-box:hover .ldzc-name{
    color: #bd1f24;
}
.ldzc-box::after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 32px;
    top: 40px;
    right: -15px;
    background: #d8d9da;
}
.ldzc-box:last-child:after{
    display: none;
}
.ldzc-box:last-child{
    margin-right: 0;
}
/* 领导之窗结束 */

/* 轮播图友情链接开始 */
#bannerLink {
    width: 1200px;
    height: 120px;
    /* margin: 0 20px; */
    overflow: hidden;
    position: relative
}
#bannerLink img{
    width: 100%;
}
#bannerLink .imgList {
    height: 120px;
    width: 20000px;
}

#bannerLink .imgList li img {
    width: 1200px;
    height: 120px;
}

#bannerLink .btnLeft,
#bannerLink .btnRight {
    top: 80px;
}
/* 轮播图友情链接结束 */

/*政务公开*/
.cont2 {
    margin-top: 20px;
}
.content{
    background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px 
		#e7e7e7;
}

.cont2 .zfgz-cont {
    /* margin-left: 20px; */
}

.cont2 .zfgz-title {
    width: 100%;
    height: 56px;
    background: #fff;

	border-bottom: 1px solid #e7e7e7;
}

.cont2 .zfgz-title li {
    float: left;
    padding: 0 12px;
    margin-top: 10px;

}


.cont2 .list1 ul li {
    line-height: 25px;
    padding: 0 20px;
    line-height: 40px;
}

.cont2 .list1 ul li a {
    color: #555
}

/*政务公开*/
.cont2 {
    margin-top: 20px;
}
.content{
    background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px 
		#e7e7e7;
}

.cont2 .zfgz-cont {
    /* margin-left: 20px; */
}

.cont2 .zfgz-title {
    width: 100%;
    height: 56px;
    background: #fff;

	border-bottom: 1px solid #e7e7e7;
}

.cont2 .zfgz-title li {
    float: left;
    padding: 0 12px;
    margin-top: 10px;
    /* border-left: 1px solid #555; */
}


.cont2 .list1 ul li {
    /* background: url(/global/dot_03.png) no-repeat 0 12px; */
    line-height: 25px;
    padding: 0 20px;
    line-height: 40px;
}

.cont2 .list1 ul li a {
    color: #555
}

/* 底部-链接 */
.footer-link{
    width: 100%;
    border-top: 2px solid #e6e6e6;
    padding-top: 20px;
    box-sizing: border-box;
    margin-top: 30px;
}
.footer-link-img{
    width: 229px;
	height: 82px;
    float: left;
    background: url('/global/foot_img_zgzfw.png') no-repeat;
    background-position: center;
    background-size: 100%;
    margin-right: 50px;
    cursor: pointer;
}
.footer-link-select{
    float: left;
    display: block;
    margin-top: 15px;
    margin-right: 40px;
}
.footer-link-select .select{
    width: 229px;
	height: 53px;
	border: solid 1px #e8e8e8;
    padding: 0 20px;
    font-size: 16px;
    color: #262626;
}

.image-description {
    position: absolute;
    height: 40px;
    left: 0;
    bottom: 0;
    line-height: 40px;
    text-indent: 1em;
    width: 100%;
    background-image: url(/global/qmb.png);
    color: #FFFFFF
}
.swiper-pagination {
    text-align: right !important;
}

.swiper-pagination-bullet {
    background: #8c8c8c !important;
}

.swiper-pagination-bullet-active {
    color: #ffffff !important;
}

.list {
    box-shadow: 0px 0px 10px 0px #e7e7e7;
}