@charset "utf-8";
/* CSS Document for footer*/
.is-footer{background: #ebebeb;}
.is-footer *{box-sizing: border-box;}
.is-footer a{display: inline;}
.footer-container,.link-container{width: 1400px;margin: 0 auto;}
.is-footer .footer-container{position: relative;padding: 35px 0;}
.m-copyright{width: 100%;padding-left: 244px;}
.footer-nav{width:19.0311418%;height:140px;padding: 8px 18px;background-color:#dddddd;border-radius:8px;margin-right:2.8571428571%;}
.footer-nav a{display: block;width: 50%;padding: 0 18px;line-height: 42px; font-size: 14px;}
.website-footer{width:61.4186851%;height:140px;padding: 23px 24px;background-color:#dddddd;border-radius:8px;font-size:14px;line-height:32px;color:#333333;}
.website-footer .content{margin-right: 8px;}
.m-copyright p img{vertical-align: -4px;}
.gov-party{position: absolute;top: 66px;left: 0}
.gov-error{position: absolute;top: 78px;left: 94px;}
.gov-wza{position: absolute;top: 78px;right: 0;}
.gov-ptjcqk{position: absolute;top: 120px;right: 0;}

/* 友情链接 */
.is-friendlink{height:73px;line-height:70px;border-top: solid 3px #0e44b0;}
.friendlink-img{vertical-align: middle;margin-right: 6px;}
.friendlink-title{float: left;font-size: 22px;line-height:70px;color: #0e44b0;margin-right: 66px;}
.friendlink-item{float:left;font-size:18px;color:#333333;margin-right: 157px;cursor: pointer;}
.friendlink-item:hover span{color:#007ddf;}
.ahszfw{margin-right: 129px;}
.friendlink-item>img{vertical-align: -8px;margin-right: 12px;}
.friendlink-item:last-child{margin-right: 0;}
.friendlink-item .icontop{display: inline-block;margin-left: 14px;vertical-align: middle;width: 14px;height: 14px; background: url(../images/public/city-more.png) left top no-repeat;}
/* .friendlink-item:hover .icontop{transform: rotate(180deg);} */
.city-list{width:100%;max-height:128px;overflow-y:auto;position:absolute;bottom:70px;left:0;background-color:white;border:solid 1px #c7e3ff;padding: 15px 0;}
.friendlink-item:hover .city-list{display:block;}
.city-list>a{display:blick;width:164px;line-height:32px;float:left;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding: 0 15px;}



@media screen and (max-width: 1400px){
    .footer-container,.link-container{width: 1200px;}
    .m-copyright{padding-left: 0;}
    .footer-nav{width: 25%;margin-right: 2.5%;}
    .website-footer{width: 72.5%;}
    .gov-img{height: auto;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;gap: 5px;}
    .gov-img>span{position: static;margin-right: 0px;}

    .friendlink-title,.friendlink-item{margin-right: 33px;}
}
/*pad md*/
@media screen and (max-width: 991px){
    .footer-container,.link-container{width: 970px;box-sizing: border-box;}
    .m-copyright{width: fit-content;padding-top: 10px;margin: 0 auto;}
    .footer-nav,.website-footer{width: 100%;margin-bottom: 10px;height: auto;}
    ._span_cont{display: flex;justify-content: center;align-items: center;}
    .m-copyright p,.m-copyright a{font-size:14px;line-height:26px;}
    .is-footer br{display: block}
}

@media screen and (max-width: 767px){
    .city-list{bottom: 46px;width: calc(100% - 30px);left: 15px;}

    .is-footer .footer-container,.link-container{width: 100%;padding: 0 15px;}
    .is-footer .container{position: relative;padding: 20px 15px;}
    .gov-img{padding: 0;}

    .is-friendlink{height: auto;line-height: 46px;}
	.friendlink-title{width: 100%;font-size:18px;}
	.friendlink-item{margin-right: 18px;font-size:16px;}
}