@charset "utf-8";
.rk{
    margin-bottom: 40px;
}
.rk:after{
    height: 0;
    display: block;
    content: "";
    clear: both;
}
.rk a{
    display: block;
    width: 100%;
    height: auto;
}
.rk img{
    width: 100%;
    transition: .3s all;
}
.rk img:hover{
    transform: scale(1.05);
}
.dczj li{
    width: 100%;
    padding-left: 80px;
    position: relative;
    margin-bottom: 20px;
    border:1px solid #deeefe;
    border-radius:10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.dczj li i{
    width: 50px;
    height: 50px;
    background: url("../images/dczj.png") center center no-repeat;
    position: absolute;
    margin-top: -25px;
    top: 50%;
    left: 15px;
}
.dczj li h4{
    font-size: 16px;
    color: #2d2d2d;
    line-height: 34px;
    white-space: nowrap;
    width: 100%;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dczj li p{
    color: #787878;
    font-size: 16px;
    line-height: 30px;
}
.dczj li p span:nth-child(1){
    margin-right: 20px;
}
.p1 h3{
    color: #ffffff;
    font-size: 22px;
    padding:10px 20px;
    border-radius:0px 0px 10px 10px;
    background: linear-gradient(to bottom, #0059e2 0%, #00bbf6 100%);
    width: auto;
    display: inline-block;
    box-shadow: 0px 5px 0px #c6dff8;
    margin-bottom: 20px;
}
.p1 h3 a{
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
}
.lll {
    background: #edf7ff;
    height: 106px;
    margin-bottom: 24px;
    text-align: center;
    line-height: 38px;
    padding:15px 0
}
.lll>div>span:nth-child(1){
    color:#333333;
    font-size: 16px;
}
.lll>div>span:nth-child(2){
    color:#005bad;
    font-size: 22px;
    font-weight: bold;

}
h4.tab3{
    display: block;
    width: 100%;
}
h4.tab3:after{
    height: 0;
    clear: both;
    display: block;
    content:''
}
h4.tab3 a{
    width: 50%;
    float: left;
    background:#eeeff2;
    line-height: 32px;
    color:#333333;
    font-size: 18px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
h4.tab3 a.current:after{
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    border-top: 8px solid #2d8fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
h4.tab3 a.current{
    background-color:#2d8fff;
    color: #fff;
}
.pane{
    height: 274px;
}
.list-t li{
    color:#333333;
    line-height: 48px;
    font-size: 18px;
}
.list-t li a{
    width: 80%;
}
.list-t li:before{
    width: 7px;
    height: 7px;
    margin-top: -3.5px;
}
.content .row>.col, .content .row>[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}
.rk .col-md-4{
    padding-left:12.5px;
    padding-right: 12.5px;
}
.content iframe{
    width:100%;
    height:300px
}
.dczj li i{
    transition: .3s all;
}
.dczj li a:hover i{
    transform: rotateY(360deg);
}
@media (max-width:992px) {
    .rk li{
        margin-bottom: 20px;
    }
    .lll{
        height: auto;
    }
    .lll div{
        width: 50%;
        float: left;
    }
    .lll::after{
        height: 0;
        display: block;
        content: '';
        clear:both;
    }
    .content .pane3{
        overflow-x: scroll;
    }
    .content iframe{
        height:320px;
        width: 992px;
    }
    .lygk{
        margin-bottom: 20px;
    }
    .list-t li a{
        width: 100%;
    }
    .list-t li .date{
        display: none;
    }
    .dczj span{
        display: block;
    }
    .dczj li h4{
        white-space: normal;
        line-height: 30px;
        margin-bottom: 10px;
    }

}
@media (max-width:480px) {
    .content iframe{
        width:768px;
    }
}