/* 清除浮动  */
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}
.block{
    display: block !important;
}
/* 内容开始 */
.section{
    width: 100%;

}
/* 当前位置 */
.dqwzBox{
    width: 100%;
    height: 40px;
    background-color: #deecff;
    margin-bottom: 39px;
}
.dqwz{
    width: 100%;
    height: 40px;
}
.dqwz table{
    line-height: 38px;
}
.dqwz table span{
    margin: 0 5px 0 10px;
}
.dqwz table a{
    color: rgba(0, 0, 0, 0.6);
    margin-left: 2px;
    font-size: 14px;
}
.dqwz table tr td:nth-child(2) a{
    margin-left: 5px;
}
.dqwz table tr td:last-child span{
    display: none;
}

.Title{
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.Title span {
    display: block;
    width: auto;
    height: 39px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    color: #999;
    padding: 8px 0 5px 0;
    float: left;
}
.Title span:nth-child(1){
    padding: 6px 36px 6px 34px;
}
.Title span:nth-child(2){
    padding: 8px 28px 5px 31px;
}

.Title span:nth-child(3){
    padding: 8px 15px 5px 15px;
}
.Title a {
    float: right;
    display: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #999;
    margin-right: 3px;
}

.Title .Titletext {
    background-color: #2d76e4;
    font-size: 22px;
    color: #fff;
    line-height: 29px;
}
.list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.box{
    width: 100%;
    display: none;
}
.ico {
    width: 100%;
    height: 26px;
    padding-left: 28px;
    box-sizing: border-box;
    line-height: 26px;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: 20px;
    color: #2d76e4;
    margin: 20px 0;
}

.ico01 {
    background: url(ico01.png) no-repeat left center;
    /* margin: 20px 0 15px 0; */
}

.ico02 {
    background: url(ico02.png) no-repeat left center;
    
}
.ico03{
    margin: 14px 0 20px 0;
}
.video {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.video01{
    min-height: 800px;
}
.video li {
    float: left;
    width: 346px;
    height: 100%;
    background: #f5f5f5;
    position: relative;
    margin-bottom: 20px;
    margin-right: 30px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.video li:nth-child(3n) {
    margin-right: 0;
}

.mb {
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.48);
    position: absolute;
    top: 0;
    left: 0;
}

.video li>a {
    display: block;
    width: 100%;
    height: 194px;
    position: relative;
}

.video li a .play {
    position: absolute;
    top: 83px;
    left: 165px;
}

.videoText {
    width: 100%;
    height: 89px;
    padding: 16px 29px 0 22px;
    box-sizing: border-box;
}

.videoText a {
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #333;
}

@media only screen and (max-width: 768px){
    .dqwzBox{
        display: none;
    }
    .video li{
        margin-left: calc( 50% - 173px);
    }
}