.top-box{
    width:100%;
    background: #fff;
}
.top{
    height:32px;
    line-height: 32px;;
}
.top-left{
    vertical-align: middle;
    cursor: pointer;
    color:#333333;
    font-size:12px;
}
.top-left img{
    width:11px;
    height:12px;
    margin-right:8px;
    display: inline-block;
}
.loadMore{
        width:100%;
        height:40px;
        background:#288bde;
        font-size:16px;
        text-align: center;
        line-height: 40px;;
        color:#fff;
        cursor: pointer;
    }
    .drag-box{
        width: 1120px;
        overflow: hidden;

    }

    .drag-x{
        cursor: grab;
        -moz-user-select:none;
        -webkit-user-select:none;
        -ms-user-select:none;
        -khtml-user-select:none;
        user-select:none;
    }
.top-left span{
    display: inline-block;
}
.top-bj img{
    margin:0 auto;
    display: block;
}
.nav-box{
    height:60px;
    background-color:#288bde;
    margin-top:2px;
    line-height: 57px;;
}
.nav li{
    float: left;
    margin-right:50px;
}
.nav li:list-child{
    margin-right:0;
}
.nav li.act{
    border-bottom:3px solid #fff;
}
.nav li:hover{
    border-bottom:3px solid #fff;
}
.nav li a{
    color:#ffffff;
    font-size:16px;
    
}
.desc{
    width:980px;
    margin:0 auto;
    padding:20px 0;
}
.desc-box{
    background:#fff;
    width:100%;
}
.desc h2{
    height:30px;
    width:40px;
    color:#333333;
    font-size:20px;
    border-bottom:3px solid #288bde;
    margin:auto;
}
.desc p{
    color:#777777;
    font-size:14px;
    line-height:22px;
    text-align:center;
    margin-top:20px;
}
.desc-zk{
    display: none;;
}
.xwtj{
    background:#fff;
    padding:30px;
    margin-top:20px;
}
.xwtj-left{
    width:510px;
}
.xwtj-left li{
    display: block;
}
.xwtj-left li h3{
    margin-top:30px;
    color:#333333;
    font-size:18px;
    line-height:27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xwtj-left li:first-child h3{
    margin-top:1px;
}
.xwtj-left li p{
    color:#999999;
    font-size:14px;
    line-height:24px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.xwtj-right{
    width:515px;
    height:310px;
    overflow: hidden;
}
.xwtj-right .swiper-container-pointer-events{
    width:100%;
    height:100%;
}
.xwtj-right .swiper-slide a{
    width:100%;
    height:100%;
    display: block;
    position: relative;
}
.xwtj-right .swiper-slide a img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.xwtj-right .swiper-slide a p{
    width:100%;
    height:60px;
    background-image:linear-gradient(180deg,rgba(51, 51, 51, 0) 0%,#333333 100%);
    position: absolute;
    bottom:0;
    left:0;
    line-height: 60px;
    font-weight:700;
    color:#ffffff;
    font-size:17px;
    padding:0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ztlist{
    background:#fff;
    padding:30px;
    margin-top:20px;
    text-align:center;
}
.ztlist h2{
    height: 30px;
    width:auto;
    display: inline-block;
    color: #333333;
    font-size: 20px;
    border-bottom: 3px solid #288bde;
    margin: auto;
}
.ztlist-ul li{
    display: block;
    width:100%;
    height: auto;
    float:left;
    margin-top:20px;
    padding-bottom:20px;
    border-bottom:1px solid #eeeeee;
}
.ztlist-ul li a{
    display: block;
    
}
.ztlist-ul li img{
    width:214px;
    height:120px;
    object-fit: cover;
}
.ztlist-ul-li-right{
    width:830px;
    text-align: left;
}
.ztlist-ul-li-right.no-img{
    width:100%;
}
.ztlist-ul-li-right h3{
    color:#333333;
    font-size:18px;
    line-height:28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ztlist-ul-li-right p{
    color:#999999;
    font-size:14px;
    line-height:24px;
    margin-top:10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.foot-box{
    margin-top:20px;
    padding: 25px 0;
    background:#fff;
    text-align:center;
    line-height: 16px;
}

.foot ul li{
    display: inline-block;
}
.foot ul li a{
    color:#333333;
    font-size:14px;
    margin:0 20px;
}
.foot p{
    color:#333333;
    font-size:14px;
    margin-top:14px;
}

.navB{
	width:1120px;
	margin:0 auto;
  overflow:auto;
}

 
/* 内容 */

.content{
    margin-top: 20px;
}
.content-left{
    width:760px;
    background: #fff;
    padding:20px;
}
.content-cru{
    color:#333333;
    font-size:14px;
    line-height:22px;
}
.content-tit{
    color:#333333;
    font-size:28px;
    line-height:42px;
    text-align:center;
    margin-top: 34px;
}
.content-infos{
    text-align:center;
    color:#999999;
    font-size:12px;
    line-height:42px;
}
.content-infos span{
    display: inline-block;
    margin:0 20px;
}
.content-con{
    margin-top:30px;
    color:#333333;
    font-size:16px;
    padding-bottom:20px;
    line-height:30px;
}
.content-con img{
    max-width:100%;
    height:auto;
}
.content_con p{
    color:#333333;
    font-size:16px;
    padding-bottom:20px;
    line-height:30px;
} 
.content-right{
    width:340px;
}
.content-rdxw{
    background: #fff;
    padding:20px;
}
.content-rdxw h3{
    color:#333333;
    font-size:20px;
    border-left:3px solid #288bde;
    padding-left:10px;
}
.content-rdxw ul{
    margin-top:20px;
}
.content-rdxw ul li{
    float: left;
    width:100%;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid #eeeeee;
}
.content-rdxw ul li a{
    color:#777777;
    font-size:15px;
    line-height:20px;
}
.guanggao{
    width:100%;
    height:auto;
    margin-top:20px;
}
.nav-wap,.topnav-list{
    display: none;
}
@media (max-width:1120px){
    .w{
        width:100%;
        padding:0 16px;
    }
    .desc{
        width:100%;
        padding:20px 16px;
    }
    .xwtj,.ztlist{
        padding:30px 16px;  
    }
    .ztlist{
        text-align: center;
    }
    .xwtj-right{
        float:none;
        margin:auto;
    }
    .xwtj-left{
        width:100%;
        margin-top:20px;
    }
    .ztlist-ul-li-right{
        width:calc(100% - 230px);
    }
}
@media (max-width:767px){
    .nav-wap,.topnav-list{
        display: inline-block;
    }
    .nav-box,.top-box{
        display: none;
    }
    .nav-wap{
        width:100%;
        height:0.44rem;
        padding:0.125rem;
    }
    .logo img{
        width:0.17rem;
        height:0.19rem;
    }
    .nav-wap-but{
        display: inline-block;
    }
    .nav-wap-but img{
        width:0.17rem;
        height:0.19rem;
        
    }
    .top-bj img{
        width:100%;
        height:1.6rem;
        object-fit: cover;
    }
    .desc-box{
        width:3.43rem;
        height:auto;
        margin:0 auto;
        margin-top:-0.23rem;
        position: relative;
        z-index: 9;
        box-shadow:0px 2px 4px rgba(0, 0, 0, 0.16);

    }
    .desc p{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        font-size:0.15rem;
        line-height:0.22rem;
        margin-top:0.2rem;
    }
    .desc h2{
        font-size:0.2rem;
        width:0.4rem;
        height:0.26rem;
    }
    .desc{
        position: relative;
        padding:0.2rem 0.16rem;
    }
    .desc-zk{
        position: absolute;
        right:0.16rem;
        bottom:0.215rem;
        font-size:0.15rem;
        background:#fff;
        display:inline-block;
        color:#288bde;
    }
    .xwtj{
        padding:0 0.16rem 0.16rem 0.16rem;
        background:none;
        
    }
    .xwtj-right{
        width:100%;
        height:1.93rem;
    }
    .xwtj-right .swiper-slide a p{
        height:0.44rem;
        font-size:0.16rem;
        padding:0 0.15rem;
        font-weight: normal;
        line-height: 0.44rem;
        width:3.43rem;
    }
    .xwtj-right .swiper-slide a img{
        width:3.43rem;
        height:1.93rem;
    }
    .xwtj-left{
        background:#fff;
        padding:0.15rem;
        margin-top:0;
    }
    .xwtj-left li h3{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space:normal;
        -webkit-line-clamp: 2;
        font-size:0.17rem;
        line-height: 0.27rem;
        margin-top:0.15rem;
    }
    .xwtj-left li p{
        -webkit-line-clamp: 3;
        font-size:0.14rem;
        line-height: 0.24rem;;
        margin-top:0.1rem;
    }
    .ztlist{
        background:none;
        padding:0 0.16rem 0.16rem 0.16rem;
        margin-top:0.25rem;
    }
    .ztlist h2{
        font-size:0.2rem;
        height: 0.26rem;
        width:auto;
        display: inline-block;
        border-bottom: 0.03rem solid #288bde;
    }
    .ztlist-ul li img{
        width:1.35rem;
        height:0.76rem;
    }
    .ztlist-ul-li-right{
        width:1.93rem;
    }
    .ztlist-ul-li-right h3{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        white-space:normal;
        -webkit-line-clamp: 3;
        font-size:0.17rem;
        line-height: 0.25rem;
        
    }
    .ztlist-ul-li-right p{
        display: none;
    }
    .foot-box{
        padding:0.16rem;
        margin-top:0;
    }
    .foot{
        padding:0;
    }
    .foot ul{
        display: none;
    }
    .foot p{
        font-size:0.14rem;
        text-align:center;
        margin-top:0;
        line-height: 0.24rem;
    }

    .topnav-list{
        background-color: #6e6e6e;
        position: fixed;
        width:100%;
        display: block;
        height:100%;
        width:100%;
        z-index: 19;
        top:0;
        left:-100%;
        padding:0.27rem 0.16rem;
        transition: 0.3s;
    }
    .topnav-close{
        font-size: 0.19rem;
        color: #ffffff;;
    }
    .wep-reg,.wep-reg2{
        background:none;
        color:#fff;
        position: static;
    }
    .wep-reg a,.wep-reg2 a{
        color:#fff;
        font-size:0.16rem;
    
        
       
    }
    .wep-reg a:before,.wep-reg2 a:before{
        content: "丨";
        font-size: 16px;
        line-height: 30px;
        margin: 0 5px;
    }
    .wep-reg a:first-child:before,.wep-reg2 a:first-child:before{
        content: "";
        font-size: 16px;
        line-height: 30px;
        margin: 0 0px;
    }
    .topnav-menu{
        width:100%;
        display: block;
        float:left;
        text-align:center;
        margin-top:0.76rem;
    }
    .topnav-menu li{
        line-height: 0.5rem;
       
    }
    .topnav-menu li a{
        color:#fff;
        font-size:0.18rem;
    }
    @font-face {
    font-family: 'newspaper';
    src: url('http://res.offshoremedia.net/chinanewsse/web/resource//fonts/newspaper.eot?14');
    src:url('http://res.offshoremedia.net/chinanewsse/web/resource/fonts/newspaper.eot?14#iefix') format('embedded-opentype'),  url('http://res.offshoremedia.net/chinanewsse/web/resource//fonts/newspaper.woff') format('woff'), url('http://res.offshoremedia.net/chinanewsse/web/resource/newspaper.ttf') format('truetype'); 
    /* url('../fonts/newspaper.svg?14#newspaper') format('svg'); */
    font-weight: normal;
    font-style: normal;
}
[class^="td-icon-"]:before, [class*=" td-icon-"]:before{
    font-family: 'newspaper';

}
.td-icon-mobile:before{
    content:'\e83e';
}
.td-icon-search:before{
    content:'\e80a'
}
.td-icon-close-mobile:before{
    content:'\e900'
}
.td-mobile-content .td-icon-menu-right:before{
    content:'\e83d'
}
.td-icon-read-down:before{
    content:'\e83d'
}
.td-icon-menu-up:before{
    content:'\e809'
}
.td-icon-right:before{
    content:'\e803'
}
.td-icon-menu-left:before{
    content:'\e80c'
}
.td-icon-menu-right:before{
    content:'\e80d'
}
}
