.banner-container{
    width:100%;
    background:url(../images/zhuanti-bg.jpg);
    height:343px;
    color:#fff;
    text-align: center;
}
.banner-container .container{
    text-align: center;
    height:100%;
}
.banner-container h2{
    font-size:22px;
    font-weight:600;
    padding-top:65px;
}
.banner-container .til{
    font-size:16px;
    padding-top:10px;
}
.banner-container .ss{
    font-size:14px;
}
.hot-pointer{
    font-size:12px;
    text-align: center;
    padding:20px 0 10px 0;
}
.hot-pointer > div{

}
.hot-pointer > .good-pointer{
    display:inline-block;
    line-height:26px;
    padding:0 12px;
    border:1px solid rgba(255,255,255,0.8);
    border-radius: 16px;
}
.good-pointer > i{
    width:14px;
    height:14px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
}
.good-icon{
    background: url(../images/good-icon.png);
}
.bad-icon{
    background: url(../images/bad-icon.png);
}
.icons{
    text-align: right;
    /*padding-top:20px;*/
    margin-right: 50px;
}
.weixin-pointer{
    width: 38px;
    height:38px;
    display:inline-block;
    position: relative;
    margin-right:20px;
}
.weixin-pointer > .wxp-icon{
    width: 38px;
    height:38px;
    display:block;
    background:url(../images/wx-p-icon.png);
}
.weixin-pointer > a{
    display:none;
    position: absolute;
    top:-174px;
    left:0;
}
.weixin-pointer:hover > a{
    display: block;
}
.main.inside.mgt-60{
    margin-top:-90px;
}
.news-repeat.mgt-none{
    margin-top:0;
    padding:15px 80px;
}
.news-repeat .news-item .img{
    position: relative;
}
.news-repeat .news-item .img .img-tag{
    position: absolute;
    top:30px;
    left:0;
    line-height:32px;
    padding:0 10px;
    font-size:16px;
    color:#fff;
    background:rgba(0,0,0,0.4);
}
.zhuantis-bannber{
    width:100%;
    height:200px;
    background:url(../images/zhuantis-ban.jpg) center center;
}

.zhuantis-bannber .container{
    text-align: center;
    height:200px;
    color:#fff;
}
.zhuantis-bannber h2{
    font-size:22px;
    font-weight:600;
    padding-top:65px;
}
.zhuantis-bannber .til{
    font-size:16px;
    padding-top:10px;
}
.list-header.zhuantis-header{
    font-size: 14px;
    color:#1e1e1e;
    border-color:#406cb0;
    margin:30px 0 10px 0;
}
.zhuantis-repeat{
    background: #fff;
    padding:15px 0;
}
.zhuantis-repeat .zhuanti-item{
    width:560px;
    float:left;
    margin:6px 20px;
}
.zhuantis-repeat .zhuanti-item .img{
    width:560px;
    height:170px;
}

.zhuantis-repeat .zhuanti-item .img img{
    width:100%;
    height:100%;
    border-radius: 5px;
}

.desc{

}
.desc h2{
    font-size:18px;
    color:#1e1e1e;
    margin-top:20px;
}
.desc h2.normal{
    font-weight: 400;
}
.desc .p{
    font-size:14px;
    color:#a8aeb0;
    display: flex;
    margin-top:10px;
}
.desc .s{
    color:#a8aeb0;
    font-size:14px;
    margin-top:10px;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap;
}
.desc .p span{
    flex:1 1 auto;
}
.desc .p b{
    color: #3a67af;
    font-weight: normal;
}
.desc .p .link{
    flex:0 0 auto;
    color:#3a67af;
    display: flex;
    justify-content: center;
    align-items: center;
}
.desc .p .link .link-icon{
    width:20px;
    height:20px;
    display:inline-block;
    background:url(../images/line-icon-in.png);
}
.z-s-list{
    margin-top:12px;
    border:1px dashed #dcdcdc;
    padding:10px 20px;
    line-height: 1.6;
    height:100px;
}
.z-s-list a{
    font-size:14px;
    color:#626262;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.oithk_wt {
    padding: 0px 5px 0px 5px;
    background: #fff;
    /*margin: 30px 0;*/
}
.oithk_zt .pic{
    width:60px;
    height:60px;
    border-radius:60px;
    overflow:hidden;
    float:left;
}
.oithk_zt .pic img {
    width:100%;
    height:100%;
}
.oithk_zt span {
    height: 15px;
    line-height: 15px;
    width: 67px;
    margin: 0 5px;
}
.oithk_zt .word {
    float:left;
    margin-left:15px;
}
.oithk_zt .word h3 {
    margin:0;
    line-height:35px;
    height:35px;
}
.oithk_zt .word p {
    color:#919191;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hky_jt {
    float: right;
}
.hky_jt .jt_w {
    display:inline-block;
    padding:0 20px;
    border-left:1px solid #eee;
    text-align:center;
    margin-top:11px;
}
.hky_jt .jt_w h3 {
    font-size:18px;
    font-weight:bold;
    color:#060606;
}
.hky_jt .jt_w p {
    font-size:13px;
    color:#919191;
}