@charset "utf-8";

/* 链接 */

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #224b7f;
    text-decoration: none;
}

a:active {
    outline: none;
}

/* 头部、底部、全局 */

body {
    overflow-x: hidden;
    font-size: 16px;
    color: #333;
}

.inner,
.nav ul,
.links,
.copyright {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.header {
    /*position: relative;*/
    background: #0e5dd7 url(../images/banner.jpg) 50% 0 no-repeat;
}

.header h1 a{
    display: block !important;
    height: 300px !important;
}
.header h1{
	height: 290px !important;
	width: 50% !important;
}
.content {
    padding: 3px 0 !important;
    /*background-image: linear-gradient(to bottom, #deeefd, #f1f1f1) !important;
    background-color: #f1f1f1 !important;*/
}
.footer {
    padding: 20px 0;
    line-height: 30px;
    font-size: 14px;
/*    border-top: 10px solid #1a64b9;
    background-color: #eef9ff;*/
}

.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 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;
    color: #000;
}

.footer-map {
    margin-left: 120px;
}


@media (max-width: 1200px) {

    .ht .fl,
    .lang,
    .search-box,
    .topic h2,
    .topic-prev,
    .topic-next {
        display: none;
    }

    .ht .fr {
        text-align: center;
        font-size: 12px;
    }

    .ht .fr,
    .header h1,
    .nav ul,
    .search,
    .inner,
    .content,
    .links,
    .copyright {
        width: 100%;
    }

    .header {
        height: 160px;
        background-size: auto 100%;
    }

    .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;
    }
}
@media (max-width: 480px) {

    .header {
        height: 100px;
        background-size: auto 100%;
    }
}

/* 公用部分 */

.t1 b {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    background-color: #25a4e9;
    border-radius: 8px;
}
.t1 b:before, .t1 b:after{
    border-bottom:none;
    height: 40px;
    top: 0px;
}
.t1 b:after{
    margin-left: 10px;
}
.t1 .more{
    color:#1a64b9;
}
.phone{
    height: 58px;
    padding-top: 18px;
}
.phone b:before{
    content: '';
    position: absolute;
    top: -18px;
    right: -47px;
    width: 53px;
    height: 58px;
}
.phone .more{
    top: 18px;
    color:#1a64b9;
}

@media (max-width: 480px) {
.phone b{
    font-size: 14px;
    padding:0px 10px;
}
.phone b:before{
    right: -63px;
}
}
.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.table-bordered {
    margin-bottom: 0px;
}

.table-bordered>tbody>tr>th {
    background-color: #f9f9f9;
    text-align: center;
    color: #048;
    padding: 2px;
    width: 20%;
}

.grid {
    width: 1200px;
    margin: 20px auto;
}

.grid>.row {
    margin-right: -10px;
    margin-left: -10px;
}

.grid>.row>.col,
.grid>.row>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.tab-pane .pane {
    overflow: hidden;
}

.tab-pane .pane>ul,
.tab-pane .pane>div {
    animation-duration: .3s;
}

.tab-pane .pane {
    overflow: hidden;
}

h3.tab {
    height: 46px;
    border-bottom: 1px solid #ddd;
}

h3.tab a {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    line-height: 46px;
    font-size: 20px;
    font-weight: bold;
}

h3.tab a.current {
    color: #205190;
}

h3.tab a+a:before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    border-left: 1px solid #ddd;
}

@media (max-width: 1200px) {

    .grid {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .tab {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-left: -2px;
        margin-right: -2px;
        text-align: center;
    }

    .tab a {
        width: 0%;
        min-width: inherit;
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0 2px;
        padding: 0;
        font-size: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        overflow: hidden;
        white-space: nowrap;
        word-break: keep-all;
        text-overflow: ellipsis;
    }

}
/*首页 开始*/

/* part1 */
.list-t li{
    padding-left: 30px;
}


.qa .list-t li:before{
    width: 4px;
    height: 4px;
    left: 5px;
    margin-top: -2px;
    background-color: #ddd;
    border-radius:0px;
}
.qa .list-t li:hover:before {
	  background-color: #1b80d2;
}

.a1{
    padding-bottom: 10px;
    box-shadow: 0 6px 12px rgba(50, 163, 225, .24);
}
.a1 li{
    margin:20px;
}
.a1 li span{
    display: block;
    width: 255px;
    height: 140px;
    line-height: 190px;
    color:#1687c5;
    font-size: 20px;
    font-weight: bold;
    margin: 0px auto;
}



.info-list {
    padding: 0 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .06);
}

.info-list li {
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #ddd;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 24px;
    font-size: 16px;
    transition: box-shadow .3s;
}

@media (max-width: 768px) {
    .info-list li {
        font-size: 14px;
    }
}

@media (min-width: 480px) {
    .info-list li>div {
        text-align: center;
    }
}

.info-list li:hover {
    padding-left: 10px;
    padding-right: 10px;
    background: #fff;
    color:#1a64b9;
    border:1px solid #a6c5e8;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

.info-list li:first-child {
    line-height: 30px;
    font-weight:bold;
    font-size: 20px;
    color:#1687c5;
    background-color: #e4f6ff !important;
}

.info-list li:first-child:hover {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 0px;
    padding-right: 0px;
    background: #e4f6ff;
    border-radius: 0px;
    box-shadow: none;
    border:none;
}

.info-list li p {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1024px) {
   .info-list .row [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
}
@media (max-width: 480px) {
    .info-extra {
        left: 10px;
    }
.info-list li:first-child{
    font-size: 16px;
}
}
@media (max-width: 480px){.content {background-image: linear-gradient(to bottom, #deeefd, #f1f1f1) !important; background-color: #f1f1f1 !important;}}

@media (max-width:1024px) and (min-width:1024px){
.header{
	height: 160px;
    background-size: auto 113%;
}
}
/* 首页 结束 */