﻿html{    min-width: 1300px;}
/* banner */
.banner-box{
    position: relative;
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    .banner{
        width: 100%;
        height: 356px;
    }
    .banner img{
        width: 100%;
        height: 356px;
    }
}
@media (min-width: 1200px) {
    .banner{
        width: 100%;
        height: 580px;
    }
}



.banner-box .btn{
    position: absolute;
    width: 1280px;
    left: 50%;
    margin-left: -640px;
    top:50%;
}
.banner-box .prev,
.banner-box .next{ 
    position:absolute; 
    left:0; 
    top:50%; 
    margin-top:-25px; 
    display:block; 
    width:32px; 
    height:40px; 
    background:url(../images/wgyxy-slider-arrow.png) -110px 5px no-repeat; 
    filter:alpha(opacity=50);opacity:0.5;   
}
.banner-box .next{ left:auto; right:0; background-position:8px 5px; }
.banner-box .prev:hover,
.banner-box .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.banner-box .prevStop{ display:none;  }
.banner-box .nextStop{ display:none;  }
.banner-box .num{
    position: absolute;
    bottom: 28px;
    text-align: center;
    width: 100%;
}
.banner-box .num li{
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 16px;
}
.banner-box .num li.on{
    background: #fff;
}

/* 焦点图 */
.slideBox { 
    position: relative; 
    width: 550px; 
    height: 340px; 
    overflow: hidden; 
    text-align: left; 
    background:#fff; 
}
.slideBox .pic img { 
    width: 100%; 
    height: 340px; 
    display: block; 
}
.slideBox .txt-bg { 
    position: absolute; 
    bottom: 0; 
    z-index: 1; 
    height: 46px; 
    width:100%;  
    background: #333; 
    filter: alpha(opacity=40); 
    opacity: 0.4; 
    overflow: hidden; 
}
.slideBox .txt {
    float: left; 
    position: absolute; 
    bottom: 0; 
    z-index: 2; 
    height: 46px; 
    width:100%; 
    overflow: hidden; 
}
.slideBox .txt li{ 
    height:46px; 
    line-height:46px; 
    position:absolute; 
    bottom:-46px;
    width: 76%;
    
}
.slideBox .txt li a{ 
    display: block; 
    color: white; 
    padding: 0 0 0 10px; 
    font-size: 16px; 
    text-decoration: none; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.slideBox .num { 
    position: absolute; 
    z-index: 3; 
    bottom: 15px; 
    right: 8px; 
    width: 30%;
}
.slideBox .num li{ 
    float: right;
    line-height: 12px; 
    overflow: hidden; 
    text-align: center; 
    margin-right: 10px; 
    cursor: pointer; 
}
.slideBox .num li{
    width: 12px; 
    height: 12px;
    border-radius: 50px;
    background: #FFFFFF;
    display: block;
}
.slideBox .num li.on,
.slideBox .num li:hover{ 
    background:#105991;
}


/* 新闻栏目 */
.column-list{
    
}
.column-list .title{
    height: 40px;
    background: #0060b0;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
}
.column-list .title .title-more{
    font-size: 14px;
    font-weight: normal;
}
.column-list .title .icon-more{
    margin: 12px 12px 0;
}
.column-list .title a{
    color: #fff;
}
.column-list .title a:hover span{
    text-decoration: underline;
}
.column-list .title .icon-title{
    margin: 5px 5px 0;
}
.column-list .article-item{
    height: 42px;
    font-size: 12px;
    line-height: 42px;
    padding: 0 7px
}
.column-list .article-item .dot{
    width: 4px;
    height: 4px;
    background: #0168b5;
    margin-top: 20px;
    margin-right: 12px;
}
.column-list .article-item a{
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}
.column-list .article-item .date{
    color: #888;
}
.column-list .article-item a:hover{
    text-decoration: underline;
    color: #0168b5;
}

.row1-column{
    width: 580px;
}

.row2{
    background: #f7f7f7;
    padding: 38px 0;
}
.row2-column,
.row3-column{
    width: 374px;
}
.row2 .column-list .article-item a,
.row3 .column-list .article-item a{
    width: 270px;
}
.row2 .column-list .video-box{
    margin-top: 20px;
    position: relative;
}
.row2 .column-list .video-box .player{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
}
.row2 .column-list .video-box .icon-play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
}
.row2 .column-list .bottom-pic{
    width: 100%;
    height: 223px;
}
.row3{
    margin-top: 18px;
}


.menu{
    overflow: hidden;
    margin: 20px auto;
}
.menu-item{
    width: 191px;
    height: 78px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%, 100%;
    display: flex;
    float: left;
    margin-right: 20px;
    align-items: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding-left: 24px;
}
.menu-item:hover span{
    text-decoration: underline;
}
.menu-item img{
    margin-right: 15px;
}
.menu-item1{
    background-image: url(../images/wgyxy-bg-item1.jpg);
}
.menu-item2{
    background-image: url(../images/wgyxy-bg-item2.jpg);
}
.menu-item3{
    background-image: url(../images/wgyxy-bg-item3.jpg);
}
.menu-item4{
    background-image: url(../images/wgyxy-bg-item4.jpg);
}
.menu-item5{
    background-image: url(../images/wgyxy-bg-item5.jpg);
    margin-right: 0;
}