@charset "utf-8";
/* CSS Document for footer*/
/* 友情链接 */
.friend-link-box{z-index: 2;}
.friend-link-box .link-item{width: 25%;padding: 0 10px; cursor: pointer;}
.friend-link-box .link-item-content{padding:11px 15px;height:46px;border-radius:4px;border:solid 1px rgba(255,255,255,0.38);}
.friend-link-box .link-item span{color: #fff2d7;}
.friend-link-box .link-item i{float: right;width: 18px;height: 100%;background: url(../images/template/icon-down-red.png) center / contain no-repeat;}
.friend-link-box .link-item:hover .link-sub{display: block;}
.friend-link-box .link-sub{width: 100%;left: 0;top: 46px;padding: 10px;}
.friend-link-box .link-sub-list{width: 100%;background-color: white;border: 1px solid #ddd;border-radius: 5px; max-height: 144px; overflow-y: auto;}
.friend-link-box .link-sub a{display:inline-block;line-height:36px;width:16.4%;text-align:left;overflow:hidden;word-wrap:normal;white-space:nowrap;text-overflow:ellipsis;padding: 0 10px;}
.friend-link-box .link-sub a:hover{color: #003f97;font-weight: bold;}
/* footer */
.template-common-footer{background-color: #003f97;padding: 23px 0;max-width: 1920px;margin: auto;}
.template-common-footer .footer-box{margin-top: 30px;margin-bottom: 10px;}
.template-common-footer .footer-box,.template-common-footer .footer-box a{color: #fff2d7;}
.template-common-footer .gov-ga{vertical-align: -4px;margin: 0 5px;}
.template-common-footer .gov-sydw {right: 0;bottom: 28px;}

/* 主题切换 */
.theme-red .friend-link-box .link-sub a:hover{color:#9a0813;}
.theme-red .template-common-footer{background-color:#9a0813;}

/*big pcScreen*/
@media screen and (max-width:1500px) {
}
/*medium pcScreen lg*/
@media screen and (max-width: 1200px) {
	.template-common-footer .footer-box{width: 90%;}
}
/*pad md*/
@media screen and (max-width: 991px ){
	.visible-xs{display: block;}
	.hidden-xs{display: none;}
	/* footer */
	.friend-link-box .link-item{width: 100%;margin-top: 10px;}
	.friend-link-box .link-sub a{width: 100%}
	.friend-link-box .link-sub{top: -152px;}
	.footer-box .f-group{display: block;width: 100%;text-align: center;}
	.template-common-footer .footer-box{width: auto;}
	.template-common-footer .gov-img{text-align: center;}
	.template-common-footer .gov-sydw{position: static;}
	.template-common-footer .footer-box{margin-top: 0px;}
}
/*phone sm*/
@media screen and (max-width: 767px) {

}
/*small xs*/
@media screen and (max-width: 638px) {
    
}
/*small xs*/
@media screen and (max-width: 376px) {
	
}
/*print*/
@media print {
    .is-header,.m-location,.is-footer,.u-fontsize,.share-main,.m-dtsxqh,.m-btfuns,.is-toolbar{display: none;}
    .m-pgpdbox1,.m-detailbox{padding: 0;}
    .m-dtfonts{padding: 10px;}
}