@charset "utf-8";

/* 头部、底部、全局 */

body {
    overflow-x: hidden;
    font-size: 16px;
    color: #333;
}

.header {
    /*position: relative;*/
    height: 290px;
    background: #0e5dd7 url(../images/zfxxgk_banner_zj.jpg) 50% 0 no-repeat;
    margin-bottom: 0;
}

.grid {
    width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.content {
    padding: 3px 0 !important;
    background-image: linear-gradient(to bottom, #deeefd, #f1f1f1) !important;
    background-color: #f1f1f1 !important;
}



@media (max-width: 1200px) {

    .header {
        height: 160px;
        background-size: auto 100%;
    }

}

@media (max-width: 480px) {

    .header {
        height: 100px;
        background-size: auto 100%;
    }
}

/*首页 开始*/

/* part1 */

.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;
}

.list-t li {
    position: relative;
    padding: 0 0 0 30px;
    line-height: 40px;
}

/* 首页 结束 */

@media (max-width: 1024px) and (min-width: 1024px){
.header {
    height: 160px;
    background-size: auto 113%;
}
}

/* 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;
}
}

.header h1 {
    width: 600px;
    height: 130px;
    background: none;
}
@media (max-width: 1024px) and (min-width: 1024px){
.header {
    height: 160px;
    background-size: auto 113%;
}
}
/* 首页 结束 */