.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;
}
/*轮播图片*/
.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: 110px;
    height: 36px;
    background: #083b90;
    margin-left: 16px;
    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: 0 16px;
    border-bottom: 1px solid #efefef;
    box-sizing: border-box;
}
.xwlb_box .list_box li a{
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 70px;
    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: 44px;
    border-bottom: 1px solid #efefef;
}
.tit a{
    display: inline-block;
    padding-left: 10px;
    color: #083b90;
    font-size: 20px;
    font-weight: bold;
    margin-top: 7px;
    line-height: 26px;
    border-left: 12px solid #083b90;
    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:8px 20px 8px;
    width: 630px;
    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;
}
.module_item .module_item_con .module_imgBox li a{
    display: flex;
    justify-content:space-between ;
    width: 590px;
}
.module_item .module_item_con .module_imgBox li{
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.module_item .module_item_con .module_imgBox .pic{
    display: inline-block;
    width: 180px;
    height: 100px;
    /*margin-right: 30px;*/
    vertical-align: bottom;
    overflow: hidden;
}
.module_item .module_item_con .module_imgBox .pic:hover img{
    transform: scale(1.05);
    transition: 0.2s;
}
.module_item .module_item_con .module_imgBox img{
    display: inline-block;
    width: 180px;
    height: 100px;
    vertical-align: bottom;
}
.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: #666;
    text-align: left;
}
.module_item .module_item_con .module_imgBox .picnews_con h3{
    width: 380px;
    /*display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
/*.module_item .module_item_con .module_imgBox .picnews_con .detail{*/
/*    width: 380px;*/
/*    margin-top: 10px;*/
/*    line-height: 26px;*/
/*    font-size: 12px;*/
/*    display: -webkit-box;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*}*/
.module_item .module_item_con .module_imgBox .picnews_con .des{
    width: 350px;
    line-height: 26px;
    font-size: 12px;
}
.module_item .module_item_con .module_imgBox li .picnews_con:hover 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 #083b90;
}
.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;
}
