@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%;
}
}
