﻿.xwzx_main{
    width: 100%;
}
.xwzx_top{
    width: 100%;
}
.xt_top{
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}
.xt_top h2{
    font-size: 34px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 7px 0;
}
.xt_top h2 a{
    color: #015293;
}
.xt_top h2 a:hover{
    color: #cc0606;
}
.xt_top p{
    font-size: 14px;
    text-align: center;
}
.xt_top p a{
    display: inline-block;
    min-width: 18%;
}
.xt_top p a span{
    display: inline-block;
    width: 86%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: -6px;
}
.xt_bottom{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.xtb_lb{
    float: left;
    width: 56%;
    height: 380px;
}

/*轮播图*/
.slideBox{
    width: 100%;
    height: 100%;
    position: relative;
}
.slideBox>a{
    width: 42px;
    height: 67px;
    position: absolute;
    top: 42%;
    z-index: 9;
}
.slideBox>a.prev{
    left: 0;
    background: url(../images/index/left.png) no-repeat;
    background-size: 100% 100%;
}
.slideBox>a.next{
    right: 2px;
    background: url(../images/index/right.png) no-repeat;
    background-size: 100% 100%;
}
.slideBox .bd,.slideBox .bd .tempWrap,.slideBox .bd ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slideBox .bd ul li{
    float: left;
    width: 100%;
    height: 100%;
}
.slideBox .bd ul li>a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.slideBox .bd ul li>a img{
    width: 100%;
    height: 100%;
}
.slideBox .bd ul li>a>s{
    width: 100%;
    height: 46px;
    position: absolute;
    bottom: 0;
    left: 0;
    filter: alpha(opacity=70);
    opacity: 0.4;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    background-color: #000;
}
.slideBox .bd ul li>a>span{
    width: 80%;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 20px;
}
.slideBox .hd{
    position: absolute;
    right: 20px;
    bottom: 18px;
}
.slideBox .hd ul li{
    float:left;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    background: url("../images/index/bd.png") no-repeat;
    cursor: pointer;
}
.slideBox .hd ul li.on{
    background: url("../images/index/hd.png") no-repeat;
}

/*轮播图*/

.xtb_list{
    float: right;
    width: 42%;
}
.xtb_lists{
    width: 100%;
    overflow: hidden;
}
.xtb_lists ul li{
    margin-top: 10px;
}
.xtb_lists ul li a{
    display: block;
    font-size: 16px;
    overflow: hidden;
}
.xtb_lists ul li a p{
    float: left;
    width: 80%;
    text-indent: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("../images/index/dian.png") no-repeat;
    background-position: 0 50%;
    transition: all 0.4s linear;
}
.xtb_lists ul li a span{
    display: block;
    float: right;
    width: 20%;
    color: #969696;
    text-align: right;
}
.xtb_lists ul li a:hover p{
    text-indent: 20px;
}
.xwzx_bottom{
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    border: 1px solid #ccdce9;
    margin: 20px auto;
}
.xb_left{
    float: left;
    width: 70%;
    margin-left: 2%;
}
#xzyw_list2 span{
    float:
    right;
    margin-top: -20px;
}
.xb_list{
    width: 100%;
}
.xb_list ul{
    display: none;
}
.xb_list ul.on{
    display: block;
}
.xb_list ul li{
    padding: 5px 0;
    border-bottom: 1px dashed #e6e6e6;
}
.xb_list ul li h2{
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 0;
}
.xb_list ul li p{
    line-height: 30px;
    font-size: 16px;
    text-indent: 2em;
    position: relative;
    padding-bottom: 10px;
}
.xb_list ul li p a{
    color: #d6171b;
}
.xb_list ul li p a:hover{
    color: #cc0606;
}
.xb_list ul li p span{
    color: #8d8d8d;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.xb_right{
    float: right;
    width: 24%;
    margin-right: 2%;
}
.xbr_img{
    width: 100%;
}
.xbr_img ul li{
    margin-top: 10px;
}
.xbr_img ul li a{
    display: block;
}
.xbr_img ul li a img{
    width: 100%;
}

/* ios */
@media (max-width: 760px) {
    .xt_top h2{
        font-size: 18px;
        padding: 3px 0;
    }
    .xt_bottom{
        margin-top: 10px;
    }
    .xtb_lb{
        float: none;
        width: 100%;
        height: 240px;
    }
    .slideBox>a{
        width: 30px;
        height: 50px;
        top: 36%;
    }
    .slideBox .bd ul li>a>span{
        width: 58%;
        font-size: 14%;
    }
    .xtb_list{
        float: none;
        width: 96%;
        margin: 10px auto 0;
    }
    .xtb_lists ul li a{
        font-size: 14px;
    }
    .xtb_lists ul li a p{
        width: 70%;
    }
    .xtb_lists ul li a span{
        width: 30%;
    }
    .xwzx_bottom{
        width: 99.5%;
    }
    .xb_left,
    .xb_right{
        float: none;
        width: 94%;
        margin: 0 auto;
    }
    .xb_list ul li h2{
        font-size: 18px;
    }
    .xb_list ul li p{
        line-height: 24px;
        font-size: 13px;
    }
    .xt_top p a{
        min-width: 70%;
    }
}