body{
    background: #ffffff;
}
.header{
    background: url("../images/wldjt/header_bg.png") center center no-repeat;
    height: 360px;
    background-size: 100% 100%;
    position: relative;
}
.site-logo {
    position: absolute;
    left: 0;
    top: 10px;
}
.site-logo img{
    display: block;
    width: 200px;
    height: 79px;
}
.banner1{
    width: 1200px;
    margin: 0 auto;
}
.banner1 img{
    display: block;
    padding-top: 90px;
    margin: 0  auto;
}
.content{
    padding-top: 20px;
    padding-bottom: 10px;
}
.grid h3{
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
}
.grid h3>a{
    font-size: 28px;
    line-height: 28px;
    color: #2b579e;
    font-weight: bold;
}
.grid h3>a:before{
    content: "";
    width: 8px;
    height: 28px;
    background: #d0021b;
    position: absolute;
    display: block;
    left: 0;
}
.gd{
    position: absolute;
    right: 20px;
    font-size: 18px;
    line-height: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.gd a{
    color: #67747b;
}
.gd:after{
    content: "";
    display: block;
    position: absolute;
    background: url("../images/wldjt/gd.png") center center no-repeat;
    width: 11px;
    height: 11px;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.p1{
    padding-bottom: 0;
}
.p1 .row .col-md-6>div {
    border: 2px solid #b5c9eb;
    border-radius: 6px;
    height: 124px;
    background-size: 100% 100%;
    position: relative;
    padding: 24px 30px 24px 105px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
}
.p1 li{
    margin-bottom: 20px;
}

.p1 li a {
    font-size: 18px;
    color: #2d2d2d;
    font-weight: normal;
    line-height: 36px;
}
.p1 li .date {
    position: absolute;
    left: 22px;
    top: 50%;
    margin-top: -31px;
    width: 62px;
    height: 62px;
    border-radius: 6px;
    background: #0061b0;
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.p1 li .date b {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-top: 3px;
}

.p2 h3{
    padding-bottom: 18px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px;
}
.p2 .list-t li:nth-child(3-){
    padding-left: 25px;
}
.p2 .list-t li:before{
    width: 6px;
    height: 6px;
    background: #a1c0e3;
    margin-top: -3px;
    border-radius: 0;
}
.list-t li{
    font-size: 18px;
    line-height: 48px;
}
.list-t li a{
    color: #333333;
}
li a:hover,.gd a:hover{
    color: #048;
}
.p2 .list-t li:hover:before{
    background: #048;
}
@media screen and (max-width: 1200px) {
    .header,.banner1{
        width: 100%;
    }
    .header{
        background-size: auto 100%;
    }
}
@media screen and (max-width: 992px) {
    .banner1 img{
        width: 80%;
    }
    .p2 .col-md-6:first-child{
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 480px) {
    .header{
        height: 240px;
    }
    .site-logo {
        left: 10px;
    }
    .site-logo img {
        width: 165px;
        height: auto;
    }
    .grid h3>a {
        font-size: 24px;
        line-height: 24px;
        color: #2b579e;
    }
    .grid h3>a:before{
        height: 24px;
    }
    .p2 li a{
        font-size: 16px;
    }
    .p1 li .date {
        display: none;
    }
    .p1 li a{
        font-size: 16px;
        line-height: 32px;
    }
    .p1 .row .col-md-6>div {
        padding: 12px 20px;
        text-align: justify;
        height: auto;
    }

    .p2 .col-md-6:first-child {
        margin-bottom: 20px;
    }

}