body {
    font-family: 'microsoft Yahei';
}

body {
    min-width: 1200px;
    background-color: #fff;
    /* 禁止字体变化*/

    -webkit-text-size-adjust: 100%;
}

/*头部*/
header {
    position: relative;
    min-height: 200px;
}


.logo {
    position: absolute;
    z-index: 2;
    top: 38px;
    display: block;
    margin-left: -60px;
}

.logo img {
    width: 756px;
    height: 86px;
}

.banner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 398px;
    background: url(banner.png) no-repeat center;
}



/*end 头部*/



/*内容主体*/

.section-1{
    padding-top: 48px;
}


.section-1 .zcxc .title{
    background: url(title-bg.png) no-repeat center;
    width: 340px;
    height: 60px;
    position: absolute;
    left: 159px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
}

.section-1 .jbfwzn .title{
    background: url(title-bg.png) no-repeat center;
    width: 340px;
    height: 60px;
    position: absolute;
    left: 95px;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
}
.section-2 .img a,.section-2 img{
    display:block;
    width: 100%;
}
.section-2 .img{
    margin: 72px auto 102px;
}





/*txt-list-date 文本列表 ul.txt-list ******************************/

.section-1 .zcxc{
    position: relative;
    width: 658px;
    height: 565px;
}


.section-1 .txt-list {
    width: 658px;
    height: 535px;
    padding:70px 82px 30px 32px;
    margin-top: 28px;
    background:url(111101_03.png) no-repeat center;
}



.txt-list .li-item {
    float: left;
    width: 542px;
    height: 56px;
    line-height: 56px;
    font-size: 24px;
    background: url(yd-blue.jpg) no-repeat left center/3px 3px;
}

/*.txt-list .li-item:nth-child(2n){
    float: right;
}*/

.txt-list .li-item a {
    width: 100%;
    font-size: 24px;
    padding-left: 16px;
    color: #000;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.txt-list .li-item a:hover{
    color: #1b53fa;
}



/*txt-list 文本列表 end *****************************************************/

.section-1 .jbfwzn {
    position: relative;
    width: 530px;
    height: 565px;
}

.section-1 .jbfwzn-cont{
     width: 530px;
    height: 535px;
    padding:70px 42px 30px 50px;
    margin-top: 28px;
    background:url(111101_03.png) no-repeat center;
    background-size: 100% 100%;
}

.section-1 .jbfwzn-cont p{
    font-size: 24px;
    line-height: 56px;
}


@media only screen and (min-width : 320px) and (max-width : 1200px) {
        .logo {
        margin-left: 0;
    }
    .banner{
        background-size: 100% 100%;
    }

}
