﻿@charset "utf-8";
/* 链接 */
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #336dff;
    text-decoration: none;
}

a:active {
    outline: none;
}

/* 头部、底部、公用  开始*/

body {
    overflow-x: hidden;
    font-size: 18px;
    background: #fff url(../images_2020/sjkf/bg.jpg) 50% 0px no-repeat;
}

.header{
    height: 420px;
    background:url(../images_2020/sjkf/head.png) 50% 0px no-repeat;
}

.header h1 {
    width: 100%;
    height: 81px;
    background: url(../images_2020/sjkf/logo.png) 0 50% no-repeat;
}

.header h1 a {
    display: block;
    height: 130px;
}

.inner,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    padding: 20px 0;
    line-height: 22px;
    font-size: 14px;
    background-color: #eee;
}

.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_2020/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 {
    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;
}
/*页尾 start*/
.copyright p a, .copyright p span {
     margin: 0 10px 0 0;
}
.friendship>li>a{
    background: #fff !important;
    padding: 0 !important;
}
.friendship>li>a>img{
    width: 100%;
}
.rowyw {
    margin-right: 0px;
    margin-left: 0px;
}
.copyright p a{
    margin:0px !important;
}
.copyright p span{
    margin:0px 10px 0px 0px !important;
}
/*页尾 end*/

.grid h2{
    font-size: 28px;
    line-height: 56px;
    border-bottom:1px solid #4456dc;
}

.grid h2 b{
    display: inline-block;
    line-height: 56px;
}

.grid h2 i.s1{
    display: inline-block;
    width: 40px;
    height: 56px;
    vertical-align: middle;
    background: url(../images_2020/sjkf/icon.png) 0px 45% no-repeat;
}

.tab {
    height: 46px;
}

.tab a{
     transition: all .3s;
}

.tab-pane {
     position: relative;
     overflow: hidden;
 }

 .tab-pane .pane>ul,
 .tab-pane .pane>div {
     animation-duration: .3s;
 }


/* 头部、底部、公用  结束*/

/* 首页 开始*/
/* part1开始 */
.search{
    display: block;
    line-height: 30px;
    padding:5px 20px;
    border-radius: 3px;
    font-size: 16px;
}

.search i{
    font-size: 20px;
}

.md-orange{
    background-color: #f19337;
}

.plan .tab{
    width: 180px;
    height: auto;
    background:none;
    display: inline-block;
    float: left;
    position: relative;
    z-index: 999;
    background-color: #fff;
}

.plan .tab a {
     display: inline-block;
     position: relative;
     min-width: 100%;
     height: 60px;
     padding: 0;
     line-height: 60px;
     font-size: 18px;
     border-radius:3px;
     text-align: center;
     border-top: 1px solid #4456dc;
 }

.plan .tab a+a:before{
    display: none;
}

.plan .tab a.current {
     background-color: #4456dc;
     color: #fff;
 }

.plan .tab a i{
    font-size: 28px;
    color: #ffcb67;
    line-height: 70px;
}

.plan .pane{
    width: 76%;
    float: left;
}

.plan .pane>div{
    padding: 20px;
    border:none; 
    box-shadow:none;
    background-color: transparent;
}
/* part1结束  */

/* part2开始  */
.category .tab{
    height: 70px;
    border-bottom: 1px solid #4456dc;
}

.category .tab a {
     display: inline-block;
     position: relative;
     min-width: 100px;
     height: 70px;
     padding: 0 25px;
     line-height: 70px;
     font-size: 20px;
     color: #333;
     text-align: center;
 }

 .category .tab a.current {
     font-size: 28px;
 }

.category .tab a+a:before {
    content: '';
    position: absolute;
    top: 35%;
    bottom: 0px;
    left: 0;
    width: 1px;
    height: 20px;
    background-color:#35446a;
}

.category .pane{
    width: 1200px;
}

.category .pane>div{
    padding: 20px;
    width: 100%;
}

.show li{
    position: relative;
    padding: 20px;
    margin:30px;
    width: 27.33%;
    border-radius:3px;
    text-align: center;
    line-height: 38px;
}

.show li.s1{
    background-color: #4456dc;
}

.show li.s2{
    background-color: #9641d4;
}

.show li.s3{
    background-color: #4b89fa;
}

.show li b{
    display: block;
    font-size: 48px;
    color: #fff;
}

.show li span{
    display: block;
    font-size: 20px;
    color: #fff;
}

.b1 li{
    position: relative;
    padding:20px 30px;
    margin:20px 10px;
    border:1px solid #e6e6e6;
}

.hover-style1 li:after {
    background: #4456dc;
}

.b1 li h4{
    color: #333;
    font-size: 18px;
}

.b1 li p{
    color: #888;
    font-size: 16px;
}

.b1 li:hover h4 a,
.b1 li:hover p,
.b1 li:hover .time span,
.b1 li:hover .time a{
    color: #fff;
}

.b1 li .time{
    position: absolute;
    top: 35%;
    right: 3%;
}

.b1 li .time span,
.b1 li .time a{
    font-size: 16px;
    padding:0px 10px;
}

.b1 li .time span i,
.b1 li .time a i{
    display: inline-block;
    font-size: 20px;
    color: #78ccff;
    margin-right:5px;
}


