.main{

}
/*轮播图片*/
.piclb_xw{
    margin-top: 20px;
    margin-bottom: 20px;
}
.piclb_box{
    width: 730px;
    height: 390px;
}
.piclb_box .lunboBox{
    position: relative;
    overflow: hidden;
    width: 730px;
    height: 390px;
    background: #fff;
}
.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: url("../img/xctt_bg.jpg") no-repeat center center;*/
	background-color: #fff;
}

.xwlb_box .title{
    width: 100%;
    height: 52px;
    padding-left: 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #efefef;
}
.xwlb_box .title a{
    display: inline-block;
    width: 100%;
    height: 52px;
    background: url("../img/xctt_icon.png") no-repeat center left;
}

.xwlb_box .list_box li{
    padding: 0 20px;
    width: 100%;
    height: 52px;
    box-sizing: border-box;
}
.xwlb_box .list_box li a{
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 48px;
    color:#060606;
    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;
}

/*广告*/
.gg_box{
    height: 107px;
    margin-bottom: 20px;
}
.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%;
    border-bottom: 1px solid #eee;
}
.tit a{
    display: inline-block;
    margin:10px 0;
    /*padding: 0 10px;*/
    color: #e60012;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    box-sizing: border-box;
}
.tit a img{
    width: 28px;
    height: 28px;
    margin-right: 6px;
}
.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{
}
.module_item{
    width: 414px;
    height: 485px;
    margin-right: 19px;
    padding: 20px;
    margin-bottom: 15px;
    background: #fff;
    box-sizing: border-box;
}
.module_item:nth-child(3n){
    margin-right: 0;
}
.module_item .module_item_con .module_imgBox{
    position: relative;
    width: 374px;
    height: 206px;
    overflow: hidden;
}
.module_item .module_item_con .module_imgBox img{
    width: 374px;
    height: 206px;
    border-radius: 5px;
}
.module_item .module_item_con .module_imgBox:hover img{
    transform: scale(1.05);
    transition: 0.2s;
}
.module_item .module_item_con .module_imgBox p{
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    padding: 0 5px;
    width: 374px;
    height: 37px;
    background: #000;
    line-height: 38px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.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: #000;
}
.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: 4px;
    border: 2px solid #e60012;
}
.module_item .module_item_con .module_listBox li a{
    width: 100%;
    height: 46px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;

}

/*北地风*/
.xnr_box{
    padding-top: 10px;
    margin-bottom: 20px;
}
.xnr_box .xnr_tit{
}
.xnr_box .xnr_tit{
    display: inline-block;
    height: 40px;
}
.xnr_box .xnr_con{
    width: 1280px;
    background: #FFFFFF;
    font-size: 0;
}
.xnr_box .xnr_con .item{
    position: relative;
    display: inline-block;
    width: 319px;
    height: 198px;
    margin-right:1px;
    margin-bottom: 1px;
    overflow: hidden;
}

.xnr_box .xnr_con .item img{
	width: 319px;
    height: 198px;	
}
.xnr_box .xnr_con .item .layer {
    opacity: 0;
    background: rgba(231, 28, 32, 0.5);
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    bottom: -198px;
    width: 319px;
    height: 198px;
    transition: opacity 1s ease;
}

.xnr_box .xnr_con .item p {
    opacity: 0;
    transition: opacity 1s ease;
    width: 100%;
    height: 198px;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: -198px;
    text-align: center;
    display: table;
}

.xnr_box .xnr_con .item p span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}

.xnr_box .xnr_con .item a p span {
    text-align: left;
}

.xnr_box .xnr_con .item:hover .layer {
    opacity: 0.6;
    bottom: 0;
    filter: alpha(opacity=60);
    animation-name: move;
    animation-duration: 1s;
}

.xnr_box .xnr_con .item:hover p {
    opacity: 1;
    bottom: 0;
    animation-name: move;
    animation-duration: 1s;
}

@keyframes move {
    from {
        bottom: -198px;
    }
    to {
        bottom: 0;
    }
}
