@charset "utf-8";
.banner{
     background-color: #e0e0e0;
 }
.banner .fullSlide{
    width: 1200px;
}
.banner .bd ul li .title{
    background: url("../images/bg_black_50.png");
    position:absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 62px;
    text-align: center;
}
.banner .bd ul li .title a{
    line-height: 62px;
}
.banner .hd{
    position: absolute;
    right: 20%;
    bottom: 15px;
}
.banner .hd ul li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 5px;
    background-color: white;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    font-size: 0;
    cursor: pointer;
}
.banner .hd ul li.on{
    background-color: #de6f53;
}
.banner .next,
.banner .prev{
    position: absolute;
    top: 50%;
    margin-top: -19px;
    left: 10px;
    width: 38px;
    height: 38px;
    background-color: black;
    border-radius: 4px;
    text-align: center;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.banner .next i,
.banner .prev i{
    font-size: 20px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
}
.banner .next{
    left: auto;
    right: 10px;
}


.mod03{
    padding-top: 30px;
    padding-bottom: 40px;
}
.menu-name a,
.menu-name a span{
    color: #a80e14;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
}
.mod03 ul{
    margin-top: 30px;
}
.mod03 ul li{
    width: 292px;
    margin-right: 10px;
    overflow: hidden;
}
.mod03 ul li.last{
    margin-right: 0;
}
.mod03 .box-img img{
    width: 100%;
}
.mod03 .box-txt{
    border: 1px solid #eaeaea;
}
.mod03 .box-txt .title{
    margin: 25px 20px;
}
.mod03 .box-img .time{
    position: absolute;
    top: 0;
    left: 10px;
    text-align: center;
    background-color: rgba(168,14,20,.8);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#80a80e14,endColorstr=#80a80e14);
    width: 45px;
}
.mod03 .box-img .time p{
    display: block;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    color: white;
}
.mod03 .box-img .time h1{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: white;
    line-height: 20px;
    height: 25px;
}
.mod03 .box-txt p{
    padding-bottom: 20px;
    color: #8a8a8a;
}


.video-wrap{
    background-color: #f4f4f4;
}
.video-wrap .video-slide .hd ul li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    border: 3px solid white;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
}
.video-wrap .video-slide .hd ul li.on{
    background-color: white;
}
.video-wrap .cont .video-L,
.video-wrap .cont .video-M,
.video-wrap .cont .video-R{
    width: 380px;
}
.video-wrap .cont .video-L,
.video-wrap .cont .video-M{
    margin-right: 30px;
}
.video-wrap .cont .video-L .title a,
.video-wrap .cont .video-M .title a,
.video-wrap .cont .video-R .title a{
    color: #a51109;
}

.odd-wrap{
    background: url("../images/middle_news_bg.jpg") no-repeat 0 0;
    height: 334px;
    overflow: hidden;
    background-size: 100% 100%;
}
.odd-wrap .img{
    margin: 0 50px;
    vertical-align: top;
}
.odd-wrap .img img{
    border-radius: 50%;
    border: 3px solid white;
}
.odd-wrap .txt{
    width: 904px;
    vertical-align: top;
}
.odd-wrap .txt p{
    color: white;
    line-height: 30px;
    font-size: 12px;
}

.news-list{
    padding: 50px 0;
    background-color: white;
}
.news-list .item-head .view{
    width: 100%;
    height: 48px;
    background-color: #a51109;
}
.news-list .item-head .view .more{
    line-height: 48px;
}
.news-list .item{
    width: 360px;
}
.news-list .item-list{
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 6px solid transparent;
}
.news-list .item-list .news-first{
    border-bottom: 1px solid #ededed;
}
.news-list .item-list .news-first .time{
    width: 60px;
}
.news-list .item-list .news-first .time p.y{
    line-height: 18px;
}
.news-list .item-list .news-first .time p.d{
    font-size: 24px;
    line-height: 29px;
    background-color: #f3f3f3;
}
.news-list .item-list .news-first .title{
    width: 240px;
}
.news-list .item-list ul li .time{
    border-right: 1px solid #cbcbcb;
}
.news-list .item-list ul li a{
    vertical-align: middle;
}
.news-list .item-list ul li .title{
    width: 254px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding-left: 0;
    margin-left: 10px;
}
.news-list .item-L,
.news-list .item-M{
    margin-right: 60px;
}
.news-list .item-L .item-list{
    border-bottom-color: #1a78dd;
}
.news-list .item-M .item-list{
    border-bottom-color: #ff7f25;
}
.news-list .item-R .item-list{
    border-bottom-color: #cb2127;
}
.news-list .item-L .item-list .news-first .time p.y{
    background-color: #1a78dd;
}
.news-list .item-M .item-list .news-first .time p.y{
    background-color: #ff7f25;
}
.news-list .item-R .item-list .news-first .time p.y{
    background-color: #cb2127;
}
.news-list .item-L .item-list .news-first .time p.d{
    color: #1a78dd;
}
.news-list .item-M .item-list .news-first .time p.d{
    color: #ff7f25;
}
.news-list .item-R .item-list .news-first .time p.d{
    color: #cb2127;
}

@media screen and (max-device-width: 750px) {
    .news-list .item-head .view{
        opacity: 1;
    }
}

    
.pic-slide-left .bd ul li:hover a{
    color: white;
}
.banner .bd ul li .title a:hover,
.mod03 .box-txt .title a:hover,
.odd-wrap .txt .more:hover{
    color: #ff8521;
}
.mod03 ul li:hover{
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.banner .fullSlide:hover .next,
.banner .fullSlide:hover .prev{
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);

}
.banner .fullSlide:hover .next:hover,
.banner .fullSlide:hover .prev:hover{
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=360);
}
.news-list .item-L .item-list ul li:hover a,
.news-list .item-L .item-list .news-first .title:hover .time,
.news-list .item-L .news-first .title:hover a{
    color: #1a78dd;
    border-color: #1a78dd;
}
.news-list .item-M .item-list ul li:hover a,
.news-list .item-M .item-list .news-first .title:hover .time,
.news-list .item-M .news-first .title:hover a{
    color: #ff7f25;
    border-color: #ff7f25;
}
.news-list .item-R .item-list ul li:hover a,
.news-list .item-R .item-list .news-first .title:hover  .time,
.news-list .item-R .news-first .title:hover a{
    color: #cb2127;
    border-color: #cb2127;
}