.header{
    width: 100%;
    height: 498px;
    background: url(../images/banner.png) 50% 0 no-repeat;
}

.row .col-md-6{
    margin: 40px 0px;
}

.title h2{
    display: inline-block;
    font-size: 24px;
    line-height: 42px;
    font-weight: 600;
    width: 100px;
}

.news i{display: inline-block;
    position: relative;
    top: -5px;
    height: 1px;
    width: calc(100% - 190px);
    margin: 0 10px;
    background: #d9d9d9;
}

.news{    height: 250px;}
.title a{
    display: inline-block;
    line-height: 42px;
    position: relative;
    top: -1px;
    right: 0;
}

.list-d ul li{
    font-size: 14px;
    width: 100%;
    height: 34px;
    background: url(../images/listicon.png) no-repeat left center;
    display: block;
    position: relative;
    overflow: hidden;
}

.list-d ul li a {
    font-size: 14px;
    width: 78%;
    line-height: 34px;
    padding-left: 15px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-d ul li span {
    color: #999999;
    position: absolute;
    top: 0px;
    right: 2px;
    width: 100px;
    height: 34px;
    padding-right: 10px;
    line-height: 34px;
    text-align: right;
    display: block;
}

@media(max-width:1200px){

    .header {
        height: 300px;
        background: url(../images/banner.png) center/cover no-repeat;
    }
    .col-md-6 .news{
        padding: 0 20px;
    }

    .content .row {
        margin-right: 0;
        margin-left: 0;
    }
    .content .row>.col, .content .row>[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
    
}

@media(max-width:768px){
    .header {
        height: 200px;
    }

    .header h1 {
        background-size: auto 40%;
    }
    .row .col-md-6 {
        margin: 10px 0px;
    }

    .list-d ul li a {
        width: 67%;
    }
}