a{
    color: inherit;
    font-size: inherit;
}
a:link,a:visited{ color:inherit; text-decoration:none;}
a:hover{ color:inherit; text-decoration: none !important;}
a:focus{
    text-decoration: none !important;
}
.container-fluid{
    padding: 0;
    margin: 0;
}
body{ background: #efefef !important; }

/* 媒体查询，pc优先 */
@media (min-width: 1920px){
    .container {
        width: 1200px;
    }
}
.header_banner{
    width: 100%;
    height: 447px;
    /* background-image: url(header20191018.jpg); */
    background-image: url(14yxzpshow_topbg_20210103.png);
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
}
.navbar_pc{
    background: #cc0202;
    width: 100%;
    height: 52px;
    color: #fff;
    font-size: 20px;
    line-height: 52px;
    text-align: center;
}
.navbar_pc li{
    display: inline-block;
    padding: 0 28px;
}
.navbar_pc li a{
    width: 100%;
}
.navbar_pc_middle{
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.navbar_pc .iconfont{
    font-size: 30px;
    vertical-align: middle;
}
.listbody_style{
    min-height: 976px;
    background-image: url(container20191018.jpg);
    background-size: center cover;
    background-position: center 0;
    background-repeat: no-repeat;
}
.navbar_mobile{
    background: #cc0202;
    width: 100%;
    height: 38px;
    color: #fff;
    position: relative;
}
.navmob_menu{
    float: right;
    width: 34px;
    height: 38px;
    line-height: 38px;
    /* margin-right: 3%; */
}
.navmob_menu i{
    font-size: 22px;
}
.navmob_list{
    width: 40%;
    position: absolute;
    top: 38px;
    right: 0;
    z-index: 999;
}
.navmob_list li{
    width: 100%;
    text-align: center;
    background: #d31d1d;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    border-top: 1px solid #ffa6a6;
}
.navmob_list i{
    font-size: 20px;
    vertical-align: middle;
}
/* 主体部分 */
.type_row{
    width: 100%;
    min-height: 67px;
    line-height: 55px;
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
}
.get_more{
    font-size: 16px;
    color: #666;
    float: right;
}
.video_poster{ 
    width: 90%;
    height: 142px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.video_poster img{
    width: 100%;
    height: 142px;
    border-radius: 6px;
}
.video_poster i{
    position: absolute;
    bottom: 0;
    left: 10px;
    font-size: 40px;
    color:  #d31d1d;
}
.video_single{
    width: 100%;
    display: inline-block;
    padding: 18px 0;
    background: #fff;
    overflow: hidden;
	min-height:250px;
}
.video_title{
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    height: 38px;
    padding-top: 10px;
}
.videoList li{
    margin-bottom: 10px;
}
.bottom{
    height: 80px;
    background-color: #f5f5f5;
    line-height: 80px;
    border-top: #bebebe;
    margin-top: 50px;
    font-size: 14px;
    color: #333;
}
.bottom span{
    padding: 0 20px;
}
.bottom img{
    width: 52px;
}
.copyright{
    float: right;
}
/* 概览样式 */
.loading_style{
    width: 20%;
    margin: 0 auto;
    padding: 10px 0;
    background: #d31d1d;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 50px;
    display: none;
}
.searchempty_style{
    width: 100%;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 20px;
    display: none;
}
.upTop_box{
    width: 50px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 10px;
    display: none;
}
.upTop{
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    background-color: #fafafa;
    z-index: 999;
    text-align: center;
    color: #a1a1a1;
    border: 1px solid #c9c9c9;
    margin: 0 auto;
}
.upTop .iconfont{
    font-size: 18px;
}




/* 除了全屏之外得 中间屏适配 */
@media (max-width: 1200px){
    .header_banner{
        height: 300px;
        background-size: auto 350px;
    }
    .video_poster img {
        height: 228px;
    }
    .video_poster img{
        height: 228px;
    }
    .video_poster{
        height: 228px;
    }
    .searchbox{
        width: 40%;
    }
}
/* 平板之下适配
* 中间添加了一个适配平板得banner高度，正常情况下按照bootstarp得规则，直接按照平板之下适配 */
@media (max-width: 768px){
    .header_banner{
        height: 179px;
        background-size: auto 179px;
    }
    .type_row{
        margin-top: 16px;
        font-size: 18px;
    }
    .type_row img{
        width: 70px;
    }
    .get_more{
        font-size: 14px;
    }
    .video_poster i{
        font-size: 30px;
    }
    .video_single {
        padding: 5px 0;
    }
    .video_title{
        height: 34px;
        font-size: 13px;
        overflow: hidden; /*不显示超过对象尺寸的内容*/
        white-space:nowrap; /*默认处理方式。文本自动处理换行。假如抵达容器边界内容会转到下一行*/
        text-overflow:ellipsis; /*当对象内文本溢出时显示省略标记(...）*/
    }
    .bottom{
        height: auto;
        line-height: normal;
        padding: 20px 0;
    }
    .bottom span {
        display: block;
        width: 100%;
        text-align: center;
    }
    .bottom img{
        width: 31px;
    }
    .loading_style{
        width: 40%;
        font-size: 14px;
        padding: 6px 0;
    }
    .video_poster img{
        height: 88px;
    }
    .video_poster{
        height: 88px;
    }
}
@media (max-width: 634px){
    .header_banner{
        height: 126px;
        background-size: auto 128px;
    }
	.links_btn{
		height: 126px;
	}
	.links_btn ul li{
		padding:0px 18px!important;
	}
	.video_single{
		width: 100%;
		display: inline-block;
		padding: 18px 0;
		background: #fff;
		overflow: hidden;
		min-height:100px;
	}
}
@media (min-width: 400px) and (max-width: 409px){
	.links_btn ul li{
		padding:0px 27px!important;
		margin-right:5px!important;
	}
	.video_single{
		width: 100%;
		display: inline-block;
		padding: 18px 0;
		background: #fff;
		overflow: hidden;
		min-height:100px;
	}
}
@media (min-width: 410px) and (max-width: 419px){
	.links_btn ul li{
		padding:0px 28px!important;
		margin-right:5px!important;
	}
	.video_single{
		width: 100%;
		display: inline-block;
		padding: 18px 0;
		background: #fff;
		overflow: hidden;
		min-height:100px;
	}
}
@media (min-width: 420px) and (max-width: 429px){
	.links_btn ul li{
		padding:0px 30px!important;
		margin-right:5px!important;
	}
	.video_single{
		width: 100%;
		display: inline-block;
		padding: 18px 0;
		background: #fff;
		overflow: hidden;
		min-height:100px;
	}
}
@media (min-width: 430px) and (max-width: 439px){
	.links_btn ul li{
		padding:0px 32px!important;
		margin-right:5px!important;
	}
	.video_single{
		width: 100%;
		display: inline-block;
		padding: 18px 0;
		background: #fff;
		overflow: hidden;
		min-height:100px;
	}
}
@media (min-width: 440px) and (max-width: 449px){
	.links_btn ul li{
		padding:0px 33px!important;
		margin-right:5px!important;
	}
	.video_single{
		width: 100%;
		display: inline-block;
		padding: 18px 0;
		background: #fff;
		overflow: hidden;
		min-height:100px;
	}
}
@media (min-width: 450px) and (max-width: 459px){
	.links_btn ul li{
		padding:0px 35px!important;
		margin-right:5px!important;
	}
	.video_single{
		width: 100%;
		display: inline-block;
		padding: 18px 0;
		background: #fff;
		overflow: hidden;
		min-height:100px;
	}
}
@media (min-width: 460px) and (max-width: 469px){
	.links_btn ul li{
		padding:0px 37px!important;
		margin-right:5px!important;
	}
	.video_single{
		width: 100%;
		display: inline-block;
		padding: 18px 0;
		background: #fff;
		overflow: hidden;
		min-height:100px;
	}
}
@media (min-width: 470px) and (max-width: 479px){
	.links_btn ul li{
		padding:0px 38px!important;
		margin-right:5px!important;
	}
	.video_single{
		width: 100%;
		display: inline-block;
		padding: 18px 0;
		background: #fff;
		overflow: hidden;
		min-height:100px;
	}
}