@charset "utf-8";
/* 链接 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #ff2121;
    text-decoration: none;
}

a:active {
    outline: none;
}

/* 头部、底部、公用  开始*/

body {
    overflow-x: hidden;
    font-size: 18px;
    color: #333;
    background: url(../../images/zffwqyzxxd_images/bg.jpg) center 0px no-repeat;
    background-size: 100% auto;
}

@media (min-width: 1200px) {
    .backtop {
        z-index: 600;
        right: 78px;
        bottom: 0px;
    }
}

@media (min-width: 1024px) {
    .backtop {
        right: 20px;
    }
}
.inner,
.nav ul,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header h1 {
    width: 100%;
    height: 400px;
}

.footer {
    padding: 20px 0;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    background-color: #333;
}

.footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.links>ul>li {
    position: relative;
    margin-bottom: 20px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.links>ul>li>a {
    display: block;
    margin: 0 -5px;
    padding: 0 20px;
    background: #fff url(../../images/zffwqyzxxd_images/links_arr.png) 96% 50% no-repeat;
}

.links li ul {
    display: none\9;
    z-index: -1;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 40px;
    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;
}

.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;
}

.copyright p a,
.copyright p span {
    color: #fff;
    margin: 0 10px;
}

.footer-map {
    margin-left: 120px;
}

.gov {
    position: absolute;
    top: 50%;
    left: 0;
    width: 80px;
    height: 80px;
    margin-top: -40px;
}

.qr {
    position: absolute;
    top: 50%;
    right: 150px;
    width: 100px;
    height: 100px;
    margin-top: -50px;
}

.qr img{
    width: 100px;
    height: 100px;
}

.jc {
    position: absolute;
    top: 50%;
    right: 0;
    width: 110px;
    height: 55px;
    margin-top: -22px;
}

.content {
    width:1200px;
    padding: 20px 0;
    margin:0px auto;
}
/* 公用部分 */

.grid {
    width: 1200px;
    margin: 0 auto 20px;
}

@media (max-width: 1200px) {
    .grid,.content {
        width: 100%;
        padding:10px;
        margin: 0 auto;
    }
}

.grid .row {
    margin-right: -10px;
    margin-left: -10px;
}

.grid .row .col,
.grid .row [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}


@media (max-width: 1200px) {
    body{
        background-size: 180% auto;
    }

    .ht,
    .inner,
    .header h1,
    .search-box,
    .nav ul,
    .links,
    .copyright {
        width: 100%;
    }


    .header h1 {
        height: 300px;
    }

    .footer {
        padding: 20px;
    }
}

@media (max-width: 768px) {

     .copyright {
        text-align: center;
    }

    .copyright p span {
        display: block;
    }

    .copyright>.p20 {
        margin: 0;
        width: 100%;
    }

    .footer .gov,
    .footer .jc {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 20px;

        vertical-align: middle;
    }

    .footer .qr{
        position: relative;
        display: inline-block;
        bottom: 0;
        right:0px;
        width:100%;
        margin-top: 20px;
        vertical-align: middle;
    }
}

@media (max-width: 480px){
    .header h1 {
        height: 100px;
    }
}

/* 头部、底部、公用  结束*/

/* 专题 开始 */
.list-b.b1 li {
    padding:0px;
    margin-bottom: 30px;
}

.list-b.b1 a{
    display: block;
    min-height: 120px;
    padding:20px 30px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.list-b.b1 li:hover {
    color: #fff;
}

.list-b.b1 li h4{
    display: table;
    table-layout: fixed;
    width: 100%;
    height:70px;
    max-height:100px;
    padding: 0px 0px 0px 100px;
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    transition: background-position .3s;
}

.list-b.b1 li h4 span {
    font-weight:bold;
    display: table-cell;
    vertical-align: middle;
}

.list-b.b1 li p{
    text-indent: 2em;
    line-height: 36px;
}

.list-b.b1 li a .calendar {
    position: absolute;
    top: 20px;
    left:30px;
    display: block;
    width: 70px;
    color: #d60000;
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    padding: 10px 0px;
}

.list-b.b1 .calendar em {
    display: block;
    line-height: 30px;
    font-size: 24px;
}

.list-b.b1 a:hover .calendar{
    transition: .3s;
    color: #d60000;
    background-color: #fff;
}

@media (max-width: 1200px) {
    .list-b.b1 li h4{
        font-size: 18px;
    }
    .list-b.b1 li p{
        font-size: 16px;
    }
}

/* 列表hover样式 开始 */
.hover-style3 li a {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.hover-style3 li a:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 0;
    left: 0%;
    top: 50%;
    color: #fff;
    background-color: #ff2121;
    transition: all 0.3s ease-in-out;
}

.hover-style3 li a:hover:before {
    width: 100%;
    color: #fff;
    height: 100%;
    left: 0%;
    top: 0%;
    content: '';
    z-index: 0;
}

.hover-style3 li a:hover h4,
.hover-style3 li a:hover p,
.hover-style3 li a:hover strong,
.hover-style3 li a:hover span {
    position: relative;
    z-index: 1;
    color: #fff;
}

.hover-style3 li a:hover p.date {
    position: relative;
    z-index: 1;
    color: #fff;
    border-top: 2px solid #fff;
}
/* 列表hover样式 结束 */

/* 专题 结束 */ 