li{
    list-style: none;
}
.col-xs-z{
    width: 75%;
    float: left;
    position: relative;
    padding-left:15px;
    padding-right:15px;
}
.wrap{
    width:100%;
    margin:20px auto;
    -webkit-box-shadow: 0 0 5px #0064af inset;
    -moz-box-shadow: 0 0 5px #fe7f4b inset;
    box-shadow: 0 0 5px #0064af inset;
    background: #fff;
}
.hide{
    display:none;
}
#tab_t{
    padding: 20px;
}
#tab_t ul{
     border-right: 1px solid #eee;

}
#tab_t li{
    float:left;
    width:100%;
    height: 50px;
    line-height: 42px;
    margin:0 4px;
    text-align:center;
    background:#fff;
    cursor:pointer;
    text-align: right;
    padding-right: 20px;
    border-right:2px solid #0768b1;
    list-style: none;
    color: #383838;
}
#tab_t .act{
    position:relative;
    height:40px;
    margin-bottom:-1px;
    background: -webkit-linear-gradient(left, #fff, #0164af); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #fff, #ff9a70); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #fff, #ff9a70); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #fff, #0164af);
    color: #fff;
    padding-right: 20px;
    border-right: 5px solid #3081bd;
}
#tab_c{
    border-top:none;
    padding:20px;
    height: 390px;
    position: inherit;
    margin-left: -16px;
}
.boxleft{
    border-left: 2px solid #0f6cb3;
    height: 345px;
}
article li{
    font-size: 14px;
    margin: 8px 0;
}
article li span{
    font-size: 14px;
    font-weight: bold;
}
article iframe{
    position: inherit;
    bottom: -40px;
}
.xiangqing{
    /* position: inherit;
    bottom: -20px; */
    margin-top:20px;
}
.xiangqing article{
    padding: 5px 10px;
    border: 2px solid #0f6db4;
    width: 200px;
    margin: 0 auto;
    text-align: center;
}
.xiangqing article a{
    text-decoration: none;
    color: #0f6cb3;
}
.xiangqing>article:hover{
    background: #0b6ab2;
    border: 2px solid #106eb4;
}
.xiangqing>article:hover a{
    color: #fff;
}

.chajianbiaoti{
    font-size: 18px;

    color: #000;
    text-align: center;
}
.chajianbiaoti span{
    color: #ff5e1b;
}
.guwen img{
    width: 120px;
    padding: 0;
}
.guwenname{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.guwen p{
    height: 120px;
    padding-top: 10px;
    color: #454545;
    font-size: 14px;
    width: 272px;
    overflow: hidden;
    text-overflow:ellipsis;
    word-break:break-all;
    white-space:pre-warp;
    word-wrap:break-word;
    line-height: 20px;
}
.kehupingyu>.biaoti{
    font-size: 14px;
    padding-top: 20px;
    color: #585858;
    font-weight: bold;
}
.kehupingyu p{
    width: 272px;
    height: 60px;
    overflow: hidden;
    text-overflow:ellipsis;
    word-break:break-all;
    white-space:pre-warp;
    word-wrap:break-word;
    line-height: 20px;
    margin-top: 10px;
}
.col-xs-8 h4{
    color: #000;
}
.swiper-container {
    width: 90%;
    height: 100px;
}  
.inSwiper{
    position: relative;
    overflow: hidden;
}
.inSwiper img{
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
}
.guwen h3{
    color: #383838;
    font-size: 16px;;
}
.pd-tb{padding: 20px 0;}