.main{

}
/*轮播图片*/
.piclb_xw{
    margin:16px 0 15px;
    /*margin-bottom: 30px;*/
}
.piclb_box{
    width: 730px;
    height: 390px;
}
.piclb_box .lunboBox{
    position: relative;
    overflow: hidden;
    width: 730px;
    height: 390px;
}
.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 img {
    width: 730px;
    height: 390px;
    vertical-align: bottom;
}
.piclb_box .lunboBox .bd .prev,
 .piclb_box .lunboBox .bd .next {
     box-sizing: border-box;
     display: block;
     position: absolute;
     z-index: 2;
     top: 50%;
     transform: translateY(-50%);
     cursor: pointer;
     width: 34px;
     height: 73px;
     background: url("../img/left_arrow4.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_arrow4.png") center center no-repeat;
    right: 0px;
}

/*新闻列表*/
.xwlb_box{
    width: 530px;
    height: 390px;
    background: #fff;
}
.xwlb_box .tit{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #eee;
    background: none;
}
.xwlb_box .tit a{
    margin: 0;
    padding: 0;
    height: 54px;
    line-height: 54px;
    padding-left: 50px;
    border-left: none;
    color: #e60012;
    background: url("../img/news_icon.png") no-repeat 8px 19px;
}
.xwlb_box .list_box li{
    position: relative;
    padding-left: 35px;
    width: 100%;
    height: 38px;
    box-sizing: border-box;
}
.xwlb_box .list_box li::after{
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 4px;
    border: 2px solid #e30e13;
}
.xwlb_box .list_box li a{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 38px;
    color:#666;
    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: 90px;
    margin-bottom: 15px;
}
.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: 34px;
    background: url("../img/tit_bg.png") no-repeat center left;
}
.tit a{
    display: inline-block;
    padding-left: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 34px;
    /*border-left: 12px solid #e60012;*/
    box-sizing: border-box;
}
.tit .more a{
    float: right;
    display: inline-block;
    width: 70px;
    height: 50px;
    color: #b2b2b2;
    font-size: 12px;
    line-height: 40px;
    text-align: right;
    font-weight: normal;
    border-left: none;
}
.tit .more:hover a{
    color: #e60012;
}

/*模块*/
.module_item{
    background: #fff;
    padding: 20px;
    width: 630px;
    height: 480px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.module_item:nth-child(2n){
    margin-right: 0;
}
.module_item .module_item_con .module_imgBox{
    position: relative;
    width: 590px;
    height: 152px;
}
.module_item .module_item_con .module_imgBox img{
    float: left;
    width: 290px;
    height: 152px;
    border-radius: 5px;
}
.module_item .module_item_con .module_imgBox .name{
    float: right;
    box-sizing: border-box;
    width: 290px;
    height: 35px;
    font-size: 20px;
    line-height: 30px;
    color: #666;
    text-align: left;
    border-radius: 5px;
}
.module_item .module_item_con .module_imgBox .name h3{
    width: 290px;
    height: 152px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.module_item .module_item_con .module_imgBox:hover .name h3{
    color: #e30e13;
}
.module_item .module_item_con .module_listBox li{
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    color: #666;
}
.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 #e30e13;
}
.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;
}
