@charset "UTF-8";
html,body {
    margin: 0;
    width: 100%;
    min-width:1200px;
    background:#fff;
}

html body {
    margin: 0;
    padding: 0;
    font-family:'微软雅黑';
}

.main_center {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
ul,ol,h1,h2,h3,h4,h5 {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
    padding: 0;
}

li {
    list-style: none
}
a{
    text-decoration: none;
    color: #333333;
}
a:hover{
    color: #ed1c24;
}
.div_c a:hover font{
    color: #ed1c24!important;
}
.nohover{
    color:#525252;
}
.pagination .nohover:hover {
    color: #333333!important;
}
.jump-btn:hover {
    color: #333333!important;
}
an,p:hover{
    cursor: pointer;
}

.footer{
    /*height: 180px;*/
    /*margin: 40px auto 20px auto;*/
    /*width:1200px;*/
    /*float: left;*/
    margin-top:40px;
}
.f_name {
    height: 24px;
    font-weight: bold;
    font-size: 24px;
    color: #1c1c1c;
    font-family: "微软雅黑";
}
.footer_link {
    width: 93px;
    height: 93px;
    float: left;
    margin: 30px 55px 0 0px;
}
.footer_img{
    height: 93px;
    margin: 0 auto;
    text-align: center;
    display: inherit;
}

.tuijian{
    width: 330px;
    height: 470px;
    float: left;
    margin-bottom: 35px;
}
.jingcai{
    width: 330px;
    height: 1000px;
    float: left;
}
.jingcai .tj_title{
    width: 330px;
    height: 52px;
    float: left;
    background: url("../imgs/jc_jm.png") center bottom no-repeat;
    margin-bottom: 20px;
}
.tuijian .tj_title{
    width: 330px;
    height: 52px;
    float: left;
    background: url("../imgs/sp_tj.png") center bottom no-repeat;
    margin-bottom: 20px;
}
.tj_div{
    width: 330px;
    height:75px ;
    float: left;
    margin: 0px 0 20px 0;
}
.tj_img_link{
    width:132px;
    height:75px;
    float: left;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 16px 0 0;
}
.tj_img{
   width: 132px;
    height: 75px;
    float: left;
}
.time{
    position: absolute;
    bottom: 5px;
    right: 5px;
    padding: 2px;
    background: rgba(0,0,0,5);
    font-size: 10px;
    color: #ffffff;
    border-radius: 4px;
}
.tj_word_link{
    width: 182px;
    float: left;
    height: 75px;
    line-height:25px;
    font-size: 16px;
    color: #313131;
}
.img_div1_list2{
    float: left;
    width: 314px;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    color: #363636;
    font-family: "微软雅黑";
    background: url("../imgs/yuan_icon.png") no-repeat 0 center;
    padding-left: 16px;
    overflow: hidden;
}
.jc_link{
    float: left;
    width: 330px;
    height: 220px;
}
.jc_img{
    float: left;
    width: 330px;
    height: 186px;
}
.jc_title{
    float: left;
    width: 326px;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    color: #363636;
    font-family: "微软雅黑";
    padding-left: 4px;
    overflow: hidden;
}
.content_left{
    width: 828px;
    float: left;
}
.content_right{
    width: 330px;
    margin: 0 0 0 42px;
    float: left;
}
.main_content{
    height: auto;
    margin-top: 14px;
}
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.ce_menu{
    position: fixed;
    top: 400px;
    background: url("../icon/top_img.png") no-repeat;
    width: 54px;
    height: 54px;
    margin-left:603px ;
    left: 50%;
}
.erweima{
    width: 29px;
    height: 44px;
    float: left;
    margin: 18px 0 0 12px;
    position: relative;
    top: 0;
    left: 0;
}
.top{
    width: 35px;
    height: 25px;
    float: left;
    margin: 28px 0 0 9px;
}
.ewm_img{
    display: none;
    position: absolute;
    top: 0;
    left: -135px;
    width: 120px;
    height: 120px;
}
/*#top{*/
/*   overflow:hidden;*/

.tj_from {
    width: 142px;
    float: left;
    font-size: 14px;
    color: #a8a8a8;
}
.video-wrap{
    width:100%;
    height:100%;
        background-color: #000;
}
.video-wrap video{
    width:100%;
    height:100%;
    
}
#pagination{
    display:flex;   
    justify-content: center;
    margin-top:30px;
        align-items: center;
        color: #525252;
        
    font-size:16px;
}
#pagination p{
    text-align:center;
    line-height: 33px;
    margin-left:10px;
    color: #525252;
    font-size:16px;
    
}
#pagination a{
    font-size:16px;
    
}
#pagination .firstPage{
    margin-left:15px;
}
/*#pagination a,*/
/*#pagination span{*/
/*     text-decoration:none;*/
/*    margin:0 5px;*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    padding: 4px 8px;*/
/*    margin: 0 3px;*/
/*    background-color: #fff;*/
/*    border: 1px solid #ccc;*/
/*    border-radius: 3px;*/
/*    -webkit-transition: .2s ease-out;*/
/*    transition: .2s ease-out;*/
/*    font-size: 14px;*/
/*    line-height:normal;*/
/*}*/
/*#pagination .active,*/
/*#pagination a:hover,*/
/*#pagination span:hover{*/
/*     text-decoration:none;*/
/*    background-color: #0084ff;*/
/*    border-color: #0084ff;*/
/*    color: #fff!important;*/
    
/*}*/
#pagination .totalNum{
	margin-left:0;
margin-right: -10px;
}
#pagination input{
    border:1px solid #000;
    width:38px;
    height:20px;
    font-size:16px;
        
}

#pagination .jump-btn{
   
    /*background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));*/
    box-sizing: border-box;
    padding: 1px 6px;
    border-width: 1px;
    border-style: outset;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    background-color:#e1e1e14f;
    margin-left: 15px;
    font-size: 14px;
    border-image: initial;
    border-color: #000;   
    cursor: default;
    color: #525252;
    border-radius:4px;
}


.dplayer-menu .dplayer-menu-item:nth-child(3),
.dplayer-menu .dplayer-menu-item:nth-child(4){
    display:none;
}