.current_dw {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    letter-spacing: -1px;
    color: #333333;
}

.current_dw .span2 {
    font-size: 14px;
    color: #cd0e14;
}

.video_wrap_left {
    width: 808px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
    /* height:800px; */

}

.video_wrap_left_tit {
    width: 100%;
    height: 40px;
    background-color: #f3f3f3;
}

.video_wrap_left_title {
    width: 120px;
    height: 40px;
    background-color: #bf242a;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;

}

.video_list_ll {
    padding: 0px 13px;
    box-sizing: border-box;
    margin-top: 22px;

}

.video_item_ll {
    width: 189px;
    height: 176px;
    margin: 0px 8px 20px 0px;
    border: solid 1px #f3f3f3;
}

.video_item_ll:nth-child(4n) {
    margin-right: 0px;
}

.video_bt {
    color: #333333;
    line-height: 46px;
    text-align: center;
    font-size: 12px;
    padding: 0px 10px;
    box-sizing: border-box;
}

.video_bt:hover {
    background-color: #bf242a;
    color: #ffffff;
}

/* 视频播放 */
.video_pic {
    position: relative;
    width: 189px;
    height: 128px;
    overflow: hidden
}

.video_pic video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_pic p {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 5px;
}

.video_pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video_pic i {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/bf.png) no-repeat center;
    background-color:
        rgba(0, 0, 0, 0.2);
    z-index: 1;

}

/* 页数 */
.page_con {
    width: 100%;
}

.page_con li {
    padding: 8px 10px;
    box-sizing: border-box;
    border: solid 1px #e5e6e6;
    font-size: 14px;
    color: #666666;
    margin-right: 4px;
}

.page_con li:last-child {
    margin-right: 0px;

}
.news_report{
    width: 369px;
	height: 303px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px 
		rgba(0, 0, 0, 0.1);
}
.video_wrap_right{
    margin-left:22px;
}
.news_report_title{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
	color: #333333;
    background:url('../images/bj.png') no-repeat;
}
.news_report_title span{
    margin-left:26px;
}

.bulletin_right_top_list_item {
    padding: 4px 0px;
    box-sizing: border-box;
    width: 100%;
}

.bulletin_right_top_list_item>div {
    font-size: 14px;
    color: #585858;
}

.bulletin_right_top_list_item .dian {
    width: 8px;
    height: 8px;
    background-color: #d8d8d8;
    border-radius: 100%;
    margin-right: 10px;
}
.news_list_video{
    padding:0px 28px;
    box-sizing: border-box;
}
.news_every {
    width: 96%;
}
.Mtcaution_list{
    padding:35px 16px 0px 16px;
    box-sizing: border-box;
}
.Mtcaution_item{
    width: 161px;
    font-size: 14px;
	color: #333333;
    margin-right:15px;
    margin-bottom:14px;
}
.Mtcaution_item_title{
    width:96%;
    text-align: center;
}
.Mtcaution_item:nth-child(2n){
    margin-right:0px;
}
.pic img{
    width: 161px;
    height: 108px;
    margin-bottom:10px;
  
}
.news_report1{
    height:auto;
    margin:22px 0px;
}
.adv_img img {
    width: 100%;
    height: 160px;
}
.adv_img{
    margin:50px 0px 64px 0px;
}

















