.main{

}
.fast_box{
    padding: 0 10px;
    height: 42px;
    background: #fff;
    line-height: 42px;
    box-sizing: border-box;
}
.fast_box li{
    display: inline-block;
    color: #000;
    line-height: 42px;
    padding:0 10px;
}
.fast_box li a{
    font-size: 18px;
}

/*直播切换*/

.zhibo_box{
    width: 330px;
    height: 480px;
}
.zhibo_title{
    margin: 30px auto;
    padding: 10px 0px;
    background: #ebe7e7;
	    border-bottom: 1px solid #e30e12;
}

.zhibo_title a img{
    width: 320px;
    height: auto;
	    padding-left: 5px;
}
.zhibo_title a p{
   text-align: center;
    padding-top: 10px;
    color: #e30e12;
    font-size: 24px;
    font-weight: bold;
}

.zhibo_title:hover {background: #fee0e2;}


.zhibo_video{
    width: 1040px;
    background: #fff;
}
.zhibo_video .dszb .gbzb{
    position: relative;
    overflow: hidden;
    width: 1040px;
    height: 575px;
}

/*轮播图片*/
.piclb_xw{
    margin:20px 0 30px;
    /*margin-bottom: 30px;*/
}
.piclb_box{
    width: 830px;
    height: 480px;
}
.piclb_box .lunboBox{
    position: relative;
    overflow: hidden;
    width: 830px;
    height: 480px;
}
.piclb_box .lunboBox .hd{
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 1;
}
.piclb_box .lunboBox .hd li{
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #ffffff;
    margin-left: 5px;
}
.piclb_box .lunboBox .hd li.on{
    position: relative;
    width: 24px;
}
.piclb_box .lunboBox .hd li.on::after{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: #00a0e9;
    animation: intrduceImgLunbo 5s linear !important;
}
@keyframes intrduceImgLunbo {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }

}
.piclb_box .lunboBox .bd {
    height: 100%;
}
.piclb_box .lunboBox a {
    display: block;
    width: 830px;
    height: 480px;
    overflow: hidden;
}
.piclb_box .lunboBox img {
    width: 830px;
    height: 480px;
    transition: transform 0.3s ease;
}
.piclb_box .lunboBox:hover img{
    transform: scale(1.05);
}

.piclb_box .lunboBox .bd .prev,
 .piclb_box .lunboBox .bd .next {
     box-sizing: border-box;
     display: none;
     position: absolute;
     z-index: 2;
     top: 50%;
     transform: translateY(-50%);
     cursor: pointer;
     width: 34px;
     height: 73px;
     background: url("../img/left_arrow2.png") center center no-repeat;
     opacity: 0.5;
     background-size: contain;
 }
.piclb_box .lunboBox .bd .prev{
    left: 0px;
}
.piclb_box .lunboBox .bd .next{
    background: url("../img/right_arrow2.png") center center no-repeat;
    right: 0px;
}




/*新闻列表*/
.xwlb_box{
    width: 530px;
    background: #fff;
}
.xwlb_box .tit{
    width: 120px;
    height: 40px;
    background: #e30e12;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.xwlb_box .tit a{
    margin: 0;
    padding: 0;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-left: none;
    color: #fff;
}
.xwlb_box .list_box li{
    position: relative;
    width: 100%;
    height: 70px;
    padding: 0px;
    border-bottom: 1px solid #efefef;
    box-sizing: border-box;
}
.xwlb_box .list_box li a{
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 70px;
    color:#333;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xwlb_box .list_box li:hover{
    font-weight: bold;
}
.xwlb_box .list_box li:last-child{
    border-bottom:none;
}
/*广告*/
.gg_box{
    height: 80px;
    margin-bottom: 10px;
	display: none;
}
.gg_box a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.gg_box a img{
    display: inline-block;
    width: 100%;
    height: 100%;
}

/*公共tit标题*/
.tit{
    width: 100%;
    height: 44px;
    border-bottom: 1px solid #efefef;
}
.tit a{
    display: inline-block;
    padding-left: 10px;
    color: #e30e12;
    font-size: 24px;
    font-weight: bold;
    margin-top: 7px;
    line-height: 26px;
    border-left: 8px solid #e30e12;
    box-sizing: border-box;
}
.tit .more a{
    float: right;
    display: inline-block;
    width: 70px;
    height: 50px;
    color: #b2b2b2;
    font-size: 12px;
    line-height: 26px;
    text-align: right;
    font-weight: normal;
    border-left: none;
}
.tit .more:hover a{
    color: #e60012;
}

/*模块*/
.module_item{
    background: #fff;
    padding:0px;
    width: 680px;
    margin-right: 40px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.module_item:nth-child(2n){
    margin-right: 0;
}
.module_item .module_item_con .module_imgBox{
    position: relative;
    display: flex;
    padding-top: 20px;
}

.module_item .module_item_con .module_imgBox li{
    padding: 20px 0;
    border-bottom: 1px dotted #eee;
    display: flex;
}

.module_item .module_item_con .module_imgBox .pic{      
    width: 280px;
    height: 175px;
    margin-right: 20px;
}
.module_item .module_item_con .module_imgBox .pic a {
    display: block;
     width: 280px;
    height: 175px;
    overflow: hidden;
}
.module_item .module_item_con .module_imgBox .pic:hover img{
    transform: scale(1.05);
}
.module_item .module_item_con .module_imgBox img{    
    width: 280px;
    height: 175px;
    transition: transform 0.3s ease;
}
.module_item .module_item_con .module_imgBox .picnews_con{
    display: flex;
    justify-content:space-between ;
    flex-direction: column;
    box-sizing: border-box;
    width: 380px;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    text-align: left;
}
.module_item .module_item_con .module_imgBox .picnews_con h3{
    width: 380px;
}
.module_item .module_item_con .module_imgBox .picnews_con .des{
    line-height: 26px;
    font-size: 14px;
    text-indent: 24px;
    color: #999;
}
.module_item .module_item_con .module_imgBox .picnews_con .date{
    font-size: 14px; 
    color: #999;
    text-align: right;   
}
.module_item .module_item_con .module_imgBox li .picnews_con:hover h3{
    color: #e30e13;
}
.module_item .module_item_con .module_listBox {padding: 15px 0px;}
.module_item .module_item_con .module_listBox li{
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    color: #333;
}
.module_item .module_item_con .module_listBox li::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 8px;
    border: 2px solid #e30e12;
}
.module_item .module_item_con .module_listBox li a{
    width: 100%;
    height: 40px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}

/*手机适配*/
@media screen and (orientation:portrait) {
    body {min-width:1400px;}
}
