body{
    background-color: #fafafa;
}
.inlineblock{
    display: inline-block;
    vertical-align: middle;
}
/* banner css */
.banner{
    background-image:url(/images/jg-banner.png) ;
    background-position: center top;
    background-size: cover;
    background-repeat:no-repeat;
    background: url(/images/jg-banner.png) center top/cover no-repeat;
    height: 523px;
    padding-top: 53px;
}
.banner_word{
    background: url(/images/jg-opacity_bg.png);
    width: 697px;
    height: 295px;
    padding: 34px 35px 0 43px;
    overflow: hidden;
    line-height: 38px;
    font-size: 18px;
    color: #333;
}
.banner_word a{
    color: #254eb8;
    margin-left: 30px;
}

.banner_channel_list{
    margin-top: 36px;
    font-size: 0;
}
.banner_channel_list a{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    height:86px;
    line-height: 86px;
    color: white;
    font-size: 22px;
    width: 340px;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 26px;
}
.banner_channel_list a img{
    margin-right: 30px;
}
.banner_channel_list .bjgk{
    background-image: url(/images/jg-bjgk.png);
}
.banner_channel_list .bjgk:hover{
    background-image: url(/images/jg-bjgk_hover.png);
}
.banner_channel_list .ldjs{
    background-image: url(/images/jg-ldjs.png);
}
.banner_channel_list .ldjs:hover{
    background-image: url(/images/jg-ldjs_hover.png);
}
.banner_channel_list .zpcs{
    background-image: url(/images/jg-zpcs.png);
}
.banner_channel_list .zpcs:hover{
    background-image: url(/images/jg-zpcs_hover.png);
}
/* part_channel å…¬ç”¨css */
.part_channel .top_part{
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 7px;
    font-size: 0;
    margin-top: 52px;
    line-height: 28px;
    height: 36px;
}
.part_channel .top_part strong{
    font-size:28px;
    color: #333;
    line-height: 28px;
}
.top_part strong img{
    vertical-align: middle;
    margin-right: 11px;
}
.list_part{
    overflow: hidden;
    width: 100%;
    padding-top: 45px;
}
.list_contain{
    width: 1300px;
    font-size: 0;
}
.list_part a{
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    width: 240px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    background-color: white;
    margin-right: 20px;
    margin-bottom: 25px;
    box-shadow: #f6f6f6 0 0 5px 5px;
}
.list_part a:hover{
    background-image: url(/images/jg-channellist_hover.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}
/* å†…è®¾æœºæž„ part_channel nsjg css */
.part_channel.nsjg{
    margin-bottom: 45px;
}
.part_channel.nsjg .top_part .sort{
    margin: 0 18px 0 26px;
    font-size: 18px;
    color: #333;
}
.pc_sort{
    display: none;
}
.part_channel.nsjg .top_part a{
    font-size: 16px;
    margin-right: 12px;
}
.part_channel.nsjg .top_part a:hover{
    color: #3370e5;
}
.part_channel.nsjg form{
    width: 344px;
    height: 48px;
    border-radius: 5px;
    font-size: 0;
    float: right;
    margin-top: -19px;
}
.part_channel.nsjg form input[type="text"]{
    border: 1px solid #dcdcdc;
    border-right: 0;
    height: 100%;
    width: 278px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 14px;
    font-size: 14px;
    vertical-align: top;
}
.part_channel.nsjg form input[type="submit"]{
    background-image: url(/images/jg-article_search.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #eeb539;
    width: 66px;
    height: 48px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* ç›´å±žæœºæž„ part_channel zsjg css */
.part_channel.zsjg .top_part{
    border: none;
    margin-top: 45px;
    height: 28px;
}
.part_channel.zsjg .list_part{
    padding-top: 28px;
}

/* æœåš¡çª—å£ part_channel fwck css*/
.part_channel.fwck .more{
    padding-right: 10px;
    background-image: ;
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 16px;
}
.part_channel.fwck .top_part{
    padding-bottom: 23px;
    height: 52px;
    font-size: 0;
}
.part_channel.fwck .top_part ul{
    margin-left: 30px;
    margin-bottom: -10px;
    font-size: 0;
}
.part_channel.fwck .top_part li{
    float: left;
    cursor: pointer;
    font-size: 20px;
    color: #333;
    padding: 0 16px;
    line-height: 20px;
    height: 44px;
    padding-bottom: 20px;
    margin: 0 7px;
}
.part_channel.fwck .top_part li:hover,.part_channel.fwck .top_part li.active{
    font-weight: bold;
    border-bottom: 4px solid #4386ff;
}

.part_channel.fwck .list_contain.w0{
    overflow: hidden;
    width: 0;
    height: 0;
}
.part_channel.fwck .list_contain.w1{
    animation: flytohere 0.5s linear;
}
@keyframes flytohere{
    from{
        margin-left: 100%;
    }
    to{
        margin-left: 0;
    }
}

/* æš•è¯‰ä¸¾æš¥ part_channel tsjb css */
.part_channel.tsjb .top_part{
    border: none;
    margin-top: 45px;
    height: 28px;
    padding: 0;
}
.part_channel.tsjb .list_part{
    padding-top: 38px;
}
.part_channel.tsjb .list_part a{
    width: 400px;
    height: 130px;
    margin: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 30px;
    white-space: normal;
    line-height: 130px;
}
.part_channel.tsjb .list_part a span{
    display: inline-block;
    vertical-align: top;
    width: 82px;
    height: 70px;
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    margin-right: 20px;
    vertical-align: middle;
}
.part_channel.tsjb .list_contain{
    font-size: 0;
}
.part_channel.tsjb .list_part .xf{
    background-image:url(/images/jg-xf_channel.png);
}
.part_channel.tsjb .list_part .xf .icon{
    background-image: url(/images/jg-xf_logo.png);
}
.part_channel.tsjb .list_part .xf:hover{
    background-image:url(/images/jg-xf_hover.png);
}
.part_channel.tsjb .list_part .xf:hover .icon{
    background-image: url(/images/jg-xf_logo_hover.png);
}
.part_channel.tsjb .list_part .dc{
    background-image:url(/images/jg-dc_channel.png);
    margin: 0 40px;
}
.part_channel.tsjb .list_part .dc .icon{
    background-image: url(/images/jg-dc_logo.png);
}
.part_channel.tsjb .list_part .dc:hover{
    background-image:url(/images/jg-dc_hover.png);
}
.part_channel.tsjb .list_part .dc:hover .icon{
    background-image: url(/images/jg-dc_logo_hover.png);
}
.part_channel.tsjb .list_part .sh{
    background-image:url(/images/jg-sh_channel.png);
}
.part_channel.tsjb .list_part .sh .icon{
    background-image: ;
}
.part_channel.tsjb .list_part .sh:hover{
    background-image:url(/images/jg-sh_hover.png);
}
.part_channel.tsjb .list_part .sh:hover .icon{
    background-image: url(/images/jg-sh_logo_hover.png);
}
.part_channel.tsjb strong{
    font-size: 28px;
}
.part_channel.tsjb .list_part a .word{
    text-align: left;
    max-width: 230px;
    line-height: normal;
}
.part_channel.tsjb .list_part a .word div{
    font-size: 18px;
    color: #666;
    font-weight: normal;
    line-height: 22px;
    margin-top: 8px;
}
.part_channel.tsjb .list_part a:hover .word div{
    color: white;
}
.part_channel.tsjb{
    padding-bottom: 60px;
}