.b1 li:hover .time span i,
.b1 li:hover .time a i{
    color: #fff;
}

.b1 .more a{
    display: inline-block;
    color: #9b9b9b;
    font-size: 20px;
    padding:10px 70px;
    background-color: #f0f0f0;
    border-radius: 3px;
    margin-top:10px;
    transition: all .3s;
}

.b1 .more a:hover{
    color: #fff;
    background-color: #4456dc;
}

/* part2结束  */

/* part3开始  */
.w580{
    width: 580px;
}

.sjjd .list-p li{
    width: 250px;
    height: 286px;
    box-shadow: 0 2px 10px rgba(27, 78, 207, 0.3);
}

.sjjd .list-p li+li{
    margin-left: 50px;
}

.sjjd .list-p li img{
    width: 100%;
    height: 100%;
}

.sjjd .list-p li a{
    margin:0px;
    height: 100%;
}

.sjjd .list-t li{
    font-size: 16px;
    line-height: 39px;
    border-bottom:none;
	padding:0 0 0 20px;
}
/* part3结束  */


/* 正文页 开始 */
/* where14 */
.where14 {
    padding: 10px;
    line-height: 20px;
    background-color: #f7f7f7;
}

.where14 a{
    padding: 0px 5px;
}

.where14 i {
    display: inline-block;
    margin: 0 5px;
    color: #286090;
    font-size: 18px;
    vertical-align: middle;
}

.port {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.port h3{
    font-size: 24px;
    color: #336dff;
    line-height: 56px;
    font-weight: bold;
    margin-bottom:20px;
}

.port table{
    font-size: 18px;
    width: 100%;
}

.port table td{
    padding: 10px;
    line-height: 20px;
    border: 1px solid #eeeeee;
}

.port table input {
    height: 38px;
    border: none;
    width: 90%;
}

.port table td.md-gray{
    color: #78829a;
}

.t4{
    color: #333;
    font-size: 22px;
    line-height: 46px;
    padding: 0px;
    margin:0px 10px 20px 10px;
    border-bottom: 1px solid #ccc;
    background: url(../images_2020/sjkf/line.jpg) left bottom no-repeat;
}

.port_con{
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.port_con .list-t{
    padding:20px 40px;
}

.port_con .list-t li{
    line-height: 40px;
    border-bottom: none;
}

.port_con .list-t li:before{
    top: 20px;
}

.port_con .list-t li p{
    line-height: 24px;
    color: #a3a3a3;
    font-size: 14px;
    padding-left: 20px;
}

.t5 {
    line-height: 40px;
    margin:0px 10px;
    padding:0px;
}
 
.t5 b{
    display: inline-block;
    height:40px;
    line-height: 40px;
    padding:0px 30px;
    font-size: 18px;
    border-radius: 0px 0px 10px 0px;
}
 
.port_con .logo a{
    margin:0px 10px;
    padding:5px 25px;
    border-radius: 20px;
    line-height: 20px;
    font-size: 16px;
}

.port_con .logo b{
    font-size: 24px;
}

/* 正文页 结束 */

/* 数据查询 开始 */
.mt20{
    margin-top: 20px;
}

.port .text{
    padding:0px 15px;
    border:1px solid #e4e2e2;
}

.btn{
    font-size: 16px;
    padding:10px 30px;
    margin:0px 10px;
}

/* 数据查询 结束 */

/* 列表页 开始 */
.t6{
    position: relative;
    height: 70px;
    line-height: 70px;
}

.t6 b {
     display: inline-block;
     position: relative;
     min-width: 100px;
     height: 70px;
     padding: 0 45px;
     text-align: center;
     font-size: 28px;
     background-color: #ffa320;
     color: #fff;
 }

.t6 span,
.t6 span a{
    color: #b1b1b1;
}

.t6 span a{
    position: relative;
    display: inline-block;
    padding:10px 30px;
    margin:0px 10px;
    font-size: 18px;
    color:#888;
    line-height: 30px;
    background-color: #eee;
    border-radius: 100px;
}

.t6 span a:hover{
    color: #fff;
    background-color:#ffa320;
}

/* pages9 */
.pages9 {
    font: 0/0 microsoft yahei;
    padding: 20px 0;
    text-align: center;
}
 
.pages9 a,
.pages9 span {
    display: inline-block;
    line-height: 18px;
    margin: 0 5px 10px 5px;
    padding: 10px 15px;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    border-radius: 2px;
    border:1px solid #eee;
}
 
.pages9 a:hover {
    position: relative;
    background-color: #4456dc;
    border:1px solid #a3bde2;
    color: #fff;
}
 
.pages9 .current {
    background-color: #4456dc;
    color: #fff;
    position: relative;
    border:none;
    border:1px solid #4456dc;
    box-shadow: 0 4px 5px rgba(111, 175, 208, .1);
}
 
.pages9 .disabled {
    color: #ccc;
    cursor: not-allowed;
}

/* 列表页 结束 */
@media (max-width: 768px){
.links, .copyright {
    width: 100%;
}
.footer {
    padding: 20px;
}
.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: 1200px){
.footer {
    width: 1200px;
}
}

