@charset "utf-8";
/* 长者模式 */
.tuichu:before {
    content: "\e659";
}
#djtc{
	display:none
}

/* 链接 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #2d8fff;
    text-decoration: none;
}

a:active {
    outline: none;
}

/* 头部、底部、公用 */

body {
    overflow-x: hidden;
    font-size: 16px;
    background: #fff;
}
.p20{
    padding: 20px;
}
.copyright .tc {
    display: flex;
    justify-content: space-between;
    width: 640px;
    margin: 0 auto;
    font-size: 14px;
}


.inner,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


/* 底部 */
.footer {
    line-height: 22px;
    background-color: #3467c8;
    color: #fff;
    padding: 0 !important;
    border-top: none;
}
.footer .links .row{
    margin-bottom: 0;
}

.links {
    padding: 20px;
    background-color: #2c5bb6;
    width: 100% !important;
}

.links ul li {
    position: relative;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
}

.links ul li:not(:last-child) {
    border-right: 1px solid #7996ce;
}

.links ul li a {
    display: block;
    color: #fff;
    margin: 0 -5px;
    padding: 0 10px;
    background: url(/material/images/images_2021/links_arr.png) 96% 50% no-repeat;
}

.links li ul {
    display: none \9;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 24px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #ddd;
    background-color: #fff;
    opacity: 0;
    transform: translate(0, 3px);
    transition: opacity, transform .3s;
	z-index:-1
}

.links li:hover ul {
    display: block \9;
    z-index: 9;
    opacity: 1;
    transform: translate(0, 0);
}

.links li li {
    border-top: 1px solid #ddd;
    line-height: 39px;
    text-align: center;
    transition: all .3s;
}

.links li li:hover {
    background-color: #f8f8f8;
}

.links li li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
}

.copyright {
    line-height: 32px;
    display: table;
    position: relative;
}

.copyright .badge-icon {
    width: 58px;
    height: 72px;
    position: absolute;
    left: 120px;
    top: 30px;
    margin-top: 0;
}

.copyright .label-icon {
    width: 117px;
    height: 59px;
    position: absolute;

    right: 80px;
    top: 40px;
    margin-top: 0;
}

.copyright p a,
.copyright p span {
    margin: 0 10px;
    color: #fff;
	white-space:nowrap
}

@media (max-width: 1200px) {
    .ht .fr, .header h1, .inner, .content, .links, .copyright {
        width: 100%;
    }
    .footer {
        font-size: 14px;
        padding: 20px;
    }
    .links ul li:not(:last-child) {
        border: none;
    }
    .copyright .badge-icon {
        left: 20px;
    }
    .copyright .label-icon {
        right: 20px;
    }




}

@media (max-width: 768px) {


    .copyright {
        text-align: center;
    }

    .links > ul > li > a {
        font-size: 14px;
    }
    .copyright p a, .copyright p span{
        white-space: normal;
    }

    .footer .gov {
        position: relative;
        display: inline-block;
        top: 0;
        left: auto;
        right: 66px;
        margin-top: 20px;
        margin-bottom: 10px;
        vertical-align: middle;
    }
	.copyright .label-icon{
	position: relative;
    display: inline-block;
    top: 0;
    left: auto;
    right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    vertical-align: middle;
	}
    .copyright .badge-icon {
        left: -10px;
    }
    .copyright .label-icon {
        right: 0px;
    }
    .copyright .tc {
        width: auto;
        display: block;
    }
    .copyright p span {
        display: block;
    }
}

/* 公用 */







