@charset "utf-8";
body{
    font-family: "微软雅黑", "Microsoft YaHei", "黑体简体", "Arial regular,helvetica regular", serif !important;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #424242;
    min-width: 1200px;
}
.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
a,img{border:0;}
.mainWrap{
    width: 1170px;
    margin: 20px auto 0;
}
.wrapper{
    width: 1034px;
    margin: 0 auto;
}
.adTopWrap{
    margin-bottom: 22px;
}
.adTopWrap,
.adTopWrap img{
    width: 1034px;
    height: 120px;
}
.contentWrap{
    width: 100%;

    margin-bottom: 80px;
}
/*newsWrap.css start*/
.newsWrap{
    width: 694px;
    position: relative;
    z-index: 99;
    top:-6px;
}
.newsNavList>li{
    float: left;
    position: relative;
    z-index: 99;
}
.newsNavList>li:last-child a{
    padding-right: 0;
}
.newsNavList>li{
    text-align: center;
}
.newsNavList>li p{
    height: 36px;
    font-size: 18px;
    color: #010203;
    line-height: 36px;
    position: relative;

}
.newsNavList>li>a{
    padding-right: 27px;
    display: inline-block;
}
.newsNavList>li>a span{
    width: 58%;
    height: 3px;
    background: transparent;
    border-radius: 2px;
    display: inline-block;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.newsNavList>li.active p {
    color: #0780E5!important;
}
.newsNavList>li.active span{
    background: #0780E5!important;
}
.newsNavList>li>a:hover p{
    color: #0780E5;
}
.newsNavList>li>a:hover span {
    background: #0780E5;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.newsNavList>li i{
    position: absolute;
    right: -13px;
    top:13px;
    display: inline-block;
    background: url("../img/icon/down.png") no-repeat 0 0;
    width: 12px;
    height: 12px;

}
.newsNavList>li:hover i{
    transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    background: url("../img/icon/up.png") no-repeat 0 0;

}
.children{
    background: url("../img/bg1.png") no-repeat 0 0;
    width: 123px;
    padding-top: 19px;
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -70px;
    display: none;
}
.children ol li{
    width: 100%;
    height: 36px;
}
.children ol li a{
    font-size: 16px;
    color: #010101;
    line-height: 36px;
    border-bottom: 1px solid #D4D5D6;
    padding: 0 3px 8px;
}
.children ol li:last-child a{
    border-bottom: none;
}
.children ol li a:hover{
    color: #0780E5;
}
.children ol li{
    background: url("../img/bg2.png") repeat-y 0 0;
}
.children ol{
    background: url("../img/bg3.png") no-repeat 0 bottom;
    padding-bottom: 12px;
}
/*newsWrap.css end*/


/*tagTypeWrap.css start*/
/*tagTypeNav.css start*/
.tagTypeWrap{
    margin-top: 16px;
    position: relative;
    z-index: 88;
}
.tagHotIcon{
    font-size: 14px;
    color: #858585;
    line-height: 24px;
    display: flex;
    align-items: center;

}
.tagHotIcon:after{
    content: '';
    background: url("../img/icon/remen.png") no-repeat right center;
    width: 13px;
    height: 24px;
    padding-left: 26px;
}
.hotTagList{
    margin-left: 6px;
}
.hotTagList li{
    float: left;
    margin: 0 8px;
}
.hotTagList li a{
    font-size: 14px;
    color: #424242;
    line-height: 24px;
    padding: 0 16px;
    border-radius: 12px;
}
.hotTagList li a:hover{
    color: #0780E5;
    background: #F2F2F2;
    border-radius: 12px;
}
.hotTagList li.tagActive a{
    color: #0780E5;
    background: #F2F2F2;
    border-radius: 12px;
}
.allTag{
    border: none;
    outline: none;
    background: url("../img/icon/allTagIcon.png") no-repeat 0 center;
    width: 15px;
    height: 24px;
    float: right;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.allTag:hover{

}
.showAllTagBtn{
    transition-duration: .5s;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
/*tagTypeNav.css end*/

/*allTagWrap.css start*/
.tagTypeTitle{
    width: 100%;
    height: 30px;
    background: #EEEEEE;
    font-size: 16px;
    color: #010203;
    line-height: 30px;
    text-align: left;
    padding-left: 15px;

}
.tagTypeTitle button{
    float: right;
    outline: none;
    background: none;
    border: none;
    font-size: 14px;
    color: #0780E5;
    padding: 8px 15px;
    line-height: 1;
}
.allTagWrap {
    border: 1px solid #eee;
    margin-top: 21px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 20px;
    display: none;
    height: 0;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.showAllTag{
    height: auto;
    display: block;
}
.allTagList{
    padding: 16px 15px 0;

}
.allTagList li>div{
    float: left;
}
.allTagList li{
    zoom: 1;
    margin-bottom: 10px;
}

.allTagList li:after {
    content: "";
    display: block;
    clear: both;
}
.level-1{
    font-size: 14px;
    line-height: 20px;
    width: 84px;
    margin-right: 20px;
}
.level-1 a{
    color: #858585;
}
.level-1{

}
.level-2 a{
    font-size: 14px;
    color: #424242;
    line-height: 1;
    margin-bottom: 10px;
}
.level-2{
    width: 546px;
}
.level-2 a{
    display: inline-block;
    border-radius: 12px;
    padding: 5px 18px;

}
.level-2 a:hover{
    background: #F2F2F2;
    color: #0780E5;
}
.tagTypeActive{
    background: #F2F2F2;
    color: #0780E5!important;
    border-radius: 12px;
}
.tagTypeActive a{
    color: #0780E5;
}

.moreNews{
    display: block;
    margin: 0 auto;
    width: 162px;
    border: 1px solid #047FE5;
    color: #047FE5;
    text-align: center;
    font-size: 18px;
    padding: 8px;
}
.moreNews:hover{
    background:#047FE5;
    color: #fff;
}

/*allTagWrap.css end*/
/*tagTypeWrap.css end*/
/*sideWrao.css start*/
.sideWrap{
    width: 300px;
    float: right;
}
.hotNewsWrap{
    width: 100%;
}
.hotNewsWrap h4{
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    text-align: left;
    background: url("../../../../common/img/icon/hotIcon.png") no-repeat 0 0;
    padding-left: 32px;

}
.hotNewsWrap{

}
.hotNewsList a{
    display: block;
    width: 272px;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    word-break: break-all;
}
.hotNewsList li{
    margin-top: 21px;
    padding-left: 20px;
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 14px;
}
.hotNewsList li:last-child{
    border-bottom: none;
}
.hotNewsList li:nth-child(1){
    background: url("../img/icon/num/1.png") no-repeat 0 10px;
}
.hotNewsList li:nth-child(2){
    background: url("../img/icon/num/2.png") no-repeat 0 10px;
}
.hotNewsList li:nth-child(3){
    background: url("../img/icon/num/3.png") no-repeat 0 10px;
}
.hotNewsList li:nth-child(4) {
    background: url("../img/icon/num/4.png") no-repeat 0 10px;
}
.hotNewsList li:nth-child(5){
    background: url("../img/icon/num/5.png") no-repeat 0 10px;
}
.hotNewsList a:hover{
    color:  #0780E5 ;
}
.hotNewsList div span{
    display: inline-block;
    padding-left: 25px;
    line-height: 20px;
    cursor: pointer;
    height: 18px;
}
.hotNewsList div{
    font-size: 14px;
    color: #9e9e9e;
    line-height: 30px;
    height: 30px;

}

.hotNewsList div span:first-child{
    background: url("../img/icon/retu.png") no-repeat 0 center;
    cursor: default;
}
.hotNewsList div span:last-child{
    background: url("../../../../common/img/icon/zambiaHSN.png") no-repeat 0 center;
    background-size: 16px;
    margin-left: 30px;

}
.hotNewsList div span:last-child:hover{
    background: url("../../../../common/img/icon/zambiaH.png") no-repeat 0 center;
    background-size: 16px;
    color: #0780E5 ;
}
.jpzt{
    display: block;
    margin-top: 30px;
}
.jpzt,.jpzt img{
    width: 300px;
    height: 117px;
}
.adSideWrap{
    margin-top: 18px;
}
.adSideWrap,.adSideWrap img{
    width: 300px;
    height: 180px;
}
/*sideWrao.css end*/
.noDataTips{
    background: url("../../../../common/img/noData.png") no-repeat center center;
    width: 100%;
    height: 293px;
    padding-top: 340px;
    font-size: 20px;
    color: #9E9E9E;
    line-height: 24px;
    text-align: center;
    padding-bottom: 190px;
    text-indent: 1em;
}
#gotoTop{
    background-image: url("../../../../common/img/gotop.png")!important;
}
/*selectTagWrap.css start*/
.selectTagWrap .searchForm button{
    outline: none;
    border: none;
    background: url("../img/icon/deleteIcon.png") no-repeat center;
    font-size: 12px;
    font-weight: bold;
    width: 16px;
    height: 16px;
    line-height: 14px;
    border-radius: 50px;
    text-align: center;
    padding: 0;
    margin: 0;
    /*display: flex;*/
    /*align-items: flex-start;*/
    /*justify-content: center;*/
    position: relative;
}
.selectTagWrap{

}
.clearSearchWrap{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 30px;
    display: none;
}
.clearSearch{
    background: none;
    outline: none;
    display: block;

    border: 1px solid #047FE5;
    color: #047FE5;
    text-align: center;
    font-size: 14px;
    padding: 5px 20px;
    margin: 30px auto 0;
}
.clearSearch:hover{
    background: #047FE5;
    color: #fff;
}
.selectTagWrap button i{
    position: absolute;
    left: 5px;
    top: 0;

}
.selectTagWrap span{
    border: none;
    display: inline-block;
    width: auto;
    margin-left: 5px;
    font-size: 14px;
}
.selectTagWrap .searchForm div{
    float: left;
    width: auto;
    margin-right: 15px;
    margin-top: 17px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

/*selectTagWrap.css end*/
.btn, .btn-default, .btn:focus, .btn-default:focus {
    background-color: #1e88e5!important;
    border-color: #1e88e5;
}
.btn-default:hover{
    background-color: #1e88e5!important;
    border-color: #1e88e5;
}

